An open API service indexing awesome lists of open source software.

https://github.com/theremotecoder/magento-ecommerce-ce--custom-features

Collection of custom features for Magento E-Commerce CE 1.x: Admin changes – Allow static block selection, Form UX and states, Skin changes, Refresh stats ACL-fix; Frontend language-based store redirects.
https://github.com/theremotecoder/magento-ecommerce-ce--custom-features

adminhtml language-redirect magento magento-1 magento-1-open-source magento-1-patch magento-1-patches magento-admin magento-ce magento-ecommerce-ce magento-extension magento1 magento1-community magento1-opensource magento1-snippets php php5 user-experience zend zend-framework

Last synced: 2 months ago
JSON representation

Collection of custom features for Magento E-Commerce CE 1.x: Admin changes – Allow static block selection, Form UX and states, Skin changes, Refresh stats ACL-fix; Frontend language-based store redirects.

Awesome Lists containing this project

README

        

![Magento EC – Custom Features](teaser.png)

# Magento E-Commerce CE

- [About](#about)
- [Features](#features)


---

## About

This is a collection of small Magento CE modifications which are considered more or less 'hacks'. They are not written as clean modules. In some cases this might even be impossible to do. Use this code for inspiration or if time and budget is low and you just need to get things done.



## Features

### Adminhtml-Selections

- Allow selecting static blocks in admin module configuration.
- Add the user group 'not logged in' to select fields.
- [Readme »](/src/Adminhtml-Selections/README.md)

### Adminhtml-Theme-Usability

- Improved backend skin (CI and forms)
- Large multiselect dropdowns (e.g. countries)
- Highlight disabled modules in the admin panel.
- [Readme »](/src/Adminhtml-Theme-Usability/README.md)

### Report-Refresh-User-Statistics

- Added 'Refresh Statistics' menu item to the ACL list.
- [Readme »](/src/Report-Refresh-User-Statistics/README.md)

### Store-Language-Redirect

- Example configuration of how to redirect the store depending on the language.
- [Readme »](/src/Store-Language-Redirect/README.md)