Jump to content

print.receipt.php not working correctly on some skins


Big Spender

Recommended Posts

Weird behaviour on print.receipt.php
 
On crosshatch the header and footer are hidden on the CSS, it makes it lose the logo and return address.
 
It also does not output the customer address, it's trying to do it using {$order.address} - but nothing appears.
 
Mauris header and footer okay - but uses {$order.address} with same result as Crosshatch.
 
Kurouto uses the following for address which works fine: -
 
  {$order.title_d} {$order.first_name_d} {$order.last_name_d}<br />
  {if !empty($order.company_name_d)}{$order.company_name_d}<br />{/if}
  {$order.line1_d} <br />
  {if !empty($order.line2_d)}{$order.line2_d}<br />{/if}
  {$order.town_d}<br />
  {$order.state_d}, {$order.postcode_d}<br />
  {$order.country_d}
 
Not tried the other skins and was testing results on CC's demo site, was just confusing me for awhile until I spotted what I assume is the correct code above and {$order.address} is out of date and the files just haven't been updated?
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...