Re: Tabbed Products ''LITE'' version - Delimiter based
I tried every thing from tacoman1_zc5 and changed it around alot, but errors and more errors. "I read through many of your posts to find a simliar prob" So I used the non-admin file to make it work. Works fine now editing the page itself but what commands do you enter to make the global active. is it a 0,1,true, false?
//############ GLOBALS ##############
$bGblProdDescTab = GLOBAL_PROD_DESC_ON_TAB; // Forces the Product Description to globally be in a tab
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
tacotupac
I tried every thing from tacoman1_zc5 and changed it around alot, but errors and more errors. "I read through many of your posts to find a simliar prob" So I used the non-admin file to make it work. Works fine now editing the page itself but what commands do you enter to make the global active. is it a 0,1,true, false?
//############ GLOBALS ##############
$bGblProdDescTab = GLOBAL_PROD_DESC_ON_TAB; // Forces the Product Description to globally be in a tab
The NonAdmin file shouldn't show that. You are using the "Admin" version. The nonadmin version looks like this at the top:
//-=-=-=- BOF: Tabbed Products Config -=-=-=-
//############ GLOBALS ##############
$bGblProdDescTab = true; // Forces the Product Description to globally be in a tab
$bGblMainImageOnTabs = false; // adds Main image to tabs only if you have at least one custom tab
$bGblAddToCart = false; // adds Add to Cart, Attribute Options, and Qty Discount to a tab
$bGblAdditionalImages = true; // adds Additional Images on its own tab
$bGblCustomersAlsoPurchased = true; // adds Customers Also Purchased as its own tab
$bGblMediaCollection = false; // adds Media Collection as its own tab (MUSIC PRODUCT TYPE ONLY)
$bGblReviews_Tab = true; // adds Reviews as its own tab
Go back and try my latest steps. The previous posts a few pages back were wrong because I was confusing schemas with prefixes.
Re: Tabbed Products ''LITE'' version - Delimiter based
After a few trials and errors I finally got it. I found that you can't do a global replace but add the prefix carfully and only in certain spots.
The big one is:
SELECT @gid := configuration_group_id FROM `zen_configuration_group` where `configuration_group_title` LIKE 'Tabbed Products Config';
it took me awhile but now it works!!
THanks Again!!
Re: Tabbed Products ''LITE'' version - Delimiter based
i just installed it and it allmost works
1st i can't seem to get the tabs to work it seems locked on the first tab
2nd which files do i edit to so i can work on the colors that white bg isn't working for me
http://www.gorillagear.ca/store/inde...&products_id=8
Re: Tabbed Products ''LITE'' version - Delimiter based
well i figured out the tabs thing i forgot to put the java script file
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
MB1
well i figured out the tabs thing i forgot to put the java script file
Look in the CSS folder in your template.. there is a folder called "EXTRA CSS FILES FOR TABS" use one at a time, they each use different tab images. You can also make custom ones following the existing one in the images folder
Re: Tabbed Products ''LITE'' version - Delimiter based
Everything worked perfect untill I went to add more products today and noticed that instead of the "add to cart" button there is a text "Contact us" button. THis is very odd and I cannot figure it out. I have used the correct hard tags and sub tags but the contact link appears other than the add to cart. It was an easy setup and worked fine last night after you helped me get it going but now nothing?
GLOBALS:
Title Value Action
Show Tab Headers when Javascript is Off 0
Global Cross Sell Tab 0
Show Tab Headers 1
Cross Sell Is Installed 0
Global Media Collection Tab 0
Global Customers Also Purchased Tab 1
Global Additional Images Tab 0
Global Main Image On Tab 0
Global Add To Cart Tab 1
Global Product Description Tab 1
Global Use Sub Tags 1
Global Reviews Tab 0
SAMPLE DESC:
<!--%Product Description%--><p>Optimum Nutrition's 100% Whey Gold Standard contains 24 grams of whey protein, less than 5 grams of carbohydrates, 1.5 grams of fat and minimal lactose, the choice of brand is clear, now to decide what flavor and size! Optimum's 100% Whey Protein comes in 2, 5, and 10lb sizes and is available in Chocolate, Chocolate Mint, Strawberry, Vanilla, Tropical Punch, Rocky Road, and Cookies and Cream. And for a limited time, French Vanilla Cream, and Extreme Milk Chocolate.<!--%Nutritional Information%--> <img hspace="0" src="http://www.optimumnutrition.com/pinnacle/images/products/secondary/151.gif" /></p><!--*sub_AttributeOptions(2)*--><!--*sub_AddToCart(2)*-->
All done in code without htmlarea editor. Site is www.discountsupplementstore.com
Re: Tabbed Products ''LITE'' version - Delimiter based
Josh-
Please see the other thread. The problem is not related to Tabbed Lite.
Re: Tabbed Products ''LITE'' version - Delimiter based
I feel like a noob, and a idot. I've been trying for hours to correct this. Odd that some how the global changed, because I didn't even know that it was there.
Thanks for your help
Re: Tabbed Products ''LITE'' version - Delimiter based
now how do you get the main picture and products info such as quantity and weight inside the first tab i seen it elsewhere