duanguanye4124 2014-06-21 09:22
浏览 40
已采纳

如何从自定义字段Opencart数据库中获取价值?

I developed the OpenCart module. I intend to add the receipt number on each product to add field "nota" in "oc_product" table. The plan when users place an order, then any goods ordered will get a receipt number when you are on the "View Cart"

I've been following the rules of how to add custom fields in OpenCart and get the value of the field "nota" extension such as this:

http://www.opencart.com/index.php?route=extension/extension/info&extension_id=2838

but it appears an error in index.php?route=checkout/cart

Notice: Undefined index: nota in D:\DATA PENTING\Project\Proyek\htdocs\toko\catalog\controller\checkout\cart.php on line 276

This error only when in the "View Cart", if the other page like index.php?route=product/product&product_id=* no error occurs and showing receipt number.

and if i follow error i found this codes and then add codes to get "nota" value, but still error occurs.

$this->data['products'][] = array(
                    'key'                 => $product['key'],
                    'thumb'               => $image,
                    'name'                => $product['name'],
                    'model'               => $product['model'],
                    'nota'                => $product['nota'],
                    'option'              => $option_data,
                    'quantity'            => $product['quantity'],
                    'stock'               => $product['stock'] ? true : !(!$this->config->get('config_stock_checkout') || $this->config->get('config_stock_warning')),
                    'reward'              => ($product['reward'] ? sprintf($this->language->get('text_points'), $product['reward']) : ''),
                    'price'               => $price,
                    'total'               => $total,
                    'href'                => $this->url->link('product/product', 'product_id=' . $product['product_id']),
                    'remove'              => $this->url->link('checkout/cart', 'remove=' . $product['key']),
                    'recurring'           => $product['recurring'],
                    'profile_name'        => $product['profile_name'],
                    'profile_description' => $profile_description,
                );
            }

Anyone can help this error?

  • 写回答

1条回答 默认 最新

  • dsykx64220 2014-06-22 10:06
    关注

    please edit system/library/cart.php

    after this line :

    'name' => $product_query->row['name'],

    add:

    'nota' => $product_query->row['nota'],

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于大棚监测的pcb板设计
  • ¥20 sim800c模块 at指令及平台
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
  • ¥15 Vue3地图和异步函数使用
  • ¥15 C++ yoloV5改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计