Reliable reviews - on transfer of e-mail
Print
To store Customer's e-mail address was passed to the Opineo and only after approval by the client the transfer of personal data you should follow the following instructions:
1. Go to CONFIGURATION > INTEGRATIONS > OTHER and uncheck activity in Opineo
2. Go to CONFIGURATION > CUSTOMERS > ADDITIONAL FORM FIELDS and add a new field type Select to order
Content of the communication is dependent on whether or not we have a signed contract of entrustment with Opineo.
Suggested content:
- For sellers who have a contract of entrustment from Opineo:
"I agree to have my personal data processed by [data store-here the company name and address] in the form of an e-mail address, in order to examine the opinion about the level of satisfaction of the purchase."
- For sellers who do not have an agreement to entrust the data from Opineo:
I agree the transfer of my personal data, in the form of an email address, to [data-entity here the company name and address] and the processing by the person above my email address to examine the opinion about the level of satisfaction of the purchase in the online store [store]."
3. Click on the button "Save"
4. After you save the changes to see what ID has been assigned for the new fields-to remember
5. Go to CONFIGURATION > INTEGRATIONS > OWN INTEGRATION and add the following code to the section Confirmation of order:
{if
additional_2_value
== "YES"}
<script type="text/javascript">
opi_email = '{email}';
opi_order_no = '{order_id}';
</script>
<script type="text/javascript" src="https://www.wiarygodneopinie.pl/shop/wo.js?uid=XXXXXXXXXX">
</script>
{/if}
6. The values to be replace in the above code is:
XXXXXXXXXX - the number of UID by Opineo
additional_2_value - number 2 replaces the Additional ID form field
7. Click on the button "Save"
Was this answer helpful?