yaniv2266 Posted February 14, 2016 Share Posted February 14, 2016 when im go to random category in the top of the page there is "sort by" with some options like: low price and A-Z and so on . how can i disable few of the options ? lets say i want to see only the "low price" option , how can i do this? Link to comment Share on other sites More sharing options...
marion v Posted August 23, 2016 Share Posted August 23, 2016 Hello ! Can you tell me exactly where to put the * ? I'm afraid to make a mistake as i have already made. Thank you ! Marion Link to comment Share on other sites More sharing options...
vekia Posted August 23, 2016 Share Posted August 23, 2016 {* {if !$PS_CATALOG_MODE} <option value="price:asc" {if $orderby eq 'price' AND $orderway eq 'asc'}selected="selected"{/if}>{l s='Price: Lowest first'}</option> <option value="price:desc" {if $orderby eq 'price' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='Price: Highest first'}</option> {/if} *} this is the way to apply comments. Link to comment Share on other sites More sharing options...
marion v Posted August 24, 2016 Share Posted August 24, 2016 Hello I finally commented the vekia's line by <!-- --> SOLVED Thank you all ! Link to comment Share on other sites More sharing options...
vekia Posted August 24, 2016 Share Posted August 24, 2016 <!-- --> code will be visible in the page source it is not the best way to add comments in smarty 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