Magento Certified Solution Specialist — Question 3
The final price for the product on the product view page is__________.
Answer options
- A. taken from the catalog_product_index_price table
- B. taken from the catalog_product_index_price_idx table
- C. taken from the catalog_product_index_price_f inal_idx table
- D. calculated on-the-fly on php-level
- E. pre-calculated in the products price attribute
Correct answer: D
Explanation
The final price shown on the product view page is computed dynamically at the PHP level, which allows for real-time adjustments based on various factors such as promotions or user-specific pricing. The other options refer to database tables or attributes that do not represent the method of displaying the final price directly on the page.