nerdexam
Magento

M70-101 · Question #36

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 are

How the community answered

(47 responses)
  • A
    9% (4)
  • B
    6% (3)
  • C
    83% (39)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full M70-101 Practice