Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Displaying shipping estimator inline in shopping cart?

Displaying shipping estimator inline in shopping cart?

Locked

Views: 1,747

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
18 Dec 2007, 9:03 AM
#1
onestopgraphicshop avatar

onestopgraphicshop

New Zenner

Join Date:
Dec 2007
Posts:
2
Plugin Contributions:
0

Displaying shipping estimator inline in shopping cart?

Hi all,

I normally like to work through these problems myself but I am finding I have less free time available these days (Self employed - Married with children)

I want to display the shipping estimator information inline on the shopping cart page to eliminate the popup and also so I can add the estimated shipping price to the shopping cart total

Does anyone have any tips or code examples that may help

If I get the time to sort this myself I will post the code in this thread for anyone who may be interested.

18 Dec 2007, 10:05 AM
#2
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Displaying shipping estimator inline in shopping cart?

It sounds like you are looking to create a new Order Total module. Why don't you copy the ot_shipping module- call it ot_estimated_shipping and hack that. The source module is in includes/modules/order_total and the language file is in includes/languages/english/modules/order_total. You will need to copy them both.

18 Dec 2007, 11:01 AM
#3
onestopgraphicshop avatar

onestopgraphicshop

New Zenner

Join Date:
Dec 2007
Posts:
2
Plugin Contributions:
0

Re: Displaying shipping estimator inline in shopping cart?

hem:

It sounds like you are looking to create a new Order Total module. Why don't you copy the ot_shipping module- call it ot_estimated_shipping and hack that. The source module is in includes/modules/order_total and the language file is in includes/languages/english/modules/order_total. You will need to copy them both.

Thats exactly right - and thankyou for the location of the source files - I will start modifying this week.

For the time being, I have set the Shipping estimator to show on the checkout page by going to Admin>Configuration>Shipping/Packaging and changed the estimator display setting to '2' to display it in the cart!

Thankyou for your prompt (and very useful) reply :clap:

19 Dec 2007, 12:23 PM
#4
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Displaying shipping estimator inline in shopping cart?

You're welcome

25 Feb 2008, 9:35 PM
#5
econcepts avatar

econcepts

Totally Zenned

Join Date:
Dec 2005
Posts:
1,505
Plugin Contributions:
2

Re: Displaying shipping estimator inline in shopping cart?

onestopgraphicshop:

Hi all,

I normally like to work through these problems myself but I am finding I have less free time available these days (Self employed - Married with children)

I want to display the shipping estimator information inline on the shopping cart page to eliminate the popup and also so I can add the estimated shipping price to the shopping cart total

Does anyone have any tips or code examples that may help

If I get the time to sort this myself I will post the code in this thread for anyone who may be interested.

You can also turn on shipping (not in a pop-up) by doing the following from the admin:

Configuration > Shipping / Packing

and setting "Shipping Estimator Display Settings for Shopping Cart" equal to "2".

:)

27 Mar 2008, 2:23 PM
#6
helpme avatar

helpme

Totally Zenned

Join Date:
Apr 2007
Posts:
632
Plugin Contributions:
0

Re: Displaying shipping estimator inline in shopping cart?

I can not get my shipping estimator to Display as Listing on Shopping Cart Page on my test site 1.3.8a I have it set to 2 and it is not displaying
www.mommyandbabyessentials.com/test

I am not sure if this has something to do with it, but my bottom banner (credit card images) does not show either.

27 Mar 2008, 2:27 PM
#7
chuck avatar

chuck

Totally Zenned

Join Date:
Jul 2005
Posts:
255
Plugin Contributions:
0

Re: Displaying shipping estimator inline in shopping cart?

Looks like your google checkout code has busted the shopping cart template.

27 Mar 2008, 2:32 PM
#8
helpme avatar

helpme

Totally Zenned

Join Date:
Apr 2007
Posts:
632
Plugin Contributions:
0

Re: Displaying shipping estimator inline in shopping cart?

thanks!! how did you know that? I would have never guessed that one!
That darn googlecheckout!

27 Mar 2008, 3:45 PM
#9
chuck avatar

chuck

Totally Zenned

Join Date:
Jul 2005
Posts:
255
Plugin Contributions:
0

Re: Displaying shipping estimator inline in shopping cart?

I just added something to my cart, which took me to the shopping-cart page where you said you were having a problem.

Then I noticed that the page footer wasn't present.
So, I clicked on View Source in the browser, and the end of the code was something related to Google Checkout, but nothing after that ... which suggested that there was a bug in the Google Checkout code.