Post by thiagoquinteiro » Tue Jun 14, 2016 12:14 pm

File: system/modification/catalog/controller/checkout/cart.php

Find

Code: Select all

if (($product_info['quantity'] > (int)$this->request->post['quantity']) && ($product_info['quantity'] > $current_quantity + (int)$this->request->post['quantity'])) {
Replace

Code: Select all

if (($product_info['quantity'] >= (int)$this->request->post['quantity']) && ($product_info['quantity'] >= $current_quantity + (int)$this->request->post['quantity'])) {


Posts

Joined
Tue Jun 14, 2016 12:10 pm

Post by paloc » Fri Jun 24, 2016 1:32 am

Hudson1030: did you ever hear back from Template Monster about this issue?

Newbie

Posts

Joined
Wed Mar 18, 2015 8:32 am

Post by DanielTDM » Fri Nov 11, 2016 12:39 am

thiagoquinteiro:

Thank you for your contribution! I have solved the problem by replacing the code.

Newbie

Posts

Joined
Fri Nov 11, 2016 12:36 am

Post by reactivem » Tue May 08, 2018 11:55 pm

I have had the same issue with opencart 2.0.3.1 and a custom template from template monster. Thank you for the fix.

Lefteris
--
Check out my free module CoreAdmin for Opencart


User avatar
Newbie

Posts

Joined
Tue Mar 27, 2018 12:22 am
Who is online

Users browsing this forum: Bing [Bot] and 75 guests