Magento
I have to add Date of Birth as a seprate dorpdown DD MM YYYY formate in customer account create form and my account section. I have implement dob.phtml and dob-validation-dropdown.js but not saving data, when submit create account form getting error. Error: ValueError: bcsub(): Argument #1 ($num1) is not well-formed […]
As a junior developer, I wanted to add up to my skill and try to learn the Commerce platform Magento. Should I start learning from magento 1 ? before I get to porceed for Magento 2 ? Is Magento 1 still industry used ?
The query is the following. I want to update this field in magento, but only accept or replace the new values to be entered with the values that already exist, doing it massively using a template, but when doing so, it only adds the new values, it does not delete […]
what would be the end point for get an order details by order id? I have access to all API requests. Also which key should I use? Thank you!
I am getting the error below trying to get all orders using get(‘rest/V1/orders?searchCriteria’); I am using Access Token and my integration has access to ALL API. { "messages": { "error": [ { "code": 500, "message": "Server internal error. See details in report api/279047400427" } ] } }
I upgraded the website from magento 2.3.6-p1 to magento 2.4.5-p1 , got the following error, when running PHP unite test for my custom module. Error: Call to undefined method ABCProductTestUnitViewModelProductGridVariationsFinderTest::assertInternalType() Error: Call to undefined method ABCProductTestUnitPluginSearchAddSearchTermToCategoryPageTest::assertArraySubset() Please provide the solution