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

Tabbed Products Pro (TPP) Contrib - Official Thread

Views: 397,307

Results 1,261 to 1,280 of 2,224
01 Sep 2010, 02:18
#1261
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Tabbed Products Pro (TPP) Contrib - Official Thread

I've got a question about TPP.......I know you can put "Additional Images" on a tab Global. I also, know that you can create a tab, call is what you want, and add all the additional images on that tab per product. I also know that you can Globaly change the name of "Additional Images" to say anything you want in the defines.

But.....what I'd like to know is can you put "Additional Images" in a tab GLOBALY, SITE WIDE, and only rename a few of these tabs for just a few products?

See, there's over 600 products, and I want the "Additional Images" for ALL the products on a tab. But some of these products additional images are actually "Designs" for the product and I need to rename those tabs accordingly ("Designs"). I was hoping there was a way to do this without having to manually insert a custom tab in every single product in order to rename a few.

01 Sep 2010, 03:32
#1262
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

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

@DivaVocals

I've read a good bit of this thread and you seem pretty knowledgeable about this mod so I'm wandering if you can help me solve this....

Can you please take a look at this posthttp://www.zen-cart.com/forum/showpost.php?p=915342&postcount=1217, it contains an image of a problem I'm having with TPP. I PMd qHome back in July but no response.

Have no idea why its displaying in 'block' format instead of 'inline' :lamo:

Thanks very much.

01 Sep 2010, 08:17
#1263
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

autoace:

@DivaVocals

I've read a good bit of this thread and you seem pretty knowledgeable about this mod so I'm wandering if you can help me solve this....

Can you please take a look at this posthttp://www.zen-cart.com/forum/showpost.php?p=915342&postcount=1217, it contains an image of a problem I'm having with TPP. I PMd qHome back in July but no response.

Have no idea why its displaying in 'block' format instead of 'inline' :lamo:

Thanks very much.I wish I had a clue.. It's a CSS issue, but I'm not sure why.. TPP installed out the box should not do this.. Have you tried re-installing??

02 Sep 2010, 13:07
#1264
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

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

DivaVocals:

I wish I had a clue.. It's a CSS issue, but I'm not sure why.. TPP installed out the box should not do this.. Have you tried re-installing??

@DivaVocals

First thanks for the reply.

Yes, I tried re-installing. Good, I'm glad its a CSS issue. I've been looking and looking and can't seem to find it :(

Here is the css for tpp, can you take a look at it, some fresh eyes will probably see the problem:

#slidetabsmenu {
  float:left;
  width:100%;
  font-size:100%;/*93*/
  border-bottom:1px solid #005599;/*solid 2763a5 9a9a9a 00008b*/
  line-height:normal;
  }
#slidetabsmenu ul {
  margin:0;
  padding:10px 10px 10px 10px;
  list-style:none;
  }
#slidetabsmenu li {
  display:inline;
  margin:0;
  padding:0;
  font-weight: bold;
  }
#slidetabsmenu a {
  float:left;
  /*background:url("../../images/tpp/tableft13.gif") no-repeat left top;*/
  margin:0;
  padding:0 4px 0 4px;/*0 0 0 4px*/
  text-decoration:none;
  }
#slidetabsmenu a span {
  float:left;
  display:inline;/*block*/
  /*background:url("../../images/tpp/tabright13.gif") no-repeat right top;*/
  background-color:#d7d7d7;/*added 535357 eeeeee*/
  padding:5px 13px 4px 6px;
  color:#005599; /*3b3b3b 00008b ffffff*/
  /*margin:20px 40px 20px 40px;/*added*/
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */
#slidetabsmenu a:hover {
  background-position:0% -125px;
  }
#slidetabsmenu a:hover span {
  background-position:100% -125px;
  color: #005599; /*black ff6600 ffffff*/
  }
#slidetabsmenu a.current {
  background-position:100% -125px;
  }
#slidetabsmenu a.current span {
  background-position:25% -125px;/*100% -125px*/
  background-color: #005599;/*added 00008b*/
  color: #ffffff; /*red ff6600 535357*/
  }
.tabcontent{
  clear: both;
  float:left;
  width:100%;
  border-bottom: 1px solid #d7d7d7;/*9a9a9a*/
  border-left: 1px solid #d7d7d7;/*added*/
  border-right: 1px solid #d7d7d7;/*added*/
  background: #ffffff;/*white*/
  color: #000000; /*black*/
  display:none;
  padding:0px 0px 5px 0px;/*added*/
  margin:0;/*added*/
  }

As you can see, I have made some changes....

Thank you in advance for any help you can provide :smile:

02 Sep 2010, 13:27
#1265
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

Never mind this message :oops:

04 Sep 2010, 20:29
#1266
matchsupply avatar

matchsupply

