View Single Post
  #7  
Old 11-07-2014, 05:56 AM
 
JannieB JannieB is offline
 

Senior Member
  
Join Date: Sep 2004
Posts: 117
 

Default Re: Shop By Brand module for X-Cart 5

Hi,
I am using a custom skin module ... I have an amended version of the prodyct/details/parts/common.product.title.tpl with this in it:

Code:
<widget class="XLite\Module\QSL\ShopByBrand\View\Product\Details\Brand" product="{product}" /> <h1 class="fn title">{product.name:h}</h1>

However this pulls in the brand name as this sort of thing

Code:
<h1><a href="?target=brand&brand_id=18">Gubi</a></h1>


What I want is just the name of the brand without the '<h1>' tag and without the link.

Ideally I need is as a widget as I need to use it in a few places on the product page.

It's such a simple thing, but I can't work out how to do it!

Thanks,

Jan
__________________
Jan Beesley
(Currently Xcart 5
Previously XCart Gold from 3.5....)
Reply With Quote