php 类别集合产品集合产品列表
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 类别集合产品集合产品列表相关的知识,希望对你有一定的参考价值。
<?php
$_productCollection=$this->getLoadedProductCollection();
$_helper = $this->helper('catalog/output');
$prodict_id = $this->getproduct_id();
?>
<?php if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
<?php $_columnCount = $this->getColumnCount(); ?>
<?php $i=0; $cnt = 0; foreach ($_products->getItems() as $_product): $cnt++; ?>
<?php if($prodict_id == $_product->getId()): ?>
<li>
<h2 class="title">Nieuwe collectie</h2>
<h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></a></h2>
<?php if ($_product->getShortDescription()):?>
<p><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></p>
<?php endif;?>
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(118,135); ?>" width="118" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
<img src="<?php echo $this->getSkinUrl('images/sticker-02.gif'); ?>" width="61" height="61" alt="new" class="sticker" />
<?php echo $this->getPriceHtml($_product, true) ?>
</li>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
以上是关于php 类别集合产品集合产品列表的主要内容,如果未能解决你的问题,请参考以下文章
如何在magento中对库存状态的产品集合进行排序
php 产品集合
Magento:自定义集合中缺少分页
php 按大多数查看的产品集合排序并按新日期过滤
Magento 以任意顺序获取产品集合
MongoDB 聚合 $lookup 不适用于 $group