Skip to content

checkout

Auto Added by WPeMatico

show custom price related attribute show on the MiniCart and the checkout

This is my Product attribute <?php namespace VendorModuleSetupPatchData; use MagentoCatalogModelProduct; use MagentoEavModelEntityAttributeScopedAttributeInterface; use MagentoEavSetupEavSetup; use MagentoEavSetupEavSetupFactory; use MagentoFrameworkSetupInstallDataInterface; use MagentoFrameworkSetupModuleContextInterface; use MagentoFrameworkSetupModuleDataSetupInterface; use MagentoFrameworkSetupPatchDataPatchInterface; class CustomAttribute implements DataPatchInterface { /** * ModuleDataSetupInterface * * @var ModuleDataSetupInterface */ private ModuleDataSetupInterface $moduleDataSetup;… Read More »show custom price related attribute show on the MiniCart and the checkout

How to update checkout input field id

Is it possible to update the checkout input field Id to use a constant text, eg: addressLine1, addressLine2 and etc. Currently is showing as unique number and is different each time the browser is refreshed. Thanks

Failed to load the “Vendor_ModuleName/payment/mypay-form” template requested by “checkout.steps.billing-step.payment.payments-list.mypay”

Magento 2.4.6-p2 When trying to add my custom payment I’ve got an error in console when going to checkout/#payment page. Something like that: [ERROR] Failed to load the “Alex_Mypay/payment/mypay-form” template requested by “checkout.steps.billing-step.payment.payments-list.mypay” Does anybody know where this bug is… Read More »Failed to load the “Vendor_ModuleName/payment/mypay-form” template requested by “checkout.steps.billing-step.payment.payments-list.mypay”