Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - FlexibleMart (SKU# FLEX-00007)

TOPIC: Button Back to Category

Button Back to Category 11 years 1 month ago #3388

Hello,

Is it possible to include the button "Back to the category" from the product page?

Thanks for your help,

Best regards,
Cédric
The topic has been locked.

Button Back to Category 11 years 1 month ago #3395

Hi,

seems to work fine -

add btween the two clear:both line breaks in which ever template your using e.g.

templates/YOUR_TEMPLATE/html/com_virtuemart/productdetails/default.php around line 106

originally
<br style="clear:both;" />
 
 
 
	 <br style="clear:both;" />
 
	<div>
		<div class="width50 floatleft">
 

change to
 
<br style="clear:both;" />
 <?php // Back To Category Button
	if ($this->product->virtuemart_category_id) {
		$catURL =  JRoute::_('index.php?option=com_virtuemart&view=category&virtuemart_category_id='.$this->product->virtuemart_category_id);
		$categoryName = $this->product->category_name ;
	} else {
		$catURL =  JRoute::_('index.php?option=com_virtuemart');
		$categoryName = jText::_('COM_VIRTUEMART_SHOP_HOME') ;
	}
	?>
	<div class="back-to-category">
    	<a href="<?php echo $catURL ?>" class="product-details" title="<?php echo $categoryName ?>"><?php echo JText::sprintf('COM_VIRTUEMART_CATEGORY_BACK_TO',$categoryName) ?></a>
	</div>
 
 
	 <br style="clear:both;" />
 
	<div>
		<div class="width50 floatleft">

you will need to do a bit of styling and position adjustment but it works - see the screen shot

cheers
Attachments:
The topic has been locked.

Button Back to Category 11 years 1 month ago #3398

Thank you very much for your help!
Cedric
The topic has been locked.

Button Back to Category 11 years 1 month ago #3405

Super - marked solved..
The topic has been locked.
Time to create page: 0.120 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo