Re: Tabbed Products ''LITE'' version - Delimiter based
I am getting the following message when I upload the "TabbedProducts_v3.8_Full.sql" file...
1146 Table 'zencart.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.
I do believe that I uploaded all the other files OK.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
jonisolis
I am getting the following message when I upload the "TabbedProducts_v3.8_Full.sql" file...
1146 Table 'zencart.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.
I do believe that I uploaded all the other files OK.
It appears that you are using a prefix on your database. Edit that sql file and add the part in red:
Code:
SELECT @gid := configuration_group_id FROM xxx_configuration_group where configuration_group_title LIKE 'Tabbed Products Config';
change the red xxx_ to your prefix and try the file again.
Re: Tabbed Products ''LITE'' version - Delimiter based
>It appears that you are using a prefix on your database. Edit that sql file and add the part in red:
Where would I look for the file with the prefix? I had someone install the zen cart for me?
Re: Tabbed Products ''LITE'' version - Delimiter based
Never mind the message above. I found it and now I have Tabbed Products ''LITE'' version installed! Yea!
Re: Tabbed Products ''LITE'' version - Delimiter based
I was checking out your Tabbed Products ''LITE'' demo site and on this page (http://www.unbannable.com/zen/index....&products_id=1) at the bottom is this message:
Fatal error: Unknown function: zen_update_user_tracking() in /home/unban/public_html/zen/includes/templates/tvc/common/tpl_footer.php on line 69
--------
Just thought you would like to know this.
Re: Tabbed Products ''LITE'' version - Delimiter based
OK, I am lost again. Here is what I am adding below my product description:
---
<br />
<!--%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(Options)*--><br />
<!--*sub_AttributeOptions(Options)*--><br />
---
But I do not see any 'Options' tab. What is a sub tab? Do you have a demo of sub tabs? I am confused.
Re: Tabbed Products ''LITE'' version - Delimiter based
OK, now I have found my custom tag; silly me I was viewing the wrong product. BUT the Attributes are not showing up under the new custom tag, "Options". But in the first tab, "Product Description".
Here is my page coding for this product:
<!--%Product Description%-->
<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><br />
<!--%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(Options)*--><br />
<!--*sub_AttributeOptions(Options)*--><br />
<!--@EndTabs@-->
Re: Tabbed Products ''LITE'' version - Delimiter based
Re: Tabbed Products ''LITE'' version - Delimiter based
My Tabbed Products Config is set like this...
Title Value Action
Global Product Description Tab 1
Global Main Image On Tab 1
Global Add To Cart Tab 1
Global Additional Images Tab 1
Global Customers Also Purchased Tab 1
------------
Do I need to change anything to get the options to show up in the Options tab?
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
jonisolis
Here is my page coding for this product:
<!--%Product Description%-->
<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><br />
<!--%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(Options)*--><br />
<!--*sub_AttributeOptions(Options)*--><br />
<!--@EndTabs@-->
You need to use the number of the tab, not the name. So it looks like Options is your second tab. so put 2 in where I've highlighted the red parts.
Also, FYI you dont need <!--@EndTabs@--> unless you plan on adding text under the tabs. But maybe you do have text under there that you just didn't paste