项目作者: karliuka

项目描述 :
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
高级语言: PHP
项目地址: git://github.com/karliuka/m2.Price.git
创建时间: 2016-11-16T08:34:34Z
项目社区:https://github.com/karliuka/m2.Price

开源协议:Other

下载


Magento2 Rounding Price

Total Downloads
Latest Stable Version

Rounding Price to Prettier Value for Multi-Currency Stores.

Compatibility

Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x

Base prices - US Dollar

Magento2 Rounding Price

Store prices - Euro

Magento2 Rounding Price

Store rounding prices - Round fractions down, precision is 0

Magento2 Rounding Price

Store rounding prices - Round fractions down, precision is -1

Magento2 Rounding Price

Store rounding prices - Round fractions down, precision is -1 and enabled Subtract Amount

Magento2 Rounding Price

Store rounding prices - Round fractions down, precision is -1 and enabled Subtract Amount(negative)

Magento2 Rounding Price

Configuration

Magento2 Rounding Price

The idea of adding a rounding algorithm ‘Swedish rounding’ is suggested by ScIT-Raphael.

Install with Composer as you go

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    For Magento CE (EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x

    1. composer require faonni/module-price:2.0.*

    For Magento CE (EE) 2.4.x

    1. composer require faonni/module-price:2.4.*

    Wait while dependencies are updated.

  3. Enter following commands to enable module:

    1. php bin/magento setup:upgrade
    2. php bin/magento setup:static-content:deploy