Hey everyone,
We discovered what we think is a pretty big issue with the standard functionality of our store. If we update a price of a product, this price is not reflected in a customers shopping cart if they already had it in their basket. With today's manufacturing issues we are constantly adjusting pricing. I opened a ticket for this issue and I was told that this is the way it works and I can just dump all the carts if I make a price change. This 100% does not work for us as we sell a ton of little parts to hobbyists. I will admit that we do have a VERY long timeout on carts, but this is what our customers requested. I am hoping someone at Miva sees the issue with this and can add this to a future enhancement.
A temporary solution would be the ability to recalculate carts prices with a scheduled task, but that does not seem to be an option either. If this was an option, we could run the task whenever we update a product price.
I am at the point where I am about to write an update query directly to the BasketItems table in the database when we have to change a price. This is obviously not ideal, but better than using a delete query to remove the individual items from baskets.
Does anyone have any other suggestions?
Thank you,
--Scott
We discovered what we think is a pretty big issue with the standard functionality of our store. If we update a price of a product, this price is not reflected in a customers shopping cart if they already had it in their basket. With today's manufacturing issues we are constantly adjusting pricing. I opened a ticket for this issue and I was told that this is the way it works and I can just dump all the carts if I make a price change. This 100% does not work for us as we sell a ton of little parts to hobbyists. I will admit that we do have a VERY long timeout on carts, but this is what our customers requested. I am hoping someone at Miva sees the issue with this and can add this to a future enhancement.
A temporary solution would be the ability to recalculate carts prices with a scheduled task, but that does not seem to be an option either. If this was an option, we could run the task whenever we update a product price.
I am at the point where I am about to write an update query directly to the BasketItems table in the database when we have to change a price. This is obviously not ideal, but better than using a delete query to remove the individual items from baskets.
Does anyone have any other suggestions?
Thank you,
--Scott
Comment