You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose adding a second (optional) argument to magepack generate:
--product-add-to-cart-url
The purpose of this argument would be to allow a developer to specify a simple product to add to the cart, while specifying a more complex product (Bundle, Configurable, Simple with custom options, etc) to be used for generating the bundle-product.js file.
The reason I'm asking for this is because I have a Magento site that use MageWorx Advanced Product Options on configurable products, and if I pass a configurable product to the --product-url argument, I run into errors. If I run magepack generate using a simple product, then when I load the configurable product, I see dozens of additional JS files getting loaded since they are not getting include in the bundle-product.js file.
The text was updated successfully, but these errors were encountered:
I propose adding a second (optional) argument to
magepack generate
:The purpose of this argument would be to allow a developer to specify a simple product to add to the cart, while specifying a more complex product (Bundle, Configurable, Simple with custom options, etc) to be used for generating the
bundle-product.js
file.The reason I'm asking for this is because I have a Magento site that use MageWorx Advanced Product Options on configurable products, and if I pass a configurable product to the
--product-url
argument, I run into errors. If I runmagepack generate
using a simple product, then when I load the configurable product, I see dozens of additional JS files getting loaded since they are not getting include in thebundle-product.js
file.The text was updated successfully, but these errors were encountered: