Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.65 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.65 KB

Magento2 Rounding Price

Rounding Price to Prettier Value for Multi-Currency Stores.

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

## Install with Composer as you go
  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    composer require faonni/module-price

    Wait while dependencies are updated.

  3. Enter following commands to enable module:

    php bin/magento setup:upgrade
    php bin/magento setup:static-content:deploy