Page 1 of 1
Adding Shipping Estimator to the Product Page
Posted: Tue Apr 29, 2008 5:40 pm
by Psalty
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
Re: Adding Shipping Estimator to the Product Page
Posted: Tue Apr 29, 2008 6:10 pm
by jmestep
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?
Re: Adding Shipping Estimator to the Product Page
Posted: Wed Apr 30, 2008 6:24 am
by AbleMods
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.
Re: Adding Shipping Estimator to the Product Page
Posted: Thu Jan 27, 2011 9:20 am
by PRS
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
Re: Adding Shipping Estimator to the Product Page
Posted: Fri Feb 04, 2011 9:15 am
by mazhar
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
Posted: Tue Feb 08, 2011 12:25 pm
by PRS
Thanks for your thoughts and the link, Mazhar. I'll take a look!