Jump to content

Add to cart disabled


Vilius PromoApranga

Recommended Posts

in 1.7.0.4 you cant add product to cart..

 

themes/classic/templates/catalog/_partials/product-add-to-cart.tpl
 

<button class="btn btn-primary add-to-cart" data-button-action="add-to-cart" type="submit" {if !$product.add_to_cart_url || $product.quantity_wanted>$product.quantity}disabled{/if}>

update....
 

<button class="btn btn-primary add-to-cart" data-button-action="add-to-cart" type="submit" {if !$product.add_to_cart_url || $product.quantity_wanted<=$product.quantity}disabled{/if}>

Edited by Vilius PromoApranga (see edit history)
  • Like 4
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

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