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 adb push异常 adb: error: 1409-byte write failed: Invalid argument
  • ¥15 android报错 brut.common.BrutException: could not exec (exit code = 1)
  • ¥15 nginx反向代理获取ip,java获取真实ip
  • ¥15 eda:门禁系统设计
  • ¥50 如何使用js去调用vscode-js-debugger的方法去调试网页
  • ¥15 376.1电表主站通信协议下发指令全被否认问题
  • ¥15 物体双站RCS和其组成阵列后的双站RCS关系验证
  • ¥15 复杂网络,变滞后传递熵,FDA
  • ¥20 csv格式数据集预处理及模型选择
  • ¥15 部分网页页面无法显示!