Jump to content

Disable or remove Product Customization


Recommended Posts

I've accidentally enabled Product Customization on some products and despite configuring the two fields to zero ('0') they still show a "Product Customization" tab when viewing the product. 

 

HOW TO I DISABLE THIS?!?

 

All I can think of is to edit the database directly, but that's can't possibly be the only or best way.

 

 

Link to comment
Share on other sites

That was a good suggestion I hadn't thought of, but it has not helped. I cleared browser cache and the PrestaShop cache options under Performance are not enabled (since the store is not live yet).

 

To be clear, no fields appear since they are set to zero, but everything else related to that tab still appears. (See image below)

 

Is something like this a PrestaShop bug or is it a Theme bug?

post-1291520-0-07486200-1476297559_thumb.jpg

Link to comment
Share on other sites

Check whether product.tpl in your theme uses the following code to check whether to display the customization tab:

			{if isset($product) && $product->customizable}

If it does, then check the ps_product and ps_product_shop tables in your database and make sure the "customizable" field is set to 0 for the product. If it is set to 1, the tab will still be displayed even if uploadable_files and text_fields is 0.

 

If it's set to 0 in the database and it's still not working, it must be a caching issue.

  • Like 1
Link to comment
Share on other sites

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