Skip to content

magento man

Anyone have experience with setrahost or mzhost

Hello. I wonder if anyone here got experience with setrahost or mzhost. If that is the case, I would appreciate it if you tell me your own e… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1934819&goto=newpost

Magento 2.4.6 Custom API end point add to users basket Invalid state change requested

I have created a custom API endpoint for adding products to a specific customers cart. When running it through postman I get this error: Invalid state change requested This is my code: declare(strict_types=1); namespace SulmanTransferBasketModel; use MagentoCatalogModelProductFactory; use MagentoCustomerModelSession; use… Read More »Magento 2.4.6 Custom API end point add to users basket Invalid state change requested

Issue Creating Invoice via Magento REST API: %fieldName% is not supported Error

I’m trying to create an invoice using the Magento REST API (/rest/default/V1/order/{orderId}/invoice) and I’m getting the following error: “message”: “”%fieldName” is not supported. Correct the field name and try again.”, “parameters”: { “fieldName”: “AdditionalData” } Here’s the payload I’m sending:… Read More »Issue Creating Invoice via Magento REST API: %fieldName% is not supported Error

Recommendation for cheap web hosts

Hello. I am looking for recommendations for cheap web hosts that support php. Something you guys actually tried. It would be really awesome … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1934756&goto=newpost

Issue with custom category attribute and category_form.xml layout. Data is not retrieved from database

Field that retrieves the data, but there is no label and the issue with width <field name=”custom_category_footer_description”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”class” xsi:type=”string”>MagentoCatalogUiComponentCategoryFormElementWysiwyg </item> <item name=”formElement” xsi:type=”string”>wysiwyg</item> <item name=”label” xsi:type=”string” translate=”true”>Custom Category Footer Description</item> <item name=”wysiwyg” xsi:type=”boolean”>true</item>… Read More »Issue with custom category attribute and category_form.xml layout. Data is not retrieved from database