Our customized store does not let the user change the quantity. All items are personalized so user can only pick one of them. In this situation, it seems like we could do away with the Recalculate button for Basket.aspx.
Is that correct?
We use a tiered shipping rate based on price. Our Basket.aspx page just has the cart contents and a simplified shipping estimator. Other than quantity, is there anything else on this page that we might need the recalculate button for? (perhaps coupons?)
Thanks in advance.
Do I need recalcate / What does recalculate do?
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: Do I need recalcate / What does recalculate do?
Recalculate is present on the page to deal with quantity changes. If you have removed that possibility, it's not necessary to show the button.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Re: Do I need recalcate / What does recalculate do?
Thanks Logan.