Zen Cart Logo
Forums / All Other Contributions/Addons / Tabbed Products Pro (TPP) Contrib - Official Thread

Tabbed Products Pro (TPP) Contrib - Official Thread

Views: 397,311

Results 1,001 to 1,020 of 2,224
10 Dec 2009, 19:43
#1001
dukecomputerwiz avatar

dukecomputerwiz

New Zenner

Join Date:
Sep 2009
Posts:
6
Plugin Contributions:
0

Tabbed Products Pro (TPP) Contrib - Official Thread

Never Mind I figured it out. For anyone else, you just need to add the the following code:

$files = loadCssJsFiles($css_files_to_load, $jscript_files_to_load);
foreach($files['css'] as $file)
if($file['include']) include($file['string']);
else echo $file['string'];

foreach($files['js'] as $file)
if($file['include']) include($file['string']);
else echo $file['string'];

Just before the debug section at the bottom of your original file. Not the file that came with the tabpro distribution.

10 Dec 2009, 22:35
#1002
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

dukecomputerwiz:

Never Mind I figured it out. For anyone else, you just need to add the the following code:

$files = loadCssJsFiles($css_files_to_load, $jscript_files_to_load);
foreach($files['css'] as $file)
if($file['include']) include($file['string']);
else echo $file['string'];

foreach($files['js'] as $file)
if($file['include']) include($file['string']);
else echo $file['string'];

Just before the debug section at the bottom of your original file. Not the file that came with the tabpro distribution.For future reference the correct way to do this for any module/add-on you install is to use a program like Winmerge or Beyond Compare, and merge any changes between the modules files and your store files.

I know you are saying "Isn't that what I did??" Yes it is, but Winmerge or Beyond Compare helps those who may be code challenged (or even those who aren't) to SEE that the code goes in the correct location. You can see your store's original file and compare it to the module's file. Both programs clearly highlight the differences and facilitate the merging of the code process..

This is handly for you to know as many modules could overwrite existing store files.. Some mod authors will let you know when there are files that overwrite core files. For those that don't I always make a habit out of comparing ALL the module files to my existing store to look for file overlaps before I install. I use Beyond Compare to merge any changes between my store and the module files, then I upload the modules with the merged files.

10 Dec 2009, 22:37
#1003
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

FlipC:

I dropped the entire site.
Reloaded. Installed the .5 version and it works 100%.

Not sure what all the stuff in the .6 version is but
there is no load time issues or differences in my site with this mod.The likely issue is that your host is not running PHP5 which is required for any version of TPP past 1.05.

11 Dec 2009, 16:57
#1004
buckit avatar

buckit

New Zenner

Join Date:
Nov 2009
Posts:
45
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

I am at a loss here... am hoping someone can help.

How do you stop the tabs from resizing? i have dug through all of the CSS, is this hard coded somewhere? I want the tabs to stay the same size!! :)

11 Dec 2009, 20:58
#1005
buckit avatar

buckit

New Zenner

Join Date:
Nov 2009
Posts:
45
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

buckit:

I am at a loss here... am hoping someone can help.

How do you stop the tabs from resizing? i have dug through all of the CSS, is this hard coded somewhere? I want the tabs to stay the same size!! :)

nevermind... I got it. was a conflicting CSS tag in the main stylesheet.

a.current to be specific

finally got it all styled the way I want it :)

13 Dec 2009, 18:23
#1006
treasuresbycaz avatar

treasuresbycaz

New Zenner

Join Date:
Dec 2008
Posts:
33
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

Hi,

Am in a little pickle.

I have two image files requirement.gif & description.gif. I want to change the tab images from their originals to these two gif files. How do I go about this, as I've tried to change them and all it has done is place one image on a tab and chops and changes when the other tab is clicked?

Url here

I have named the images the same as the tab names that they are ment to be, to save me even more confusion.

All I want to do is to have my two images in place of the originals? Shouldn't be this hard should it?!

Thanks

14 Dec 2009, 23:34
#1007
berserker avatar

berserker

Totally Zenned

Join Date:
May 2006
Posts:
712
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

Hello there,

Does anyone have this module to work with Extended Book Product Type by Moku? The tabbed stopped working for it.

All the best...

18 Dec 2009, 10:41
#1008
paul74 avatar

paul74

New Zenner

