faonni/module-price

为多货币店铺将价格四舍五入到更美观的值。

安装数量: 91,124

依赖关系: 0

建议者: 0

安全性: 0

星标: 65

关注者: 6

分支: 16

开放性问题: 10

类型:magento2-module

2.4.3 2021-09-09 18:06 UTC

This package is auto-updated.

Last update: 2024-09-10 00:15:53 UTC


README

Total Downloads Latest Stable Version

为多货币店铺将价格四舍五入到更美观的值。

兼容性

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

基础价格 - 美元

Magento2 Rounding Price

店铺价格 - 欧元

Magento2 Rounding Price

店铺四舍五入价格 - 向下取整,精度为 0

Magento2 Rounding Price

店铺四舍五入价格 - 向下取整,精度为 -1

Magento2 Rounding Price

店铺四舍五入价格 - 向下取整,精度为 -1 并启用减去金额

Magento2 Rounding Price

店铺四舍五入价格 - 向下取整,精度为 -1 并启用减去金额(负数)

Magento2 Rounding Price

配置

Magento2 Rounding Price

添加四舍五入算法“瑞典四舍五入”的想法是由 ScIT-Raphael 提出的。

使用 Composer 随时安装

  1. 转到 Magento2 根目录

  2. 输入以下命令以安装模块

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

    composer require faonni/module-price:2.0.*

    对于 Magento CE (EE) 2.4.x

    composer require faonni/module-price:2.4.*

    等待依赖项更新。

  3. 输入以下命令以启用模块

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