remove shipping estimate from mini cart

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Chris Hadden
Commander (CMDR)
Commander (CMDR)
Posts: 182
Joined: Tue Jan 27, 2009 2:29 pm

remove shipping estimate from mini cart

Post by Chris Hadden » Fri Aug 06, 2010 1:44 pm

The minicart seems tied to the shipping estimator. How do I get rid of the shipping estimator and leave just the mini cart?

Thanks

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: remove shipping estimate from mini cart

Post by jmestep » Fri Aug 06, 2010 2:32 pm

You need to take out out of the minibasket .ascx file, or set it to not display in the div
<div id="miniBasketShippingEstimateBox">
<div>
<uc1:BasketShippingEstimate ID="BasketShippingEstimate1" runat="server" />
</div>
</div>
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: remove shipping estimate from mini cart

Post by mazhar » Mon Aug 09, 2010 4:42 am

Try simply turning off the visibility of

Code: Select all

<uc1:BasketShippingEstimate ID="BasketShippingEstimate1" runat="server" />
by making it something like

Code: Select all

<uc1:BasketShippingEstimate ID="BasketShippingEstimate1" runat="server" Visible="false" />

Chris Hadden
Commander (CMDR)
Commander (CMDR)
Posts: 182
Joined: Tue Jan 27, 2009 2:29 pm

Re: remove shipping estimate from mini cart

Post by Chris Hadden » Mon Aug 09, 2010 11:36 am

Mazhar,
Not sure why but just adding that snippet did not actually remove the basket........ Judy, yes I removed as you said and shipping estimate no longer shows. Seems to work fine. Thanks for that.
Chris

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: remove shipping estimate from mini cart

Post by AbleMods » Tue Aug 10, 2010 11:43 am

Chris Hadden wrote:Not sure why but just adding that snippet did not actually remove the basket........
Minibasket visibility is controlled through code using CSS styling. Changing the server-side control in HTML has no effect.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply