Re: Tabbed Products ''LITE'' version - Delimiter based
Qhome,
I installed your wonderfull ''Tabbed Products'' . My site is now more more customer oriented, better said: Sell oriented! Tab Names are coming from tpl_product_info_display.php directly.
//########### TAB NAMES #############
$addtocart_tab_name = 'Add to Cart'; // if using this tab, set the tab title for the Add To Cart Tab
$add_images_tab_name = 'Additional Images'; // if using this tab, set the tab title for the Additional Images Tab
$cust_also_purchased_tab_name = 'Customers Also Purchased'; // if using this tab, set the tab title for the Cust Also Purchased Tab
$cross_sell_tab_name = 'We Also Recommend'<?php echo TEXT_CROSS_SELL_TAB_NAME; *>// if using this tab, set the tab title for the CrossSell Tab
//########################################
Question is:
My Site is running in TWO Languages. Tab Name 'We also Recommend '' appears in both languages in English. Where can I translate this tab name for the second language. Is there any possibility. Can you help me pls. Thanks in advance.
Re: Tabbed Products ''LITE'' version - Delimiter based
thats exactly what I'm looking for...now, how did you do it? :)
Re: Tabbed Products ''LITE'' version - Delimiter based
Problems with the current download? I get an error when I try to decompress the current version ZIP.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by Remzi
Qhome,
I installed your wonderfull ''Tabbed Products'' . My site is now more more customer oriented, better said: Sell oriented! Tab Names are coming from tpl_product_info_display.php directly.
//########### TAB NAMES #############
$addtocart_tab_name = 'Add to Cart'; // if using this tab, set the tab title for the Add To Cart Tab
$add_images_tab_name = 'Additional Images'; // if using this tab, set the tab title for the Additional Images Tab
$cust_also_purchased_tab_name = 'Customers Also Purchased'; // if using this tab, set the tab title for the Cust Also Purchased Tab
$cross_sell_tab_name = 'We Also Recommend'<?php echo TEXT_CROSS_SELL_TAB_NAME; *>// if using this tab, set the tab title for the CrossSell Tab
//########################################
Question is:
My Site is running in TWO Languages. Tab Name 'We also Recommend '' appears in both languages in English. Where can I translate this tab name for the second language. Is there any possibility. Can you help me pls. Thanks in advance.
Well you added it in $cross_sell_tab_name = 'We Also Recommend'<?php echo TEXT_CROSS_SELL_TAB_NAME; *>// if using this tab, set the tab title for the CrossSell Tab
but you never took out the hard text. That should just be
$cross_sell_tab_name = TEXT_CROSS_SELL_TAB_NAME;
Is that what you mean? I guess I never thought about it with multiple languages. I should really make a language file for it.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by Davin
Problems with the current download? I get an error when I try to decompress the current version ZIP.
I just tested the one in the downloads section found here: http://www.zen-cart.com/index.php?ma...roducts_id=146
Seems to work fine. Try re-downloading it.
=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==
Quote:
Originally Posted by atsdotha
thats exactly what I'm looking for...now, how did you do it? :)
It was pretty simple, just added some <table> tags to make the main image and details appear in the left <td> and the tabs on the right <td>. Then I moved the Product Name up top so it was in the middle over the whole thing.
I've attached the custom version for you.
Re: Tabbed Products ''LITE'' version - Delimiter based
Hello, is there some way to integrate Ask a question into a tab, either as a link to that mod, or ideally as the form itself?
Currently the two mods seem to work together well, with the ask a question text displaying just to the right of the product image, under price and weight info.
Also, other forms, like product review or tell a friend, could function well inside their own Tabs.
BTW, both Tablite and Ask A question modify the same file: tpl_product_info_display.php.
[A note to newbies, like myself!]
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by qhome
I just tested the one in the downloads section found here:
http://www.zen-cart.com/index.php?ma...roducts_id=146
Seems to work fine. Try re-downloading it.
=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==
It was pretty simple, just added some <table> tags to make the main image and details appear in the left <td> and the tabs on the right <td>. Then I moved the Product Name up top so it was in the middle over the whole thing.
I've attached the custom version for you.
Qhome! Excellent work on this mod. I am resurrecting my old question which do you plan to support product type (at least music product type). I like this mod but I have so many products that are music type (about 5,000 titles) and I was going to put the track listing on a separate tab.
For example if you look at this page: http://www.clevershoppers.com/index....roducts_id=467 I'd like to put the description on the description tab and then the track listing on a separate tab.
Any ideas?
Thanks!
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by qhome
Well you added it in $cross_sell_tab_name = 'We Also Recommend'<?php echo TEXT_CROSS_SELL_TAB_NAME; *>// if using this tab, set the tab title for the CrossSell Tab
but you never took out the hard text. That should just be
$cross_sell_tab_name = TEXT_CROSS_SELL_TAB_NAME;
Is that what you mean? I guess I never thought about it with multiple languages. I should really make a language file for it.
-----------------------------------------------------------------------------
Exactly . This wiill be great if you can help me. If I change $cross_sell_tab_name = 'We Also Recommend' with ---- $cross_sell_tab_name = TEXT_CROSS_SELL_TAB_NAME--- where can put the translation for the hard text TAB NAMES ? Thanks. Remzi
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by qhome
AHH i see your problem now.
Code:
<link rel="stylesheet" type="text/css" href="includes/templates/ilync/css/stylesheet_tablitev2.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/ilync/css/stylesheet_tablitev3_silver.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/ilync/css/stylesheet_tablitev3_xpstyle.css" />
<script type="text/javascript" src="includes/templates/ilync/jscript/jscript_tablitev2.js"></script>
<script type="text/javascript" src="includes/templates/ilync/jscript/jscript_tablitev3.js"></script>
1. You need to delete the version2 stylesheet and javascript.
2. You should only have one of the v3 stylesheets in the css folder at a time. In the latest version I've been putting them inside a subfolder called "more stylesheets" so if you want the XP style, remove the silver one, and vice versa.
<link rel="stylesheet" type="text/css" href="includes/templates/ilync/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/ilync/css/stylesheet_categories_menu.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/ilync/css/stylesheet_tablitev3_silver.css" />
<script type="text/javascript" src="includes/templates/ilync/jscript/jscript_tablitev3.js"></script>
I removed all v2. same problem.
Eric
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ericpeng
<link rel="stylesheet" type="text/css" href="includes/templates/ilync/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/ilync/css/stylesheet_categories_menu.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/ilync/css/stylesheet_tablitev3_silver.css" />
<script type="text/javascript" src="includes/templates/ilync/jscript/jscript_tablitev3.js"></script>
I removed all v2. same problem.
Eric
check your pm