Jump to content

Bottone aggiungi al carrello


raicap

Recommended Posts

per prestashop 1.7.8.11 esiste un modulo o un'impostazione che trasforma il bottone aggiungi al carrello in prenota nel caso che il prodotto non sia disponibile, evitando così i badge di notifica

Link to comment
Share on other sites

Hola

Cambiar el archivo tpl de tu plantilla, específicamente en la dirección:

/themes/your_theme/templates/catalog/_partials/product-add-to-cart.tpl
{if !$product.add_to_cart_url}
    {l s='Reserve' d='Shop.Theme.Actions'}
{else}
    {l s='Add to cart' d='Shop.Theme.Actions'}
{/if}

 

Screenshot_3.jpg

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