Page 1 of 2 12 LastLast
Results 1 to 10 of 2217

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Posts
    15
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    Nope. Same problem
    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
    Attached Images Attached Images  

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

  3. #3
    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''),'); 

  4. #4
    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.

  5. #5
    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.

  6. #6
    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?

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

  8. #8
    Join Date
    Feb 2008
    Posts
    15
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    You pasted the tabblock in the wrong spot. Should be before the Add to cart button, not after it.
    Thanks for your help, I was able to modify the Cherry Zen template for Tabbed pro, now all is fine!

    I noticed in my testing that, if the Javascript is turned off, the product info is not displayed. Is there a way to check for Javascript when loading the store, to warn the user to turn Javascript on? or check for Javascript and bypass the Tabbed Pro logic and display the default Product Info w/o Tabs?

    Thanks,
    PM

  9. #9
    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
    Thanks for your help, I was able to modify the Cherry Zen template for Tabbed pro, now all is fine!

    I noticed in my testing that, if the Javascript is turned off, the product info is not displayed. Is there a way to check for Javascript when loading the store, to warn the user to turn Javascript on? or check for Javascript and bypass the Tabbed Pro logic and display the default Product Info w/o Tabs?

    Thanks,
    PM
    That shouldn't be. Sounds like you still don't have something right. The design is that when Javascript is off, you see the normal default zen-cart view of the product display page, including the product description. The tabs are set to hide by default and javascript enables them.

    Take a look at my demo site with and without javascript. You should see product info and everything else while jscript is off. Be sure you didn't edit it out of your product info file when adding the tab block.

    (Trying to check your site now but once again.. its taking its time to load. You might want to change hosts asap unless your not targeting USA)
    Last edited by qhome; 13 Feb 2008 at 05:33 PM.

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

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

    @PM.

    I took a look at your site and sure enough you seem to be missing the productdescription section that should appear directly under the tab block. In the default tpl_product_display_info.php file it is denoted by id="productDescription".

    Not finding that in your source

 

 
Page 1 of 2 12 LastLast

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

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