Skip to content

magento2.4

Auto Added by WPeMatico

Magento 2.4.6: $_isFixed must not be defined error in custom shipping module

I have coded a custom shipping module for Magento 2.4.6 according to Adobe’s documentation here: https://developer.adobe.com/commerce/php/tutorials/frontend/custom-checkout/add-shipping-carrier/ I am receiving the following error upon running a static content deployment: Fatal error: Type of MyModulesCustomShipping1ModelCarrierCustomshipping::$_isFixed must not be defined (as in class… Read More »Magento 2.4.6: $_isFixed must not be defined error in custom shipping module

Can anyone please help me to solve the magento 2.4.6 Add Custom Order Attribute To Order API

I have tried to insert additional order attribute through API /rest/V1/orders I have already created module to insert additional attribute ref taken from https://www.ulmod.com/blog/add-custom-order-attribute-to-magento-2-order-api/ but still the additional data not inserting . here is my request payload { “entity”: {… Read More »Can anyone please help me to solve the magento 2.4.6 Add Custom Order Attribute To Order API