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!
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
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.
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
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
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
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
Re: Tabbed Products ''LITE'' version - Delimiter based
bump, i still have this problem
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
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