Posted by: Pdfprep
Post Date: May 1, 2021
A merchant asks you to create a module that is able to process URLs with a custom structure that can contain any combination of a product type code, a partial name, and a 4-digit year in any order. The request path will look like this: /product/:type-code/:name-part/:year.
Which layer in the Magento request processing flow is suited for this kind of customization?
A . Front controller
B . Router
C . Action controller
D . HTTP Response
Answer: B
Leave a Reply