mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
19 lines
531 B
YAML
19 lines
531 B
YAML
Sylius\Component\Core\Model\Product:
|
|
product_cap:
|
|
code: 'CAP'
|
|
channels: ['@channel_web']
|
|
currentLocale: 'en_US'
|
|
|
|
Sylius\Component\Core\Model\ProductVariant:
|
|
product_variant_cap_blue:
|
|
code: 'CAP_BLUE'
|
|
product: '@product_cap'
|
|
currentLocale: 'en_US'
|
|
channelPricings:
|
|
WEB: '@channel_pricing_cap_blue_web'
|
|
|
|
Sylius\Component\Core\Model\ChannelPricing:
|
|
channel_pricing_cap_blue_web:
|
|
channelCode: 'WEB'
|
|
price: 2000
|
|
originalPrice: 3000
|