Skip to content

Additional tools to make catalog management in Magento 1 easier!

License

Notifications You must be signed in to change notification settings

matheus-delazeri/advanced-catalog-magento1

Repository files navigation

Contributors Forks Stargazers Issues

Summary
  1. 🔧 Installing
  2. 🌎 Languages supported
  3. ✔️ An easier way to manage your catalog!
    1. ⚡ Quick edit products
    2. ⚡ Quick create configurables
    3. 🖼️ Display product image in admin's grid
    4. ✖️ Bulk delete categories
    5. ⚡ Quick edit products
  4. ✔️ A best way to organize your catalog!
    1. 📦 New sort orders available
    2. 📦 Out of stock products last
  5. Contact

Prerequisites

Both must be available in the admin panel and the store's frontend.

🔧 Installing

Copy all files to it's respective path in our Magento root folder

🌎 Languages supported

  • 🇺🇸 en-US
  • 🇧🇷 pt-BR

✔️ An easier way to manage your catalog!

This module adds several tools to your Magento 1 that make time-consuming tasks easier and unecessary clicks avoided. It also adds new features that can help you and your customers to "go directly to what matters".

⚡ Quick edit products

Most products are dynamic, we need to change it's price and stock frequently. Thinking in that, this module adds a shortcut in your admin product's grid that allows you to quickly update this info. Just click in the pencil icon, change the value and save it!

image

This also is applied to configurable's associated products grid, so you can quickly update their values after the creation:

image

[DEV NOTES]

This 'quick edit' function is handled by the renderer MD_AdvancedCatalog_Block_Adminhtml_Catalog_Product_Edit_Renderer_Quick. It's possible to use it in another fields and/or grid types.

⚡ Quick create configurables

Creating configurable products can be a pain in the ass. Pre-creating attributes, create one associated product per time... It's a waste of time. Want to do it faster? Enable the Quick Create Configurable option in System -> Configuration -> Advanced Catalog -> [Admin] Create Product and create how many variations for your product as you wish!

image

You only need to save the configurable product and all associated products will be created, even if their attribute's values doesn't exist! e.g: if color Red does not exists in the attribute color, it will be automatically created.

- Setting custom attributes to associated products

It's also possible to specify custom attributes to be setted to all newly created simple products at System -> Configuration -> Advanced Catalog -> [Admin] Create Product -> [Quick Create Configurable] Custom Attributes. For example, by enabling the attribute manufacturer, it will be shown in a new section called 'Custom Attributes':

image

- Pre-creating configurable's attribute

Instead of going to Catalog -> Attributes -> Manage Attributes, creating your new attribute (say color) and adding it to a group, you can simply provide the new attribute info in the new section added to configurable product's creation and hit 'Save'. The new attribute will be then available to use!

image

🖼️ Display product image in admin's grid

This feature makes it better to visualize your products at the admin grid by showing their images as a miniature:

image

You can enable it at System -> Configuration -> Advanced Catalog -> [Admin] Product Listing -> Display Image and select which image field (Base Image, Small Image or Thumbnail) will be used in the display.

[DEV NOTES]

This module adds jQuery to your admin panel.

✖️ Bulk delete categories

Need to delete multiple categories and don't want to do the one-by-one process? Go to Catalog -> Manage Categories and click in the newly added 'Bulk Delete Categories' button. Then, just select which categories you want to delete and confirm it!

image

✔️ A best way to organize your catalog

Creating products efficiently is good, but nothing matters if your customers can't flow through them in a consice and direct way. Here are some features available in this module that will improve your customers navigation:

📦 New sort orders available

Besides the default sort orders available (by position, attribute, etc), 5 new options can be added to catalog's sorting in your category's page and/or search results:

  • Most Recent;
  • Name A-Z;
  • Name Z-A;
  • Higher Price;
  • Lowest Price;

image

It's possible to toggle this sort orders at System -> Configuration -> Advanced Catalog -> Product Listing -> [Additional] Sort by.

📦 Out of stock products last

Rarely are the cases where customers want to see out of stock products alongside available ones. To fix that, you can enable System -> Configuration -> Advanced Catalog -> Product Listing -> Out of Stock last to onl show product's out of stock at the end of your category's page and/or search results.

(voltar ao topo)

Contact

Linkedin

(voltar ao topo)

About

Additional tools to make catalog management in Magento 1 easier!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published