Question 61

An Adobe Commerce Developer is tasked with creating a custom form which submits its data to a (rontend controller. They have decided to create an action and have implemented the\magnto\Framework\App\Action|HttpPostInterface class, but are not seeing the data being persisted in the database, and an error message is being shown on the frontend after submission.
After debugging and ensuring that The data persistence logic is correct, what may be cause and solution to this?
  • Question 62

    An Adobe Commerce developer is tasked with adding custom data to orders fetched from the API While keeping best practices in mind, how would the developer achieve this?
  • Question 63

    You are customizing the display of product details page. On this page ur customer need to change the url in which the product category name will be appear as http://mystore.com/women/tops-women/helena-hooded-fleece.html, Keeping ,maintainability in mind, How to get product url with category?
  • Question 64

    You added a new constructor argument to an existing action controller class.
    When you reload the page you get a PHP error that the wrong argument is passed to the class.
    How do you fix this?
  • Question 65

    During a code review of a module MyCompany_PaymentCurrencies you see a configuration field declared in the file etc/adminhtml/system.xml:

    What is the consequence of the attribute showInStore being set to 0?