Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Total cost on checkout success

Total cost on checkout success

Locked

Views: 1,439

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
25 Mar 2009, 5:53 PM
#1
navido avatar

navido

Zen Follower

Join Date:
Sep 2008
Posts:
221
Plugin Contributions:
0

Total cost on checkout success

Hello

I am using version 1.3.8.

I have some questions i hope someone can help me with:

  1. After step 3 when the customer has clicked on confirm order and comes to "checkout success", i would like to have the total cost for the products the customer has bought shown (which is shown in step 3)

Is there anyone who knows how to do this?

  1. For customers, i dont want theme to distinguish between one address for invoice and one address for the product. I would like to have the shipping for invoice and product in one adress. How can that be done?

THanks

25 Mar 2009, 11:06 PM
#2
navido avatar

navido

Zen Follower

Join Date:
Sep 2008
Posts:
221
Plugin Contributions:
0

Re: Total cost on checkout success

Anyone ?:unsure:

19 Jun 2009, 8:00 PM
#3
edon12 avatar

edon12

New Zenner

Join Date:
Apr 2009
Posts:
9
Plugin Contributions:
0

Re: Total cost on checkout success

if anyone figures this out I am also interested in a solution.

24 Feb 2010, 3:20 AM
#4
castlino avatar

castlino

New Zenner

Join Date:
Feb 2010
Posts:
2
Plugin Contributions:
0

Re: Total cost on checkout success

I know how to go around this problem.. =)
Just add javascripts on this directory "/includes/modules/pages/checkout_success" then access it from the checkout_success template.

24 Feb 2010, 1:23 PM
#5
navido avatar

navido

Zen Follower

Join Date:
Sep 2008
Posts:
221
Plugin Contributions:
0

Re: Total cost on checkout success

I just use ```php

<?php echo $orders->fields['order_total']; ?>
in define_checkout_success.php. That works very fine :smile: