Page 99 of 120 FirstFirst ... 4989979899100101109 ... LastLast
Results 981 to 990 of 1194
  1. #981
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

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

    I getting closer. I now have the Attribute showing up on the 'Options' tab but they are also still on the Product Description tab too.
    http://www.horse-logos.com/arab-flag...-clip-p-6.html

    Here is my product coding:

    <p>Arabian horse clip art set. Arab horse graphic in two different colors with matching web background images. Clip art images have a white background and should be displayed on white. NOTE: No watermark text on delivered files.</p><p>Click on image to view set and actual size of web quality images.</p>
    <p><strong>Instant Delivery:</strong> After purchase you will be able to download the horse clipart zip file directly to your computer.</p><p>Web quality equine clip art images can be displayed in your outgoing emails or web pages. Print quailty image files can be inserted into Microsoft Word, PhotoShop, or any other art or page layout word program you have for designs, like - newsletters, stationery, fliers, gift cards, scrapbooking, etc...</p>
    <!--&#37;Options%-->
    <p><strong>Not for resale in digital format. Please read the <a href="http://www.horse-logos.com/index.php?main_page=conditions">Conditions of Use</a> page.</strong>
    </p><p>All horse art images are copyrighted by Joni Solis - Horse-Logos.com</p>
    <!--*sub_AddToCart(2)*-->
    <!--*sub_AttributeOptions(2)*-->

  2. #982
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default New Question about configuration group

    Trying to install SQL patch from installation files but getting this error message:

    1146 Table 'xxxxxx.configuration_group' doesn't exist
    in:
    [SELECT @gid := configuration_group_id FROM configuration_group where configuration_group_title LIKE 'Tabbed Products Config';]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    the xxxxx being my database name.

    Any guidance available? detailed instructions appreciated I'm a challenged user

    Thanks

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

    Default Re: New Question about configuration group

    Quote Originally Posted by wasana View Post
    Trying to install SQL patch from installation files but getting this error message:

    1146 Table 'xxxxxx.configuration_group' doesn't exist
    in:
    [SELECT @gid := configuration_group_id FROM configuration_group where configuration_group_title LIKE 'Tabbed Products Config';]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    the xxxxx being my database name.

    Any guidance available? detailed instructions appreciated I'm a challenged user

    Thanks

    read about 5 posts back

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

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

    Quote Originally Posted by jonisolis View Post
    I getting closer. I now have the Attribute showing up on the 'Options' tab but they are also still on the Product Description tab too.
    http://www.horse-logos.com/arab-flag...-clip-p-6.html

    Here is my product coding:

    <p>Arabian horse clip art set. Arab horse graphic in two different colors with matching web background images. Clip art images have a white background and should be displayed on white. NOTE: No watermark text on delivered files.</p><p>Click on image to view set and actual size of web quality images.</p>
    <p><strong>Instant Delivery:</strong> After purchase you will be able to download the horse clipart zip file directly to your computer.</p><p>Web quality equine clip art images can be displayed in your outgoing emails or web pages. Print quailty image files can be inserted into Microsoft Word, PhotoShop, or any other art or page layout word program you have for designs, like - newsletters, stationery, fliers, gift cards, scrapbooking, etc...</p>
    <!--%Options%-->
    <p><strong>Not for resale in digital format. Please read the <a href="http://www.horse-logos.com/index.php?main_page=conditions">Conditions of Use</a> page.</strong>
    </p><p>All horse art images are copyrighted by Joni Solis - Horse-Logos.com</p>
    <!--*sub_AddToCart(2)*-->
    <!--*sub_AttributeOptions(2)*-->
    Hmm that could be a bug. Ill take a look at it later when I get a chance, but when the attribs is called to another tab, it is supposed to remove them from the original tab.

  5. #985
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

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

    Hi - sorry for not spotting that...

    BUT, I followed your instruction to add the prefix and still getting errors. This is running on a xampp localhost setup...


    After using the install TabbedProducts_v3.8_Full file as is:
    (zenprop is DB name and prop is prefix)

    1146 Table 'zenprop.configuration_group' doesn't exist
    in:
    [SELECT @gid := configuration_group_id FROM configuration_group where configuration_group_title LIKE 'Tabbed Products Config';]



    after adding prefix 'prop' to txt:
    SELECT @gid := configuration_group_id FROM `prop_configuration_group` where `configuration_group_title` LIKE 'Tabbed Products Config';

    1146 Table 'zenprop.prop_configuration_group' doesn't exist
    in:
    [SELECT @gid := configuration_group_id FROM prop_configuration_group where configuration_group_title LIKE 'Tabbed Products Config';]


    I even tried propconfiguration_group after looking at table names - different error but still error..

    hope you can help, thanks -- its a great looking contribution and I want it badly...

  6. #986
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

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

    clarification:
    my tables don't use the underscore separator - I've got a propconfiguration_group so I edited the sql update to be
    SELECT @gid := configuration_group_id FROM `propconfiguration_group` where `configuration_group_title` LIKE 'Tabbed Products Config';

    this is the error message:
    1062 Duplicate entry 'GLOBAL_PROD_DESC_ON_TAB' for key 2
    in:
    [INSERT INTO propconfiguration VALUES ('', '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', @gid, '11', now(), now(), NULL, "zen_cfg_select_option(array('0', '1'),");]


    seems like the prefix addition worked only to produce a different problem...?

  7. #987
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

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

    uhhh.... nevermind.....

    I was compelled to keep trying and by eliminating the underscore it did process the query after a couple tries ...

    looks fine THANKS

  8. #988
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    Hmm that could be a bug. Ill take a look at it later when I get a chance, but when the attribs is called to another tab, it is supposed to remove them from the original tab.
    Did you get a chance to check and see if this is a bug or not? Thanks!

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

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

    Havent had a chance to look into it. I will try today

  10. #990
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

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

    Dear qhome, any luck with getting the attribs to show up just on the attribs tab?

 

 

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