Adding Shipping Estimator to the Product Page

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
Psalty
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 31
Joined: Thu Sep 20, 2007 7:12 am

Adding Shipping Estimator to the Product Page

Post by Psalty » Tue Apr 29, 2008 5:40 pm

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

User avatar
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

Post by jmestep » Tue Apr 29, 2008 6:10 pm

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?
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
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Adding Shipping Estimator to the Product Page

Post by AbleMods » Wed Apr 30, 2008 6:24 am

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

PRS
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Mon Nov 24, 2008 11:39 am
Contact:

Re: Adding Shipping Estimator to the Product Page

Post by PRS » Thu Jan 27, 2011 9:20 am

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

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

Re: Adding Shipping Estimator to the Product Page

Post by mazhar » Fri Feb 04, 2011 9:15 am

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

PRS
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Mon Nov 24, 2008 11:39 am
Contact:

Re: Adding Shipping Estimator to the Product Page

Post by PRS » Tue Feb 08, 2011 12:25 pm

Thanks for your thoughts and the link, Mazhar. I'll take a look!

Post Reply