This extension enables you to pass affiliate purchase information to 2performant.
It will subtract shipping cost (if any) as well as VAT value.
A special CSS class is added to the page <html> element when doing cookie existence check. This is very useful if you intend on hiding phone number of email address (direct contact information mostly) on pages when getting traffic from 2Performant affiliates. html.is2Performant - cookie exists
html.not2Performant - cookie is not present
The cookie check is done once per session OR when the traffic HTTP referer is not originating from your domain.
Example of CSS code to hide element: html:not(.not2Performant) #mobile-header .custom-phone {
height: 0px;
opacity: 0;
overflow: hidden;
}
Compatible with Opencart default theme and Journal2/Journal3!
This extension required VQMOD!
Login and write down your comment.
Login my OpenCart Account