Jump to content

separate invoice for shipping?


moonette

Recommended Posts

For the notice, try this: in the file /skins/YOUR_SKIN/templates/content.checkout.php, find:

      {foreach from=$TAXES item=tax}
      <p><span class="price">{$CUSTOMER_LOCALE.mark} {$tax.value}</span>{$tax.name}</p>
      {/foreach}

I put the notice at the bottom of the div=subtotals block. But it can go anywhere. (The file content.checkout.confirm.php is the actual address form part of the page if you want to put it there.)

{if $DATA.country_id!=840}<p>Orders with delivery outside the USA will have shipping charges billed separately.</p>{/if}

This will have Smarty show the phrase only if the logged-in customer has a billing address not in the USA.

 

I'm working on the cases where the non-logged-in customer specifies a delivery address not in the USA, and a logged-in customer that chooses an address from the address drop-down selector not in the USA.
 

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...