Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: Add to cart missing in internet explorer

    Quote Originally Posted by Kim View Post
    What version of IE are you using?
    I'm experiencing this same issue, in IE7.

    Things work as expected everywhere else (FF, Safari, Opera), but the cartAdd box and productDetailsList fail to show.

    They do appear when "viewing source", but are not visible on the page.

    I added a <br class="clearBoth" />, to no avail.

    Ideas?

  2. #2
    Join Date
    Apr 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: Add to cart missing in internet explorer

    Quote Originally Posted by moderncraft View Post
    I'm experiencing this same issue, in IE7.

    Things work as expected everywhere else (FF, Safari, Opera), but the cartAdd box and productDetailsList fail to show.

    They do appear when "viewing source", but are not visible on the page.

    I added a <br class="clearBoth" />, to no avail.

    Ideas?
    UPDATE:
    I have found that the add-to-cart DIVs (and likewise the "model#:" ones) were not showing anywhere, in Explorer 7. A simple, but inexplicable, solution I've got going is to wrap the shopping cart area with an unclassed DIV tag. I'm not sure why this started happening, as it works everywhere but in IE.

    Example, using includes/templates/template_default/templates/tpl_modules_product_listing.php:

    Code:
    <!--NEW CODE--><div><!--END NEW CODE-->
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_ADD_PRODUCTS_TO_CART, BUTTON_ADD_PRODUCTS_TO_CART_ALT, 'id="submit2" name="submit1"'); ?></div>
    <!--NEW CODE--></div><!--END NEW CODE-->
    (from http://www.modern-craft.net/shop )

    ?

    Is this some IE/CSS bug, or have I just gone and missed something?

 

 

Similar Threads

  1. How to add Internet Explorer (IE) CSS?
    By Develop&Promote in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Jul 2010, 10:16 AM
  2. Replies: 13
    Last Post: 6 Aug 2009, 05:10 PM
  3. cart doesn't work in internet explorer
    By micbat in forum General Questions
    Replies: 4
    Last Post: 6 Mar 2007, 08:28 AM
  4. Internet Explorer 5.0/Cart Issues
    By mouskins in forum General Questions
    Replies: 10
    Last Post: 14 Dec 2006, 09:31 PM

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