Page 1 of 1

Disable Shipping Estimate on Basket Page

Posted: Tue Nov 18, 2014 8:50 am
by meer2005
Is there a way to disable Shipping estimate on the basket page?

Re: Disable Shipping Estimate on Basket Page

Posted: Tue Nov 18, 2014 8:58 am
by meer2005
looks like this can be done by changing this in basket.aspx page:

<asp:UpdatePanel ID="ShippingEstimateUpdatePanel" runat="server" UpdateMode="Conditional">

To:
<asp:UpdatePanel ID="ShippingEstimateUpdatePanel" runat="server" UpdateMode="Conditional" Visible="False">