Jump to content

Supprimer bouton ajouter au panier si non disponible a la vente 1.7


Recommended Posts

  • 2 months later...

Bonjour, j'ai le même problème sur prestashop 1.7.5.2 : comment faire disparaitre "ajouter au panier" si mon produit n'est pas accessible à la vente...

J'utilise le thème par défaut, j'ai regardé mon fichier product.tpl au premier plan du thème "default", je trouve une référence à add_to_cart, ligne 443, mais je ne sais pas comment agir là-dessus (si c'est bien là qu'il faut faire quelque chose !) :

            {if (!$allow_oosp && $product->quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE}
                <span class="exclusive">
                    <span></span>
                    {l s='Add to cart'}
                </span>
            {else}
                <p id="add_to_cart" class="buttons_bottom_block">
                    <span></span>
                    <input type="submit" name="Submit" value="{l s='Add to cart'}" class="exclusive" />
                </p>
            {/if}

Merci de votre aide !

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...