Chapeau_The Posted March 25, 2013 Share Posted March 25, 2013 Bonjour, J'aimerais présenter mes produits sans le module panier. J'ai donc activer le mode catalogue disponible dans le BO mais le problème c'est que j'ai toujours le bouton "Ajouter au panier" présent sur mes produits : Exemple : http://www.chapeau-the.fr/index.php?id_category=10&controller=category Merci de m'indiquer la marche à suivre pour enlever ce bouton ? Link to comment Share on other sites More sharing options...
btsconsult Posted March 25, 2013 Share Posted March 25, 2013 Bonjour, Dans Préférences -> produits il faut cocher NON "Afficher le bouton "ajouter au panier" lorsque le produit a des attributs" Page produit Afficher le bouton "ajouter au panier" lorsque le produit a des attributs. Nouveauté 1.5. Cette option empêche vos clients d'ajouter des produits directement depuis la page de catégorie, si le produit a des déclinaisons. Cela oblige le client à se rendre sur la page du produit et à choisir une déclinaison, au lieu d'ajouter celle par défaut au panier. Notez que les produits qui n'ont pas de déclinaisons auront toujours un bouton "Ajouter au panier" sur la page de catégorie. Link to comment Share on other sites More sharing options...
Chapeau_The Posted March 25, 2013 Author Share Posted March 25, 2013 Bonjour, Merci pour votre réponse mais cela ne fonctionne pas. Je viens de cocher NON "Afficher le bouton "ajouter au panier" lorsque le produit a des attributs" mais rien à faire j'ai toujours le bouton "Ajouter au panier" Une autre idée ? Merci Link to comment Share on other sites More sharing options...
lechapelier Posted March 25, 2013 Share Posted March 25, 2013 bonjour, Vider le cache presta et navigateur. cordialement. Link to comment Share on other sites More sharing options...
Chapeau_The Posted March 25, 2013 Author Share Posted March 25, 2013 Bonsoir, Pour mes tests je fonctionne en "cache désactivé". Et j'ai vidé le cache du navigateur. Cela ne fonctionne toujours pas ; ( Link to comment Share on other sites More sharing options...
Chapeau_The Posted March 26, 2013 Author Share Posted March 26, 2013 Quelqu'un aurait-il une idée ? Merci Link to comment Share on other sites More sharing options...
coeos.pro Posted March 26, 2013 Share Posted March 26, 2013 ... Je viens de cocher NON "Afficher le bouton "ajouter au panier" lorsque le produit a des attributs" ... tes produits ont des attributs ? Link to comment Share on other sites More sharing options...
Chapeau_The Posted March 26, 2013 Author Share Posted March 26, 2013 (edited) non ils n'ont pas d'attributs mais que ce soit coché ou non c'est la même chose. c'est très handicapant pour rendre mon site visible a mes clients. une idée? Edited March 26, 2013 by Chapeau_The (see edit history) Link to comment Share on other sites More sharing options...
coeos.pro Posted March 26, 2013 Share Posted March 26, 2013 depuis le début tu essayes de cacher le bouton "ajouter au panier" en sélectionnant une option qui cache ce bouton dans un cas particulier auquel tes produits ne correspondent pas... Il est donc évident que ça ne va pas fonctionner ainsi, si tu veux le mode catalogue, sélectionne le mode catalogue, tout simplement. Link to comment Share on other sites More sharing options...
Chapeau_The Posted March 26, 2013 Author Share Posted March 26, 2013 Et bien c'est ce que j'ai sélectionné dès le départ d'où mon post initial : "J'aimerais présenter mes produits sans le module panier. J'ai donc activer le mode catalogue disponible dans le BO mais le problème c'est que j'ai toujours le bouton "Ajouter au panier" présent sur mes produits". Je n'ai coché aucune case avant que btsconsult me le conseille. Je sèche ... Link to comment Share on other sites More sharing options...
coeos.pro Posted March 26, 2013 Share Posted March 26, 2013 et en mettant le thème de base, le problème persiste ? Link to comment Share on other sites More sharing options...
Chapeau_The Posted March 27, 2013 Author Share Posted March 27, 2013 Effectivement sur le thème standard le problème ne persiste pas. Cela vient donc de mon thème. Que puis-je faire svp ? Merci pour votre aide Link to comment Share on other sites More sharing options...
Chapeau_The Posted March 27, 2013 Author Share Posted March 27, 2013 Je pense qu'il suffit de modifier un fichier .tpl du thème mais lequel et quelle ligne ? Quelqu'un saurait-il ? Link to comment Share on other sites More sharing options...
Chapeau_The Posted March 28, 2013 Author Share Posted March 28, 2013 J'ai regardé un peu le fichier product_list.tpl et après plusieurs essai j'ai réussi a faire disparaitre le bouton "ajouter au panier"£. Pour ceux que ça intéresse voici ce que j'ai mis en commentaire. je ne sais pas s'il va y avoir d'autres conséquences mais pour le moment ça a l'air de bien fonctionner. <!--{if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} {if ($product.allow_oosp || $product.quantity > 0)} {if isset($static_token)} <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}&token={$static_token}", true)}" title="{l s='Add to cart'}">{l s='Add to cart'}</a> {else} <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}", true)}" title="{l s='Add to cart'}">{l s='Add to cart'}</a> {/if} {else} <a class="button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='Add to cart'}">{l s='Add to cart'}</a> {/if} {else} <a class="button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='Add to cart'}">{l s='Add to cart'}</a> {/if}--> 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