[SOLVED] VM 1.1 how to remove 'Recently Viewed Products' from product view page.

Started by aravot, July 06, 2007, 21:14:21 PM

Previous topic - Next topic

aravot

Downloaded VirtuMart 1.1 SVN r875.

How to remove from product view page and frontpage 'Recently Viewed Products', in the backend there is an option to limit the display of products but can't find option to remove it, even if I enter 0 for the number it still shows 1 item.

Edgar. R. Koster

I'm not testing that version yet. I say it should have a checkbox where you say you enter the number to display. maybe an enhancement?
I have all my hacks, tweaks, & mods on my site. I'm happy to help you out, even if you want a new one!

macallf

This is a flypage template setting. The main setting is number of recently visited products.

In the flypage you have this

if( !empty( $recent_products )) { ?>
<div class="vmRecent">
<?php echo $recent_products?>
</div>
<?php 
}


If the recently viewed products limit is set to 0, then no recently viewed products will be displayed. I have tested this and confirm that it is working.
Mark
All of My old mods are now available on my website.
Mark Callf Designs

If you like the work I've done for VM please fell free to Donate

Please Note: I am no longer actively developing or involved with VM development.