NB17034 Posted August 30, 2016 Share Posted August 30, 2016 Hallo, gibt es die Möglichkeit beim PS1.6.1.6 eine Sortierung nach Artikelvarianten einzustellen und z. Bsp. die Sortierung Artikelnummer zu entfernen? Link to comment Share on other sites More sharing options...
rocky Posted September 1, 2016 Share Posted September 1, 2016 Edit product-sort.tpl in your theme's directory, find the following at about line 59: <option value="reference:asc"{if $orderby eq 'reference' AND $orderway eq 'asc'} selected="selected"{/if}>{l s='Reference: Lowest first'}</option> <option value="reference:desc"{if $orderby eq 'reference' AND $orderway eq 'desc'} selected="selected"{/if}>{l s='Reference: Highest first'}</option> And change it to: {* <option value="reference:asc"{if $orderby eq 'reference' AND $orderway eq 'asc'} selected="selected"{/if}>{l s='Reference: Lowest first'}</option> <option value="reference:desc"{if $orderby eq 'reference' AND $orderway eq 'desc'} selected="selected"{/if}>{l s='Reference: Highest first'}</option>*} 1 Link to comment Share on other sites More sharing options...
NB17034 Posted September 1, 2016 Author Share Posted September 1, 2016 (edited) Thank you it works! Is it possible to sort them by variants? For example, color or size? Edited September 1, 2016 by NB17034 (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted September 1, 2016 Share Posted September 1, 2016 Sorry, no. You can't sort by attributes. You can, however, use the "Layered Navigation block" to filter by attributes. 1 Link to comment Share on other sites More sharing options...
NB17034 Posted September 1, 2016 Author Share Posted September 1, 2016 Perfect! Thi is the solution of the Problem. Thank you very much!! 1 Link to comment Share on other sites More sharing options...
rocky Posted September 2, 2016 Share Posted September 2, 2016 You're welcome. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now