Subcategories Grid/List for Magento 1 OpenMage

Rating:
95% of 100
$29.99
In stock
SKU
PM1ESGL

Shows subcategories in the form of a grid or list, on category pages, the home page, or any other page. Responsive Web Design (RWD) ready.


Magento 1 Current Extension Version: 3.0.0

Compatibility

Open Source (CE): 1.5, 1.6, 1.6.1, 1.6.2.0, 1.7, 1.8, 1.8.1, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4
Commerce using on-prem (EE): 1.10, 1.11, 1.11.1, 1.12, 1.13, 1.13.1, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.9.0.0, 1.9.1.0, 1.9.2.0
OpenMage LTS: 19, 20


For the Magento 2 compatible extension go to Subcategories Grid/List for Magento Adobe Commerce.

Links

Maximum 255 characters

Compatible with Magento v1 - Open Source (CE), Commerce on-prem (EE), and OpenMage LTS!

(For Magento v2 Adobe Commerce - Open Source (CE), Commerce on-prem (EE), and Commerce on Cloud (ECE) compatible version go to Subcategories Grid/List for Magento Adobe Commerce)

Add Subcategories Grid Or List To Any Magento Page With Just A Few Clicks!

Apptrian Subcategories Grid/List Extension for Magento allows you to have subcategories in the form of a grid or list on category pages, the home page, or optionally any other page via XML layout updates or CMS markup tags. Additionally, there are more than several options for customization. The subcategories block is Responsive Web Design (RWD) ready. It will recalculate itself based on the parent.

On category pages, the extension will show children categories of the current category. On CMS pages, the extension will show top-level categories or any other categories you want. This is done by using the "Category IDs" option in our extension where you type a comma-separated list of category IDs you want to show. You can also show subcategories by typing markup tags inside the CMS page content or CMS blocks.

Features

  • Two positions of subcategories block out of the box from Magento config. Any position is possible via XML layout updates or CMS markup tags on any page.
  • Ability to show subcategories on multiple locations on the page.
  • Two layouts are available (Grid or List).
  • Ability to show subcategories grid/list items as single links.
  • Ability to sort subcategories by "Name", "Page Title", "Position", and "Created Date".
  • Ability to choose sort direction ("Ascending" and "Descending").
  • Ability to show subcategories heading or not and to type in the heading text.
  • Ability to set the order of subcategory data (0=image, 1=name, 2=description) and to exclude some data if desired. Example: 0,1,2
  • Ability to show category image, and which image (attribute) to use. Options are "Image", and "Thumbnail".
  • If the subcategory does not have an image (or thumbnail) placeholder image will be used.
  • Ability to add image width and height HTML attributes.
  • Ability to show category name, and which database field (attribute) to use. Options are "Name" and "Page Title".
  • Ability to show category description, and which database field (attribute) to use. Options are "Description" and "Meta Description".
  • Ability to show subcategories on any page.
  • Two completely independent sets of settings one for category pages and one for the home page from Magento config with the unlimited number of settings sets via XML block arguments and/or CMS markup tags attributes.
  • Ability to show specific categories on the home page and/or any other page via the comma-separated list of category IDs.
  • Ability to show random categories on the home page and/or any other page via the comma-separated list of category IDs.
  • Ability to hide categories in subcategories block via the comma-separated list of category IDs.
  • Ability to hide subcategories block on certain category pages via the comma-separated list of category IDs.
  • Responsive Web Design (RWD) ready. It will recalculate itself based on the parent.

Installation Instructions

- Log in to Magento Admin
- (Optional) Disable Magento Compiler if you are using it (System > Tools > Compilation)
- Go to System > Magento Connect > Magento Connect Manager
- If you purchased an extension on our site use the "Direct package file upload" section and the "Upload package file". Browse to the .tgz file. Click the "Upload" button.
- If you purchased an extension on Magento Marketplace use the "Paste extension key to install" and paste Access Key you get from Magento Marketplace. Click the "Install" button. Click the "Proceed" button.
- Go back to Magento Admin
- Flush Magento Cache (System > Cache Management), then log out from Magento Admin and log back in
- (Optional) Enable Magento Compiler by clicking the "Run Compilation Process" button (System > Tools > Compilation)

If you do not know how to install an extension or you wish a professional to do it for you, we offer an additional installation service for a small fee.

Configuration

Our extension works out of the box. If you want to configure it differently log to your Magento Admin and go to:

System > Configuration > Apptrian Extensions > Subcategories Grid/List

There are more than several options for customization. They are all self-explanatory and have comments and tooltips.

After changing options make sure you refresh your Magento cache.

In newer versions of Magento you need to enable "apptrian_subcategories/gridlist" block:
System > Permissions > Blocks

Customization Instructions

If you want to style Subcategories Grid/List further, copy
./skin/frontend/base/default/css/apptrian_subcategories.css
to
./skin/frontend/your_design_package/your_theme/css/apptrian_subcategories.css
and add your CSS styles.

Read comments in the CSS file and you will be able to make most of the changes in a very succinct way.

If you do not know how to style with CSS or you wish a professional to do it for you, we offer additional CSS Custom Style service for a small fee.

FAQ

Q: How to add subcategories block inside CMS page content or CMS block?
A: To add subcategories block inside any CMS page content or CMS block use the following code:

{{block type="apptrian_subcategories/gridlist" name="apptrian.subcategories.cms" template="apptrian/subcategories/grid_list.phtml" encoded_options="[`layout`:`grid`, `single_link`:`0`]"}}

Attribute "encoded_options" can be used to override any option that exists in our extension. In the above example, only two options are shown. For more information, please check our User Guide.

Q: Is it possible to turn off subcategories description text?
A: Yes it is. In our extension configuration for option "Sort Order" instead of "0,1,2" type "0,1" (without double quotes). Do not forget to Refresh your Magento Cache.

Q: Why after uploading the category image/thumbnail I still get a placeholder image?
A: The category model in Magento has two attributes for images, the first one is "Image" and the second one is "Thumbnail". Our extension is compatible with both, but you have to select the one you want to use with our extension. Just set "Show Category Image" option in our extension configuration to the attribute you want to use ("Image" or "Thumbnail"). Be aware, since Magento version 1.9.1.0 "Thumbnail" attribute is not present by default. You have to add it yourself. If you do not know how to do this contact us and we will do it for you for a small fee.

Q: Why after uploading the category image/thumbnail for a specific language (store view) I still get a placeholder image?
A: You must upload an image/thumbnail to the default scope (All Store Views) First and then if you need an image/thumbnail to be different for a specific language (store view) you upload a different image for that particular language (store view).

Write Your Own Review
Only registered users can write reviews. Please Sign in or create an account
Copyright © 2023 Apptrian.com. All rights reserved.