Jump to content

Cómo editar la pagina order confirmation


jesjimse

Recommended Posts

edita el order-confirmation.tpl de tu template. tiene algo asi:

 

 

{if $is_guest}

<p>{l s='Your order ID is:'} <span class="bold">{$id_order_formatted}</span> . {l s='Your order ID has been sent to your e-mail.'}</p>

<a href="{$link->getPageLink('guest-tracking.php', true)}?id_order={$id_order}" title="{l s='Follow my order'}"><img src="{$img_dir}icon/order.gif" alt="{l s='Follow my order'}" class="icon" /></a>

<a href="{$link->getPageLink('guest-tracking.php', true)}?id_order={$id_order}" title="{l s='Follow my order'}">{l s='Follow my order'}</a>

{else}

<a href="{$link->getPageLink('history.php', true)}" title="{l s='Back to orders'}"><img src="{$img_dir}icon/order.gif" alt="{l s='Back to orders'}" class="icon" /></a>

<a href="{$link->getPageLink('history.php', true)}" title="{l s='Back to orders'}">{l s='Back to orders'}</a>

{/if}

 

 

 

despues debes forzar compilacion en preferencias, rendimiento para ver los cambios

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...