Page 13 of 222 FirstFirst ... 311121314152363113 ... LastLast
Results 121 to 130 of 2217
  1. #121
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by PM2008 View Post
    Sorry, my host is experiencing issues...I was able to capture a screenshot when it was up. Please have a look and let me know.

    Thanks,
    PM
    You pasted the tabblock in the wrong spot. Should be before the Add to cart button, not after it.

  2. #122
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

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

    What I've seen of this tool looks fantastic. Its exactly what I decided today I needed to write... as it didn't exist (or so I thought) and then I found this... WOW... I have found 1 concern so far.

    Here is some install problems... I'm using MySQL 5, and its a little more picky on the inserts, it likes all the fields to be specified (if you can). And you can't use "" as NULL should be used instead.

    I quickly modded the TPP one here....

    PHP Code:
    SET @gid=0;
    SELECT @gid:=configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title LIKE 
    '%Tabbed Products Config%'
    LIMIT 1;
    DELETE FROM configuration WHERE configuration_group_id = @gid;
    DELETE FROM configuration_group WHERE configuration_group_id = @gid;
    SET @gid=0;
    SELECT @gid:=configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title LIKE 
    '%TPP - Config%'
    LIMIT 1;
    DELETE FROM configuration WHERE configuration_group_id = @gid;
    DELETE FROM configuration_group WHERE configuration_group_id = @gid;
    DELETE FROM configuration_group WHERE configuration_group_title LIKE '%Tabbed Products Config%';
    DELETE FROM configuration_group WHERE configuration_group_title LIKE '%TPP - Config%';
    DELETE FROM configuration WHERE configuration_description LIKE 'Set this to 1%' LIMIT 12;
    DELETE FROM configuration WHERE configuration_title LIKE 'TPP - %' LIMIT 11;
    INSERT INTO configuration_group VALUES (NULL'TPP - Config''Tabbed Products Lite - Config''1''1');
    SET @gid=last_insert_id();
    UPDATE configuration_group SET sort_order = @gid WHERE configuration_group_id = @gid;
    INSERT INTO configuration VALUES(NULL'TPP - Global Enable Tabs''GLOBAL_ENABLE_TABS''1''Set this to 1 if you want to enable the global use of tabs on your products', @gid1'2008-01-14 20:11:07''2007-01-12 22:07:11'NULL'zen_cfg_select_option(array(''0'', ''1''),'),
                    (
    NULL'TPP - Global Product Description Tab''GLOBAL_PROD_DESC_ON_TAB''1''Set this to 1 if you want all products to have the Main Product Description on its own tab', @gid2'2008-01-14 20:18:34''2007-01-12 22:07:11'NULL'zen_cfg_select_option(array(''0'', ''1''),'),
                    (
    NULL'TPP - Global Attributes on Tab''GLOBAL_ATTRIBUTES_ON_TAB''1''Set this to 1 if you want the Attributes to appear on their own tab. This will only show up if the product has attributes to show. If there are no attributes, the tab will not show up.', @gid3'2008-01-14 20:19:22''2007-01-12 22:07:11'NULL'zen_cfg_select_option(array(''0'', ''1''),'),
                    (
    NULL'TPP - Global Details On Tabs''GLOBAL_DETAILS_ON_TAB''1''Set this to 1 if you want the Product Details to appear on their own tab (weight, model number, etc). This will only show up if the product has details enabled. If there are no product details, the tab will not show up. ', @gid4'2008-01-15 15:34:07''0001-01-01 00:00:00'NULL'zen_cfg_select_option(array(''0'', ''1''),'),
                    (
    NULL'TPP - Global Add To Cart Tab''GLOBAL_ADD_TO_CART_ON_TAB''1''Set this to 1 if you want the add to cart button to be on its own tab. Note this includes Add To Cart button and Qty Discounts table.', @gid5'2008-01-14 19:29:49''2007-01-12 22:07:11'NULL'zen_cfg_select_option(array(''0'', ''1''),'),
                    (
    NULL'TPP - Global Additional Images Tab''GLOBAL_ADDL_IMAGES_ON_TAB''1''Set this to 1 if you want the additional images for a product on its own tab. This will only show up if the product has additional images to show. If there are no additional images, the tab will not show up.', @gid6'2008-01-14 20:19:09''2007-01-12 22:07:11'NULL'zen_cfg_select_option(array(''0'', ''1''),'),
                    (
    NULL'TPP - Global Customers Also Purchased Tab''GLOBAL_CUST_ALSO_PURCH_ON_TAB''1''Set this to 1 if you want the Customers Also Purchased module on its own tab. This will only show up if the product has other products to show. If there are no other products, the tab will not show up.', @gid7'2008-01-14 20:19:15''2007-01-12 22:07:11'NULL'zen_cfg_select_option(array(''0'', ''1''),'),
                    (
    NULL'TPP - Cross Sell Is Installed''CROSS_SELL_IS_INSTALLED''0''Set this to 1 ONLY if you have the Cross Sell contrib installed as per the Cross Sell contribs instructions. This will give an error if you enable this to true without already having it installed', @gid8'2007-01-12 22:07:11''2007-01-12 22:07:11'NULL'zen_cfg_select_option(array(''0'', ''1''),'),
                    (
    NULL'TPP - Global Cross Sell Tab''GLOBAL_CROSS_SELL_ON_TAB''0''Set this to 1 if you want the Cross Sell module on its own tab. This will only work if the setting "Cross Sell Is Installed" above is set to 1', @gid9'2007-01-12 22:07:11''2007-01-12 22:07:11'NULL'zen_cfg_select_option(array(''0'', ''1''),'),
                    (
    NULL'TPP - Global Reviews Tab''GLOBAL_REVIEWS_ON_TAB''1''Set this to 1 if you want the Product Reviews to show up on its own tab. This will always show up even if there are no reviews. The Review module has its own "No reviews found" so it defaults.', @gid10'2008-01-14 20:19:36''2007-01-12 22:07:11'NULL'zen_cfg_select_option(array(''0'', ''1''),'),
                    (
    NULL'TPP - Show Tab Headers''SHOW_TAB_HEADERS''1''Set this to 1 if you want a header bar to appear under the tabs, above the tab content', @gid11'2007-01-12 22:07:11''2007-01-12 22:07:11'NULL'zen_cfg_select_option(array(''0'', ''1''),'); 

  3. #123
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Glad you found it useful.

    Thank you for the Mysql5 update. I will add it to the Final version with credits to you.

  4. #124
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

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

    So I'm not sure what I've not done, or is not configured correctly...
    1. I installed the config sql
    2. I installed all the files, including templates to my templatye folder
    3. I can see the TPP config under the configuration tab.
    4. The files all look to be in the correct locations, as I've done a check

    But when I go to products I don't see any tabs. I've tried FireFox and Explorer and both are showing just a standard product display.

    Very puzzled.

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

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

    Quote Originally Posted by quentinjs View Post
    So I'm not sure what I've not done, or is not configured correctly...
    1. I installed the config sql
    2. I installed all the files, including templates to my templatye folder
    3. I can see the TPP config under the configuration tab.
    4. The files all look to be in the correct locations, as I've done a check

    But when I go to products I don't see any tabs. I've tried FireFox and Explorer and both are showing just a standard product display.

    Very puzzled.
    Is Javascript on?

  6. #126
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

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

    Sorry, I meant to list that. I did check FireFox, and just checked IE and JavaScript should be on.

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

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

    Quote Originally Posted by quentinjs View Post
    Sorry, I meant to list that. I did check FireFox, and just checked IE and JavaScript should be on.
    Got a link for me to check? When uploading, you did change the words "YOUR TEMPLATE" to the actual template name I assume

    (Also a quick note, the link in your signature is not set to link correctly)

  8. #128
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

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

    Fixed :-)

    I'd suggest leaving the "Add-to-cart" tab as off. I think this would be the preferred option for most people.

    If I added a new set of fields to all products, how would I add those to a specific standard tab? Also if these fields are blank then they shouldn't be added.

    Can I add additional standard tabs to all products, with the caveat that if there isn't any info, then they shouldn't display?

  9. #129
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by quentinjs View Post
    Fixed :-)

    I'd suggest leaving the "Add-to-cart" tab as off. I think this would be the preferred option for most people.

    If I added a new set of fields to all products, how would I add those to a specific standard tab? Also if these fields are blank then they shouldn't be added.

    Can I add additional standard tabs to all products, with the caveat that if there isn't any info, then they shouldn't display?
    Well the way it works now is based on each module. For example. Additional Images, Customers Also Purchased, and Cross Sell... if there aren't any additional images, purchased products, or cross sell items, it doesn't show up.

    So to add more features to a product would be essentially adding a new module to the product and then you could follow the process that was used to create those tabs to create more tabs structures.

  10. #130
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by quentinjs View Post
    Fixed :-)

    I'd suggest leaving the "Add-to-cart" tab as off. I think this would be the preferred option for most people.
    Ya i used to have a default setup but forgot to do it when i was redoing the sql file

 

 

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