Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreichel/magento-stackexchange_requiredtelephone
This extension telephone from required checkout attributes.
https://github.com/sreichel/magento-stackexchange_requiredtelephone
checkout magento-1 openmage openmage-module telephone
Last synced: about 22 hours ago
JSON representation
This extension telephone from required checkout attributes.
- Host: GitHub
- URL: https://github.com/sreichel/magento-stackexchange_requiredtelephone
- Owner: sreichel
- License: osl-3.0
- Created: 2018-05-14T07:01:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T21:13:43.000Z (about 6 years ago)
- Last Synced: 2024-12-12T00:47:28.773Z (about 2 months ago)
- Topics: checkout, magento-1, openmage, openmage-module, telephone
- Language: PHP
- Homepage: https://magento.stackexchange.com/questions/9740/up-to-date-guide-to-remove-telephone-required-field-from-checkout
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Un-Require telephone in checkout Magento 1 Extension
This extension telephone from required checkout attributes.
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5d726e20c1c84c3d8524f58974bcfd59)](https://www.codacy.com/app/sreichel/magento-StackExchange_RequiredTelephone?utm_source=github.com&utm_medium=referral&utm_content=sreichel/magento-StackExchange_RequiredTelephone&utm_campaign=Badge_Grade)
[![Maintainability](https://api.codeclimate.com/v1/badges/cdf553a95cd88adc6fa3/maintainability)](https://codeclimate.com/github/sreichel/magento-StackExchange_RequiredTelephone/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/cdf553a95cd88adc6fa3/test_coverage)](https://codeclimate.com/github/sreichel/magento-StackExchange_RequiredTelephone/test_coverage)## Facts
- version: 1.0.0
- extension key: StackExchange_RequiredTelephone
- [extension on GitHub](https://github.com/sreichel/magento-StackExchange_RequiredTelephone)### Description
[up to date guide to remove telephone required field from checkout](https://magento.stackexchange.com/questions/9740/up-to-date-guide-to-remove-telephone-required-field-from-checkout)
> Please could some one post a guide on the removal of 'required' telephone field in checkout based on the magento layout Version 1.8.0.0, the majority of current googled resources are out of date and no longer work. This would seem the perfect place to keep an updated how-to / guide.
>
>It would be helpful if some one could confirm the working solution by downloading Magento 1.8.0.0 and providing proof of it's removal, these code snippets are sometimes helpful, but we have yet to find a working solution in an easy to read / documented fashion.### Requirements
- PHP >= 5.4.0### Compatibility
- Magento >= 1.9#### Installation Instructions
- via modman
```
modman clone https://github.com/sreichel/magento-StackExchange_RequiredTelephone.git
```
- via composer
```
composer require mse-sv3n/m1-required-telephone
```#### Uninstallation
- via modman
```
modman remove magento-stackexchange-requiredtelephone.
```
- via composer
```
composer remove mse-sv3n/m1-required-telephone
```### Support
If you have any issues with this extension, open an issue on [GitHub](https://github.com/sreichel/magento-StackExchange_RequiredTelephone/issues).### Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).### License
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)