Jump to content

Customer Title Does NOT show on Order Summary Address Fields


Dirty Butter

Recommended Posts

I've noticed that the packing slip has the title of address the customer inputs, but the Order Summary overview tab does not. Since that's the screen I use to copy delivery addresses into Endicia, the resulting mailing address does not have the customer's preferred mode of address. I caught it today, because someone ordered and specified their title as Rabbi, but it doesn't show on the shipping label.

I thought I'd be able to pick up the {$order.title_d} {$order.first_name_d} {$order.last_name_d} from orders.print.php and use it on orders.index.php


<fieldset class="order_address" id="shipping">

	   <legend>{$LANG.address.delivery_address}</legend>

	    {$OVERVIEW_SUMMARY.name_d}<br />

	    {if !empty($OVERVIEW_SUMMARY.company_name_d)}{$OVERVIEW_SUMMARY.company_name_d}<br />{/if}

	    {$OVERVIEW_SUMMARY.line1_d}<br />

	    {if !empty($OVERVIEW_SUMMARY.line2)}{$OVERVIEW_SUMMARY.line2}<br />{/if}

	    {$OVERVIEW_SUMMARY.town_d}<br />

	    {$OVERVIEW_SUMMARY.state_d}, {$OVERVIEW_SUMMARY.postcode_d}<br />

	    {$OVERVIEW_SUMMARY.country_d}

    </fieldset>

But I don't know how to do it. :dizzy:

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