Close

How can I hide the "picture" tab completely?

mwoffenden
9 years ago
#7802 Quote
Avatar
  • 18
The "picture" tab is throwing off the rest of the product detail page, including related products.

This is happening with all 3.4 templates.

How can I hide the "picture" tab completely?
Michael Woffenden
mwoffenden
9 years ago
#7803 Quote
Avatar
  • 18
tabsettings.enableproductpicturetab=false does the job, however there still appears to be a bug in the quick tabs when tabsettings.enableproductpicturetab=true.
Michael Woffenden
HenkW
9 years ago
#8059 Quote
Avatar
  • 2
I have the same problem, spent hours to get rid off the picture tab but I can't figure out how to do it. Can you please let me know how to do this in detail? Any help would be great.
mwoffenden
9 years ago
#8060 Quote
Avatar
  • 18
HenkW wrote:
I have the same problem, spent hours to get rid off the picture tab but I can't figure out how to do it. Can you please let me know how to do this in detail? Any help would be great.

1) Login as admin and navigate to "configuration/settings/all settings".
2) Search "setting name" for the setting tabsettings.enableproductpicturetab
3) Change the value to "false" noting that this MUST be lowercase.  "False" will not work. *
4) Clear the store's cache.

* Unfortunately the nop-templates developers departed from the standard "True" and "False" and are instead using lowercase "true" and "false" in most cases.  I learned this the hard way.  Hoping the developers can address this discrepancy in some future release!
Michael Woffenden
HenkW
9 years ago
#8061 Quote
Avatar
  • 2
Thank you very, very much! It is ok now.
mwoffenden
9 years ago
#8062 Quote
Avatar
  • 18
Your welcome!  Glad that worked for you.
Michael Woffenden