Jump to content

Shipping Information on Order Receipt


fantastichearts

Recommended Posts

I would like on the receipt page (content.receipt.php)  the similar information that is in the admin area on the order summary page.

 

 

 

Dispatch Date
Shipping Method
Courier Tracking Code  ( I have got this and used the code here to actual link the tracking code) http://forums.cubecart.com/topic/46445-setting-up-google-trusted-site/
Gateway
 
Any suggestions as I can seem to work it out?
 
 
Link to comment
Share on other sites

These are the {placeholders} to use:

Dispatch Date: {$SUM.ship_date}
Shipping Method: {$SUM.ship_method}
Courier Tracking Code: {$SUM.ship_tracking}
Gateway: {$SUM.gateway}
 
If you want to use phrases from the language array to make captions for the data:
{$LANG.orders.shipping_date} = "Dispatch Date"
{$LANG.orders.shipping_method} = Shipping Method
{$LANG.orders.shipping_tracking} = Courier Tracking Code
{$LANG.orders.gateway_name} = Gateway
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...