exoziyang / module-claraconfigurator
N/A
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:magento2-module
Requires
- php: 7.0.2|7.0.4|~7.0.6|~7.1.0
This package is not auto-updated.
Last update: 2025-06-22 09:10:21 UTC
README
How to use
Copy files to
__/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.
-
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).
-
Create a bundle product with a yes/no attribute "threekit", and set it to yes.
-
To make the volume price work, add an option in bundle product named "Volume_Price" and add two options "Leather_Price" and "Fabric_Price"