Hi Guys,
Hopefully some one can help with this,
I am installing a mod for a client and for some reason this mod is crashing when loaded in internet explorer only. Other browsers are fine.
Basically the page starts to load then all of a sudden a window pops up say IE can't open this site.
I found the section of code that is causing the problem but can't see where the problem is. When I remove it, the page loads but of course that section is missing.
Here is that bit of code:
Thanks in advance!
Hopefully some one can help with this,
I am installing a mod for a client and for some reason this mod is crashing when loaded in internet explorer only. Other browsers are fine.
Basically the page starts to load then all of a sudden a window pops up say IE can't open this site.
I found the section of code that is causing the problem but can't see where the problem is. When I remove it, the page loads but of course that section is missing.
Here is that bit of code:
PHP:
<?php if ($_product->isSaleable() && $this->hasOptions()):?> <!-- move options under price-->
<?php echo $this->getChildChildHtml('container2', '', true, true) ?>
<span class="add-or"><?php echo $this->__('OR') ?></span>
<?php echo $this->getChildHtml('addto') ?>
</div>
<?php endif;?>
<?php //echo $this->getChildHtml('addto') ?>
Thanks in advance!





