Skip to content

magento man

Copy page builder layout

Can someone help me how to copy layouts of page builder(i. e html content) from one page to another in enterprise edition magento2. 3, is there a way to do

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?

Authorization issue

<response> <message>The consumer isn’t authorized to access %resources./message> <parameters> <resources>Magento_Customer::customer</resources> </parameters> </response> I am getting this issue when trying to fetch the customers from magento2.3.why.how to solve