Page 63 of 120 FirstFirst ... 1353616263646573113 ... LastLast
Results 621 to 630 of 1194
  1. #621
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    SQL FIX

    For those people having a problem with the Tabbed Lite menu in the Admin panel showing only 1 option instead of 10, run this sql file to correct it.

    This file will delete any existing problematic Tabbed Product Tables that are having problem with the last_insert_id() mysql function. I've tested it on 2 different shops with success.

    Only run this if you have problems with the admin panel area showing only one option.
    Last edited by qhome; 9 Apr 2008 at 03:38 AM.

  2. #622
    Join Date
    Feb 2006
    Posts
    48
    Plugin Contributions
    0

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

    Golly qhome, you are pretty dang quick with the help. Your post said maybe tomorrow and the next reply is the fix. Jeeesh, great contrib, great, no, excellent support and its all free. It really baffles me, with open source stuff, how people give some much of often over the top tallent and dont ask for much if anything in return. I feel guilty sometimes that I dont know more PHP and such so I can contribute.

  3. #623
    Join Date
    Feb 2006
    Posts
    48
    Plugin Contributions
    0

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

    Okie Dokie qhome, that worked, I now have all the options on the admin side. I LOVE the fact I can put the image and Add To Cart on the first tab, VERY nice touch. It cleans everything up very nicely. They HAVE to make this part of the distribution of ZC. I mean ZC is just on another level altogether from other solutions Ive tried but this contrib, added to the main install/distribution would just put ZC over the top.

    The only thing left that I see is that I have two menu links on the admin > configuration to the Tabbed Products Config. Any ideas on how I can get rid of the extra one. One link takes me to the configuration page with all the options, while the other goes to a configuration page with nothing. It has the title bar but absolutely no options.

    Its not a biggie, I can deal with it, it doesnt interfere with the operation of anything other than I click on the wrong one sometimes.

    Anyway, thanks again for your very quick help qhome. It is greatly appreciated.

  4. #624
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

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

    qhome, fantastic work! I love this!!!!

    Just one observation though.. the "bluewhite" additional CSS file has incorrect image definition.. in the file its looking for images/menuleft.gif i believe, while in the images directory its actually called bw_tab or something like that. Just thought you should know!

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

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

    Quote Originally Posted by SyntheticShield View Post
    The only thing left that I see is that I have two menu links on the admin > configuration to the Tabbed Products Config. Any ideas on how I can get rid of the extra one. One link takes me to the configuration page with all the options, while the other goes to a configuration page with nothing. It has the title bar but absolutely no options.
    Hmm.. i thought that would have been deleted with the sql file. No problem. Can you tell me what the gID number in the address bar shows for the Broken TPL Config link. After you select that option it should show something like:
    http://www.mysite.com/admin/configuration.php?gID=51

    I will make a quick sql file to delete that table row based on that number.


    Quote Originally Posted by getyourgameshere.com View Post
    qhome, fantastic work! I love this!!!!

    Just one observation though.. the "bluewhite" additional CSS file has incorrect image definition.. in the file its looking for images/menuleft.gif i believe, while in the images directory its actually called bw_tab or something like that. Just thought you should know!
    Ah yes.. some left over from a naming convention change. I actually have a few more css/image options as well.. Whenever i see something I like I usually add it to my folder.

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

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

    Here is a CSS Addon pack for tabbedlite. It should work with all 3.x versions.

    Just a few extra css choices for you.
    Remember to try them one at a time. The extra css files are in a subdirectory of the css folder so drag one in at a time from the sub folder to the main root to try them all. Remember to backup any of your custom tabbed lite css changes and read the readme file.
    Last edited by qhome; 9 Apr 2008 at 03:38 AM.

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

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

    OK, I've got a new version coming out with support to add the hardcode stuff to any tab based on the tab number. So now you can have the add to cart button on any or all pages or combine other modules on one tab.

    Quote Originally Posted by From the Readme
    Tabbed Lite Patch for 3.7 preview

    This is a preview/patch for the new sub tagging coming up in the next version.
    It is only meant to patch Tabbed Lite version 3.6AE and is not a full release!
    It won't break your existing tab setup, it only adds new features based on new tags that you could add.

    The new feature is the use of sub_tags to put more than one hardcode tag item on any tab you wish.

    For example you can put the add to cart button on the same tab as the additional images, or the attribute options on the same tab as the customers also purchased.

    To use:

    The new tabs use <!--*sub_xxx(#)*-->. When entering data in your Product Description area in the admin panel, simply add a tag with the number of the tab you want it to be on.

    Supported tags at this time (case sensitive):

    <!--*sub_AddToCart(#)*-->
    <!--*sub_AttributeOptions(#)*-->
    <!--*sub_AdditionalImages(#)*-->
    <!--*sub_CustomersAlsoPurchased(#)*-->
    <!--*sub_CrossSell(#)*-->


    EXAMPLE:
    <!--%Product Description%-->
    This is the stuff on the first tab. It also has Add To Cart button on it. (by itself)
    <!--*sub_AddToCart(1)*-->

    <!--%Custom Tab 2%-->
    This tab has Add to cart & Attribute Options on it
    <!--*sub_AddToCart(2)*-->
    <!--*sub_AttributeOptions(2)*-->

    <!--%Images & Also Purchased%-->
    <!--*sub_AdditionalImages(3)*-->
    <!--*sub_CustomersAlsoPurchased(3)*-->

    (the last tab has additional images and customers also purchased on it with no text)
    Demo

    Give it a try and let me know how it works for you.
    Last edited by qhome; 9 Apr 2008 at 03:38 AM.

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

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

    Woops.. forgot to add code that removes it from outside of the tabs if it already exists inside of the tabs. Well I'll work on that.. but in the mean time you can play with it, just add the <!--#AddToCart#--> tag to the product as well for now.

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

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

    Quote Originally Posted by qhome
    Woops.. forgot to add code that removes it from outside of the tabs if it already exists inside of the tabs. Well I'll work on that.. but in the mean time you can play with it, just add the <!--#AddToCart#--> tag to the product as well for now.
    OK fixed it..

    Now try it:
    Last edited by qhome; 9 Apr 2008 at 03:38 AM.

  10. #630
    Join Date
    Feb 2006
    Posts
    48
    Plugin Contributions
    0

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

    qhome, I checked (sorry it took so long, been busy adding products to the site) and the GID is 32. The one that works is 888 just in case you need that.

 

 

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