Page 11 of 120 FirstFirst ... 9101112132161111 ... LastLast
Results 101 to 110 of 1194
  1. #101
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by scubes13
    So it is actually being output. I am checking further CSS to see if it is being hidden for some reason (although a select all does display it).
    Sounds like white font on white background or something

  2. #102
    Join Date
    Mar 2005
    Posts
    140
    Plugin Contributions
    0

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

    I have not downloaded this contribution yet. Looking through the thread I wanted to know if you can have a tab that will display the reviews of the product? It appears this would be a hard coded tab like "Customers Also Purchased" tab?

    Thanks

  3. #103
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    It was discussed as one of the original ideas but it will be added to a later release, so not yet.

  4. #104
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Anyone yet adapt the Tabbed Lite 2.7a version to support Cross Sell images or Ask A Question button. Being able to place Cross Sell (We Also Recommend) into a tab would be especially cool. I have attempted but so far no success.

    Below is the necessary code that inserted into tpl_product_info_display.php

    Cross Sell images:
    Code:
    <!--bof xsell module-->
    <?php
          require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
    ?>
    <!--eof xsell module-->
    Ask A Question button:
    Code:
    <!--bof Ask A Question button -->
    <?php
      if ($flag_show_product_info_ask_question == 1) { ?>
    <div id="productAskQuestionLink" class="buttonRow forward"><?php echo ($flag_show_product_info_ask_question == 1 ? '<a href="' . zen_href_link(FILENAME_ASK_QUESTION, 'products_id=' . $_GET['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_ASK_QUESTION, BUTTON_ASK_QUESTION_ALT) . '</a>' : ''); ?></div>
    <?php
      }
    ?>
    <!--eof Ask A Question button -->
    Woody

  5. #105
    Join Date
    Jan 2006
    Posts
    115
    Plugin Contributions
    0

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

    I just install V2.7, but got error
    Parse error: parse error, unexpected $end in C:\wamp\www\includes\templates\ilync\templates\tpl_product_info_display.php on line 680

    any idea?

    Thanks
    ERIC

  6. #106
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by ericpeng
    I just install V2.7, but got error
    Parse error: parse error, unexpected $end in \templates\tpl_product_info_display.php on line 680
    Updated version "2.7a" has been released but it does not look to be yet available in Zen Cart downloads area.

    To obtain patch see qhome post #88 . Download and replace tpl_product_info_display.php (or you easily make the two minor edits yourself). Then report back.

    Your issue is likely with:
    if ($bCustomerAlsoPurchased === false) {

    Should be :
    if ($bCustomersAlsoPurchased === false) {

    Note the "s" needs added to the end of Customer

    If this does not repair and you reeive an error report identifying a line number, open the file in a text editor that shows line numbers, and identify and report back with the code on that line, and also just before and just after that line (provide a brief code snippet).

    Woody
    Last edited by Woodymon; 8 Jun 2006 at 08:52 AM.

  7. #107
    Join Date
    Jan 2006
    Posts
    115
    Plugin Contributions
    0

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

    Quote Originally Posted by Woodymon
    Updated version "2.7a" has been released but it does not look to be yet available in Zen Cart downloads area.

    To obtain patch see qhome post #88 . Download and replace tpl_product_info_display.php (or you easily make the two minor edits yourself). Then report back.

    Your issue is likely with:
    if ($bCustomerAlsoPurchased === false) {

    Should be :
    if ($bCustomersAlsoPurchased === false) {

    Note the "s" needs added to the end of Customer

    Woody
    Thanks for your reply. I tried the bugs on #88 but still the same problem.

  8. #108
    Join Date
    Jan 2006
    Posts
    115
    Plugin Contributions
    0

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

    The 2.7a is availiable.But I got the same problem.
    Parse error: parse error, unexpected $end in C:\wamp\www\includes\templates\ilync\templates\tpl_product_info_display.php on line 681

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

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

    Quote Originally Posted by ericpeng
    The 2.7a is availiable.But I got the same problem.
    Parse error: parse error, unexpected $end in C:\wamp\www\includes\templates\ilync\templates\tpl_product_info_display.php on line 681
    I found the problem is in Line#134
    change <? to <?php

  10. #110
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by ericpeng
    I found the problem is in Line#134
    change <? to <?php
    Good catch. Time for v.2.7b ;)

 

 
Page 11 of 120 FirstFirst ... 9101112132161111 ... 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