Version 1.05 - July 03, 2018
+ added new nopcommerce permission 'Plugin (Customer Interests). Public store. Don't save tracking information for such customers.'
- removed parameter "Skip tracking Admins and Vendors"
Version 1.07 - July 03, 2018
+ fixed bug "Google Pagespeed Tools" moved tracking code to botton of the page.
+ moved 'noscript' block after BODY tag
Thank you.
Plugin uses only store URL without prefix.
Example.
Such URLs
http://www.yourstore.com
https://www.yourstore.com
http://yourstore.com
https:/yourstore.com
have the same serial number.
Please download new release.
http://foxnetsoft.com/content/files/foxnetsoft.redirectmanager.zip
The problem is another place.
Replace plugin folder and restart your site.
Send me the source and redirect URLs.
What nopcommerce version do you use?
No problem.
> 1. discount coupon is auto generated right? by default it can be used n times zero which means we have to activate it right?
No
Plugin creates new coupon code with ONE time using ( LimitationTimes = 1).
> i sent a test email to myself but the deactivation link is not showing and i couldn't find an answer in nopcommerce forum so just thought of asking you.
Plugin supports several modes (Bonus mode).
If you want to get customers coupon code you should use mode Amount or Percent.
> Do you need too disable it?
Yes.
You should attach Google Analytics to Google Tag Manager and plugin sends notifications to Google Tag Manager.
Google Tag Manager sends them to Google Analytics.
> What do i have to do in order to track the most data as possible?
Enable tracking code for Google Tag Manager and plugin will do inheriting itself.
if you want to use Enhanced Ecommerce Google Analytics we have another plugin https://www.foxnetsoft.com/nopgoogleenhancedecommerce
Yes.
I did it because I wanted to avoid any mistake... my first customers wanted such logic and agreed with them.
if (order.PaymentStatus != PaymentStatus.Paid ||
order.ShippingStatus != ShippingStatus.NotYetShipped ||
order.OrderStatus != OrderStatus.Processing)
return Content("");
Do you want to print Label for Paid and Pending state too?
I can change this logic. Write me and I'll do it.
Yes, plugin supports 3.70 too. I fixed a mistake in description. Thank you.