Reading list Switch to dark mode

    Joomla Cache Duplicate Virtuemart products

    Updated 14 December 2012

    Joomla Cache Duplicate Virtuemart products – This is very common bug when you are using virtuemart and joomla system cache simultaneously . So here is the simple fix

    Go to  this location components/com_virtuemart/themes/default/templates/browse/included/browse_layouttable.tpl.php and browse_notables.tpl.php

    echo $this->fetch_cache( 'browse/'.$templatefile .'.php' );

    and change it with

    echo $this->fetch( 'browse/'.$templatefile .'.php' );

    Enjoy Joomla Coding 🙂

    Start your headless eCommerce
    now.
    Find out More
    . . .

    Leave a Comment

    Your email address will not be published. Required fields are marked*


    Be the first to comment.

    Back to Top

    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home