bhavin/module-calculator
Composer 安装命令:
composer require bhavin/module-calculator
包简介
Integrates Magento with the custom price calculator based on user input on product view page.
README 文档
README
Magento 2 module for product price calculation by height and width entered by customer
How to install & upgrade Bhavin_Calculator
1. Install via composer (recommend)
We recommend you to install Bhavin_Calculator module via composer. It is easy to install, update and maintaince.
Run the following command in Magento 2 root folder.
1.1 Install
composer require bhavin/module-calculator
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 Upgrade
composer update bhavin/module-calculator
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run compile if your store in Product mode:
php bin/magento setup:di:compile
2. Copy and paste
If you don't want to install via composer, you can use this way.
- Download the latest version here
- Extract
master.zipfile toapp/code/Bhavin/Calculator; You should create a folder pathapp/code/Bhavin/Calculatorif not exist. - Go to Magento 2 root folder and run upgrade command in command line to install
Bhavin_Calculator:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Warning :
- This package is not installable via Composer 1.x
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2021-05-19