Jump to content

synkro

Members
  • Posts

    3
  • Joined

  • Last visited

synkro's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Only changing this line in the 1.4 will not disappear me 01. 02. etc. Thanks in advance The solution that I was reffering to doesn't require adding numbers before the name of the attribute, it will sort the attributes by the order they were added in BO.
  2. That is a good idea, but I don't know exaclty how to implement it on 1.4 in my product.tpl I've got: {if $group.attributes|@count} {$group.name|escape:'htmlall':'UTF-8'} : {assign var="groupName" value="group_$id_attribute_group"} 0}$('#wrapResetImages').show('slow');{/if};"> {foreach from=$group.attributes key=id_attribute item=group_attribute} {$group_attribute|escape:'htmlall':'UTF-8'} {/foreach} {/if} {/foreach} But after replacing {if $group.attributes|@count} with any of the options above i get a blank product page.
  3. In version 1.4 you have to change in classes/Product.php on line 2136: ORDER BY agl.`public_name`, al.`name`'); to ORDER BY agl.`id_attribute_group`, al.`name`'); and the same modifications must be made in classes/Cart.php, on line 420, for the attributes to be sorted in the same way in the shopping cart.
×
×
  • Create New...