New Zenner

Join Date:
Aug 2010
Posts:
6
Plugin Contributions:
0

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

We just installed Numinix Product Fields and would like to make a separate tab to display the products_description2 field from the products table. Just wondering if there is a quick and easy way to do this globally?

Emily

04 Sep 2010, 20:53
#1267
matchsupply avatar

matchsupply

New Zenner

Join Date:
Aug 2010
Posts:
6
Plugin Contributions:
0

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

MatchSupply:

We just installed Numinix Product Fields and would like to make a separate tab to display the products_description2 field from the products table. Just wondering if there is a quick and easy way to do this globally?

Emily

Got - forgot about the pdf in the download!

			// ===> Description2 Content
				$tabcontent .= "\n" . '<!--bof Additional_Info sc'.$a.'-->';
				$tabcontent .= "\n" . '<div id="sc'.$a.'" class="tabcontent" style="display:block;">';
				$tabcontent .= AddHeader ("Additional Info", $a, $bShowHeaders);
				$tabcontent .= $products_description2;
				$tabcontent .= CheckSubTags($a);
				$tabcontent .= "\n" . '</div>' . "\n" . '<!--eof Warranty sc'.$a.'-->' . "\n\n";
				$a++;
			}
06 Sep 2010, 21:49
#1268
jabbawest avatar

jabbawest

Zen Follower

Join Date:
Oct 2009
Location:
Texas
Posts:
197
Plugin Contributions:
0

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

Trying to use the examples in the .pdf have only broken TPP for me.

I am trying to hard code a tab for the Wish List module.
Actually, what I'd like to have is just the tab "Wish List", and when it's click on it will add the product to a customers list.

Thanks

10 Sep 2010, 14:46
#1269
uswebworx avatar

uswebworx

Zen Follower

Join Date:
Sep 2006
Location:
USA
Posts:
297
Plugin Contributions:
0

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

Hey qhome it's been awhile since I had to ask any questions about figuring something out but I am having issues with the additional images tag showing up. Here is the link http://registeredcoonass.com/index.php?main_page=product_info&cPath=3&products_id=5
Do I need to have a contrib installed for it to work? if so could someone point me in the right direction please?

Thanks
USBRX

10 Sep 2010, 18:21
#1270
jabbawest avatar

jabbawest

Zen Follower

Join Date:
Oct 2009
Location:
Texas
Posts:
197
Plugin Contributions:
0

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

tncproweb:

Hey qhome it's been awhile since I had to ask any questions about figuring something out but I am having issues with the additional images tag showing up. Here is the link http://registeredcoonass.com/index.php?main_page=product_info&cPath=3&products_id=5
Do I need to have a contrib installed for it to work? if so could someone point me in the right direction please?

Thanks
USBRX
I've had this installed for a while, you mentioned tag but if you are speaking of the tab go to Admin>Config>TPP> Global Additional Images Tab Set it to 1

10 Sep 2010, 18:56
#1271
uswebworx avatar

uswebworx

Zen Follower

Join Date:
Sep 2006
Location:
USA
Posts:
297
Plugin Contributions:
0

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

jabbawest:

I've had this installed for a while, you mentioned tag but if you are speaking of the tab go to Admin>Config>TPP> Global Additional Images Tab Set it to 1
It is set to 1, still not working. I'd like each image to be clickable to enlarge!

10 Sep 2010, 19:44
#1272
jabbawest avatar

jabbawest

Zen Follower

Join Date:
Oct 2009
Location:
Texas
Posts:
197
Plugin Contributions:
0

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

I know this may seem like a stupid question but, do you have more than one image per item? Do you have Image Handler installed to add axtra images?
The tab won't appear until you have extra images.

10 Sep 2010, 20:29
#1273
uswebworx avatar

uswebworx

Zen Follower

Join Date:
Sep 2006
Location:
USA
Posts:
297
Plugin Contributions:
0

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

jabbawest:

I know this may seem like a stupid question but, do you have more than one image per item? Do you have Image Handler installed to add axtra images?
The tab won't appear until you have extra images.
I have this ( additional_product_images_1 ) installed and I did have more than one image installed when I asked the question, I am now redoing all of the images so that they are the same size. Will update my question when I am done with the new images

10 Sep 2010, 21:23
#1274
uswebworx avatar

uswebworx

Zen Follower

Join Date:
Sep 2006
Location:
USA
Posts:
297
Plugin Contributions:
0

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

Stupid question - Do I upload the images to the image folder instead of in the catalog page? Do they have to be named the same to work?

11 Sep 2010, 15:45
#1275
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

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

I am not sure why its happening, but I've lost the 'tabs' on my product info page. I made PMd qHome back in July but no response and DivaVocals says its definately a CSS issue here but I'm starting to think otherwise.

