Jump to content

How to add facebook conversation code in Prestashop 1.6


kashifkhan112

Recommended Posts

For Checkout Thank You Page:

<!-- Conversion Pixel - Checkout - DO NOT MODIFY -->
<img src="https://secure.adnxs.com/px?id=593239&t=2" width="1" height="1" />
<!-- End of Conversion Pixel -->

 

Comments: I have added this code on order-confirmation page



For Pre-Checkout Form:

<!-- Segment Pixel - Pre-checkout Order Form - DO NOT MODIFY -->
<img src="https://secure.adnxs.com/seg?add=3322822&t=2" width="1" height="1" />
<!-- End of Segment Pixel -->

 

Comments: I have added this code on order pages by using this if condition:

{if isset($page_name) AND $page_name == 'order'}

{/if}



For Added to Basket:

<!-- Segment Pixel - Added to Basket - DO NOT MODIFY -->
<img src="https://secure.adnxs.com/seg?add=3327065&t=2" width="1" height="1" />
<!-- End of Segment Pixel -->

 

Comments: I don't know where i need to add this code, can anyone suggest me

Link to comment
Share on other sites

  • 1 year later...

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...