magento2-module module-claraconfigurator
N/A
exoziyang/module-claraconfigurator
N/A
- Wednesday, November 15, 2017
- by Ziyang2go
- Repository
- 1 Watchers
- 0 Stars
- 3 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
ClaraConfigurator
How to use
Copy files to, (*1)
__/magento2/app/code/Exocortex
Setups in Magento
-
Volume price can easily go larger than 10000, which is the default limit of Magento. Set Stores->Configuration->Catalog->Inventory->Product Stock Options->Maximum Qty Allowed in Shopping Cart to 100000., (*2)
-
Bundle product could have a lot of options. When submit form, the default php max_input_vars is 1000. Add or replace .user.ini under __Magento/ or your php.ini with a larger value (recommend 3000)., (*3)
-
Create a bundle product with a yes/no attribute "threekit", and set it to yes., (*4)
-
To make the volume price work, add an option in bundle product named "Volume_Price" and add two options "Leather_Price" and "Fabric_Price", (*5)
dev-master
9999999-dev
N/A
Sources
Download
OSL-3.0
AFL-3.0
The Requires
-
php 7.0.2|7.0.4|~7.0.6|~7.1.0