This mod adds a 'order history' tab to the customer form in the backend, providing the user with an overview on all orders done by the customer. A link leads to the order detail view.
awesome!+1 on 1.5.1.3.
"We help each other to grow". That's the opencart community!
All free mods
Home Based Ebay business Opportunity(not ads)
I got this error when using this mod.
Fatal error: Call to undefined method ModelSaleOrder::getCustomerOrders() in /home/xxx/public_html/xxx/vqmod/vqcache/vq2-admin_controller_sale_customer.php on line 602
This is the line:
Any ideas?
Fatal error: Call to undefined method ModelSaleOrder::getCustomerOrders() in /home/xxx/public_html/xxx/vqmod/vqcache/vq2-admin_controller_sale_customer.php on line 602
This is the line:
Code: Select all
$orders = $this->model_sale_order->getCustomerOrders($this->request->get['customer_id']);
Fixed for 1.5.1.3 ..
Done loads of changes
Also added total column for each order
Done loads of changes
Also added total column for each order
Hi i've just installed the script and i get this error messageMelon wrote:Fixed for 1.5.1.3 ..
Done loads of changes
Also added total column for each order
2011-12-06 11:22:14 - PHP Notice: Error: Table 'oc.order' doesn't exist<br />Error No: 1146<br />select * from `order` where customer_id=1 in W:\xampp\htdocs\opencart\system\database\mysql.php on line 49
I'm using 1.5.1.3
Any ideas?
Working, i changed the line for admin/model/sale/order.php in the VQMod file
to
Thanks a lot
Code: Select all
$sql = "select * from `order` where customer_id=".$customer_id;
Code: Select all
$sql = "select * from `oc_order` where customer_id=".$customer_id;
Doe anyone know how to add the order status too? I've noticed that cancelled orders get listed here so it would be good to see the status without having to go into each order.
Google Analytics Expert - Advanced e-commerce tracking, Product & options reporting, transaction/conversion reporting, Google Adwords conversion & profit reporting, goal & funnel reporting, event tracking, site search tracking, multi-store compatibility, EU Cookie Law compliance and works with any theme or checkout! Easy vqmod install. Get it here
This would be really good to have included.spitos wrote:Doe anyone know how to add the order status too? I've noticed that cancelled orders get listed here so it would be good to see the status without having to go into each order.
Who is online
Users browsing this forum: No registered users and 3 guests