rofo Posted October 31, 2007 Posted October 31, 2007 When I'm in the shopping cart and I have to update the cart (because of I changed the number of articles I want to order), all the extra attibute options are removed !! If I don't update, and just finish the ordering process, everything is working fine. What can here be the problem ? Thanks, Rob. F. Quote
rofo Posted October 31, 2007 Author Posted October 31, 2007 problem solved: Hello After patching osC 2.2 with last PA-OTF I have noticed that quantity update in shopping_cart.php is broken. After updating all attributes vanished (?). I found in application_top.php some issue in /case 'update_product'/ part. $attributes doesn't use that fancy '+++N' and it should be: (near 360 line) $attributes = ($HTTP_POST_VARS['id'][$HTTP_POST_VARS['products_id'][$i].'+++'.$i]) ? $HTTP_POST_VARS['id'][$HTTP_POST_VARS['products_id'][$i].'+++'.$i] : ''; AfterER Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.