Skip to content

Magento 2 mixin file not calling for this target file “Magento_ConfigurableProduct/js/configurable” why?

I am planning to write a mixin for configurable product varient selection stock and qty update in pdp. This is my requirejs-config.js file:app/code/Vendor/Module/view/frontend/requirejs-config.js with this code: var config = { config: { mixins: { ‘Magento_ConfigurableProduct/js/configurable’: { ‘Vendor_Module/js/configurable-item-mixin’: true, }, },… Read More »Magento 2 mixin file not calling for this target file “Magento_ConfigurableProduct/js/configurable” why?

Error Exception

ErrorException Required parameter $aid follows optional parameter $id https://anfords.com/admin/view-products How to resolve this error