Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreichel/magento-stackexchange_4digitprice
Change price precion from 2 to 4 digits.
https://github.com/sreichel/magento-stackexchange_4digitprice
magento-1 openmage openmage-module
Last synced: 6 days ago
JSON representation
Change price precion from 2 to 4 digits.
- Host: GitHub
- URL: https://github.com/sreichel/magento-stackexchange_4digitprice
- Owner: sreichel
- License: osl-3.0
- Created: 2019-05-26T19:44:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T05:01:38.000Z (over 4 years ago)
- Last Synced: 2024-12-12T00:47:26.105Z (2 months ago)
- Topics: magento-1, openmage, openmage-module
- Language: PHP
- Homepage: https://magento.stackexchange.com/questions/269232/magento-1-9-tier-discount-precision/270713#270713
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento 1 Extension: 4-Digit-Price
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/10a1f174e98042d69beaf081f9ad1d55)](https://www.codacy.com/app/sreichel/magento-StackExchange_4DigitPrice?utm_source=github.com&utm_medium=referral&utm_content=sreichel/magento-StackExchange_4DigitPrice&utm_campaign=Badge_Grade)
[![Maintainability](https://api.codeclimate.com/v1/badges/e8299a0c713e94a32036/maintainability)](https://codeclimate.com/github/sreichel/magento-StackExchange_4DigitPrice/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/e8299a0c713e94a32036/test_coverage)](https://codeclimate.com/github/sreichel/magento-StackExchange_4DigitPrice/test_coverage)
[![Support](https://img.shields.io/badge/paypal-donate-lightblue.svg?logo=paypal)](https://www.paypal.me/sv3n1)## Facts
- [extension at github.com](https://github.com/sreichel/magento-StackExchange_4DigitPrice)
- [extension at packagist.org](https://packagist.org/packages/mse-sv3n/m1-4-digit-price)### Description
Change price precion from 2 to 4 digits.
### Requirements
- PHP >= 7.1.0### Compatibility
- Magento >= 1.5#### Installation
- via modman
```
modman clone https://github.com/sreichel/magento-StackExchange_4DigitPrice.git
```
- via composer (recommended)
```
composer require mse-sv3n/m1-4-digit-price
```__Note:__ If your PHP is below v7.1, you have to use version 1.x
```
composer require mse-sv3n/m1-4-digit-price:^1.0
```#### Uninstallation
- via modman
```
modman remove magento-stackexchange-4digitprice
```
- via composer
```
composer remove mse-sv3n/m1-4-digit-price
```### Support
If you have any issues with this extension, open an issue on [GitHub](https://github.com/sreichel/magento-StackExchange_4DigitPrice/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)