Popularity ScoreReferrals to Site/Downloads
0
1+
250+
1000+
10000+
Magento Connect 1.0 change
This extension adds a possibility to add a following listing types into CMS page:
Each block can be added either with {{block}} shortcode, or with Magento widget. Below are the codes for each block along with usage instructions:
Bestsellers
{{block type="custom_listing/bestsellers" name="my_bestsellers" template="catalog/product/list.phtml"}}
This block outputs all store products which had been ordered at least once sorted by ordered quantity.
All Products
{{block type="custom_listing/all" name="my-all-products" template="catalog/product/list.phtml"}}
This block outputs all products of the store.
Specials
{{block type="custom_listing/specials" name="my_specials" template="catalog/product/list.phtml"}}
This block outputs all products that currently have discounts.
Products By Attribute
{{block type="custom_listing/attribute" name="my_manufacturer" template="catalog/product/list.phtml" attribute="ATTRIBUTE_NAME" value="ATTRIBUTE_VALUE"}}
This block outputs all products with specified attribute and specified value. Replace ATTRIBUTE_NAME with name of your attribute and ATTRIBUTE_VALUE with value of your attribute if attribute type is text or ID of the value of your attribute if the attribute type is select. The example bellow will output all products with manufacturer ID = 3.
{{block type="custom_listing/attribute" name="my_manufacturer" template="catalog/product/list.phtml" attribute="manufacturer" value="3"}}
Github
Latest source code of the extension can be browsed at Github. Here is the repository. Pull requests are always welcomed.
Credits
Thanks a lot to Vinai Kopp for his help with widgets support and toolbar handler.
Magento Connect 1.0 change
This extension was developed by and is supported by openstream
The best place to start if you need help with a specific extension is to contact the developer. All Magento developers have both a contact email and a support email listed.
If you need support for a Magento platform, there are different options for support depending on which Magento platform you are using. Below are links for specific platforms.
We built Magento Connect using the latest techniques and technologies.
This makes Magento Connect faster and easier to use.
Unfortunately, your browser doesn't support those technologies.
Use the links below to download a new browser or upgrade your existing browser.
Internet Explorer Version 8+ Mozilla Firefox Version 7+ Google Chrome Version 14+ Apple Safari Version 5+