Quote:
Originally Posted by elmirage001
I see this too in my set up with product above and tabs below. Also if you select a tab that is available for one product and then select a product that does not have that tab option then you see the available tabs with nothing displayed below the tabs. Hopefully Phil will have an easy fix.
|
I found a quick fix to this.
The cookie active_ptab was set to expire at 30 days. I set the cookie to expire immediately and it more or less works.
This change is on line 176 of common.js, simple change {expires 30} to {expires 0}.
Note I'm not 100% sure of all the unintended consequences of this but it works as far as I can tell. Not sure why you'd need 30 days on remembering an active tab, much less more than possibly a few seconds. Perhaps PhilJ can enlighten us or let us know if this will cause other issues.
But as far as I can tell, this at least makes the tabs usable with the related and upsell/other products.