Hi Folks
I am trying to install the quantity box addon osCommerce Community Add-Ons into OSCMAX V2.0 RC3
Have followed the instructions, but cannot get the quantity to update in the cart.
I think the problem is in application_top.php where you are supposed to find:
$HTTP_POST_VARS['id']))+1
Replace with:
$HTTP_POST_VARS['id']))+$HTTP_POST_VARS['quantity']
in oscmax the file is different
line 1077 reads
$cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id']))+1, $HTTP_POST_VARS['id']);
but changing the +1 doesn't work
any help appreciated.





LinkBack URL
About LinkBacks






Bookmarks