VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: gcap on September 23, 2018, 08:39:54 AM

Title: back to shop button
Post by: gcap on September 23, 2018, 08:39:54 AM
Hi Again

I need a way for folks to get back to the shop home page once they are in a category. I know this is simple for you experts but I am really struggling to see how i would do it.

Basically I would need a button at the bottom of the page showing the products so customers can navigate back to the categories listed on the shop main page with them having to use the main menu at the top of the page
Title: Re: back to shop button
Post by: GJC Web Design on September 23, 2018, 10:55:35 AM
something like

<div id="back_home_but">
<a href="<?php echo JRoute::_('index.php?option=com_virtuemart'); ?>" class="button btn btn-default"><?php echo vmText::_('COM_VIRTUEMART_SHOP_HOME'); ?></a>
</div>

in your category default.php over ride