co do pliku .tpl
public_html/themes/default-bootstrap/templates/order-confirmation/order-confirmation-base.tpl
{l s='Thank you for your order!'} {l s='Your order has been successfully placed :)'} {* *} {**} {* *} {assign var='current_step' value='payment'} {include file="$tpl_dir./order-steps.tpl"} {include file="$tpl_dir./errors.tpl"} {if (isset($reference_order) && $reference_order) || (isset($order_public_id) && $order_public_id)} {l s='Your order number:'} {if isset($reference_order) && $reference_order} {$reference_order} {elseif isset($order_public_id) && $order_public_id} {$order_public_id} {/if} {/if} {l s='You can follow status of your order on'} {l s='Your account.'} {l s='You can also check'} {l s='order details.'} {$HOOK_PAYMENT_RETURN} {hook h='displayConfirmedPayment'} {l s='Have a nice day!'} {l s='Return to shop'}