View Single Post
  #13  
Old 11-18-2014, 08:09 PM
 
SignTorch SignTorch is offline
 

Advanced Member
  
Join Date: Jun 2010
Posts: 30
 

Default Re: Remove attributes with multiple values from Specification Tab?

Quote:
Originally Posted by minfinger
That did not work for me.
before applying the custom template change, make sure there is no group title above the attributes to be hidden

http://www.signtorch.com/bin/xcart/attribute-group.jpg

then place a text marker (1234) in the custom template like so

Code:
1234 {if:getAttributeGroup()} <li><div class="head-h3">{getTitle()}</div> <ul> {*end:*} <li FOREACH="getAttrList(),a"> <div><strong>{a.name}</strong></div> <span class="{a.class}">{a.value:nl2br}</span> </li> {*if:getAttributeGroup()*} </ul> </li> {end:}

and then you should see the template text markers, but not the ungrouped attributes

http://www.signtorch.com/bin/xcart/attribute-group2.jpg

if you do not see the text markers, then the custom template may not be at the correct path and filename

and make sure the custom skins module is enabled
__________________
SignTorch Vector Graphics
dropping xc4.6.x, tested xc5 (FAIL)
Reply With Quote