sgebar Posted December 9, 2008 Share Posted December 9, 2008 I added the following code per the user guide to application_top.php and I am getting some wierd numbers for the product in the cart. What could be wrong. $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id']))+$HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id']); This is from the customer adds a product section. Thanks in advance. Link to comment Share on other sites More sharing options...
FIMBLE Posted December 9, 2008 Share Posted December 9, 2008 there is a contribution you can use for this, no point reinventing the wheel nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
sgebar Posted December 17, 2008 Author Share Posted December 17, 2008 there is a contribution you can use for this, no point reinventing the wheelnic Thanks Nic. I found it. Scott Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.