Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

[magento] extension that allows adding columns to the Magento orders grid using layout handles.

License

Notifications You must be signed in to change notification settings

kkrieger85/Ffuenf_ExtendedOrderGrid

Repository files navigation

ffuenf - code • design • e-commerce

Ffuenf_ExtendedOrderGrid

[GitHub tag][tag] [Build Status][travis] [VersionEye][versioneye] [Code Quality][code_quality] [Code Coverage][code_coverage] [PayPal Donate][paypal_donate] [tag]: https://github.com/ffuenf/Ffuenf_ExtendedOrderGrid [travis]: https://travis-ci.org/ffuenf/Ffuenf_ExtendedOrderGrid [versioneye]: https://www.versioneye.com/user/projects/ [code_quality]: https://scrutinizer-ci.com/g/ffuenf/Ffuenf_ExtendedOrderGrid [code_coverage]: https://scrutinizer-ci.com/g/ffuenf/Ffuenf_ExtendedOrderGrid [paypal_donate]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=J2PQS2WLT2Y8W&item_name=Magento%20Extension%3a%20Ffuenf_ExtendedOrderGrid&item_number=Ffuenf_ExtendedOrderGrid&currency_code=EUR

This is a extension for Magento Community Edition that allows adding columns to the Magento orders grid using layout handles. Currently it adds a column with the payment method using icons from /50north. Implementation as proposed by https://www.atwix.com/magento/column-to-orders-grid/

Platform

The following versions are supported and tested:

  • Magento Community Edition 1.9.2.4
  • Magento Community Edition 1.9.1.1
  • Magento Community Edition 1.8.1.0
  • Magento Community Edition 1.7.0.2
  • Magento Community Edition 1.6.2.0

Other versions are assumed to work.

Requirements

PHP 5.5 PHP 5.6 PHP 7.0
EOL / STABLE / RC STABLE STABLE STABLE
automated tests on [travis] required pass required pass required pass

Magento Community Edition officially supports PHP 5.4 and PHP 5.5.

Non-official compatibility to PHP 5.6 may be reached by following the tips on Use of iconv.internal_encoding is deprecated. Non-official compatibility to PHP 7.0 may be reached by using Inchoo_PHP7.

Installation

Use modman to install:

modman init
modman clone https://github.com/ffuenf/Ffuenf_Common
modman clone https://github.com/ffuenf/Ffuenf_ExtendedOrderGrid

Deinstallation

An additional module called Ffuenf_MageTrashApp has been installed to help you to uninstall this extension in a clean way. If it is not yet installed, please install it from Ffuenf_MageTrashApp If it is installed, go to your backend menu System > Configuration > Advanced > MageTrashApp, then click on the tab "Extension Installed", select the drop down option "Uninstall" of this extension and press "Save Config" button to uninstall If you use this extension, you don't need to make any queries in your database as explained below in case of manually uninstallation.

via modman

Use modman to clear all files and symlinks:

modman clean Ffuenf_CheckoutHideShipping

see sql/ffuenf_econda_setup/uninstall.sql to clear all entries of this extension from your database.

Development

  1. Fork the repository from GitHub.

  2. Clone your fork to your local machine:

     $ git clone https://github.com/USER/Ffuenf_ExtendedOrderGrid
    
  3. Create a git branch

     $ git checkout -b my_bug_fix
    
  4. Make your changes/patches/fixes, committing appropriately

  5. Push your changes to GitHub

  6. Open a Pull Request

License and Author

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

[magento] extension that allows adding columns to the Magento orders grid using layout handles.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published