magegadgets/m2-currency-symbol-position
Composer 安装命令:
composer require magegadgets/m2-currency-symbol-position
包简介
Magento 2 change the currency symbol position from left to right or from right to left
关键字:
README 文档
README
When you work for a project, you are required to move the currency symbol from left to right or from right to left, you don't know how to complete this task, you are searching for a solution. This extension is the best to complete your task.
How to install this extension?
Under your root folder, run the following command lines:
- composer require magegadgets/m2-currency-symbol-position
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy -f
- php bin/magento cache:flush
Manually
-
Go to your Magento root folder:
cd <magento_root> -
Copy extension files to app/code/Magegadgets/CurrencySymbolPosition folder:
git clone https://github.com/magegadgets/m2-currency-symbol-position.git app/code/Magegadgets/CurrencySymbolPositionNOTE: alternatively, you can manually create the folder and copy the extension files there.
-
Run setup commands:
php bin/magento setup:upgrade; php bin/magento setup:di:compile; php bin/magento setup:static-content:deploy -f; php bin/magento cache:flush;
How to see the results
- Go to the backend
On the Magento Admin Panel, you navigate to the Stores → Currency → Currency Symbol Position
- Go to the storefront
Check the product price.
Other Extensions
You can find more useful extensions for Magento 2 by visiting Magegadgets Official Website ```
统计信息
- 总下载量: 106
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2021-07-16