Hello,
How can the shipping estimator be added to the product page? In the demo store, the estimator only appears after the item has been added to the cart. Some customers may just want an estimate without adding it to their cart first.
Thanks
Adding Shipping Estimator to the Product Page
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Adding Shipping Estimator to the Product Page
It's a basket shipping calculator, so something would have to be in the basket, unlike Able 5.5 where you could do it on the product page. It could possibly be customzied.
Mazhar, are you lurking anywhere around here?
Mazhar, are you lurking anywhere around here?
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: Adding Shipping Estimator to the Product Page
The shipping estimator can be included in a page by adding a ConLib reference to the product display page scriptlet. Use [[ConLib:BasketShippingEstimate]] to reference it.
However you will have to remove the reference to it in the Minibasket.ascx ConLib control. Otherwise you wind up with two estimators on the same page once an item is added to the basket.
However you will have to remove the reference to it in the Minibasket.ascx ConLib control. Otherwise you wind up with two estimators on the same page once an item is added to 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
Re: Adding Shipping Estimator to the Product Page
Hi all,
I know this post is a little old but it fits with what I'm trying to accomplish on my site.
Is there a way to have the calculator estimate shipping costs from the product page without adding the item to the basket?
Thanks for your time,
Shala
I know this post is a little old but it fits with what I'm trying to accomplish on my site.
Is there a way to have the calculator estimate shipping costs from the product page without adding the item to the basket?
Thanks for your time,
Shala
Re: Adding Shipping Estimator to the Product Page
Well out of the box you can't calculate estimate without having item in basket. May be some custom coding can do that. I think the workaround could be to have UI for estimator on product page. When customer try to get shipping quotes in code create temporary basket with product in it and then get quotes for it. Something similar was being discussed on this thread viewtopic.php?f=42&t=11928
Re: Adding Shipping Estimator to the Product Page
Thanks for your thoughts and the link, Mazhar. I'll take a look!