Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
You pasted the tabblock in the wrong spot. Should be before the Add to cart button, not after it.
Thanks for your help, I was able to modify the Cherry Zen template for Tabbed pro, now all is fine!
I noticed in my testing that, if the Javascript is turned off, the product info is not displayed. Is there a way to check for Javascript when loading the store, to warn the user to turn Javascript on? or check for Javascript and bypass the Tabbed Pro logic and display the default Product Info w/o Tabs?
Thanks,
PM
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
PM2008
Thanks for your help, I was able to modify the Cherry Zen template for Tabbed pro, now all is fine!
I noticed in my testing that, if the Javascript is turned off, the product info is not displayed. Is there a way to check for Javascript when loading the store, to warn the user to turn Javascript on? or check for Javascript and bypass the Tabbed Pro logic and display the default Product Info w/o Tabs?
Thanks,
PM
That shouldn't be. Sounds like you still don't have something right. The design is that when Javascript is off, you see the normal default zen-cart view of the product display page, including the product description. The tabs are set to hide by default and javascript enables them.
Take a look at my demo site with and without javascript. You should see product info and everything else while jscript is off. Be sure you didn't edit it out of your product info file when adding the tab block.
(Trying to check your site now but once again.. its taking its time to load. You might want to change hosts asap unless your not targeting USA)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
@PM.
I took a look at your site and sure enough you seem to be missing the productdescription section that should appear directly under the tab block. In the default tpl_product_display_info.php file it is denoted by id="productDescription".
Not finding that in your source
1 Attachment(s)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
@PM.
I took a look at your site and sure enough you seem to be missing the productdescription section that should appear directly under the tab block. In the default tpl_product_display_info.php file it is denoted by id="productDescription".
Not finding that in your source
I had to take that out because the description was showing up all the time, please check the link below:
http://www.herbalbazar.com/index.php...products_id=13
And also attached the code for your review.
thanks,
PM
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
PM2008
Hmm... I see what you mean. Very odd... i see the code that is supposed to hide the extra productDescription it is there, but its not hiding for some reason.
I'll do some more debug and get back to you.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
PM2008
Oh I see the problem. You didn't read the readme :lamo: :D
There are 3 code blocks to add to your product info file, not just 2. The last one does the javascript execution to remove the extra copies. Please see readme area under the "Installation" tab.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Tabs flickers under IE and even disapear some times after you click on one,
FF works perfect!
anyone have fix for that?
And thank for this great mod.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
baltzar
Tabs flickers under IE and even disapear some times after you click on one,
FF works perfect!
anyone have fix for that?
And thank for this great mod.
Just Delete IE :smile: Is this IE6 or IE7? I know there was a problem with IE6 with the old tabs lite version that would hide the headerbar when you clicked on the main image to enlarge it. But I'm not quite sure what flicker means in this case.
Can you give steps to reproduce it?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Oh I see the problem. You didn't read the readme
There are 3 code blocks to add to your product info file, not just 2. The last one does the javascript execution to remove the extra copies. Please see readme area under the "Installation" tab.
:oops: I was going back and forth on this display page and missed that piece...but trust me, I read your readme so many times, now know all of it by heart! anyhow thanks for your help and for the great mod.
- PM
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Well I'm glad we got it worked out :) Enjoy!