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
Printable View
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!
Code:// ===> 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++;
}
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
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.p...&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 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.
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?
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:
and then the css file begins.PHP Code:
element.style {
display: block;
}
Here is the current css (I've made some changes):
Can someone review the CSS and tell me if it is a CSS for sure. Some fresh eyes may 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: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*/
}
*OR*
Is it a code issue?
Any help is greatly appreciated.