Guest Posted December 4, 2007 Posted December 4, 2007 For one of my products, I have different sizes, and for each different size, there's a different price Once the user clicks on a product, which has the price of £2.49 - It will load up the description, once that loads, there's a dropdown box with the attributes in, ie Large - £2.99 Small - £2.49. If the user selects Large, then Add To Cart - the cart will add the default product price of £2.49 and the attribute price of £2.99 resulting in an overall price of £5.48 in the cart, even though only one product of £2.99 was selected. Anyone got any ideas why this might be happening?
mprodrom Posted December 4, 2007 Posted December 4, 2007 Sounds like your mysql database has corrupted. Use PhpMyAdmin to find the datase delete it and use the original database to reinstall the database.
jonquil Posted December 4, 2007 Posted December 4, 2007 For one of my products, I have different sizes, and for each different size, there's a different price Once the user clicks on a product, which has the price of £2.49 - It will load up the description, once that loads, there's a dropdown box with the attributes in, ie Large - £2.99 Small - £2.49. If the user selects Large, then Add To Cart - the cart will add the default product price of £2.49 and the attribute price of £2.99 resulting in an overall price of £5.48 in the cart, even though only one product of £2.99 was selected. Anyone got any ideas why this might be happening? The attribute price should be "how much more this size will cost you." Product = $ £2.49 Large +.50 Small jon It's all just ones and zeros....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.