Skip to content

javascript

Auto Added by WPeMatico

Magento 2 – how to add methods to a javascript file by using mixins?

I am using the extension amasty/single-step-checkout. They are using this mixin… vendoramastymodule-single-step-checkoutviewfrontendwebjsviewshipping-mixin.js (A) …to extend this magento core javascript: vendormagentomodule-checkoutviewfrontendwebjsviewshipping.js (B) I try to extend the mixin (A) to add a few extra methods, otherwise I would have to override… Read More »Magento 2 – how to add methods to a javascript file by using mixins?