deroxonweb Posted February 16, 2012 Share Posted February 16, 2012 Hello Sir/Madam, Is it possible to hide "sort by" function? I tried to directly deleted the file, but the page's error occured. Please advice and help. Thank you very much. Best regards, Derox Link to comment Share on other sites More sharing options...
hxd Posted February 18, 2012 Share Posted February 18, 2012 One way to do it is to comment out some code in the product-sort.tpl file for the particular theme. Assuming you use the default prestashop theme, you can find the file in the root PrestaShop directory on your hosting account in themes/prestashop/product-sort.tpl. Comment out the code that starts with: <form id="productsSortForm" action="{$request|escape:'htmlall':'UTF-8'}"> <p class="select"> <select id="selectPrductSort"> And ends with: <label for="selectPrductSort">{l s='Sort by'}</label> </p> </form> To comment it out just put an exclamation mark and two hyphens after the first bracket for that piece of code (e.g. <!--form id...), and two hyphens before the last bracket (e.g. </form--> ). To see the change on the frontend, log in to the backend of your PrestaShop application, go to the Preferences tab and then to the Performance sub-tab, and set the Force Compile option to Yes. After you edit the product-sort.tpl file, refresh the frontend, and when you make sure the change appears there disable the Force Compile option. 1 Link to comment Share on other sites More sharing options...
deroxonweb Posted February 19, 2012 Author Share Posted February 19, 2012 Hi Hxd, Thank you very much for your kind attention and help. Your advice is very helpful for me to solve many questions of my prestashop design. Thanks again. ^^ Derox Link to comment Share on other sites More sharing options...
BizVista Posted June 11, 2013 Share Posted June 11, 2013 easy weezy! thanks for the help! 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