Join Date:
Jun 2007
Posts:
13
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

someone uses hoverbox 3 with TPP?

Large picture not work :(:(

21 Dec 2009, 23:09
#1009
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

This is a great mod and thank you to those who have spent so much time developing it...

I am trying to move the add to cart to below the product description...and then have the tabs area below that....

So I would have

PRODUCT TITLE
PRODUCT PRICE
PRODUCT DESCRIPTION
ADD TO CART

Then my tabs for additional information

I have tried everything I can think of to try to get the cart button where I want it but nothing seems to work....

Any tips? Thank you!

22 Dec 2009, 00:17
#1010
bobthemolder avatar

bobthemolder

Zen Follower

Join Date:
Nov 2008
Posts:
164
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

jill8026:

This is a great mod and thank you to those who have spent so much time developing it...

I am trying to move the add to cart to below the product description...and then have the tabs area below that....

So I would have

PRODUCT TITLE
PRODUCT PRICE
PRODUCT DESCRIPTION
ADD TO CART

Then my tabs for additional information

I have tried everything I can think of to try to get the cart button where I want it but nothing seems to work....

Any tips? Thank you!
You should be able to play with a few things in /templates/tpl_product_info_display.php and the CSS file ("cartAdd" element).

22 Dec 2009, 12:45
#1011
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

Thanks Bob...have to play some more...but wasn't getting it to do what i wanted with CSS....

Anyone have this working with jqzoom either....it does not seem to work.....just wondering if anyone knows a fix to have them both work together.....cannot seem to find what will cause them to not play nice together....

22 Dec 2009, 13:41
#1012
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

jill8026:

Thanks Bob...have to play some more...but wasn't getting it to do what i wanted with CSS....

Anyone have this working with jqzoom either....it does not seem to work.....just wondering if anyone knows a fix to have them both work together.....cannot seem to find what will cause them to not play nice together....Usual cause of mods not working well together is that both mods have files in common than need to be merged using a tool like Winmerge or Beyond Compare.

22 Dec 2009, 13:48
#1013
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

Thanks...I do understand that...and have already tried merging files....but nothing is working so I am missing something....was hoping someone would know so I do not have to spend hours more trying to find that one piece!

22 Dec 2009, 14:50
#1014
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

If I put the main image on a tab, then the jqzoom works?!? If I remove it it does not.....I am lost on this one?!?!? Anyone have any ideas?

27 Dec 2009, 19:05
#1015
jeskremer avatar

jeskremer

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

I have installed all of the files in the Read Me:

/includes/templates/YOUR_TEMPLATE/css/.css (Multiple files)
/includes/templates/YOUR_TEMPLATE/images/
.gif (Multiple files)
/includes/templates/YOUR_TEMPLATE/jscript/jscript_tpp.js
/includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

/includes/modules/tabbed_products_pro.php
/includes/languages/english/extra_definitions/tabbed_products_pro.php

and the database TabbedProductsPro.sql.

None of the products have tabs, however. I have the sample at http://kremerpublications.com/index.php?main_page=product_info&cPath=1_12&products_id=3.

Any ideas?

27 Dec 2009, 19:12
#1016
charinlasvegas avatar

charinlasvegas

Zen Follower

Join Date:
Jan 2009
Location:
Vegas Baby!
Posts:
311
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

Did you configure TPP in admin?

Admin > Configuration > TPP

If so, then something was missed or corrupted when you uploaded the files, you might have to re-upload.

27 Dec 2009, 19:19
#1017
jeskremer avatar

jeskremer

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

I didn't make any changes in that area. Is there anything specific that must be adjusted from the install?

In the css folder, just to confirm, there is a tpp.css file and a tpp folder?

28 Dec 2009, 18:23
#1019
jeskremer avatar

jeskremer

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

Are all of the files in the /includes directory supposed to be uploaded? In addition, is the cj_loader_install required for this also? The instructions in the doc/readme_tabbed don't make mention of it.

Thank you.

28 Dec 2009, 19:14
#1020
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Tabbed Products Pro (TPP) Contrib - Official Thread

jeskremer:

Are all of the files in the /includes directory supposed to be uploaded? In addition, is the cj_loader_install required for this also? The instructions in the doc/readme_tabbed don't make mention of it.

Thank you.
If you haven't installed all of the files included in the module package, then that might be why it's not working for you..