Re: Tabbed Products Pro (TPP) v1.09a will be submitted soon..
Thanks! I may do that. I just did a brand new install of 1.5.0 - no mods or customizations except TPP and Css JS Loader - got the same results to the product page, so there is definitely something fishy going on with the two of them not wanting to work together! LOL
Thanks again!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
mcpisik
Have the mod set up and working for Product - General.
We also use Document - Product but can't get that working.
In admin under TPP pages to enable, I have copied the sample there but doesn't work.
Just not sure what to put in for Document-Product page type?
Anyone able to help with this question I asked a while back? Still stuck...
Thank you!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Document-Product uses a different TPL file:
tpl_document_product_info_display.php
... and the required additions for TPP are not in that file.
You need to put a COPY of that file, obtained from:
/includes/templates/template_default/templates/tpl_document_product_info_display.php
into
/includes/templates/YOUR_TEMPLATE/templates/tpl_document_product_info_display.php
Then open THAT copy for editing:
BELOW IS WHAT IS CONTAINED IN THE README FOR TPP
Quote:
To modify existing templates, there are only 3 minor code snippets to add.
In the product info display templates:
1.This tells the product page to load the TPP module file:
FIND: <div class="centerColumn" id="productGeneral">
ABOVE THAT, ADD:
<?php
//BOF :: Tabbed Products Pro ::
require(DIR_WS_MODULES . 'tabbed_products_pro.php');
//EOF :: Tabbed Products Pro ::
?>
2. This is the location on the page where the tab block is going to be. This can be moved to other locations on the page if so desired.
FIND: <!--eof free ship icon -->
BELOW THAT, ADD:
<?php
//BOF :: Tabbed Products Pro ::
echo '<div id="tpptabBlock" style="display:none;">' . $tabData . '</div>';
//EOF :: Tabbed Products Pro ::
?>
3. This loads the final javascript to hide the non-tabbed blocks if they are already on tabs. So you don't end up with duplicate blocks.
GOTO: Bottom of the file
ADD:
<?php
//BOF :: Tabbed Products Pro ::
echo $tabjscript;
//BOF :: Tabbed Products Pro ::
?>
THAT'S IT! Now your products page should be tabbed!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
schoolboy
Document-Product uses a different TPL file:
...
Truly awesome thank you school boy. This was perfect and very detailed. I'm SO happy to have this solved.
Appreciated.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
hi i have zen cart 1.39 and tpp , there is a lot of blank space between tab header and product description , i just want to remove this unnecessary space ,
please have a look at
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Just installed this great plugin for my ZC1.50, looks just pro now.
One question, how can I adding in the info of productDateAvailable/productDateAdded and productInfoLink into More Info Tab (New tab for custom information). Like in below:
<!--%Product Description%-->
<!--%More Info%-->
This product was added to our catalog on Friday 27 July, 2012.
For more information, please visit this product webpage.
Thanks for helps.
1 Attachment(s)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
hi all, last several days i was installed the tabbed products pro to my zen cart 1.50, it looks like work normally, but there is a strange problem, i was configure the tab to show product description, addition Image and Reviews, when i first time into my product info page or after refresh, the tab can't work correctly when i click the option button, the content of the item i click was display under the tab, it was like the image belowAttachment 10935, only after three times click, the tab can display correctly, i had try most product information page in my website, but all of them are exist this problem. so have anyone can help me to deal with this problem? thanks grateful!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
garinlee
hi all, last several days i was installed the tabbed products pro to my zen cart 1.50, it looks like work normally, but there is a strange problem, i was configure the tab to show product description, addition Image and Reviews, when i first time into my product info page or after refresh, the tab can't work correctly when i click the option button, the content of the item i click was display under the tab, it was like the image below
Attachment 10935, only after three times click, the tab can display correctly, i had try most product information page in my website, but all of them are exist this problem. so have anyone can help me to deal with this problem? thanks grateful!
Honestly I have NO IDEA what you are saying is happening, and a screen print isn't enought to help anyone figure it out.. You might want to post a link to the page so folks can see what you are speaking of..
2 Attachment(s)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
hi DivaVocals, sorry for my unclear description, i mean when i click the item of the tab, for example, when i into the product info page first time, the tab was in the default state, showing the content of the Product Description item like this imageAttachment 10941, when i click the reviews item, the content of reviews ought to display inside the tab, but it was display under the tab, and the tab was still display the content of the Product Description(like the screen print), only after click on any items three times, the content can displayed inside the tab like this image Attachment 10942, and when i refresh the page, the same problem will occur again. because the zen cart was installed in my local PC for debug, so i can't post the link of website to here... , can you help me to point out where the problem occured and how to deal with it ? be greatly appreciated!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Not being able to see this "live" will make this virtually impossible to debug.