News:

Looking for documentation? Take a look on our wiki

Main Menu

back to button on product page. How to get rid of it.

Started by banderson, October 30, 2015, 23:46:54 PM

Previous topic - Next topic

banderson

Joomla 3.4.5
Virtuemart 3.0.10

How do you get rid of the "back to" button that sends you back to a category.  It is on one of my product pages.  I really don't need it on my site.
Thank you

jenkinhill

Either override  components/com_virtuemart/views/productdetails/tmpl/default.php to remove the  back-to-category div 
or use a css override, eg
.back-to-category {
    display: none;
}

May be different if you already use template overrides.

http://docs.virtuemart.net/tutorials/templating-layouts.html
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

banderson

We went into the file line you specified at the top and removed the line you specified.  The button is still there.   Is there more to the line we need to remove?  Thank you.

jenkinhill

So you are using template overrides or a commercial Joomla/VM template? If so then you have to edit the relevant override file.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum