Product options

Good evening everybody!
I’m new to commerce - please can you explain how to add custom fields(options) to a product?
Thank you!

Hi Alexey,

What kind of options are you looking to add?

There are a couple of Commerce modules that should hopefully cover what you’re after:

  • ItemData: Item Data - modmore documentation
    This one lets you add extra fields/values to the product when it’s added to cart. For example the customer could add some delivery instructions as a comment, or you could include the URL to the product page it was add from.
  • ItemOptions: Item Options - modmore documentation
    ItemOptions allows you to add options (which are effectively other products) to the order when adding to cart. This can adjust the order price depending on the options selected by the customer. Check out the link for some usage examples.