Magento
M70-201 · Question #51
Assume you added a product with custom options to the shopping cart. Where will the data for the custom options be stored persistently?
The correct answer is C. in a separate table, sales_flat_quote_item_option. See the full explanation below for the reasoning.
Question
Assume you added a product with custom options to the shopping cart. Where will the data for the custom options be stored persistently?
Options
- Ain the sales_flat_quote table, as a serialized string in a text field
- Bin the session, as a serialized array
- Cin a separate table, sales_flat_quote_item_option
- DMagento doesn't store persistent data about custom options; only the new price and new SKU
How the community answered
(29 responses)- A3% (1)
- B14% (4)
- C79% (23)
- D3% (1)
Community Discussion
No community discussion yet for this question.