Is there a way to update prices in baskets? I'm thinking maybe an overnight update as long as the cart hasn't been updated within the last hour, or something like that. Whenever we update prices on our website, we always end up with orders coming through on the old price for several weeks, because we have customers who spend a lot time putting together their orders. Would this require a custom module?
Announcement
Collapse
No announcement yet.
Update Prices in Baskets
Collapse
X
-
You would need a custom module to do this seemlessly.
I think it could be implemented as a SMT scripting doing something like:
On the Basket screen, create Basket Custom field with "time_created" value.
Then, on the Basket screen, compare "time_created" with an offset (say 7 days). If basket was created more than 7 days, roll up the current contents of product and attributes, delete the basket completely, then reinstate the products/attributes you saved before.Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment