exoziyang / module-claraconfigurator
无
dev-master
2017-11-15 03:49 UTC
Requires
- php: 7.0.2|7.0.4|~7.0.6|~7.1.0
This package is not auto-updated.
Last update: 2024-09-29 05:08:00 UTC
README
如何使用
复制文件到
__/magento2/app/code/Exocortex
在Magento中的设置
-
体积价格可以轻松超过10000,这是Magento的默认限制。将 Stores->Configuration->Catalog->Inventory->Product Stock Options->Shopping Cart中允许的最大数量设置为100000。
-
捆绑产品可能有很多选项。在提交表单时,默认的php max_input_vars是1000。在__Magento/或您的php.ini中添加或替换.user.ini,并使用更大的值(推荐3000)。
-
创建一个具有是/否属性“threekit”的捆绑产品,并将其设置为“是”。
-
要使体积价格生效,请为捆绑产品添加一个名为“Volume_Price”的选项,并添加两个选项“Leather_Price”和“Fabric_Price”。