Jump to content
  • 0

Problem z podpięciem kodu


thepiotr

Question

Dzień Dobry, 

 

Muszę podpiąć kod na stronie płatności (Podziękowanie) /module/przelewy24/paymentSuccessful jednakże jej edycja bezpośrednio w pliku jest dla moich umiejętności niewykonalna a wtyczka advanced tracking wizard jej nie widzi. 

 

Jak mogę podpiąć kody konwersyjne ? 

 

Ewentualnie gdzie w tym kodzie dodać KOD JS aby działał ? 

<!-- Created by michalz on 13.03.14 -->
 
{capture name=path}{l s='Pay with Przelewy24' mod='przelewy24'}{/capture}
 
<div class="box" style="overflow: auto;">
<h2><a href="http://przelewy24.pl" target="_blank"><img src="{$modules_dir}przelewy24/img/logo.png" alt="{l s='Pay with Przelewy24' mod='przelewy24'}"/></a> {l s='Congratulation!' mod='przelewy24'}</h2>
<p style="margin-bottom:1em;">{l s='Thank you for your purchase. Your payment was confirmed by Przelewy24. You can track your order in history of orders.' mod='przelewy24'}</p>
<p class="cart_navigation">
<a href="{$base_dir_ssl}index.php" class="{if $ps_version >= 1.6 }button-exclusive btn btn-default{else}button_large{/if}">
<i class="icon-chevron-left"></i>{l s='Return to shop' mod='przelewy24'}
</a>
<a class="{if $ps_version >= 1.6 }button btn btn-default button-medium{else}exclusive_large{/if}" href="{$base_dir_ssl}index.php?controller=history">
            <span id="proceedPaymentLink">
                {l s='Show order history' mod='przelewy24'}
            </span>
</a>
</p>
</div>
 
{$HOOK_ORDER_CONFIRMATION}
<script>
window.setTimeout(function(){
if (opener && opener.P24_Transaction) {
opener.P24_Transaction.threeDSReturn(window);
window.close();
}
},1000);
</script>
 
{if $ga_key}{include file="./_ga.tpl" ga_key=$ga_key ga_conversion=$ga_conversion}{/if}

 

Z góry dziękuję wszystkim za pomoc 

Edited by thepiotr (see edit history)
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...