Page 113 of 120 FirstFirst ... 1363103111112113114115 ... LastLast
Results 1,121 to 1,130 of 1194
  1. #1121
    Join Date
    Sep 2007
    Location
    Vancouver, CA
    Posts
    94
    Plugin Contributions
    0

    Default Tabbed Products ''LITE'' and IE 6.x bug

    Hi there,

    I believe there is a bug in IE 6.x or a bug in the code for Cross Sell or Tabbed Products Lite that makes the cross sell tab display strangely. It is possible it also the result of the sophy blue grey template I have installed.

    Here is the link to the behavior: http://www.pccapital.ca/test-2/nuclear-peanut-5.html

    In Firefox, the blue header "Buy Two or More Items and Get Free Shipping" displays just fine. There is also some text below the header that is shows up as normal in Firefox.

    In IE 6.x, both of them are invisible, although they ARE there.... if you select the area with the mouse, you can select the header and the text below. Very strange! Note that this behaviour only shows up on the xsell tab... not on the other tabs. THe headers show up fine there.

    I will attach the PHP from my TPL_Modules_xsell_products... perhaps you can see something wrong.

    PHP Code:
    <?php
    /**
     * Cross Sell products
     *
     * Derived from:
     * Original Idea From Isaac Mualem [email protected] <mailto:[email protected]>
     * Portions Copyright (c) 2002 osCommerce
     * Complete Recoding From Stephen Walker [email protected]
     * Released under the GNU General Public License
     *
     * Adapted to Zen Cart by Merlin - Spring 2005
     * Reworked for Zen Cart v1.3.0  03-30-2006
     */


    // calculate whether any cross-sell products are configured for the current product, and display if relevant
    include(DIR_WS_MODULES zen_get_module_directory(FILENAME_XSELL_PRODUCTS));

    if (
    zen_not_null($xsell_data)) {
      
    $info_box_contents = array();
      
    $list_box_contents $xsell_data;
      
    $title '';
    ?>
    <!-- bof: tpl_modules_xsell_products -->
    <div class="centerBoxWrapper" id="crossSell">
    <h2 class="centerBoxHeading"><?php echo TEXT_XSELL_PRODUCTS?></h2>
    Buy any two or more items and get Free Shipping on your order! Get a spare charger, maybe some premium Lithium AA's like the Energizer e2's.  Choose from the following, or add any other sku in our catalog to get Free Shipping!  <br><br>
    <?php
    /**
     * require the list_box_content template to display the cross-sell info. This info was prepared in modules/xsell_products.php
     */
    require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE$current_page_base,'common'). '/tpl_columnar_display.php');
    ?>

    <br><br>
    </div>
    <!-- eof: tpl_modules_xsell_products -->
    <?php ?>
    Thanks again for the help everyone!

  2. #1122
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

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

    I always add the <!--%brochure%--> and then text.
    Is there a way to add the field "brochure" in admin and then have the tablite with this information?
    Thank's

  3. #1123
    Join Date
    Sep 2007
    Location
    Vancouver, CA
    Posts
    94
    Plugin Contributions
    0

    Default Re: Tabbed Products ''LITE'' and IE 6.x bug

    [QUOTE=bifficus;451115]Hi there,

    I believe there is a bug in IE 6.x or a bug in the code for Cross Sell or Tabbed Products Lite that makes the cross sell tab display strangely. It is possible it also the result of the sophy blue grey template I have installed.

    Here is the link to the behavior: http://www.pccapital.ca/test-2/nuclear-peanut-5.html

    In Firefox, the blue header "Buy Two or More Items and Get Free Shipping" displays just fine. There is also some text below the header that is shows up as normal in Firefox.

    In IE 6.x, both of them are invisible, although they ARE there.... if you select the area with the mouse, you can select the header and the text below. Very strange! Note that this behaviour only shows up on the xsell tab... not on the other tabs. THe headers show up fine there.

    Ok... I have learned a little more. This bug is called the Peekaboo Bug and is a known issue for ie6 and CSS Stylesheets. A fix for it has been reported here:

    http://www.zen-cart.com/forum/showth...+bug+disappear

    However, this fix does not completely resolve my problem. It makes the header stay visible, but some of the text in the "cross sell" tab still appears and reappears. Also, at that link, you will see that that fix is reported to create problems in Firefox.

    I am going to keep working on this, and will post further updates elsewhere, as this does not seem to be an issue with Tabbed Products after all. Search Peekaboo.

  4. #1124
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

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

    Hi, Just installed and got this error when running the sql file:

    1146 Table 'funfancy_zc1.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.

    Any ideas?

    Thanks
    Pete
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

  5. #1125
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

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

    Scratch that, I just added zen as the database prefix, however now it shows bullets instead of tabs, can you help please.
    Thanks
    Pete
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

  6. #1126
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

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

    sorry but scratch that also, the stylesheet wasn't uploaded...I really need to pay more attention in class!
    Thanks
    Pete
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

  7. #1127
    Join Date
    Nov 2007
    Posts
    141
    Plugin Contributions
    0

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

    I am having trouble with the attributes location in the product display page. FF displays everything in the center (for now) but IE does not. I would like control of the placement of the attributes (Please Choose:, Products, and the drop down box), the "add to cart", "tell a friend" buttons and the image. I have tried several suggestions but have hit a wall.

    http://www.sweetzouzou.com/catalog/i...roducts_id=188

    Thx

  8. #1128
    Join Date
    Nov 2007
    Posts
    141
    Plugin Contributions
    0

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

    bump, i still have this problem

  9. #1129
    Join Date
    May 2004
    Posts
    766
    Plugin Contributions
    0

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

    Hi,

    I've read backwards to page 111 where qhome said he was going to be doing a minor update for v1.3X back in the beginning of October. I didn't see it in the downloads section, or here. Therefore I am just wondering if the one in the downloads section for v1.35 is compatible with v1.37 and 1.3.71?

    I want to install it as well as his column divider lite on an already heavily modded v1.37 store and just want to make sure that this mod is v1.35 happy first.

    thank you,

    betty

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

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

    Yes the current version works with all 1.3.x versions of Zencart.. the minor update is meant to remove the auto assumption that people want the Add to Cart button always to be on the first tab... But I've not had the time lately to do anything... and with talks of 1.4 PHP5 coming eventually i dont know how much I want to put into 1.3 PHP4

 

 

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