Now, this one can be a little infuriating.
After installing the awesome easy tabs plugin
http://www.magentocommerce.com/magento-connect/magento-easytabs.html
You suddenly find that any mods you've previously done to your product view page disappear.
Like say, a lightbox mod.
Oh no!
Simple answer: easy tabs uses this file:
app\design\frontend\yourtemplate\default\template\easytabs\catalogproductview.phtml
instead of what you would have been using before:
app\design\frontend\yourtemplate\default\template\catalog\product\view.phtml.
So there you go. Copy your code across.
No comments:
Post a Comment