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.
- Host: GitHub
- URL: https://github.com/theremotecoder/magento-ecommerce-ce--custom-features
- Owner: TheRemoteCoder
- License: mit
- Created: 2019-04-26T11:20:48.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T09:39:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T21:36:25.806Z (4 months ago)
- Topics: 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
- Language: PHP
- Homepage:
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# 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)