====== Homepage Products Category ====== Documentació extreta de [[http://www.magentocommerce.com/wiki/how_to/add_featured_products_to_home_page|Add Featured Products to Home Page]] * Creem una categoria: Home * Associem productes a la categoria Home * Editem CMS->HomePage {{block type="catalog/product_list" category_id="8" template="catalog/product/list.phtml"}} Editem category_id="8" pel id de la categoria Si volem crear una plantilla nova: {{block type="catalog/product_list" category_id="19" template="catalog/product/homelist.phtml"}} Creem el nostre nou fitxer homelist.phtml app/design/frontend/default/yourtheme/template/catalog/product/homelist.phtml getLoadedProductCollection() ?> count()): ?>
__('There are no products matching the selection.') ?>
count() ?>
<?php echo $this->htmlEscape($_product->getName()) ?>

htmlEscape($_product->getName()) ?>

getPriceHtml($_product, true) ?> getRatingSummary()): ?> getReviewsSummaryHtml($_product, 'short') ?> getShortDescription()) ?> __('Learn More') ?>
count() ?>