Shopware 5.7.14 s_article_configurator_price_variations
Price surcharges/discounts per variant option combination (e.g. +5€ for size XL).
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| configurator_set_id | int(10) unsigned | NO | Index |
| variation | decimal(10,3) | NO | |
| options | text | YES | |
| is_gross | int(1) | YES | Default: 0 |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| configurator_set_id | configurator_set_id | No |
| PRIMARY | id | Yes |
