Page 1 of 1

Do I need recalcate / What does recalculate do?

Posted: Sun Aug 23, 2009 12:31 pm
by ZLA
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.

Re: Do I need recalcate / What does recalculate do?

Posted: Mon Aug 24, 2009 2:41 pm
by Logan Rhodehamel
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.

Re: Do I need recalcate / What does recalculate do?

Posted: Mon Aug 24, 2009 2:56 pm
by ZLA
Thanks Logan.