Skip to content

Magento1. Rounding Price to Prettier Value for Multi-Currency Stores.

License

OSL-3.0, Unknown licenses found

Licenses found

OSL-3.0
LICENSE.txt
Unknown
COPYING.txt
Notifications You must be signed in to change notification settings

karliuka/m1.Price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento Rounding Price

Rounding Price to Prettier Value for Multi-Currency Stores.

Compatibility

Magento CE(EE) 1.6.x, 1.7.x, 1.8.x, 1.9.x

OpenMage LTS 19.x

Price from Magento2

Install via Composer

  1. Go to installation folder

  2. Enter following commands to install module:

    composer require faonni/magento-price

    Wait while dependencies are updated.

Manual Installation

  1. Download the corresponding latest version

  2. Copy the unzip content to the {Magento root} folder

Usage

Configuration

System -> Configuration -> General -> Currency Setup -> Price Options

Magento2 Rounding Price

Frontend

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

Uninstall

Pleace, create backup so you can recover the data at a later time.

Uninstall via Composer

  1. Go to installation folder

  2. Enter following commands to remove:

    composer remove faonni/magento-price

Manual Uninstall

  1. Remove the folder {Magento root}/app/code/community/Faonni/Price
  2. Remove the folder {Magento root}/app/design/frontend/base/default/template/faonni/price
  3. Remove the file {Magento root}/app/design/frontend/base/default/layout/faonni/price.xml
  4. Remove the file {Magento root}/app/design/adminhtml/default/default/layout/faonni/price.xml
  5. Remove the file {Magento root}/app/etc/modules/Faonni_Price.xml
  6. Remove the file {Magento root}/app/locale/en_US/Faonni_Price.csv