Page 129 of 222 FirstFirst ... 2979119127128129130131139179 ... LastLast
Results 1,281 to 1,290 of 2217
  1. #1281
    Join Date
    Dec 2009
    Posts
    206
    Plugin Contributions
    2

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

    Quote Originally Posted by scatzc View Post
    To further clarify, TPP 1.06 knows somehow to place above the tabs all the text that's before the first <!--% %-->. Why does it behave differently for the "Add to Cart" button?

    At first I thought that perhaps it "intercepts" the button using the <div id="cartAdd"> but my top "Add to Cart" button has a different id! How does TPP 1.06 do that?
    I had the same issue when I installed this mod. The only thing that forces the 'Add to Cart' button below the tabs is how your product information template is set up.

    Go to includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move everything between the <!--bof Add to Cart Box --> and the <!--eof Add to Cart Box --> to where you want it to be. I moved mine underneath the Attributes Module and it shows above the tabs.

  2. #1282
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

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

    Still hoping for help as to how to hard code a Global Tab for the Wishlist Mod.
    While waiting, I have a bug that may or may not be related to TPP.
    Does it in every browser.

    Go here;
    http://minu.me/2slk
    Click on Additional Images tab and hover over the image once, now click back to Product Description.
    It's like TPP forgets to frame the image again as you can see the product description directly behind it.

    It only happens if you hover over the addition images, so it could be a problem with TPP, IH2, JQZoom and JQLightbox not playing well together.

    Hope someone has a suggestion.

    Thank you

  3. #1283
    Join Date
    Oct 2005
    Posts
    66
    Plugin Contributions
    0

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

    Is it possible to split up product attributes into different tabs with this mod? such as a custom shirt site might use?

  4. #1284
    Join Date
    Sep 2009
    Posts
    78
    Plugin Contributions
    0

    Idea or Suggestion Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by kamelion0927 View Post
    Go to includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move everything between the <!--bof Add to Cart Box --> and the <!--eof Add to Cart Box --> to where you want it to be. I moved mine underneath the Attributes Module and it shows above the tabs.
    In my case that blanked the page entirely!

    Quote Originally Posted by kamelion0927 View Post
    The only thing that forces the 'Add to Cart' button below the tabs is how your product information template is set up.
    That is, the order of sections. This was an incredible hint. It allowed me to try moving instead the following snippet:
    PHP Code:
    <?php 
    //BOF :: Tabbed Products Pro ::
    echo '<div id="tpptabBlock" style="display:none;">' $tabData '</div>';
    //EOF :: Tabbed Products Pro ::
    ?>
    Just below the <!--eof Add to Cart Box--> which worked very well for me.

    Thank you kamelion0927

  5. #1285
    Join Date
    May 2008
    Location
    Houston
    Posts
    9
    Plugin Contributions
    0

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

    using ZC 1.3.7 Tabbed Products Pro and have spent the better part of 3 hours reading nearly 180 posts that dance all around my question which is: where do I change the text that displays on a tab in TPP?

    I have read countless messages and some nearly answer the questions but there is nothing definitive to go to a specific file and alter some text and then try it out.

    I found out you can turn off the global settings and paste zen tags with the name I want on each product but with 3,000 products that's insane to attempt. Is there a global way to change the tab from reading "Product Details" to read "Vendor Terms"?

    Quick, simple request and I appreciate any offers of help.


  6. #1286
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

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

    You'll have to find the language file that contains that text. It won't necessarily be in TPP files. The easiest way to find it would be to go to Admin->Developers Toolkit and search for the text 'Product Details.'

  7. #1287
    Join Date
    May 2008
    Location
    Houston
    Posts
    9
    Plugin Contributions
    0

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

    khopek,

    Thanks so much as I was able to find a very obscure file named 091610_tpp.php which contained the text. I've used the DTK 1000's of times before but didn't find anything.

    /includes/languages/english/extra_definitions/091610_tpp.php

    Don't ask me why it is named with a date as I had hired someone to install the mod and they were stumped too on how to change the text of the global tabs. The file may look differently on other sites but it may be xxxxxx_tpp.php, so look for that file as the text is easily changed to anything you want.

    Thank you again....

  8. #1288
    Join Date
    Sep 2010
    Posts
    10
    Plugin Contributions
    0

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

    Hi Everyone,

    I need help with this contribution
    www.jerseybaron.com
    New Jersey Devils
    that product has the following added to it in product description

    <!--%Product Description%-->
    The name of this tab is "Product Description". This is the text on the product description tab.
    <!--%Custom Information%-->
    This is where the next tab is created. All text from below this tag goes on the "Custom Information" tab.

    Nothing shows up..the template is Modern Zen.
    Your help is greatly appreciated.

  9. #1289
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

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

    Quote Originally Posted by PoopyP View Post
    Hi Everyone,

    I need help with this contribution
    www.jerseybaron.com
    New Jersey Devils
    that product has the following added to it in product description

    <!--%Product Description%-->
    The name of this tab is "Product Description". This is the text on the product description tab.
    <!--%Custom Information%-->
    This is where the next tab is created. All text from below this tag goes on the "Custom Information" tab.

    Nothing shows up..the template is Modern Zen.
    Your help is greatly appreciated.
    Be sure that you are adding <!--%Product Description%--> and the information under it while you are in Source Mode.
    Fine Jewelry For Any Budget
    Sterling Leaf Jewelry
    Rolling in the Zen

  10. #1290
    Join Date
    Sep 2010
    Posts
    10
    Plugin Contributions
    0

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

    Quote Originally Posted by jabbawest View Post
    Be sure that you are adding <!--%Product Description%--> and the information under it while you are in Source Mode.
    I'm in admin and I just copy paste the <!--%Product Description%--> and other tabs stuff into the Products Description: text box..

    not sure what source mode means or how to get to it?

 

 

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