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

Tabbed Products Pro (TPP) Contrib - Official Thread

Views: 397,317

Results 1,241 to 1,260 of 2,224
20 Aug 2010, 9:20 AM
#1241
dutchy avatar

dutchy

Zen Follower

Join Date:
May 2010
Location:
London
Posts:
324
Plugin Contributions:
0

Tabbed Products Pro (TPP) Contrib - Official Thread

Thank you everyone!

@khopek: wow! outstanding website!
is that a template or bespoke?

22 Aug 2010, 5:43 PM
#1242
damiendlskinsolution avatar

damiendlskinsolution

Zen Follower

Join Date:
Sep 2008
Posts:
97
Plugin Contributions:
0

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

Does anyone has a working Attribute sub tag? :dontgetit

I can get *Attributes *tag to work on its own. No problem there. Either with the <!--#AttributeOptions#--> code or when the TPP Config is set as 1 for "TPP - Global Attributes on Tab".

But if I use the <!--*sub_AttributeOptions(#)*--> code, *Attributes *moves out of TPP and sets itself underneath, in a separated div. (FYI: I did replace the # by the Tag number)

The only way I can get *Atttributes *to work as a sub tag is when the TPP Config is set as 1 for "TPP - Global Attributes on Tab".
But here is the problem: I then get it TWICE! :frusty:

  • Once as the sub tag (what I want)
  • a second time as its own tag (I don't want to get it twice)

I searched this thread, moved things around but I cannot for the life of me get *Attributes *inside a tag.

Any help would be greatly appreciated.

Damien

22 Aug 2010, 8:13 PM
#1243
damiendlskinsolution avatar

damiendlskinsolution

Zen Follower

Join Date:
Sep 2008
Posts:
97
Plugin Contributions:
0

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

More on the "Attribute Sub Tag Issue" above:

With the TPP Config set with "TPP - Global Attributes on Tab" as 0:
The Attributes shows as a Sub Tag Tag **IF **I have both codes in the Description:

<!--#AttributeOptions#-->

AND

<!--*sub_AttributeOptions(#)*-->

But if I only have <!--*sub_AttributeOptions(#)*-->, Attributes moves out of TPP.

With the TPP Config set with "TPP - Global Attributes on Tab" as 1:
The Attributes shows as a Sub Tag Tag BUTI have a Duplicate (as stated in my previous post).

In the tabbed_products_pro.php file, there is this section:

//Check if Product Description already has a tag so it doesn't create another one with the Global tag, otherwise add the tag
		$first_char_tag = strpos($proddata, "<!--%");
		if (intval($first_char_tag) != 0 || strval($first_char_tag) == '') {
			if ($bGblProdDescTab == true) {
				$proddata = '<!--%'. $gbl_proddesc_tab_name . '%-->'. $proddata;
			}
		}

Call me crazy but that part should avoid duplicates, no? :dontgetit

If anyone has an idea on how to get the *Attributes *as a Sub Tag, please feel free to share.

TIA

Damien

25 Aug 2010, 8:27 PM
#1244
qs_supplements avatar

qs_supplements

New Zenner

Join Date:
Feb 2010
Location:
Australia
Posts:
77
Plugin Contributions:
0

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

can anyone explain to me why there is 4 sql files with tabbed products?

nothing in the docs explains minify but it seems to be included in the files????

also in the docs there is a file called res???? is it for the sample tab?

also theres a few extra files that dont seem to be needed?

25 Aug 2010, 9:28 PM
#1245
qs_supplements avatar

qs_supplements

New Zenner

Join Date:
Feb 2010
Location:
Australia
Posts:
77
Plugin Contributions:
0

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

also what about cjloader? its not mentioned in the docs.
i have installed tabs but is not working on 1.3.9e everything is the same as it was before. the tags dont appear in the descriptions but the tabs arent showing

since then i tried to install cj loader with no luck

25 Aug 2010, 9:51 PM
#1246
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

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

dutchy:

Thank you everyone!

@khopek: wow! outstanding website!
is that a template or bespoke?

Thank you! I did create the design from scratch. :D

have installed tabs but is not working on 1.3.9e everything is the same as it was before. the tags dont appear in the descriptions but the tabs arent showing

Make sure to enable TPP in in Admin -> Configuration -> TPP- config

25 Aug 2010, 10:13 PM
#1247
qs_supplements avatar

qs_supplements

New Zenner

Join Date:
Feb 2010
Location:
Australia
Posts:
77
Plugin Contributions:
0

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

that was the first thing i checked
Admin -> Configuration -> TPP- config
and then global enable tabs to 1

im i missing something

26 Aug 2010, 12:18 AM
#1248
berserker avatar

berserker

Totally Zenned

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

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

I get the same problem as QS. The link shows (i.e. product description etc.) but it doesnt show it as tabs, instead it shows as a listed/bullet point link.
Does anyone have this working on 1.3.9e or 1.3.9f?

26 Aug 2010, 3:23 AM
#1249
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

Berserker:

I get the same problem as QS. The link shows (i.e. product description etc.) but it doesnt show it as tabs, instead it shows as a listed/bullet point link.
Does anyone have this working on 1.3.9e or 1.3.9f?I did.. but I just re-set my test site back to a vanilla state so I cannot show it right now.. However I got it working with the latest and greatest Zen Cart with no issues at all..

26 Aug 2010, 7:18 AM
#1250
qs_supplements avatar

qs_supplements

New Zenner

Join Date:
Feb 2010
Location:
Australia
Posts:
77
Plugin Contributions:
0

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

Berserker im sorry i dont think we have the same prolem

my product info page is the same as before nothing has changed. can anyone help me with this?

26 Aug 2010, 8:32 AM
#1251
qs_supplements avatar

qs_supplements

New Zenner

Join Date:
Feb 2010
Location:
Australia
Posts:
77
Plugin Contributions:
0

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

i see the script on the source code, i dont understand why its not working

also some one clarify for me that this module come in three parts with in. tabbed products, minify and cjloader?
is cjloader a must for the tabs to work?

26 Aug 2010, 10:29 PM
#1252
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

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

Hello guys !

Does anyone of you know how to the customize the tpp. I've tried everything changing the .css files etc. but I can't get the background-colors of the tabs to change nor the font colors... I'd like the fine results I see on your websites!

Kind regards
Jacob

27 Aug 2010, 10:56 AM
#1253
berserker avatar

berserker

Totally Zenned

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

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

QS Supplements:

i see the script on the source code, i dont understand why its not working

also some one clarify for me that this module come in three parts with in. tabbed products, minify and cjloader?
is cjloader a must for the tabs to work?

Yes, the new version comes in three parts. The minify and cjloader just speeds things up a bit. You can download the 1.5 version if you dont want to install the minify and cjloader. If you intend to install Fast and Easy Checkout module then you might as well install the latest as the cjloader is a requirement.

27 Aug 2010, 10:58 AM
#1254
berserker avatar

berserker

Totally Zenned

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

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

DivaVocals:

I did.. but I just re-set my test site back to a vanilla state so I cannot show it right now.. However I got it working with the latest and greatest Zen Cart with no issues at all..

Did you do some merging? I tried both 1.5 and the latest version but both shows bullet style links. It doesnt show the images. I even tried color background but it didnt do anything at all. It seems like it is not loading the stylesheets. Never had this problem before on previous installs so not sure what is causing the problem.

27 Aug 2010, 3:33 PM
#1255
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

Yes.. There are some core files that need to be merged, but it was fairly simple.. I'll be working on restoring my test store with it installed in the next coupla days.. Been swamped with work..

Berserker:

Did you do some merging? I tried both 1.5 and the latest version but both shows bullet style links. It doesnt show the images. I even tried color background but it didnt do anything at all. It seems like it is not loading the stylesheets. Never had this problem before on previous installs so not sure what is causing the problem.

28 Aug 2010, 10:16 AM
#1256
berserker avatar

berserker

Totally Zenned

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

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

I checked files from the tabbed pro mod 1.5 against zen cart 1.3.9f and the only file that is overwritten is the tpl_product_info_display.php. What other core files are there to be merged apart from this one? Also, when i checked this file against the same file from a new install, the only differences are the lines of the tab pro mod. No significant changes.

29 Aug 2010, 7:57 PM
#1257
berserker avatar

berserker

Totally Zenned

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

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

Hello,

Update to my problem. I installed the very latest TPP 1.0.6C and this works on Zen Cart 1.3.9F. Im not sure if it's my installation but TPP 1.0.5 doesnt work completely. It does display the links but not in an image background.

If anyone managed to get this to work with Multi Cross Sell mod, please let me know.

Thanks

29 Aug 2010, 9:07 PM
#1258
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

Berserker:

Hello,

Update to my problem. I installed the very latest TPP 1.0.6C and this works on Zen Cart 1.3.9F. Im not sure if it's my installation but TPP 1.0.5 doesnt work completely. It does display the links but not in an image background.

If anyone managed to get this to work with Multi Cross Sell mod, please let me know.

Thanks
Sorry I missed your last post..:blush: (working on restoring my test store..) Glad you got it all worked out.. I have TPP back working on my test store..

http://zentestcart.overthehillweb.com/index.php?main_page=product_info&cPath=1&products_id=3

29 Aug 2010, 9:33 PM
#1259
berserker avatar

berserker

Totally Zenned

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

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

No worries but thanks for going through the trouble, im sure it will help a lot of people.
Im just not sure why 1.0.5 did not work considering it was the one that was tested on 1.3.9. Just happy that it is working now and hoping to get Multi Cross Sell to work.

31 Aug 2010, 2:22 PM
#1260
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

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

Berserker:

No worries but thanks for going through the trouble, im sure it will help a lot of people.
Im just not sure why 1.0.5 did not work considering it was the one that was tested on 1.3.9. Just happy that it is working now and hoping to get Multi Cross Sell to work.

If you get Multi Cross Sell to work please post the solution, i know a lot of people here are waiting for it. :smartalec: