Fazo Posted August 12, 2010 Posted August 12, 2010 Hello, I have started to take care of a www shop, which use osCommerce, I'm not very familiar with this and with PHP, but I'm Software Engineer (Java). I tried to look up for a solution on a forum, but I could find anything useful. I have a problem with Shopping Cart. When I add item to the Cart, also additional items are added. When I add item 1 also item 2 is added. Sometimes 2-3 additional items are added. I thought there is a problem with IDs, but it looks fine. You can check my problem on the website: StarLineLingerie I'm waiting for any help and ideas. Regards
burt Posted August 12, 2010 Posted August 12, 2010 It is obvious that not only is the product chosen being added, but also the "related products" are being added. So, whatever contribution that is, is broken, or it has been added to your site incorrectly.
knifeman Posted August 12, 2010 Posted August 12, 2010 Hello, I have started to take care of a www shop, which use osCommerce, I'm not very familiar with this and with PHP, but I'm Software Engineer (Java). I tried to look up for a solution on a forum, but I could find anything useful. I have a problem with Shopping Cart. When I add item to the Cart, also additional items are added. When I add item 1 also item 2 is added. Sometimes 2-3 additional items are added. I thought there is a problem with IDs, but it looks fine. You can check my problem on the website: StarLineLingerie I'm waiting for any help and ideas. Regards Not sure what is going on, but the related products are being added to the cart along with the product I intended to add. The first item I added to cart had no related products so it went in fine. The second item I added jumped my cart to 6 items and I noticed the extra items were part of the one I chose. Then looking back at the product info page, I see the extra items at the bottom listed as related products. Somehow your related products are being added to the base item. Tim
Fazo Posted August 13, 2010 Author Posted August 13, 2010 Thank you for help. Problem fixed - I've edited one PHP file and set by default 0 in quantity of related products.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.