Product Options feature overview

Edit on GitHub

The Product Options feature allows a Back Office user to create and assign product options to abstract products. Product options are product additions that a customer can select on the product detail page before adding the product to the cart. For example, the product options can be gift wrappings for products, insurance, warranty, etc. Product options do not have stock, but a SKU linked to product abstracts. Thus, you cannot purchase them without buying a corresponding product.

Each product option is defined by:

  • product option group name
  • tax set assigned on the product option group
  • option value
  • translation

Product option group holds all available options, or option values that buyers select. For example, you can have the “Warranty” product option group and create “1-year warranty” and “2-year warranty” values for it.

With the feature in the Back Office, you can create, update, activate or deactivate, and view all product options available in the system, define a price for product options and select products to which they will be added.

In the Storefront, customers can select and add options to products on the product detail page.

Product Options in the Back Office

In the Back Office, you can perform the following actions on product options:

  • create a product option
  • update, view or activate/deactivate product options
  • create multiple option values in one option group
  • specify gross and net prices for options values
  • assign product option groups to products
  • activate product options to make them visible in the Storefront

See Creating a Product Option and Managing Product Options to learn more about how to work with product options in the Back Office.

image

Each product option group may contain as many product options as you need. For example, you can offer insurance services (product option group) for the product with several product options:

  • One-year coverage insurance $100
  • Two-yer coverage insurance $150
  • Three-year coverage insurance $200 etc.

Product Options on the Storefront

On the product detail page, the new product option group (1) will be displayed as a drop-down list with the option values (2).

image

Current constraints

Currently, the feature has the following functional constraints which are going to be resolved in the future.

  • Product options are available in all the stores where the corresponding concrete product is available
  • Unlike cart, shopping list does not support product options
  • If you add a product with an option to shopping list, the product option gets discarded
  • You cannot define product option prices in a per-merchant manner
  • If you create a product option, the price will be the same for all merchants
  • Unlike other prices in Spryker, product option price is not bound to any of the available price types (DEFAULT or ORIGINAL)
BACK OFFICE USER GUIDES
Create a product option
Manage product options
Developer guides

Are you a developer? See Product Options feature walkthrough for developers.