Jump to content
xt:Commerce Community Forum

Adresszusatz nicht in der Auftragsbestätigung


Recommended Posts

Hallo,

für die Auftragsbestätigung ist doch die E-Mail vorlage send_order verantwortlich oder?

Kann es sein, das dort der Adresszusatz nicht mit ausgegeben wird?

Hier zum Beispiel mal die Lieferadresse:

<td colspan="3" align="left">
            <h2 style="font-size:12px;">{txt key="TEXT_PAYMENT_ADDRESS"}</h2>
            {if $order_data.billing_company}{$order_data.billing_company}<br />{/if}
            {if $order_data.billing_company_2}{$order_data.billing_company_2}<br />{/if}
            {if $order_data.billing_company_3}{$order_data.billing_company_3}<br />{/if}
            {$order_data.billing_firstname} {$order_data.billing_lastname}<br />
            {$order_data.billing_street_address}<br />
            {if $order_data.billing_suburb}{$order_data.billing_suburb}<br />{/if}
            {$order_data.billing_postcode} {$order_data.billing_city}<br />
            {if $order_data.billing_state}{$order_data.billing_state}<br />{/if}
            {$order_data.billing_country}<br />
            {if $order_data.billing_phone OR $order_data.billing_mobile_phone OR $order_data.billing_fax}<br />{/if}
            {if $order_data.billing_phone}{txt key="TEXT_PHONE"} {$order_data.billing_phone}<br />{/if}
            {if $order_data.billing_mobile_phone}{txt key="TEXT_MOBILE_PHONE"} {$order_data.billing_mobile_phone}<br />{/if}
            {if $order_data.billing_fax}{txt key="TEXT_FAX"} {$order_data.billing_fax}<br />{/if}
        </td>

Ich hätte jetzt gedacht, dass order_data.billing_suburb für den Adresszusatz verantwortlich ist!

Besten Dank!

Sven

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.

 Share

×
  • Create New...