The minicart seems tied to the shipping estimator. How do I get rid of the shipping estimator and leave just the mini cart?
Thanks
remove shipping estimate from mini cart
-
- Commander (CMDR)
- Posts: 182
- Joined: Tue Jan 27, 2009 2:29 pm
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: remove shipping estimate from mini cart
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>
<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
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
Re: remove shipping estimate from mini cart
Try simply turning off the visibility of by making it something like
Code: Select all
<uc1:BasketShippingEstimate ID="BasketShippingEstimate1" runat="server" />
Code: Select all
<uc1:BasketShippingEstimate ID="BasketShippingEstimate1" runat="server" Visible="false" />
-
- Commander (CMDR)
- Posts: 182
- Joined: Tue Jan 27, 2009 2:29 pm
Re: remove shipping estimate from mini cart
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
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
Re: remove shipping estimate from mini cart
Minibasket visibility is controlled through code using CSS styling. Changing the server-side control in HTML has no effect.Chris Hadden wrote:Not sure why but just adding that snippet did not actually remove the basket........
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
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