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

dev-master 2017-11-15 03:49 UTC

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

  1. 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"