Jump to content

[SOLVED] change select list


Recommended Posts

Thanks. Solved.  :) Version prestashop 1.5.6.1

<form id="productsSortForm{if isset($paginationId)}_{$paginationId}{/if}" action="{$request|escape:'htmlall':'UTF-8'}" class="productsSortForm">
<ul class="sorters">
<li><a href="{$request|escape:'htmlall':'UTF-8'}&orderby=price&orderway=asc" {if $orderby eq 'price' AND $orderway eq 'asc'}class="selected"{/if}>{if $lang_iso == en }lowest price{else}nejnižší ceny{/if}</a></li>
<li><a href="{$request|escape:'htmlall':'UTF-8'}&orderby=price&orderway=desc" {if $orderby eq 'price' AND $orderway eq 'desc'}class="selected"{/if}>{if $lang_iso == en }highest price{else}nejvyžší ceny{/if}</a></li>
<li><a href="{$link->addSortDetails($request, 'date_add', 'asc')|escape:'htmlall':'UTF-8'}" {if $orderby eq 'date_add' AND $orderway eq 'asc' }class="selected"{/if}>{if $lang_iso == en }newest{else}novinky{/if}</a> </li>
</ul>
</form>
Edited by tozi (see edit history)
  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...