Page 49 of 120 FirstFirst ... 3947484950515999 ... LastLast
Results 481 to 490 of 1194
  1. #481
    Join Date
    Aug 2006
    Location
    Istanbul
    Posts
    31
    Plugin Contributions
    0

    Default 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.

  2. #482
    Join Date
    Jul 2005
    Location
    Dothan, AL
    Posts
    409
    Plugin Contributions
    0

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

    thats exactly what I'm looking for...now, how did you do it? :)

  3. #483
    Join Date
    Jan 2004
    Posts
    25
    Plugin Contributions
    0

    Default 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.

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

    Default 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.

  5. #485
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default 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.
    Last edited by qhome; 9 Apr 2008 at 03:38 AM.

  6. #486
    Join Date
    Jul 2006
    Posts
    12
    Plugin Contributions
    0

    Idea or Suggestion 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!]

  7. #487
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Idea or Suggestion 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!

  8. #488
    Join Date
    Aug 2006
    Location
    Istanbul
    Posts
    31
    Plugin Contributions
    0

    Default 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

  9. #489
    Join Date
    Jan 2006
    Posts
    115
    Plugin Contributions
    0

    Default 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

  10. #490
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default 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

 

 
Page 49 of 120 FirstFirst ... 3947484950515999 ... LastLast

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