[email protected] Posted June 7, 2011 Share Posted June 7, 2011 Hi , I am having an online store .I am adding a product with products_id = 52 in my shopping cart , but it adds the product with id =51 . When i debug the code I saw in application_top.php around line 371 :- case 'add_product' : print_r($HTTP_POST_VARS); or print_r($_REQUEST); or print_r($_POST); all shows the products id =51 instead of products_id = 52. While on products_info.php form and hidden variables on this page shows the products_id = 52. Please help. thanks, Vandana vs_indr Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.