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.
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
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
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.co...&products_id=3
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.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
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:
Re: 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.
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/showpo...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.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
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 post
http://www.zen-cart.com/forum/showpo...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??
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
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:
PHP Code:
#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:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Never mind this message :oops: