Page 56 of 222 FirstFirst ... 646545556575866106156 ... LastLast
Results 551 to 560 of 2217
  1. #551
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    Default Upgrading from 1.02 to 1.05

    I'm ready to upgrade from version 1.02 to 1.05.
    Is there any gotchas I need to know about? I have custom tabs on all of my products descriptions. Will this be broken with the new global tabls?

    If I remember correctly in 1.02 default product options are not selected (at least in my site they weren't). Any idea if this is still the case or is it fixed?

    Thank Qhome for a great mod.

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

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

    All should be fine. The changes from 1.02 to 1.05 were only a few bug fixes and cleaned up code. If you have custom tabs that you hard-coded into the tpp files, then you will need to merge those over. but the file structure hasn't really changed so it should be fairly simple to do.

    2-Aug-2008 - v1.05 (Release) - qhome

    * Added new admin option to merge attributes and add to cart on the same tab.
    * Files Modified:
    o TabbedProductsPro.sql
    o modules/tabbed_products_pro.php
    o doc/readme_tabbed.html

    12-May-2008 - v1.04 (Release) - qhome

    * Added more conditional logic from the preload section to cut down unnecessary queries
    * Files Modified:
    o modules/tabbed_products_pro.php
    o doc/readme_tabbed.html

    25-Mar-2008 - v1.03 (Release) - qhome

    * Fixed bug where default attribute radio button wasn't checked on tabs.
    * Files Modified:
    o jscript/jscript_tpp.js
    o doc/readme_tabbed.html

  3. #553
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

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

    Looks good

    Thanks for fixing the default option value glitch.
    I have not custom tabs, so it was a cinch.

  4. #554
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

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

    Slight configuration glitch.

    Can you help me out?

    This worked fine in TEST, but in LIVE it displays the options on every tab.

    The configurations are set the same.

    TEST

    LIVE


    thanks

  5. #555
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    The options aren't loading on any tab, just are just below the tabs. You are sure you have "Global Attributes on Tab" set?

  6. #556
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    The options aren't loading on any tab, just are just below the tabs. You are sure you have "Global Attributes on Tab" set?

    On the LIVE site, don't you see the attributes under each tab?
    There under the product description tab after the product info, under the More Images tab under the additinal images and so on.

    My TPP Config looks like this.


    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 0
    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 1
    TPP - Global Reviews Tab 1
    TPP - Show Tab Headers 0

  7. #557
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Yea, like I said:
    TPP - Global Attributes on Tab 0

    needs to be 1. The attributes aren't on all the tabs.. they aren't on any tabs.. they are completely below the tab box.

  8. #558
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    Yea, like I said:
    TPP - Global Attributes on Tab 0

    needs to be 1. The attributes aren't on all the tabs.. they aren't on any tabs.. they are completely below the tab box.



    Thanks again. Sorry for the bother on something so simple. I could have sworn that TEST and LIVE were set the same.

  9. #559
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

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

    I now understand what my confusion was with the settings.

    I now have TPP - Global Attributes on Tab set to 0 on both my TEST site and my LIVE site.

    What I don't understand is why do the attributes display only on their own tab in TEST, but in LIVE they display below the tab section (so that they always show).

    What could be missing?

  10. #560
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

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

    Ok, some further information...

    I use this code to define custom tabs on each product description so that I can display NOTICE of the attribute tab.

    Code:
    <!--%Options & Sizes%-->
    <script type="text/javascript">
            var mydomain='http://'+window.location.hostname;
        HttpRequest(mydomain + '/boutique/content/sizing_notice.htm'); 
    </script>
    <!--*sub_AttributeOptions(2)*-->
    I've removed this code above from one of my products and turned Global Tabs ON. Now the options display on the attributes tab for this product (without my important notice of course).

    So I guess I don't need the code above, but how can I display some extra text or instructions on the attributes tab?

 

 

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