How to Add Picreel Popups to OpenCart, Drupal, Volusion, PrestaShop
You can seamlessly add Picreel pop-ups to various marketplaces or CMS platforms, such as OpenCart, Drupal, Volusion, PrestaShop, and attract qualified leads.
By adding Picreel pop-ups to your CMS platform:
1. You can enhance visitor’s shopping experience
2. You can showcase your best deals to convert visitors into customers
In this article, you’ll learn how to add Picreel pop-ups to:
1. OpenCart
2. Drupal
3. Volusion
4. PrestaShop
OpenCart
To add the code, you either have to fix the template code using FTP or open the file:
/catalog/view/theme/[your_template_name]/template/common/footer.php and before the closing, insert the snippet code:
For example, for the default "OpenCart" template, you should add the code like this:
Drupal
To add the code, you either have to fix the template code using FTP or open the file:
/themes/[your_template_name]/template.php
In this file, it's necessary to find the function that has a title:
[your_template_name] _preprocess_html
And add it to the snippet recall in the template.
For example, for the template, "Bartik," out of the “Drupal 7” box, you have to enter the following:
And, for the template "garland" out of the “Drupal 7” box, you have to enter the following:
The code to add:
//Add Picreel service code
drupal_set_html_head('');
Volusion
Step 1: Select the template settings:
Step 2: Go to the template editor:
Step 3: Before the tag, insert the tracker code and click “save”:
PrestaShop
To add the code, you either have to fix the template code using FTP or open the file:
/themes/[your_template_name]/footer.php
and before the closing, insert the snippet code:
For example, for the default "PrestaShop" template, you should add the code like this:
That is all about adding Picreel pop-ups to OpenCart, Drupal, Volusion, and PrestaShop.
On this page