Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Displaying Total along with Shipping


djp120

Recommended Posts

Posted

Hi all,

 

On the checkout_shipping.php page, I am successfully showing the Sub-Total with the code

 

$currencies->format($cart->show_total())

 

There is only ever one option for shipping, so the customer does not need to select this as this will always be default.

 

I have restructured the layout to show the Sub-Total followed by the Delivery Charge.

 

However, I need to get the total of these. Can I use the function thats already in place? The total is displayed on the checkout_confirmation.php but I could do with it a bit earlier.

 

Hoping this is a simple one.

 

D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...