I just downloaded a fresh copy of tpp (106b) and ftpd the css file w/o any changes and I still have the same issue.

The tabs display in a 'block' format INSTEAD OF an 'inline' format. They do function correctly BUT DO NOT display correctly :(

When I use my Web Developer (F12) on FF, in the box to the right, the first thing that shows is:

element.style {
     display: block;
     }

and then the css file begins.

Here is the current css (I've made some changes):

#slidetabsmenu {
  float:left;
  width:100%;
  font-size:100%;/*93*/
  border-bottom:1px solid #005599;/*solid 2763a5 9a9a9a 00008b*/
  line-height:normal;
  }
#slidetabsmenu ul {
  margin:0;
  padding:10px 10px 10px 10px;
  list-style:none;
  }
#slidetabsmenu li {
  display:inline;
  margin:0;
  padding:0;
  font-weight: bold;
  }
#slidetabsmenu a {
  float:left;
  /*background:url("../../images/tpp/tableft13.gif") no-repeat left top;*/
  margin:0;
  padding:0 4px 0 4px;/*0 0 0 4px*/
  text-decoration:none;
  }
#slidetabsmenu a span {
  float:left;
  display:block;/*block*/
  /*background:url("../../images/tpp/tabright13.gif") no-repeat right top;*/
  background-color:#d7d7d7;/*added 535357 eeeeee*/
  padding:5px 13px 4px 6px;
  color:#005599; /*3b3b3b 00008b ffffff*/
  margin:2px 4px 2px 4px;/*added 20px 40px 20px 40px*/
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */
#slidetabsmenu a:hover {
  background-position:0% -125px;
  }
#slidetabsmenu a:hover span {
  background-position:100% -125px;
  color: #005599; /*black ff6600 ffffff*/
  }
#slidetabsmenu a.current {
  background-position:0% -125px;/*100% -125px;*/
  }
#slidetabsmenu a.current span {
  background-position:100% -125px;/*100% -125px*/
  background-color: #005599;/*added 00008b*/
  color: #ffffff; /*red ff6600 535357*/
  }
.tabcontent{
  clear: both;
  float:left;
  width:100%;
  border-bottom: 1px solid #d7d7d7;/*9a9a9a*/
  border-left: 1px solid #d7d7d7;/*added*/
  border-right: 1px solid #d7d7d7;/*added*/
  background: #ffffff;/*white*/
  color: #000000; /*black*/
  display:none;
  padding:0px 0px 5px 0px;/*added*/
  margin:0;/*added*/
  }

Can someone review the CSS and tell me if it is a CSS for sure. Some fresh eyes may see the problem.

OR

Is it a code issue?

Any help is greatly appreciated.

12 Sep 2010, 02:13
#1276
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

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

autoace, do you have a link for us to actually SEE the problem first hand? It's really hard to tell sometimes without being "hands-on" with the problem.

12 Sep 2010, 04:31
#1277
belaze avatar

belaze

New Zenner

Join Date:
Dec 2006
Posts:
84
Plugin Contributions:
0

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

Hi All,
I am having a problem with TPP in that when I set "reviews" to a global tab the single image doubles itself.

For example, image 1 becomes 1 of 2 with 1 and 2 being the same image when enlarge.

I read that within this TPP discussion lies the answer, i went over all 127 pages but i could not find the answer. I might have passed it. I will go over it again soon but does any one know what might be the fix?

I am using TPP and Jquery Lightbox but I heard this also happens with Zen Lightbox.

I would greatly appreciate if you could point me in the right direction.

thanks,
belaze

12 Sep 2010, 17:04
#1278
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

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

Hi,

I am trying to make these tabs: product description, additional images, size chart, review, tell a friend. Because all of these (except size chart) are built-in Zen modules, can I use the global method to create the tabbed view? How do I also include the size chart tab along with it? There will be a size chart image of each brand in the size chart tab. Therefore the image url is not always the same. I want to avoid putting the tags in the product description of each product because there are tens of thousands of products. Please advise. Thank you.

14 Sep 2010, 02:27
#1279
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

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

Get Em Fast:

autoace, do you have a link for us to actually SEE the problem first hand? It's really hard to tell sometimes without being "hands-on" with the problem.

PMd, thanks for the reply!

15 Sep 2010, 14:41
#1280
scatzc avatar

scatzc

New Zenner

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

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

Looks like Tabbed Products Pro is the AddOn I've been looking for. I was about to download version 1.06c (because I am still using ZenCart version 1.3.8a, with several other addons), but I couldn't figure out from reading the description the following:

  1. I am not currently using CSS Javascript Loader or CJ Loader. Can I still use 1.06c?
  2. If not, which is the latest version that I should use? (given I am still with ZenCart 1.3.8a)?

Thanks.