Edgar Sandé Posted Thursday at 08:09 AM Share Posted Thursday at 08:09 AM (edited) Bonjour à tous Deux questions pour modifier ma page "tous les produis à la vente"" 1/ J'ai une boutique avec très peu d'articles et le pavé de tri des articles (par nom, par prix etc...) est inutile. Je voudrais donc le masquer . J'ai modifié le ficher CSS en remplaçant display: inline-block par display: none . Ca fait bien disparaître le champ de tri mais les mots "trier par" restent apparents . Y a-t-il un moyen de les masquer eux aussi ? 2/ Je souhaite également faire disparaitre le breadcrumb qui m'est aussi inutile puisque une seule page sur mon petit site. Et là même dans le back office je ne vois pas où le supprimer !!! Une idée ?? Merci d'avance pour votre aide précieuse ... Edited Thursday at 04:36 PM by Edgar Sandé (see edit history) Link to comment Share on other sites More sharing options...
Prestashop Addict Posted Thursday at 09:57 AM Share Posted Thursday at 09:57 AM Merci de préciser la version de PS et PHP et le thème utilisé, pour qu'on puisse vous aider. Link to comment Share on other sites More sharing options...
Edgar Sandé Posted Thursday at 10:27 AM Author Share Posted Thursday at 10:27 AM Oui, bien sûr où avais-je la tête ? Version PS : 8.1.2 PHP : 8.3 Theme natif de PS (classic) Merci d'avance Link to comment Share on other sites More sharing options...
Prestashop Addict Posted Thursday at 11:05 AM Share Posted Thursday at 11:05 AM Commentez le code dans le template themes/classic/templates/catalog/_partials/products-top.tpl {*block name='sort_by'} {include file='catalog/_partials/sort-orders.tpl' sort_orders=$listing.sort_orders} {/block*} Ce serait mieux de faire un thème enfant pour ne rien perdre en cas de maj du thème 😉 Link to comment Share on other sites More sharing options...
WebDesk Solution Posted Thursday at 11:20 AM Share Posted Thursday at 11:20 AM (edited) Hello @Edgar Sandé, For sorting by a selection box, Navigate to the file: themes/{{your_theme}}/templates/catalog/_partials/products-top.tpl Locate the following code snippet: {block name='sort_by'} {include file='catalog/_partials/sort-orders.tpl' sort_orders=$listing.sort_orders} {/block} Comment out or remove this code. this will hide both the "Sort by" text and the sorting field from your frontend. For breadcrumb, Navigate to the file: themes/{{your_theme}}/templates/layouts/layout-both-columns.tpl Locate the following code snippet: {block name='breadcrumb'} {include file='_partials/breadcrumb.tpl'} {/block} Comment out or remove this code. this will hide breadcrumb from your frontend. In your PrestaShop admin panel, go to Advanced Parameters > Performance and click Clear Cache. We hope this solution works for you! Edited Thursday at 11:21 AM by WebDesk Solution (see edit history) Link to comment Share on other sites More sharing options...
Edgar Sandé Posted Thursday at 12:02 PM Author Share Posted Thursday at 12:02 PM Super, merci bcp 🙏 Je vais essayer votre solution Cordialement Link to comment Share on other sites More sharing options...
Prestashop Addict Posted Thursday at 04:13 PM Share Posted Thursday at 04:13 PM N'oubliez pas de mettre [RESOLU] dans le titre et un Thanks est apprécié sur la bonne solution pour aider les autres utilisateurs. Link to comment Share on other sites More sharing options...
Edgar Sandé Posted Thursday at 04:33 PM Author Share Posted Thursday at 04:33 PM Oui, OK, je le fais de suite Merci encore pour les réponses qui m'ont bien aidé 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