在我正在处理的网站上http://www.idealtilenyc.com/index.php/lena-test-tile.html
由于某种原因,产品页面没有在 Chrome、Firefox 和 IE 中显示,一切都很好。有谁知道可能出了什么问题?
谢谢你!
这是代码:
<?php $_helper = $this->helper('catalog/output'); ?>
<?php $_product = $this->getProduct(); ?>
<script type="text/javascript">
var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
</script>
<div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
<div class="product-view">
<!------------------ SHOWROOM -------------->
<?php
$current_category = Mage::registry('current_category');
if ($current_category->getName() == 'Showroom'): ?> //this is line 55
<div class="product-essential">
<form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
<div class="no-display">
<input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
<input type="hidden" name="related_product" id="related-products-field" value="" />
</div>