Zen Cart Logo
Forums / General Questions / How to display delivery info. after checkout

How to display delivery info. after checkout

Locked

Views: 1,277

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
27 May 2006, 7:23 PM
#1
stenrique avatar

stenrique

Zen Follower

Join Date:
Apr 2005
Posts:
355
Plugin Contributions:
0

How to display delivery info. after checkout

I would like to display some delivery info. after my customers have completed the checkout process. I figure I have to obtain the "country to make delivery to" in order to make a comparison and subsequently display the correct info.

Can someone advise me how I can obtain that info.? Could it be retrieved from a session variable or something? Pls. help. I'm learning "how to fish" (to code in PHP) :)

13 Jul 2006, 8:44 AM
#2
stenrique avatar

stenrique

Zen Follower

Join Date:
Apr 2005
Posts:
355
Plugin Contributions:
0

Re: How to display delivery info. after checkout

Hi, can anyone help? What I have in mind is to display just the estimated delivery duration required. As of now, I am displaying all the delivery period regardless of where the delivery destination is.

A bit of detail shld help to explain:

Eg. 1 day for delivery from Country A to Country B, 3 days from Country A to Country C.

So if a customer from Country B placed an order, I wld like to display to him/her that the delivery takes 1 day. If a customer from Country C placed an order, I wld display that the delivery takes 3 days.

Hope the above info. is sufficient. TIA