Please check images.
Thank you.
PrestaShop Forum
The best place in the world to ask questions about PrestaShop and get advice from our passionate community!
<!-- Right -->
{$HOOK_RIGHT_COLUMN}
{if $page_name != 'order'}
<!-- Right -->
{$HOOK_RIGHT_COLUMN}
{/if}
body#order #center_column { width: 768px }
body#order div.addresses { width: 750px }
p.cart_navigation { clear: left }
{if ($carrier->id AND !$virtualCart) OR $delivery->id OR $invoice->id}
{if $delivery->id}
- {l s='Delivery address'}
{if $delivery->company}- {$delivery->company|escape:'htmlall':'UTF-8'}
{/if}
- {$delivery->lastname|escape:'htmlall':'UTF-8'} {$delivery->firstname|escape:'htmlall':'UTF-8'}
- {$delivery->address1|escape:'htmlall':'UTF-8'}
{if $delivery->address2}- {$delivery->address2|escape:'htmlall':'UTF-8'}
{/if}
- {$delivery->postcode|escape:'htmlall':'UTF-8'} {$delivery->city|escape:'htmlall':'UTF-8'}
- {$delivery->country|escape:'htmlall':'UTF-8'}
{/if}
{if $invoice->id}
- {l s='Invoice address'}
{if $invoice->company}- {$invoice->company|escape:'htmlall':'UTF-8'}
{/if}
- {$invoice->lastname|escape:'htmlall':'UTF-8'} {$invoice->firstname|escape:'htmlall':'UTF-8'}
- {$invoice->address1|escape:'htmlall':'UTF-8'}
{if $invoice->address2}- {$invoice->address2|escape:'htmlall':'UTF-8'}
{/if}
- {$invoice->postcode|escape:'htmlall':'UTF-8'} {$invoice->city|escape:'htmlall':'UTF-8'}
- {$invoice->country|escape:'htmlall':'UTF-8'}
{/if}
{if $carrier->id AND !$virtualCart}
{l s='Carrier:'}
{if isset($carrierPicture)}id}.jpg" alt="{l s='Carrier'}" />{/if}
{$carrier->name|escape:'htmlall':'UTF-8'}
{/if}
{/if}
body#order #center_column { width: 560px }
body#authentication #center_column { width: 560px }