Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I just noticed that my "Customers Also Purchased" tab has no header.
Looking through the code, I noticed that the header is commented out.
Code:
<!--bof Customers_Also_Purchased_Tab sc3-->
<div id="sc3" class="tabcontent" style="display:block;">
<div id="alsoPurchased_tab">
<!-- <h2 class="centerBoxHeading">Customers also purchased...</h2> -->
I can't seem to find where this gets done. Anyone know how to fix it?
Im using the latest Zen, IH2 and Column Layout Grid.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
SHK
I just noticed that my "Customers Also Purchased" tab has no header.
Looking through the code, I noticed that the header is commented out.
Code:
<!--bof Customers_Also_Purchased_Tab sc3-->
<div id="sc3" class="tabcontent" style="display:block;">
<div id="alsoPurchased_tab">
<!-- <h2 class="centerBoxHeading">Customers also purchased...</h2> -->
I can't seem to find where this gets done. Anyone know how to fix it?
Im using the latest Zen, IH2 and Column Layout Grid.
If I remember correctly, the Cust Also Purchased tpl file supplies the header so check there.. something like tpl_customers_also_purchased.php or something
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello,
this is my first post in here. I have been working on a new look for our website as we were previously using WP ECommerce which doesnt come close to Zen Cart.
our website is now almost complete. however, there is one problem i am having and i have searched everywhere for an answer.
i want the attributes dropdown to be moved alongside or before the add the cart. i am concerned our customers may not notice that they have to select a size if it is below.
i have read the comments explaining how to edit the tpl_product_info_display.php file and move them around.
Whenever i move anything though within this file it reverts back to the old product listing style without the Tabbed Products.
Can somebody PLEASE help me with this. Everything else has been so easy to install and customise on Zen Cart except for this.
our website is currently at www plussizedclothing com au / cart whilst it is in the testing and setup stages.
Thank you!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
This is a support thread for the "Tabbed Products Pro (TPP) Contrib". Since your question is unrelated to the "Tabbed Products Pro (TPP) Contrib" you should create a seperate thread in the appropriate section of this forum. You will probably get more responses this way..
However, before you post your question, I would suggest you search this forum for your answer 1st.. Your question has likely already been answered. (I suggest this as it sounds like your question is a fairly common page formatting question..)
BTW, moving the attributes location will not completely solve your issue.. Hint: a quick search for "attribute mandatory" turned up this link http://www.zen-cart.com/forum/showth...utes+mandatory
Good luck..:smile:
Quote:
Originally Posted by
plussized
Hello,
this is my first post in here. I have been working on a new look for our website as we were previously using WP ECommerce which doesnt come close to Zen Cart.
our website is now almost complete. however, there is one problem i am having and i have searched everywhere for an answer.
i want the attributes dropdown to be moved alongside or before the add the cart. i am concerned our customers may not notice that they have to select a size if it is below.
i have read the comments explaining how to edit the tpl_product_info_display.php file and move them around.
Whenever i move anything though within this file it reverts back to the old product listing style without the Tabbed Products.
Can somebody PLEASE help me with this. Everything else has been so easy to install and customise on Zen Cart except for this.
our website is currently at www plussizedclothing com au / cart whilst it is in the testing and setup stages.
Thank you!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi...
Thank you for creating such a wonderful mod. It really provides an organized, clean look to product pages, especially those with lots of info. I do have a small problem, though, with which I'd appreciate your help. I added the style sheet that keeps my main image on the left, with additional images beneath, and all text on the right (preventing wrap-around). Unfortunately, when I have additional images, the content within all of the tabs gets pushed down to the baseline of the additional image. I've tried to solve this puzzle by making changes to both style sheets (yours and the additional images), but nothing seems to be working.
The additional images style sheet is as follows:
HTML Code:
/*beginning of Product Display code*/
#productImageWrapper {
float: left;
width: 180px;
}
#productDescriptionWrapper {
width: 480px;
margin-left: 180px;
background-color: #FFFFFF;
}
#productAdditionalImages .additionalImages a {
float: left;
margin-left: 10px;
}
/* end of Product Display code */
I have a few products that have several additional images lined up vertically and would like to keep them under the main image (I really like the look of the tabs next to the images). If that can't be done, is it possible line up additional images in a row above the tabs, with the tabs then filling the page width as in one of your demo samples.
Any help/suggestions would be greatly appreciated.
Dorothy
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi everyone,
Thanks for the great mod.
One thing I'm having difficutly with; when adding padding for the tab content all goes well until padding on the right.
This shows the result
Without the padding on the right the overall layout is fine; the distance between the right border and right column sideboxes is equal to the distance between the left border and left column sideboxes.
But adding the padding on the right moves the right border under the sideboxes. I need the padding as otherwise the description text touches the border. Any ideas?
Code:
#slidetabsmenu {
float:left;
width:100%;
font-size:93%;
border-bottom:none;
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 0 0 4px;
text-decoration:none;
}
#slidetabsmenu a span {
float:left;
display:block;
background:url("../../images/tpp/tabright13.gif") no-repeat right top;
padding:5px 13px 4px 6px;
color:#3B3B3B;
}
/* 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: black;
}
#slidetabsmenu a.current {
background-position:0% -125px;
float:left;
background:url("../../images/tpp/tableft28.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#slidetabsmenu a.current span {
background-position:100% -125px;
color: red;
float:left;
display:block;
background:url("../../images/tpp/tabright28.gif") no-repeat right top;
padding:5px 13px 4px 6px;
color:#FFFFFF;
}
.tabcontent{
text-align:justify;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
clear: both;
float:center;
width:98%;
border-top: 1px solid #cc0033;
border-right: 1px solid #cc0033;
border-bottom: 1px solid #cc0033;
border-left: 1px solid #cc0033;
background: #f0f0f0;
color: black;
display:none;
}
Thankyou.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Well I tried to give a stab at doing this myself, and QUICKLY realized I was in over my head.. I would like to change the order the tabs appear.
Currently, custom tabs appear after the product description tab, but before the other tabs. I would like to move the attributes and additional images tab to appear after the product description tab, to be followed by the custom tabs.. So the tab order would be like this:
- Product Description
- Attributes
- Additional Images
- Custom Tabs
- Reviews
I hope this makes sense..
Help!!!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hey all,
First of all lots of thanks to the creator(s) of this contrib, really nice addon for my website.
I only have a problem that doesnt make any sence to me...
I got the tabbed products working like this.
link
but its not embedded in the entire site. Some products it does work and some it doesnt.
What can be the problem.
These are my settings.
Code:
TPP - Global Enable Tabs 1
TPP - Global Main Image On Tab 0
TPP - Global Product Description Tab 1
TPP - Global Attributes on Tab 0
TPP - Global Attributes on Add-to-Cart Tab 0
TPP - Global Details On Tabs 1
TPP - Global Add To Cart Tab 0
TPP - Global Additional Images Tab 1
TPP - Global Customers Also Purchased Tab 1
TPP - Global Cross Sell Tab 0
TPP - Global Reviews Tab 1
TPP - Show Tab Headers 1
thank you for your help!
Greetz G
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I am trying to add a tab to display the manufacturer information on the product info page.
I already added the files needed to create new database for the manufacturer description using an old mod found in the archive of Zen Cart.
What steps do I need to take to display the manufacturer description on in a new tap.
I attempted to install the sample "warranty" tap found in the doc folder but that doesn't even work.
Any one managed to hack a new tap?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Code:
Hey all,
First of all lots of thanks to the creator(s) of this contrib, really nice addon for my website.
I only have a problem that doesnt make any sence to me...
I got the tabbed products working like this.
link
but its not embedded in the entire site. Some products it does work and some it doesnt.
What can be the problem.
These are my settings.
Code:
TPP - Global Enable Tabs 1
TPP - Global Main Image On Tab 0
TPP - Global Product Description Tab 1
TPP - Global Attributes on Tab 0
TPP - Global Attributes on Add-to-Cart Tab 0
TPP - Global Details On Tabs 1
TPP - Global Add To Cart Tab 0
TPP - Global Additional Images Tab 1
TPP - Global Customers Also Purchased Tab 1
TPP - Global Cross Sell Tab 0
TPP - Global Reviews Tab 1
TPP - Show Tab Headers 1thank you for your help!
Greetz G
anyone who could maybe help me?
i still havent found a solution for this .....