diff --git a/themes/prestashop/order-opc.tpl b/themes/prestashop/order-opc.tpl index 94be8a6fa..5d168b835 100755 --- a/themes/prestashop/order-opc.tpl +++ b/themes/prestashop/order-opc.tpl @@ -26,7 +26,7 @@ {if $PS_CATALOG_MODE} {capture name=path}{l s='Your shopping cart'}{/capture} - {include file="$tpl_dir./breadcrumb.tpl"} + {include file="./breadcrumb.tpl"}
{l s='This store has not accepted your new order.'}
{else} @@ -79,25 +79,25 @@ {if $productNumber} - {include file="$tpl_dir./shopping-cart.tpl"} + {include file="./shopping-cart.tpl"} {if $isLogged AND !$isGuest} - {include file="$tpl_dir./order-address.tpl"} + {include file="./order-address.tpl"} {else} - {include file="$tpl_dir./order-opc-new-account.tpl"} + {include file="./order-opc-new-account.tpl"} {/if} - {include file="$tpl_dir./order-carrier.tpl"} + {include file="./order-carrier.tpl"} - {include file="$tpl_dir./order-payment.tpl"} + {include file="./order-payment.tpl"} {else} {capture name=path}{l s='Your shopping cart'}{/capture} - {include file="$tpl_dir./breadcrumb.tpl"} + {include file="./breadcrumb.tpl"}{l s='Your shopping cart is empty.'}
{/if}