ExamGecko
Question list
Search
Search

Question 36 - AD0-E717 discussion

Report
Export

The value of a product attribute in the Adobe Commerce system needs to have a different format before it is displayed. Which attribute model class is responsible for this?

A.
Frontend
Answers
A.
Frontend
B.
Backend
Answers
B.
Backend
C.
Source
Answers
C.
Source
Suggested answer: A

Explanation:

The frontend attribute model class is responsible for formatting the value of a product attribute before it is displayed on the storefront. This class can implement methods such as getValue, getLabel, getInputType, and getOptionText to modify the attribute value.

The backend attribute model class is responsible for saving and loading the attribute value to and from the database. The source attribute model class is responsible for providing the list of options for an attribute.

Verified

Reference: [Adobe Commerce Developer Guide - Attribute models]

asked 02/10/2024
Mark Lalangan
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first