Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hmm... I checked the old template as well and it still acts tempremental. It only shows on a couple of pages.
As the guy is using the additional images uploader for technical drawings for another tab, I have created a workaround so he can select the images to include in the gallery.
How I can disable additional images on the tab setup, so they do not show up automatically for the 2 pages that it does work on? :smile:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
dharrison
Hmm... I checked the old template as well and it still acts tempremental. It only shows on a couple of pages.
Let me be clearer then.. The additional images behavior you are describing is NOT caused by TPP. The culprit is some other module you have installed which is interfering with the behavior of the additional images (which TPP does NOT)
Quote:
Originally Posted by
dharrison
As the guy is using the additional images uploader for technical drawings for another tab, I have created a workaround so he can select the images to include in the gallery.
and this module might be your culprit... IJS
Quote:
Originally Posted by
dharrison
How I can disable additional images on the tab setup, so they do not show up automatically for the 2 pages that it does work on? :smile:
It's a GLOBAL setting.. That means it's ON or OFF.. That said you could follow the instructions in the readme for manually adding the tabs you want to those specific products.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I have turned off aditional Images to make life easier. Thanks for your help Diva :smile:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
May I ask how I could go about turning off the info tab ,as it is not really required now
using version 1.09 1.5.3 zen
thanks
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Looking for advice on how to get Numinix product fields to show up under the Details tab.
ZC 1.53, TPP v1.10 Numinix Master (latest)
in modules/tabbed_products_pro I added "or ($flag_show_product_info_upc == 1 and $products_upc != '')" after !empty($manufacturers_name) in the $bDetailsOnTab section
and added "$fmtDOT .= (($flag_show_product_info_upc == 1 and $products_upc != '') ? '<li>' . TEXT_PRODUCTS_UPC . $products_upc . '</li>' : '') . "\n";" after the quantity line in the $bDetailsOnTab section.
The template page is already mergred for both numinix and TPP.
I did install TPP before the NPF not sure if that makes a difference?
Thanks
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Hello All,
I'm running Zen 154 with TPP 1.1 and I'm now installing CSS JS Loader 3.0.2. When I turn on "css minify" in CSS JS Loader it removes the styling for TPP only. In reading this thread I see that TPP at one time used CSS JS Loader but no longer does.
Questions....
Is there a way to get TPP 1.1 and CSS JS Loader 3.0.2 to play nicely?
Or do I have to revert back to TPP 1.0.6c which used CSS JS Loader?
Any help would be appreciated. Thank you.
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Quote:
Originally Posted by
kcb410
Hello All,
I'm running Zen 154 with TPP 1.1 and I'm now installing CSS JS Loader 3.0.2. When I turn on "css minify" in CSS JS Loader it removes the styling for TPP only. In reading this thread I see that TPP at one time used CSS JS Loader but no longer does.
Questions....
Is there a way to get TPP 1.1 and CSS JS Loader 3.0.2 to play nicely?
Or do I have to revert back to TPP 1.0.6c which used CSS JS Loader?
Any help would be appreciated. Thank you.
Took out CSS JS Loader because it never should have been bundled in with TPP to begin with.. reverting to TPP v1.06 is a BAD idea as it's written for an older version of Zen Cart, and is NO LONGER SUPPORTED..
You need to direct CSS JS Loader questions to the CSS JS Loader support thread.. They can better guide you through getting it to work with TPP..
(and YES this is a CSS JS Loader support question)
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Thanks DivaVocals, I'll do that!
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Hello, I just installed this but not sure how to get it to look the way I need it to look. Have read over most of this thread and more confused now then ever. Here is what I need it to look like.... (forgive me but for some reason I can not hit enter in this forum and start a new paragraph) On the product page I need for the Title and the Price right where it is to the right of the pic...BUT I need the Description to be back up there too where it was (instead of on one of the tabs). I then need to rename the tabs so that one says Product (not description text but a more detailed description of the product), Ingredients, Usage and on one product an additional tab that says FAQs. Can someone please point me in the right direction to accomplish this. I will be forever grateful as I am in the middle of "foggy brain" syndrome (if you're a woman you will get this! :lookaroun). Thanks in advance!
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
For the most part, you're going to have to learn how to configure this yourself. TPP has CONFIGURATION settings in ADMIN that need to be set, or un-set, as the case may be.
Also, the module has its own tpl_product_info_display.php file - so if you loaded this over your existing file of that name, it has over-written the original.
You should have a backup of your original file - and you can use this as a guide to how to configure the TTP version's PHP to retain the structure you want.
TABS are activated/deactivated in the admin configuration area.
Within the module are instructions of how to embed a specific HTML tag-set to "create" a tab of your choice.
In the module package, locate the file doc/readme_tabbed.html and look at the instructions.
The TAB SETS are what you will focus on...
Quote:
Create Tabs for your product(s)
To create a tabbed view for your items, you simply add the proper tags to the product description area when adding or modifying a product from the admin
This: <!--% is the opening tag
This: %--> is the closing tag
Anything in between is the title of the tab.
Example:
This is text above the tabs.
<!--%Product Description%-->
This is the main product description.
<!--%Extra Specs%-->
This is where you can add custom stuff as you wish. You can have as many
tabs as you want.
<!--%BlahBlah%-->
This is another tab named BlahBlah