Integration with System Reliable Reviews (yourdomain.in) Print

  • 0

1 Go to "CONFIGURATIONS » INTEGRATIONS » OWN INTEGRATIONS "


2 Paste the following code in the window "Page footer, before closing"

<script type="text/javascript">
(function() {
var oi = document.createElement('script'); oi.type = 'text/javascript'; oi.async = true;
oi.src = ('https:' == document.location.protocol ? 'https://' : 'http://')
+ 'tracker.yourdomain.in/tracker.js?'+(Math.random());
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(oi, s);
})();
</script>

3 Then paste the code in the window and "Confirm order"

<script type="text/javascript">
(function ()
{
window._oiT = window._oiT || [];
_oiT.push(['oiKey', 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX']);
_oiT.push(['eOrder',
{
'mail' : '{email}',
'orderId' : {order_id},
'orderAmount' : {float_sum},
'products' : [{products}[{products.product_id},{products.quantity}],{/products}]
}
]);
})();
</script>

4 Overwrite XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX on TID store received from okazje.info.pl


5 Click on the button "Save"

{if partner=SHOPER}

NOTE:


If you are using the integration Google Analitycs e-commerce It should be moved to section: 
CONFIGURATIONS > INTEGRATIONS > OTHER 
According to this guide: http://whmcs.zencommerce.in/knowledgebase/103/How-to-insert-Google-Analytics-code-and-Google-Analytics-e-commerce.html and delete it with its own integration as loop {products}can only be used once. 
{/if}

Was this answer helpful?

« Back