Thank you page

  • Alessandro
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 6 months ago #86388 by Alessandro
Thank you page was created by Alessandro
Hi,
I need to insert the facebook conversion pixel on the page that appears after a customer completes a purchase (thank you page).
I need to write it between <head> </head> of that page.
Where can I find the thank you page css.

Regards,
Alessandro.

Please Log in or Create an account to join the conversation.

  • Alessandro
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 6 months ago #86415 by Alessandro
Replied by Alessandro on topic Thank you page

Alessandro wrote: Hi,
I need to insert the facebook conversion pixel on the page that appears after a customer completes a purchase (thank you page).
I need to write it between <head> </head> of that page.
Where can I find the thank you page css.

Regards,
Alessandro.


up

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
7 years 6 months ago #86422 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Thank you page
Hi

Since you need to put the code between head tags, I think you will have to a method in Joomla library to add that code. Maybe you can send me exactly code you want to add? I will try to write the code and test it on my local computer before sending it to you

Tuan

Please Log in or Create an account to join the conversation.

  • Alessandro
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 6 months ago #86434 by Alessandro
Replied by Alessandro on topic Thank you page
Hi Tuan,
Thank you for your answer.
The code is:


fbq('init', '0439829');
fbq('track', "PageView");

fbq('track', 'Purchase', {value: '0.00', currency:'EUR'});


<!-- End Facebook Pixel Code -->

I need to copy it in the head of thank you page, in order to track people that really purchase a membership plan.
I tried to put in in the tracking code field on configuration page of OSMembership, but it doesn't work.

Thank you for your time!
Have a nice day,
Alessandro.

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #86540 by Sang Lê Xuân
Replied by Sang Lê Xuân on topic Thank you page
Hello

I have just customize code . please download html.zip and extrac to components/com_osmembership/view/complete try again and let me know if you still have any the issue

Thanks,
Sang
Attachments:

Please Log in or Create an account to join the conversation.

  • Alessandro
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 6 months ago #86545 by Alessandro
Replied by Alessandro on topic Thank you page
Thank you very much!
It works :)

Please Log in or Create an account to join the conversation.