Disable Shipping Estimate on Basket Page

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
meer2005
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Feb 09, 2005 2:00 pm

Disable Shipping Estimate on Basket Page

Post by meer2005 » Tue Nov 18, 2014 8:50 am

Is there a way to disable Shipping estimate on the basket page?

meer2005
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Feb 09, 2005 2:00 pm

Re: Disable Shipping Estimate on Basket Page

Post by meer2005 » Tue Nov 18, 2014 8:58 am

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">

Post Reply