Home Integration Methods Cart66 (WordPress shopping cart module)

Cart66 (WordPress shopping cart module)

This integration method integrates Cart66 (WordPress plugin) receipt page.
1
Sale tracking
The integration is pretty easy. The only step you have to take is to edit file wp-content/plugins/cart66/views/receipt.php and to find a line with this code:
if(Cart66Setting::getValue('enable_google_analytics') == 1 && $order->viewed == 0)

Now, copy the code below and paste it just above the mentioned line:
That's it. Save your changes. Now your system is integrated.
Do not forget to integrate your WordPress with click tracking code.