How to add a script Trusted Reviews / POS Ceneo? Print

  • 0

1 go to "Configuration» Integration »Integration own"


2 script should be pasted in the "Confirmation of order"


<script type="text/javascript">

<!--
ceneo_client_email = '{email}';
ceneo_order_id = '{order_id}';
ceneo_shop_product_ids = '{products}#{products.product_id}{/products}';
ceneo_work_days_to_send_questionnaire = 3;
//-->

</script>

<script type="text/javascript" src="https://ssl.ceneo.pl/transactions/track/v2/script.js?accountGuid=
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXX"></script>


NOTE: // ceneo_work_days_to_send_questionnaire - parameter specifies the number of working days for shipping the survey, for a given contract, containing from 0 to 21 days // XXXXXXXX-XXXX-XXXX-XXXX-xxxxxxxxxxxxx - the number of GUID assigned by Ceneo



3 Click on the button "Save"


Was this answer helpful?

« Back