–Hidden comment

Use attributes in format region_from and region_to= to change the languages showing in language switcher.
Available regions are:
europe_from europe_to
asia_from asia_to
mideast_from mideast_to
america_from america_to

Example:
europe_from=0 europe_to=22 will put all languages (ordered in language switcher settings) from 1 to 21 to Europe region:
asia_from=22 asia_to=25 will put all languages from 23 to 24 (so only 2) into Asia region.

osc2nuke

La integración con osc2nuke se realiza colocando el script de seguimiento de la venta en la página de confirmación. Para obtener los valores de OrderID y TotalSale, el snippet se conecta a la base de datos de osc2nuke y recupera los valores desde allí.

Editar plantilla

Busca y abre el archivo ‘modules/catalog/checkout_success.php

Localizar el lugar de integración

Encuentra la siguiente línea en este archivo:

require(DIR_WS_CLASSES . 'checkout_success.php');

Integración

Añade el siguiente código antes de esta línea:

//--------------------------------------------------------------------------
 // integration code
 //--------------------------------------------------------------------------
 // get order id
 $sql = "select orders_id from ".TABLE_ORDERS.
        " where customers_id='".(int)$customer_id.
        "' order by date_purchased desc limit 1";
 $pap_orders_query = tep_db_query($sql);
 $pap_orders = tep_db_fetch_array($pap_orders_query);
 $pap_order_id = $pap_orders['orders_id'];

 // get total amount of order
 $sql = "select value from ".TABLE_ORDERS_TOTAL.
        " where orders_id='".(int)$pap_order_id.
        "' and class='ot_subtotal'";
 $pap_orders_total_query = tep_db_query($sql);
 $pap_orders_total = tep_db_fetch_array($pap_orders_total_query);
 $pap_total_value = $pap_orders_total['value'];

 // draw script to register sale
 if($pap_total_value != "" && $pap_order_id != "") {
  print '<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>'."
</script>
<script type=\"text/javascript\">
PostAffTracker.setAccountId('Account_ID');var sale = PostAffTracker.createSale();
sale.setTotalCost('$pap_total_value');
sale.setOrderID('$pap_order_id');

PostAffTracker.register();
</script>";
}
 //--------------------------------------------------------------------------
 // END of integration code
 //--------------------------------------------------------------------------
Volver a Integraciones Crear cuenta GRATIS

Nuestro sitio web utiliza cookies. Al continuar, asumimos tu permiso para implementar cookies como se detalla en nuestro política de privacidad y cookies.

×

Programa una llamada uno a uno y descubre cómo Post Affiliate Pro puede beneficiar a tu negocio.

Estamos disponibles en varias fechas

Programa una llamada