Skocz do zawartości


AgaKRK

Użytkownik od 06 Aug 2021
Offline Ostatnio aktywny Sep 10 2021 07:38 AM
-----

Moje posty

W temacie:pixel nie rejestruje zdarzenia "purchase".

10 September 2021 - 07:39 AM

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'}

W temacie:pixel nie rejestruje zdarzenia "purchase".

10 September 2021 - 07:38 AM

Wygląda na to, że jest dodany.  0Btwcs2.png