Magento getProductCollection无法正常工作。

时间:2013-03-14 11:10:01

标签: magento magento-1.7 magento-1.4 magento-1.5 magento-1.6

这是我的Magento代码,以获取所有新产品,但它突然停止工作。我添加了一些新类别,然后当我看到前端New Arrivals部分为空时。任何帮助将不胜感激。

这是我的代码:

<?php if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
<div class="new-products">

<div class="title_index">

<!-- <div class="pagination_carousel" id="foo3_pag"></div>-->
 <h2><?php echo $this->__('New Arrivals') ?></h2>
</div>

<div class="index_cont">

<div class="list_carousel">         

<ul id="user_interaction">

<?php $_columnCount = $this->getColumnCount(); ?>

<?php $i=0; foreach ($_products->getItems() as $_product): ?>        

<li><h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h3>
                                        <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(220, 200) ?>" width="150" height="130" alt="<?php echo $this->htmlEscape($_product->getName()) ?>" /></a>

<div class="descr"><?php echo($_product->getSku()); ?></div>

<div class="new_price"><?php echo $this->getPriceHtml($_product, true, '-new') ?></div>

<div class="new_pr_btn"><input value="1" type="text" name="qty" class="my-qty-box" /><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php 
echo $this->__('Add to Cart') ?></span></span></button></div>

                        </li>        

    <?php endforeach; ?>

                </ul>

                <div class="clear"></div>           

                </div>

</div>

<div class="shadow-div"></div>

</div>

<?php endif; ?>

由于 达尼

1 个答案:

答案 0 :(得分:0)

$ SQL = $这 - &GT; getProductCollection() - &GT; getSelect();将此代码放在您的phtml顶部。 echo $ sql; 这将显示sql qquery。

现在直接在phpMyAdmin或miniadmin中触发此查询,并检查您是否有此查询的记录。

如果没有诊断此sql查询,请考虑导致某些情况导致修复的过滤器。

此外,您可以在此处粘贴sql查询以获取进一步的评论。

注意:如果代码是平面目录,则会检查平面目录表。所以检查这些表是否确实已经选择了所有产品。如果没有运行索引。