Create recently viewed module
Sat Feb 2, 2013 5:04 am
#1
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.
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:Replace the above by the following codes in the both lines: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.
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> <option value="topten">MOD_VIRTUEMART_PRODUCT_BEST_SALES</option>
<option value="recent">Recently Viewed Products</option>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.
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
Last edit: Fri Mar 15, 2013 11:53 am by Jumbo
The administrator has disabled public write access.