Page 77 of 222 FirstFirst ... 2767757677787987127177 ... LastLast
Results 761 to 770 of 2217
  1. #761
    Join Date
    Oct 2006
    Posts
    62
    Plugin Contributions
    0

    Default 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.

  2. #762
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by SHK View Post
    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

  3. #763
    Join Date
    May 2009
    Posts
    2
    Plugin Contributions
    0

    Default 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!

  4. #764
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default 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..
    Quote Originally Posted by plussized View Post
    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!
    Last edited by DivaVocals; 1 May 2009 at 11:29 PM.

  5. #765
    Join Date
    Apr 2009
    Posts
    13
    Plugin Contributions
    0

    Default 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

  6. #766
    Join Date
    Apr 2009
    Posts
    23
    Plugin Contributions
    0

    Default 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.

  7. #767
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default 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!!!

  8. #768
    Join Date
    Feb 2009
    Posts
    5
    Plugin Contributions
    0

    Default 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

  9. #769
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default 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?

  10. #770
    Join Date
    Feb 2009
    Posts
    5
    Plugin Contributions
    0

    Default 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 .....

 

 

Similar Threads

  1. Main Image Replacer (MIR) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 5 Aug 2017, 02:47 AM
  2. v154 Tabbed Prod Pro (TPP): Adding Anchor Links
    By Feznizzle in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 30 May 2016, 07:50 PM
  3. v139h Conflicts between Tabbed Home and Tabbed Products Pro v1.07
    By swdynamic in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 14 Sep 2014, 06:29 PM
  4. Column Divider Pro (CDP) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 275
    Last Post: 3 Nov 2013, 07:44 AM
  5. Tabbed Products Contrib [WIP]
    By qhome in forum All Other Contributions/Addons
    Replies: 22
    Last Post: 22 Sep 2008, 01:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR