You can display chosen category in one line.

File
[MAGENTO_DIR]/ app /code / local / Mage / Catalog / Block / Product / Promo.php
is included to the package.

Features:

  • sorting by Product ID in descending order; by default sorting is based on the default option (sort_by), which is set in the Magento backend.
  • limit product count by quantity (products_count)
  • possibility to set image size and column width

HTML code to display category:

Example:

Various category layouts (for our templates only)

Category layout with product name and price

Magento Category layout with product name and price

File
[MAGENTO_DIR] / app / design / frontend / default / default / template / webandpeople / smartcatalog / list-short.phtml

HTML code to display category

Example

Category layout with product name, price, rating and add-to-cart button

Magento Category layout with product name, price, rating and add-to-cart button

File
[MAGENTO_DIR] / app / design / frontend / default / default / template / webandpeople / smartcatalog / list-rate.phtml

HTML code to display category

Example

Category layout with product name, price, rating, add-to-cart button, add-to-wishlist, add-to-compare

Magento Category layout with product name, price, rating, add-to-cart button, add-to-wishlist, add-to-compare

File
[MAGENTO_DIR] / app / design / frontend / default / default / template / webandpeople / smartcatalog / list-home.phtml

HTML code to display category

Example


This is a guide on how to specify category layout in the Smart Catalog Responsive Magento Extension.

AJAX Catalog Magento extension is the responsive configurable catalog with a toolbar. It lets you create a user-friendly responsive catalog view where all products are loaded automatically on one page.

Back

Go to contentsBack to previous page