Page 181 of 222 FirstFirst ... 81131171179180181182183191 ... LastLast
Results 1,801 to 1,810 of 2217
  1. #1801
    Join Date
    Dec 2011
    Posts
    24
    Plugin Contributions
    0

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

    I experienced the same thing as mentioned by garinlee in the earlier of installation, where after few clicks on different tabs, the 'issue' is disappeared.
    but I'm sorry not able to reproduce it now. Mine is on 'live' site.

    May I ask for hints on my previous post?
    <!--%Product Description%-->
    <!--%More Info%-->
    This product was added to our catalog on Friday 27 July, 2012.
    For more information, please visit this product webpage.

  2. #1802
    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

    Quote Originally Posted by garinlee View Post
    hi DivaVocals, sorry for my unclear description, i mean when i click the item of the tab, for example, when i into the product info page first time, the tab was in the default state, showing the content of the Product Description item like this imageAttachment 10941, when i click the reviews item, the content of reviews ought to display inside the tab, but it was display under the tab, and the tab was still display the content of the Product Description(like the screen print), only after click on any items three times, the content can displayed inside the tab like this image Attachment 10942, and when i refresh the page, the same problem will occur again. because the zen cart was installed in my local PC for debug, so i can't post the link of website to here... , can you help me to point out where the problem occured and how to deal with it ? be greatly appreciated!
    Quote Originally Posted by gilby View Post
    Not being able to see this "live" will make this virtually impossible to debug.
    And this was going to be my comment too.. Can't even BEGIN to GUESS what the issue is without seeing it live..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #1803
    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

    There are additional documents (a Word doc and a PDF) with TPP which explain how to create custom tabs which might provide you with the information you are seeking..

    Quote Originally Posted by songseng View Post
    I experienced the same thing as mentioned by garinlee in the earlier of installation, where after few clicks on different tabs, the 'issue' is disappeared.
    but I'm sorry not able to reproduce it now. Mine is on 'live' site.

    May I ask for hints on my previous post?
    <!--%Product Description%-->
    <!--%More Info%-->
    This product was added to our catalog on Friday 27 July, 2012.
    For more information, please visit this product webpage.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #1804

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

    Quote Originally Posted by DivaVocals View Post
    There are additional documents (a Word doc and a PDF) with TPP which explain how to create custom tabs which might provide you with the information you are seeking..
    Quote Originally Posted by garinlee View Post
    hi all, last several days i was installed the tabbed products pro to my zen cart 1.50, it looks like work normally, but there is a strange problem, i was configure the tab to show product description, addition Image and Reviews, when i first time into my product info page or after refresh, the tab can't work correctly when i click the option button, the content of the item i click was display under the tab, it was like the image belowAttachment 10935, only after three times click, the tab can display correctly, i had try most product information page in my website, but all of them are exist this problem. so have anyone can help me to deal with this problem? thanks grateful!
    hi all, i have already solved the problem that i raised in last time, the problem was probably caused by the 19 line of jscript_tpp.js,

    var previoustab=""

    if (turntosingle==1)
    document.write('<style type="text/css">\n#tabcontentcontainer{display: none;}\n</style>')

    function expandcontent(cid, aobject){
    if (disabletablinks==1)
    aobject.onclick=new Function("return false")
    if (document.getElementById && turntosingle==0){
    highlighttab(aobject)
    if (previoustab!="")
    document.getElementById(previoustab).style.display="none"
    document.getElementById(cid).style.display="block"
    previoustab=cid
    }
    }

    the problem was caused by this code, var previoustab="", because when we into the product info page in first time, there is not item been selected, so the previoustab's value was null, while the default state of tab is to showing the first item, so the code 'document.getElementById(previoustab).style.display="none"' was invalid, the result is both "default" and "selected" item will showing in the same time, after modified 'var previoustab=""' to 'var previoustab="sc1"', the problem was disappear.

  5. #1805
    Join Date
    May 2011
    Location
    DELHI,INDIA
    Posts
    43
    Plugin Contributions
    1

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

    Hi I Have Installed TPP on 1.39h it was working perfectly but now it have added DISQUS add-on on the product info page and tpp started showing duplicate tabs, blocks, I cant understand it is due to js clash or any thing else below is url please help me resolve this..
    Last edited by raj3396; 26 Aug 2012 at 06:04 PM.

  6. #1806
    Join Date
    May 2011
    Location
    DELHI,INDIA
    Posts
    43
    Plugin Contributions
    1

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

    Hi I have disqus add-on it is not responsible for the error it is some thing else..

  7. #1807
    Join Date
    May 2005
    Location
    Rockwood, Tennessee, United States
    Posts
    97
    Plugin Contributions
    0

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

    Help please. I promise I read a TON of the replies in this thread and can't find the answer.

    I am using 2 product types. This mod works GREAT with product general, but not with a second product type.

    Please help!

  8. #1808
    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

    Quote Originally Posted by aperfecthost View Post
    Help please. I promise I read a TON of the replies in this thread and can't find the answer.

    I am using 2 product types. This mod works GREAT with product general, but not with a second product type.

    Please help!
    Answer to same question is one page back..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #1809
    Join Date
    Jul 2012
    Posts
    40
    Plugin Contributions
    0

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

    Running Zencart 1.5 and Tabbed Products Pro 1.09. I can see the settings in admin, but the products do not display on the product page when I edit the tpl_product_info_display.php file per the read me file. When I add the code here

    1.This tells the product page to load the TPP module file:
    FIND: <div class="centerColumn" id="productGeneral">
    ABOVE THAT, ADD:

    <?php
    //BOF :: Tabbed Products Pro ::
    require(DIR_WS_MODULES . 'tabbed_products_pro.php');
    //EOF :: Tabbed Products Pro ::
    ?>

    then the product image doesn't even show at the product page... Not sure what I am doing wrong.

    Look at part number MMM46820EN http://www.usaofficesupplies.com/oemsupplies

    1st install of TPP

    Any help would be appreciuated
    Last edited by dlwwalton; 1 Sep 2012 at 09:24 PM.

  10. #1810
    Join Date
    Aug 2012
    Posts
    17
    Plugin Contributions
    0

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

    Hi all. I'm hoping someone can help me with a few little changes. Here's my site: http://www.thesweettease.com I've just installed TPP and I love it right out of the box! A few things that would get the look perfect for me is:

    1) How can I center the main content (image, title, price) on the page above the tabs?
    2) How can I move the product options to the center of the page below the tabs with the add to cart button centered below it?
    3) How can I remove the quantity box from the add to cart button? I just want the button by itself. I've set admin/configurations/product listing/display multiple products qty box and set button location to 0 but the quantity box still displays.
    4) How can I remove the write a review button from the area underneath the tabs by the product options? I want the write a review button to display on the review tab only.

    Thanks in advance for any help I can get!

 

 

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