Jump to content

Add To Cart Button Should Not Be Displayed


Recommended Posts

I clearly have my settings to hide the add to cart button when a product has attributes. Nearly every one of my items has attributes and lo and behold there is the button on nearly every single item!

 

http://poolandbilliardsusa.com

 

Original problem was on 1.5.2. Even after updating t0 1.5.3 the issue remains.

 

Ahh prestashop is such a joy...

 

I sell event tickets online for my own project - I don't use Prestashop on my own store! That's right! I'm so tired of the inconsistency and the absolute joke that imitates anything resembling support I use a different solution and I have not had a single issue.

 

ooooooh 400,000 community members! Who cares? 399,992 of us have some sort of issue with our store!

Edited by Online Office USA (see edit history)
Link to comment
Share on other sites

Can you check your theme, file product-list.tpl, and see if there is code like this

($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1)))

 

$add_prod_display variable is one you set in back office (to hide add to cart if there is combination).

Link to comment
Share on other sites

I clearly have my settings to hide the add to cart button when a product has attributes. Nearly every one of my items has attributes and lo and behold there is the button on nearly every single item!

 

http://poolandbilliardsusa.com

 

Original problem was on 1.5.2. Even after updating t0 1.5.3 the issue remains.

 

Ahh prestashop is such a joy...

 

I sell event tickets online for my own project - I don't use Prestashop on my own store! That's right! I'm so tired of the inconsistency and the absolute joke that imitates anything resembling support I use a different solution and I have not had a single issue.

 

ooooooh 400,000 community members! Who cares? 399,992 of us have some sort of issue with our store!

 

Did you purchase the theme from add-ons.prestashop.com or another PS theme developer? Did you make any customizations to the default Prestashop 1.5.2. theme yourself or hire a developer to make the changes for you?

Link to comment
Share on other sites

Can you check your theme, file product-list.tpl, and see if there is code like this

($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1)))

 

$add_prod_display variable is one you set in back office (to hide add to cart if there is combination).

 

Yes that code is the same in my product-list.tpl

Link to comment
Share on other sites

Did you purchase the theme from add-ons.prestashop.com or another PS theme developer? Did you make any customizations to the default Prestashop 1.5.2. theme yourself or hire a developer to make the changes for you?

 

It is the default theme with my styling. No changes to .tpl files...only css

Link to comment
Share on other sites

  • 4 months later...

I'm having the same problem. Please help! I'm using default theme, no changes have been made to code, box in back office is checked to hide button with attributes and still the add to cart button shows up! I've had a few messed up orders due to this!

Link to comment
Share on other sites

×
×
  • Create New...