Page 85 of 120 FirstFirst ... 3575838485868795 ... LastLast
Results 841 to 850 of 1194
  1. #841
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by Alex Clarke View Post
    That's what I was thinking! :|

    However, all my tables have a 'zen_' prefix, but when adding this prefix to the SQL above I got errors.

    Anyway... it all appears to be working now.

    Great contribution btw! :)
    Well glad its working for you! Thanks for posting it, maybe its some funky nuance of mysql... Technically I never tested this myself as I dont use a prefix so I could only assume.

    Glad you like it! :)

  2. #842
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    One after thorght... could the Install SQL feature add the prefix automatically?

    I noticed that some table names were enclosed in '`'. Maybe these will automatically have the prefix added?

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

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by Alex Clarke View Post
    One after thorght... could the Install SQL feature add the prefix automatically?

    I noticed that some table names were enclosed in '`'. Maybe these will automatically have the prefix added?
    Ya could be good. But that would likely need to be added to the zen-cart function code for installing SQL patches. Perhaps a toggle checkbox to prepend the prefix. Maybe ZC 1.3.8 can have it :)

  4. #844
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    I was actually implying that Zen Cart currently had this feature installed and that would explain why my SQL import worked.

    But hey, it works and that's that. I'm happy! :)

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

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by Alex Clarke View Post
    I was actually implying that Zen Cart currently had this feature installed and that would explain why my SQL import worked.

    But hey, it works and that's that. I'm happy! :)
    Ah I see what you're saying.. hmm i wonder if it does. Maybe thats a feature that I was not aware of so my sql implies its use.

  6. #846
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Either way... My version of Tabbed Products works great! :)

    Thanks again for creating a great contribution.

  7. #847
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Qhome, Happy New Year! I was wondering if you're going to release an updated templates for the following:
    1. tpl_product_free_shipping_info_display.php
    2. tpl_product_info_display.php
    3. tpl_product_music_info_display.php


    The above templates were changed in 1.3.7 and they are also modified by Tabbed Products.

    Thanks for the great work!

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

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    From what I can see the changes were minor. But I will be looking into it. Tabbed Lite should still work with 1.3.7 for now.

  9. #849
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by BlessIsaacola View Post
    1. tpl_product_free_shipping_info_display.php
    2. tpl_product_info_display.php
    3. tpl_product_music_info_display.php


    The above templates were changed in 1.3.7 and they are also modified by Tabbed Products.
    Very easy to see for yourself that the same single code change from v.1.36 to v1.37 in the above three files was the addition of:

    Code:
    && $flag_show_product_info_free_shipping
    to:

    Code:
    <?php if(zen_get_product_is_always_free_shipping($products_id_current)) { ?>
    so that line is now:

    Code:
    <?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?>
    I don't think the above is a reason for updated Tabbed Products.

    Woody

  10. #850
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Woody,

    Thanks for the clarification. When I made my post I had basically compared all 17 mods I have installed to the changelog file for v1.3.7 without regards for details. Obviously, the changes in the template files are very simple unlike some of my other mods

    Thanks!

 

 
Page 85 of 120 FirstFirst ... 3575838485868795 ... LastLast

Similar Threads

  1. File list for Tabbed Products Lite v3.8?
    By spaz_tic in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 24 Mar 2010, 05:58 PM
  2. PHP Inlcudes with Tabbed Products Lite v3.8
    By rmjr in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Dec 2007, 05:28 PM
  3. tabbed products lite big problem
    By tacotupac in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Jun 2007, 11:25 PM
  4. Tabbed Products LITE - CSS/JS Issue?
    By rknepp79 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 15 Dec 2006, 08:04 PM
  5. x-sell, tabbed products lite, IH2 question
    By signs in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Oct 2006, 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