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>
<!--%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)*-->
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
Re: New Question about configuration group
Quote:
Originally Posted by
wasana
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
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
jonisolis
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.
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...:blush:
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...?
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 :flex:
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
qhome
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!
Re: Tabbed Products ''LITE'' version - Delimiter based
Havent had a chance to look into it. I will try today
Re: Tabbed Products ''LITE'' version - Delimiter based
Dear qhome, any luck with getting the attribs to show up just on the attribs tab?