ExamGecko
Question list
Search
Search

Question 15 - AD0-E717 discussion

Report
Export

A merchant has noticed an error in the checkout. The accessed URL is /checkout.

Where can the developer find the responsible controller in the Magento.Checkout module?

A.
Controller/lndex/lndex.php
Answers
A.
Controller/lndex/lndex.php
B.
Controller/lndex/Checkout.php
Answers
B.
Controller/lndex/Checkout.php
C.
Controller/Checkout/lndex.php
Answers
C.
Controller/Checkout/lndex.php
Suggested answer: C

Explanation:

The controller responsible for handling the /checkout URL is located in Controller/Checkout/Index.php in the Magento.Checkout module1.This controller extends from \Magento\Checkout\Controller\Index\Index, which implements the execute() method that renders the checkout page1.

asked 02/10/2024
Khaled Fouad
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first