Answered

Create recently viewed module

Sat Feb 2, 2013 5:04 am
I think it would be helpful if you could extend the functionality of the standard Virtuemart module that currently lets you show featured, latest, random, best products to let it show recently viewed products so a customer can remember and easily access products they viewed during their visit.

 The following users say thank you to LoftyAmbitions for this post: rkoval, mahoot

The administrator has disabled public write access.
Sat Feb 2, 2013 9:10 pm
Actually VirtueMart Product Module already has the ability to show Recently Viewed Products but it is just not implemented. You will need to tweak the modules xml file to get this option working.

Open modules\mod_virtuemart_product\mod_virtuemart_product.xml

Find the following codes in line 34 and also in line 106:
		    <option value="topten">MOD_VIRTUEMART_PRODUCT_BEST_SALES</option>
Replace the above by the following codes in the both lines:
		    <option value="topten">MOD_VIRTUEMART_PRODUCT_BEST_SALES</option>
		    <option value="recent">Recently Viewed Products</option>
Now open the module from Joomla Module Manager and you will find the option to show "Recently Viewed Products".

P.S. Disable Caching under Advanced Options when you are using VM Product Module to show Recently Viewed Products for better performance.
Post your reviews about us on our Facebook Page.
Post your testimonials and suggestions Here.
Don't forget to Close your topic when resolved.

 The following users say thank you to Jumbo for this post: LoftyAmbitions, rkoval

The administrator has disabled public write access.