Merge branch '2.0' into 2.0-docs
* 2.0: [CS][DX] Refactor Change homepage banner [Fixtures] Add woman's jeans [Fixtures] Add men's jeans [Fixtures] Add caps [Fixtures] Add men's t-shirts [Fixtures] Add women's t-shirts [Fixtures] Add dresses Change application's version to v2.0.0-DEV Generate changelog for v2.0.0-RC.1 Change application's version to v2.0.0-RC.1
|
|
@ -1,5 +1,66 @@
|
||||||
# CHANGELOG FOR `2.0.X`
|
# CHANGELOG FOR `2.0.X`
|
||||||
|
|
||||||
|
## v2.0.0-RC.1 (2024-11-07)
|
||||||
|
|
||||||
|
#### Details
|
||||||
|
|
||||||
|
- [#17379](https://github.com/Sylius/Sylius/issues/17379) [ShopBundle] Add sylius.cart_clear event ([@Wojdylak](https://github.com/Wojdylak))
|
||||||
|
- [#17388](https://github.com/Sylius/Sylius/issues/17388) [Admin] Remove unused NotificationWidgetExtension ([@GSadee](https://github.com/GSadee))
|
||||||
|
- [#17389](https://github.com/Sylius/Sylius/issues/17389) Remove note about sylius_admin.twig.extension.notification_widget from UPGRADE file ([@GSadee](https://github.com/GSadee))
|
||||||
|
- [#17385](https://github.com/Sylius/Sylius/issues/17385) [CS][DX] Refactor
|
||||||
|
- [#17370](https://github.com/Sylius/Sylius/issues/17370) [PaymentBundle] Use a single encryption method ([@Wojdylak](https://github.com/Wojdylak))
|
||||||
|
- [#17376](https://github.com/Sylius/Sylius/issues/17376) [Maintenance] Change svg fixture image to jpg ([@mpysiak](https://github.com/mpysiak))
|
||||||
|
- [#17390](https://github.com/Sylius/Sylius/issues/17390) [Admin] Deprecate NotificationWidgetExtension ([@GSadee](https://github.com/GSadee))
|
||||||
|
- [#17368](https://github.com/Sylius/Sylius/issues/17368) [Shop] Reorganize Twig hooks on order thank you page ([@loic425](https://github.com/loic425))
|
||||||
|
- [#17393](https://github.com/Sylius/Sylius/issues/17393) [Shop] Reorganize Twig hooks on product index page ([@loic425](https://github.com/loic425))
|
||||||
|
- [#17397](https://github.com/Sylius/Sylius/issues/17397) [Admin] Improve Twig hooks to customize logos ([@loic425](https://github.com/loic425))
|
||||||
|
- [#17396](https://github.com/Sylius/Sylius/issues/17396) [Shop] Reorganize Twig hooks on product review create page ([@loic425](https://github.com/loic425))
|
||||||
|
- [#17392](https://github.com/Sylius/Sylius/issues/17392) [Behat] Dehardcode the use of entities ([@GSadee](https://github.com/GSadee))
|
||||||
|
- [#17401](https://github.com/Sylius/Sylius/issues/17401) [Documentation] Fix 2.0-dev installation instruction tip ([@GSadee](https://github.com/GSadee))
|
||||||
|
- [#17382](https://github.com/Sylius/Sylius/issues/17382) [UI] Fix payments and shipments table ([@kulczy](https://github.com/kulczy))
|
||||||
|
- [#17381](https://github.com/Sylius/Sylius/issues/17381) Implement twig hooks for taxon menu, fix styles ([@bartek-sek](https://github.com/bartek-sek))
|
||||||
|
- [#17383](https://github.com/Sylius/Sylius/issues/17383) Fix archive button ([@bartek-sek](https://github.com/bartek-sek))
|
||||||
|
- [#17289](https://github.com/Sylius/Sylius/issues/17289) Add breadcrumbs to product reviews ([@bartek-sek](https://github.com/bartek-sek))
|
||||||
|
- [#17404](https://github.com/Sylius/Sylius/issues/17404) [CS][DX] Refactor
|
||||||
|
- [#17405](https://github.com/Sylius/Sylius/issues/17405) [PaymentRequest] Mark Sensitive Fields And Ignore Encryption Key From Version Control ([@Rafikooo](https://github.com/Rafikooo))
|
||||||
|
- [#17394](https://github.com/Sylius/Sylius/issues/17394) [Shop] Reorganize Twig hooks on product show page ([@loic425](https://github.com/loic425))
|
||||||
|
- [#17395](https://github.com/Sylius/Sylius/issues/17395) [Shop] Reorganize Twig hooks on product review index page ([@loic425](https://github.com/loic425))
|
||||||
|
- [#17407](https://github.com/Sylius/Sylius/issues/17407) [Docs] Prepare directory for new 2.0 docs on Gitbook ([@CoderMaggie](https://github.com/CoderMaggie))
|
||||||
|
- [#17402](https://github.com/Sylius/Sylius/issues/17402) Mention the removed classes and routes in upgrade file ([@TheMilek](https://github.com/TheMilek))
|
||||||
|
- [#17391](https://github.com/Sylius/Sylius/issues/17391) [API] Mention resource configuration changes in upgrade file ([@TheMilek](https://github.com/TheMilek))
|
||||||
|
- [#17364](https://github.com/Sylius/Sylius/issues/17364) [Shop] Reorganize Twig hooks on cart index page ([@loic425](https://github.com/loic425))
|
||||||
|
- [#17408](https://github.com/Sylius/Sylius/issues/17408) [API] Use model class parameter instead of hardcoded class for ShippingMethodRule resource ([@GSadee](https://github.com/GSadee))
|
||||||
|
- [#17409](https://github.com/Sylius/Sylius/issues/17409) [CI] Add 2.0-docs branch to upmerges ([@GSadee](https://github.com/GSadee))
|
||||||
|
- [#17410](https://github.com/Sylius/Sylius/issues/17410) [CI] Add GH action to synchronize 2.0 branch with GitBook docs branch ([@GSadee](https://github.com/GSadee))
|
||||||
|
- [#17412](https://github.com/Sylius/Sylius/issues/17412) [DOCUMENTATION] Synchronize 2.0-docs -> 2.0 ([@SyliusBot](https://github.com/SyliusBot))
|
||||||
|
- [#17406](https://github.com/Sylius/Sylius/issues/17406) Mention the major templates changes in upgrade file ([@TheMilek](https://github.com/TheMilek))
|
||||||
|
- [#17400](https://github.com/Sylius/Sylius/issues/17400) Mention the dependencies changes in upgrade file ([@TheMilek](https://github.com/TheMilek))
|
||||||
|
- [#17403](https://github.com/Sylius/Sylius/issues/17403) [Payment request] add PaymentRequest pay route ([@Prometee](https://github.com/Prometee))
|
||||||
|
- [#17415](https://github.com/Sylius/Sylius/issues/17415) [Admin][HotFix] Fix form without live component ([@loic425](https://github.com/loic425))
|
||||||
|
- [#17419](https://github.com/Sylius/Sylius/issues/17419) [API] Remove deprecated and unused serialization groups ([@GSadee](https://github.com/GSadee))
|
||||||
|
- [#17413](https://github.com/Sylius/Sylius/issues/17413) SYL-4100: Checkout hooks reorganize ([@bartek-sek](https://github.com/bartek-sek))
|
||||||
|
- [#17414](https://github.com/Sylius/Sylius/issues/17414) [Shop] Few improvement on cart index ([@loic425](https://github.com/loic425))
|
||||||
|
- [#17425](https://github.com/Sylius/Sylius/issues/17425) [CS][DX] Refactor
|
||||||
|
- [#17417](https://github.com/Sylius/Sylius/issues/17417) [Docs] Add links to 2.x docs on the 1.x documentation ([@CoderMaggie](https://github.com/CoderMaggie))
|
||||||
|
- [#17426](https://github.com/Sylius/Sylius/issues/17426) [DOCUMENTATION] Synchronize 2.0-docs -> 2.0 ([@SyliusBot](https://github.com/SyliusBot))
|
||||||
|
- [#17416](https://github.com/Sylius/Sylius/issues/17416) SYL-4101: Account hooks reorganize ([@bartek-sek](https://github.com/bartek-sek))
|
||||||
|
- [#17423](https://github.com/Sylius/Sylius/issues/17423) [Admin] Add checkout.payment.allowed_states parameter ([@Wojdylak](https://github.com/Wojdylak))
|
||||||
|
- [#17418](https://github.com/Sylius/Sylius/issues/17418) [Admin] Chore: Remove useless route vars ([@loic425](https://github.com/loic425))
|
||||||
|
- [#17420](https://github.com/Sylius/Sylius/issues/17420) [PaymentRequest] Adjust ids of the services to link them to Payment Requests ([@GSadee](https://github.com/GSadee))
|
||||||
|
- [#17428](https://github.com/Sylius/Sylius/issues/17428) [Admin] Add twig.payment_method.excluded_gateways parameter ([@Wojdylak](https://github.com/Wojdylak))
|
||||||
|
- [#17427](https://github.com/Sylius/Sylius/issues/17427) SYL-4101: Hook rename ([@bartek-sek](https://github.com/bartek-sek))
|
||||||
|
- [#17430](https://github.com/Sylius/Sylius/issues/17430) [API] Update info about resource configuration changes in upgrade file ([@TheMilek](https://github.com/TheMilek))
|
||||||
|
- [#17429](https://github.com/Sylius/Sylius/issues/17429) Implement common hooks structure as in AdminBundle ([@bartek-sek](https://github.com/bartek-sek))
|
||||||
|
- [#17421](https://github.com/Sylius/Sylius/issues/17421) [Shop] Enable customization of body classes ([@loic425](https://github.com/loic425))
|
||||||
|
- [#17431](https://github.com/Sylius/Sylius/issues/17431) Admin security hooks ([@bartek-sek](https://github.com/bartek-sek))
|
||||||
|
- [#17433](https://github.com/Sylius/Sylius/issues/17433) [DOCUMENTATION] Synchronize 2.0-docs -> 2.0 ([@SyliusBot](https://github.com/SyliusBot))
|
||||||
|
- [#17422](https://github.com/Sylius/Sylius/issues/17422) Mention the serialization changes in API ([@TheMilek](https://github.com/TheMilek))
|
||||||
|
- [#17434](https://github.com/Sylius/Sylius/issues/17434) [Bug] Turn off stimulus debug mode in production ([@mpysiak](https://github.com/mpysiak))
|
||||||
|
- [#17380](https://github.com/Sylius/Sylius/issues/17380) [CoreBundle] Fix initial log creation for table sylius_channel_pricing_log_entry ([@jblairy](https://github.com/jblairy))
|
||||||
|
- [#17254](https://github.com/Sylius/Sylius/issues/17254) feat: support sqlite ([@ebuildy](https://github.com/ebuildy))
|
||||||
|
- [#17435](https://github.com/Sylius/Sylius/issues/17435) Fix create button in admin panel ([@bartek-sek](https://github.com/bartek-sek))
|
||||||
|
- [#17436](https://github.com/Sylius/Sylius/issues/17436) [Admin] Rename customTrigger param to snake_case notation ([@GSadee](https://github.com/GSadee))
|
||||||
|
|
||||||
## v2.0.0-BETA.1 (2024-10-30)
|
## v2.0.0-BETA.1 (2024-10-30)
|
||||||
|
|
||||||
#### Details
|
#### Details
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ final class PaymentMethodExtension extends AbstractExtension
|
||||||
return array_filter(
|
return array_filter(
|
||||||
$this->gatewayFactories,
|
$this->gatewayFactories,
|
||||||
fn (string $gatewayFactory) => !in_array($gatewayFactory, $this->excludedGatewayFactories, true),
|
fn (string $gatewayFactory) => !in_array($gatewayFactory, $this->excludedGatewayFactories, true),
|
||||||
ARRAY_FILTER_USE_KEY
|
\ARRAY_FILTER_USE_KEY,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ final class DatabaseSetupCommandsProvider implements DatabaseSetupCommandsProvid
|
||||||
return $this->schemaManager;
|
return $this->schemaManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function isSQLite(): bool
|
private function isSQLite(): bool
|
||||||
{
|
{
|
||||||
$platform = $this->entityManager->getConnection()->getDatabasePlatform();
|
$platform = $this->entityManager->getConnection()->getDatabasePlatform();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ sylius_fixtures:
|
||||||
name: product
|
name: product
|
||||||
options:
|
options:
|
||||||
custom:
|
custom:
|
||||||
- name: 'Knitted burgundy winter cap'
|
- name: 'Radiant Rays Cap'
|
||||||
tax_category: 'other'
|
tax_category: 'other'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -74,13 +74,13 @@ sylius_fixtures:
|
||||||
- 'caps'
|
- 'caps'
|
||||||
- 'caps_with_pompons'
|
- 'caps_with_pompons'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
cap_brand: 'You are breathtaking'
|
cap_brand: 'Sunlit Voyage'
|
||||||
cap_collection: 'Sylius Winter 2019'
|
cap_collection: 'Sylius Euphoria 2024'
|
||||||
cap_material: '100% wool'
|
cap_material: '100% cotton'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_01.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_01.jpeg', type: 'main' }
|
||||||
|
|
||||||
- name: 'Knitted wool-blend green cap'
|
- name: 'Blissful Breeze Cap'
|
||||||
tax_category: 'other'
|
tax_category: 'other'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -89,13 +89,13 @@ sylius_fixtures:
|
||||||
- 'caps'
|
- 'caps'
|
||||||
- 'simple_caps'
|
- 'simple_caps'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
cap_brand: 'Modern Wear'
|
cap_brand: 'Radiant Rays'
|
||||||
cap_collection: 'Sylius Winter 2019'
|
cap_collection: 'Sylius Bliss 2024'
|
||||||
cap_material: '100% wool'
|
cap_material: '100% cotton'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_02.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_02.jpeg', type: 'main' }
|
||||||
|
|
||||||
- name: 'Knitted white pompom cap'
|
- name: 'Serene Sunshine Cap'
|
||||||
tax_category: 'other'
|
tax_category: 'other'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -104,13 +104,13 @@ sylius_fixtures:
|
||||||
- 'caps'
|
- 'caps'
|
||||||
- 'caps_with_pompons'
|
- 'caps_with_pompons'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
cap_brand: 'Celsius Small'
|
cap_brand: 'Tranquil Trails'
|
||||||
cap_collection: 'Sylius Winter 2019'
|
cap_collection: 'Sylius Serenity 2024'
|
||||||
cap_material: '100% wool'
|
cap_material: '100% cotton'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_03.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_03.jpeg', type: 'main' }
|
||||||
|
|
||||||
- name: 'Cashmere-blend violet beanie'
|
- name: 'Vibrant Voyage Cap'
|
||||||
tax_category: 'other'
|
tax_category: 'other'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -119,8 +119,215 @@ sylius_fixtures:
|
||||||
- 'caps'
|
- 'caps'
|
||||||
- 'simple_caps'
|
- 'simple_caps'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
cap_brand: 'Date & Banana'
|
cap_brand: 'Radiant Rays'
|
||||||
cap_collection: 'Sylius Winter 2019'
|
cap_collection: 'Sylius Vibrant 2024'
|
||||||
cap_material: '100% cashmere'
|
cap_material: '100% cotton'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_04.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_04.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Elegant Escape Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'simple_caps'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'simple_caps'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Graceful Glow'
|
||||||
|
cap_collection: 'Sylius Elegance 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_05_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_05_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_05_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Classic Coastal Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'simple_caps'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'simple_caps'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Timeless Treasures'
|
||||||
|
cap_collection: 'Sylius Classic 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_06_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_06_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_06_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Dynamic Dawn Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'caps_with_pompons'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'caps_with_pompons'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Energetic Essence'
|
||||||
|
cap_collection: 'Sylius Dynamic 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_07_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_07_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_07_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Lively Luminous Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'simple_caps'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'simple_caps'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Vibrant Vibes'
|
||||||
|
cap_collection: 'Sylius Lively 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_08_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_08_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_08_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Playful Paradise Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'simple_caps'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'simple_caps'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Joyful Journeys'
|
||||||
|
cap_collection: 'Sylius Playful 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_09_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_09_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_09_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Inspiring Illumination Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'caps_with_pompons'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'caps_with_pompons'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Motivational Moments'
|
||||||
|
cap_collection: 'Sylius Inspiring 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_10.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Casual Coastal Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'simple_caps'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'simple_caps'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Relaxed Rhythms'
|
||||||
|
cap_collection: 'Sylius Casual 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_11.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Bold Beach Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'caps_with_pompons'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'caps_with_pompons'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Confident Choices'
|
||||||
|
cap_collection: 'Sylius Bold 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_12.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Sophisticated Sunset Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'simple_caps'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'simple_caps'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Elegant Elegance'
|
||||||
|
cap_collection: 'Sylius Sophisticated 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_13_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_13_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_13_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Adventurous Aurora Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'caps_with_pompons'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'caps_with_pompons'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Explorer Essentials'
|
||||||
|
cap_collection: 'Sylius Adventurous 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_14.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Tranquil Twilight Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'caps_with_pompons'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'caps_with_pompons'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Peaceful Paths'
|
||||||
|
cap_collection: 'Sylius Tranquil 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_15.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Harmonious Horizon Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'simple_caps'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'simple_caps'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Balanced Bliss'
|
||||||
|
cap_collection: 'Sylius Harmonious 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_16.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Radiant Reflection Cap'
|
||||||
|
tax_category: 'other'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'caps_with_pompons'
|
||||||
|
taxons:
|
||||||
|
- 'caps'
|
||||||
|
- 'caps_with_pompons'
|
||||||
|
product_attributes:
|
||||||
|
cap_brand: 'Luminous Light'
|
||||||
|
cap_collection: 'Sylius Radiant 2024'
|
||||||
|
cap_material: '100% cotton'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/caps/cap_17.jpeg', type: 'main' }
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ sylius_fixtures:
|
||||||
name: product
|
name: product
|
||||||
options:
|
options:
|
||||||
custom:
|
custom:
|
||||||
- name: 'Beige strappy summer dress'
|
- name: 'Sunshine Strappy Delight'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -85,9 +85,9 @@ sylius_fixtures:
|
||||||
- 'dress_size'
|
- 'dress_size'
|
||||||
- 'dress_height'
|
- 'dress_height'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_01.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_01.jpeg', type: 'main' }
|
||||||
|
|
||||||
- name: 'Off shoulder boho dress'
|
- name: 'Boho Beach Breeze'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -102,9 +102,9 @@ sylius_fixtures:
|
||||||
- 'dress_size'
|
- 'dress_size'
|
||||||
- 'dress_height'
|
- 'dress_height'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_02.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_02.jpeg', type: 'main' }
|
||||||
|
|
||||||
- name: 'Ruffle wrap festival dress'
|
- name: 'Festival Ruffle Wrap'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -120,4 +120,242 @@ sylius_fixtures:
|
||||||
- 'dress_size'
|
- 'dress_size'
|
||||||
- 'dress_height'
|
- 'dress_height'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_03.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_03.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Floral Garden Party'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Modern Wear'
|
||||||
|
dress_collection: 'Sylius Summer 2020'
|
||||||
|
dress_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_04.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Evening Star Gown'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Celsius Small'
|
||||||
|
dress_collection: 'Sylius Winter 2020'
|
||||||
|
dress_material: '100% silk'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_05.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Denim Daydream'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'You are breathtaking'
|
||||||
|
dress_collection: 'Sylius Spring 2021'
|
||||||
|
dress_material: '100% denim'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_06.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Classic Summer Elegance'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Modern Wear'
|
||||||
|
dress_collection: 'Sylius Fall 2021'
|
||||||
|
dress_material: '100% polyester'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_07.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Tropical Sunset Maxi'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Island Vibes'
|
||||||
|
dress_collection: 'Sylius Summer 2022'
|
||||||
|
dress_material: '100% rayon'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_08.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Seaside Stroll Midi'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Coastal Chic'
|
||||||
|
dress_collection: 'Sylius Summer 2022'
|
||||||
|
dress_material: '100% linen'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_09.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Beach Bonfire Beauty'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Sunset Glow'
|
||||||
|
dress_collection: 'Sylius Summer 2022'
|
||||||
|
dress_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_10.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Summer Picnic Charm'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Picnic Perfect'
|
||||||
|
dress_collection: 'Sylius Summer 2022'
|
||||||
|
dress_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_11.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Sun-Kissed Sundress'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Golden Hour'
|
||||||
|
dress_collection: 'Sylius Summer 2022'
|
||||||
|
dress_material: '100% viscose'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_12.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Palm Tree Paradise'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Tropical Trends'
|
||||||
|
dress_collection: 'Sylius Summer 2022'
|
||||||
|
dress_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_13.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Lemonade Stand Sweetheart'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Summer Squeeze'
|
||||||
|
dress_collection: 'Sylius Summer 2022'
|
||||||
|
dress_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_14.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Ocean Breeze Beauty'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Seafoam Style'
|
||||||
|
dress_collection: 'Sylius Summer 2022'
|
||||||
|
dress_material: '100% polyester'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_15.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Sunflower Fields Forever'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Blooming Beauty'
|
||||||
|
dress_collection: 'Sylius Summer 2022'
|
||||||
|
dress_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_16.jpeg', type: 'main' }
|
||||||
|
|
||||||
|
- name: 'Coral Reef Chic'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'dresses'
|
||||||
|
taxons:
|
||||||
|
- 'dresses'
|
||||||
|
product_attributes:
|
||||||
|
dress_brand: 'Underwater Elegance'
|
||||||
|
dress_collection: 'Sylius Summer 2022'
|
||||||
|
dress_material: '100% silk'
|
||||||
|
product_options:
|
||||||
|
- 'dress_size'
|
||||||
|
- 'dress_height'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/dresses/dress_17.jpeg', type: 'main' }
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@ sylius_fixtures:
|
||||||
name: product
|
name: product
|
||||||
options:
|
options:
|
||||||
custom:
|
custom:
|
||||||
- name: '911M regular fit jeans'
|
- name: 'Whispering Wind Jeans'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -87,15 +87,17 @@ sylius_fixtures:
|
||||||
- 'jeans'
|
- 'jeans'
|
||||||
- 'mens_jeans'
|
- 'mens_jeans'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
jeans_brand: 'You are breathtaking'
|
jeans_brand: 'Solar Flare'
|
||||||
jeans_collection: 'Sylius Winter 2019'
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
jeans_material: '100% jeans'
|
jeans_material: '100% cotton'
|
||||||
product_options:
|
product_options:
|
||||||
- 'jeans_size'
|
- 'jeans_size'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_01.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_03_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_03_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_03_3.jpeg' }
|
||||||
|
|
||||||
- name: '330M slim fit jeans'
|
- name: 'Azure Dream Jeans'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -104,15 +106,17 @@ sylius_fixtures:
|
||||||
- 'jeans'
|
- 'jeans'
|
||||||
- 'mens_jeans'
|
- 'mens_jeans'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
jeans_brand: 'Modern Wear'
|
jeans_brand: 'Azure Waves'
|
||||||
jeans_collection: 'Sylius Winter 2019'
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
jeans_material: '100% jeans'
|
jeans_material: '100% cotton'
|
||||||
product_options:
|
product_options:
|
||||||
- 'jeans_size'
|
- 'jeans_size'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_02.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_04_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_04_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_04_3.jpeg' }
|
||||||
|
|
||||||
- name: '990M regular fit jeans'
|
- name: 'Golden Horizon Jeans'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -121,15 +125,17 @@ sylius_fixtures:
|
||||||
- 'jeans'
|
- 'jeans'
|
||||||
- 'mens_jeans'
|
- 'mens_jeans'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
jeans_brand: 'Celsius Small'
|
jeans_brand: 'Radiant Rays'
|
||||||
jeans_collection: 'Sylius Winter 2019'
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
jeans_material: '100% jeans'
|
jeans_material: '100% cotton'
|
||||||
product_options:
|
product_options:
|
||||||
- 'jeans_size'
|
- 'jeans_size'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_03.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_05_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_05_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_05_3.jpeg' }
|
||||||
|
|
||||||
- name: '007M black elegance jeans'
|
- name: 'Tropical Sunset Jeans'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -138,15 +144,169 @@ sylius_fixtures:
|
||||||
- 'jeans'
|
- 'jeans'
|
||||||
- 'mens_jeans'
|
- 'mens_jeans'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
jeans_brand: 'Date & Banana'
|
jeans_brand: 'Island Breeze'
|
||||||
jeans_collection: 'Sylius summer 2019'
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
jeans_material: '100% jeans'
|
jeans_material: '100% cotton'
|
||||||
product_options:
|
product_options:
|
||||||
- 'jeans_size'
|
- 'jeans_size'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_04.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_06_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_06_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_06_3.jpeg' }
|
||||||
|
|
||||||
- name: '727F patched cropped jeans'
|
- name: 'Coastal Bliss Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'mens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Seaside Serenity'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_07_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_07_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_07_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Twilight Glow Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'mens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Evening Glow'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_08_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_08_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_08_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Shoreline Serenity Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'mens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Shoreline Bliss'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_09_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_09_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_09_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Sunflower Radiance Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'mens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Golden Petals'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_10_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_10_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_10_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Minty Fresh Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'mens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Solstice Spark'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_11_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_11_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_11_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Ocean Whisper Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'mens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Marine Whisper'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_12_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_12_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_12_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Palm Paradise Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'mens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Tropical Haven'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_13_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_13_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_13_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Sunrise Splendor Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'mens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Morning Glory'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_14_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_14_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/man/jeans_14_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Sunlit Reverie Jeans'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -155,15 +315,17 @@ sylius_fixtures:
|
||||||
- 'jeans'
|
- 'jeans'
|
||||||
- 'womens_jeans'
|
- 'womens_jeans'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
jeans_brand: 'You are breathtaking'
|
jeans_brand: 'Summer Glow'
|
||||||
jeans_collection: 'Sylius Winter 2019'
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
jeans_material: '100% jeans'
|
jeans_material: '100% cotton'
|
||||||
product_options:
|
product_options:
|
||||||
- 'jeans_size'
|
- 'jeans_size'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_01.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_01_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_01_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_01_3.jpeg' }
|
||||||
|
|
||||||
- name: '111F patched jeans with fancy badges'
|
- name: 'Seaside Tranquility Jeans'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -172,15 +334,17 @@ sylius_fixtures:
|
||||||
- 'jeans'
|
- 'jeans'
|
||||||
- 'womens_jeans'
|
- 'womens_jeans'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
jeans_brand: 'You are breathtaking'
|
jeans_brand: 'Coastal Calm'
|
||||||
jeans_collection: 'Sylius Winter 2019'
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
jeans_material: '100% jeans'
|
jeans_material: '100% cotton'
|
||||||
product_options:
|
product_options:
|
||||||
- 'jeans_size'
|
- 'jeans_size'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_02.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_02_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_02_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_02_3.jpeg' }
|
||||||
|
|
||||||
- name: '000F office grey jeans'
|
- name: 'Sunflower Sunset Jeans'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -189,15 +353,17 @@ sylius_fixtures:
|
||||||
- 'jeans'
|
- 'jeans'
|
||||||
- 'womens_jeans'
|
- 'womens_jeans'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
jeans_brand: 'Modern Wear'
|
jeans_brand: 'Golden Glow'
|
||||||
jeans_collection: 'Sylius Winter 2019'
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
jeans_material: '100% jeans'
|
jeans_material: '100% cotton'
|
||||||
product_options:
|
product_options:
|
||||||
- 'jeans_size'
|
- 'jeans_size'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_03.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_03_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_03_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_03_3.jpeg' }
|
||||||
|
|
||||||
- name: '666F boyfriend jeans with rips'
|
- name: 'Ocean Wave Jeans'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -206,10 +372,277 @@ sylius_fixtures:
|
||||||
- 'jeans'
|
- 'jeans'
|
||||||
- 'womens_jeans'
|
- 'womens_jeans'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
jeans_brand: 'Modern Wear'
|
jeans_brand: 'Tidal Harmony'
|
||||||
jeans_collection: 'Sylius Winter 2019'
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
jeans_material: '100% jeans'
|
jeans_material: '100% cotton'
|
||||||
product_options:
|
product_options:
|
||||||
- 'jeans_size'
|
- 'jeans_size'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_04.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_04_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_04_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_04_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Tropical Breeze Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Island Escape'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_05_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_05_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_05_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Summer Bloom Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Floral Fantasy'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_06_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_06_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_06_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Beachside Bliss Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Sand and Surf'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_07_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_07_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_07_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Summer Solstice Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Solstice Spark'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_08_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_08_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_08_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Cool Breeze Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Seaside Serenity'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_09_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_09_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_09_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Paradise Island Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Tropical Haven'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_10_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_10_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_10_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Sun Path Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Radiant Rays'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_11_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_11_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_11_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Oceanic Harmony Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Azure Waves'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_12_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_12_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_12_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Skyline Bliss Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Celestial Blue'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_13_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_13_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_13_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Radiant Sunshine Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Radiant Sun'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_14_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_14_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_14_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Seashell Harmony Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Coastal Harmony'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_15_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_15_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_15_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Tropical Dawn Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Island Dawn'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_16_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_16_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_16_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Beachside Twilight Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Coastal Twilight'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_17_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_17_2.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Summer Zephyr Jeans'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_jeans'
|
||||||
|
taxons:
|
||||||
|
- 'jeans'
|
||||||
|
- 'womens_jeans'
|
||||||
|
product_attributes:
|
||||||
|
jeans_brand: 'Winds of Summer'
|
||||||
|
jeans_collection: 'Sylius Summer 2024'
|
||||||
|
jeans_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 'jeans_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_18_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_18_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/jeans/woman/jeans_18_3.jpeg' }
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ sylius_fixtures:
|
||||||
name: product
|
name: product
|
||||||
options:
|
options:
|
||||||
custom:
|
custom:
|
||||||
- name: 'Everyday white basic T-Shirt'
|
- name: 'Ethereal Drift T-Shirt'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -93,15 +93,18 @@ sylius_fixtures:
|
||||||
- 'womens_t_shirts'
|
- 'womens_t_shirts'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
t_shirt_brand: 'You are breathtaking'
|
t_shirt_brand: 'You are breathtaking'
|
||||||
t_shirt_collection: 'Sylius Summer 2019'
|
t_shirt_collection: 'Sylius Summer 2024'
|
||||||
t_shirt_material: '100% cotton'
|
t_shirt_material: '100% cotton'
|
||||||
damage_reduction: 0.1
|
damage_reduction: 0.1
|
||||||
product_options:
|
product_options:
|
||||||
- 't_shirt_size'
|
- 't_shirt_size'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_01.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_01_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_01_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_01_3.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_01_4.jpeg' }
|
||||||
|
|
||||||
- name: 'Loose white designer T-Shirt'
|
- name: 'Quantum Pulse T-Shirt'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -111,14 +114,15 @@ sylius_fixtures:
|
||||||
- 'womens_t_shirts'
|
- 'womens_t_shirts'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
t_shirt_brand: 'Modern Wear'
|
t_shirt_brand: 'Modern Wear'
|
||||||
t_shirt_collection: 'Sylius Summer 2019'
|
t_shirt_collection: 'Sylius Summer 2024'
|
||||||
t_shirt_material: '100% cotton'
|
t_shirt_material: '100% cotton'
|
||||||
product_options:
|
product_options:
|
||||||
- 't_shirt_size'
|
- 't_shirt_size'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_02.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_02_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_02_2.jpeg' }
|
||||||
|
|
||||||
- name: 'Ribbed copper slim fit Tee'
|
- name: 'Celestial Harmony T-Shirt'
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -126,50 +130,306 @@ sylius_fixtures:
|
||||||
taxons:
|
taxons:
|
||||||
- 't_shirts'
|
- 't_shirts'
|
||||||
- 'womens_t_shirts'
|
- 'womens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'Swan Small'
|
||||||
|
t_shirt_collection: 'Sylius Summer 2024'
|
||||||
|
t_shirt_material: '100% viscose'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_03_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_03_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_03_3.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_03_4.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Nebula Dream T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'womens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'Modern Wear'
|
||||||
|
t_shirt_collection: 'Sylius Spring 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_04_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_04_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_04_3.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_04_4.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Starlight Whisper T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'womens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'You are breathtaking'
|
||||||
|
t_shirt_collection: 'Sylius Summer 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_05_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_05_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_05_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Swantastic T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'womens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'Swan Small'
|
||||||
|
t_shirt_collection: 'Sylius Fall 2024'
|
||||||
|
t_shirt_material: '100% polyester'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_06_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_06_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_06_3.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_06_4.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Lunar Echo T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'womens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'Modern Wear'
|
||||||
|
t_shirt_collection: 'Sylius Winter 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_07_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_07_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_07_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Galactic Breeze T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'womens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'You are breathtaking'
|
||||||
|
t_shirt_collection: 'Sylius Spring 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_08_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_08_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_08_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Solar Flare T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'womens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'Modern Wear'
|
||||||
|
t_shirt_collection: 'Sylius Summer 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_09_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_09_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_09_3.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_09_4.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Print Screen T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'womens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'Swan Small'
|
||||||
|
t_shirt_collection: 'Sylius Fall 2024'
|
||||||
|
t_shirt_material: '100% polyester'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_10_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_10_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_10_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Meteor Shower T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'womens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'You are breathtaking'
|
||||||
|
t_shirt_collection: 'Sylius Summer 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_11_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_11_2.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Stellar Fusion T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'womens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'womens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'Modern Wear'
|
||||||
|
t_shirt_collection: 'Sylius Spring 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_12_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_12_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_12_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Stellar Drift T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'mens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'You are breathtaking'
|
||||||
|
t_shirt_collection: 'Sylius Winter 2024'
|
||||||
|
t_shirt_material: '100% viscose'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_01_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_01_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_01_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Comet Pulse T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'mens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'You are breathtaking'
|
||||||
|
t_shirt_collection: 'Sylius Winter 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_02_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_02_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_02_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Apollo T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'mens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'Modern Wear'
|
||||||
|
t_shirt_collection: 'Sylius Summer 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_03_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_03_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_03_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Nebula Surge T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'mens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'Modern Wear'
|
||||||
|
t_shirt_collection: 'Sylius Spring 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_04_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_04_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_04_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Starlight Echo T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'mens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'You are breathtaking'
|
||||||
|
t_shirt_collection: 'Sylius Summer 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_05_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_05_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_05_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Cosmic Drift T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'mens_t_shirts'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
t_shirt_brand: 'Celsius Small'
|
t_shirt_brand: 'Celsius Small'
|
||||||
t_shirt_collection: 'Sylius Summer 2019'
|
t_shirt_collection: 'Sylius Fall 2024'
|
||||||
t_shirt_material: '100% viscose'
|
t_shirt_material: '100% polyester'
|
||||||
product_options:
|
product_options:
|
||||||
- 't_shirt_size'
|
- 't_shirt_size'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_03.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_06_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_06_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_06_3.jpeg' }
|
||||||
|
|
||||||
- name: 'Sport basic white T-Shirt'
|
- name: 'Lunar Wave T-Shirt'
|
||||||
tax_category: 'clothing'
|
|
||||||
channels:
|
|
||||||
- 'FASHION_WEB'
|
|
||||||
main_taxon: 'mens_t_shirts'
|
|
||||||
taxons:
|
|
||||||
- 't_shirts'
|
|
||||||
- 'mens_t_shirts'
|
|
||||||
product_attributes:
|
|
||||||
t_shirt_brand: 'You are breathtaking'
|
|
||||||
t_shirt_collection: 'Sylius Winter 2019'
|
|
||||||
t_shirt_material: '100% viscose'
|
|
||||||
product_options:
|
|
||||||
- 't_shirt_size'
|
|
||||||
images:
|
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_01.jpg', type: 'main' }
|
|
||||||
|
|
||||||
- name: 'Raglan grey & black Tee'
|
|
||||||
tax_category: 'clothing'
|
|
||||||
channels:
|
|
||||||
- 'FASHION_WEB'
|
|
||||||
main_taxon: 'mens_t_shirts'
|
|
||||||
taxons:
|
|
||||||
- 't_shirts'
|
|
||||||
- 'mens_t_shirts'
|
|
||||||
product_attributes:
|
|
||||||
t_shirt_brand: 'You are breathtaking'
|
|
||||||
t_shirt_collection: 'Sylius Winter 2019'
|
|
||||||
t_shirt_material: '100% cotton'
|
|
||||||
product_options:
|
|
||||||
- 't_shirt_size'
|
|
||||||
images:
|
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_02.jpg', type: 'main' }
|
|
||||||
|
|
||||||
- name: 'Oversize white cotton T-Shirt'
|
|
||||||
tax_category: 'clothing'
|
tax_category: 'clothing'
|
||||||
channels:
|
channels:
|
||||||
- 'FASHION_WEB'
|
- 'FASHION_WEB'
|
||||||
|
|
@ -179,9 +439,87 @@ sylius_fixtures:
|
||||||
- 'mens_t_shirts'
|
- 'mens_t_shirts'
|
||||||
product_attributes:
|
product_attributes:
|
||||||
t_shirt_brand: 'Modern Wear'
|
t_shirt_brand: 'Modern Wear'
|
||||||
t_shirt_collection: 'Sylius Summer 2019'
|
t_shirt_collection: 'Sylius Winter 2024'
|
||||||
t_shirt_material: '100% cotton'
|
t_shirt_material: '100% cotton'
|
||||||
product_options:
|
product_options:
|
||||||
- 't_shirt_size'
|
- 't_shirt_size'
|
||||||
images:
|
images:
|
||||||
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_03.jpg', type: 'main' }
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_07_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_07_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_07_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Galactic Pulse T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'mens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'You are breathtaking'
|
||||||
|
t_shirt_collection: 'Sylius Spring 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_08_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_08_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_08_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Solar Echo T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'mens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'Modern Wear'
|
||||||
|
t_shirt_collection: 'Sylius Summer 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_09_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_09_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_09_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Aurora Surge T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'mens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'Celsius Small'
|
||||||
|
t_shirt_collection: 'Sylius Fall 2024'
|
||||||
|
t_shirt_material: '100% polyester'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_10_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_10_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_10_3.jpeg' }
|
||||||
|
|
||||||
|
- name: 'Meteor Echo T-Shirt'
|
||||||
|
tax_category: 'clothing'
|
||||||
|
channels:
|
||||||
|
- 'FASHION_WEB'
|
||||||
|
main_taxon: 'mens_t_shirts'
|
||||||
|
taxons:
|
||||||
|
- 't_shirts'
|
||||||
|
- 'mens_t_shirts'
|
||||||
|
product_attributes:
|
||||||
|
t_shirt_brand: 'You are breathtaking'
|
||||||
|
t_shirt_collection: 'Sylius Summer 2024'
|
||||||
|
t_shirt_material: '100% cotton'
|
||||||
|
product_options:
|
||||||
|
- 't_shirt_size'
|
||||||
|
images:
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_11_1.jpeg', type: 'main' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_11_2.jpeg' }
|
||||||
|
- { path: '@SyliusCoreBundle/Resources/fixtures/t-shirts/man/t-shirt_11_3.jpeg' }
|
||||||
|
|
|
||||||
BIN
src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_01.jpeg
Normal file
|
After Width: | Height: | Size: 354 KiB |
|
Before Width: | Height: | Size: 583 KiB |
BIN
src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_02.jpeg
Normal file
|
After Width: | Height: | Size: 420 KiB |
|
Before Width: | Height: | Size: 645 KiB |
BIN
src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_03.jpeg
Normal file
|
After Width: | Height: | Size: 247 KiB |
|
Before Width: | Height: | Size: 355 KiB |
BIN
src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_04.jpeg
Normal file
|
After Width: | Height: | Size: 206 KiB |
|
Before Width: | Height: | Size: 326 KiB |
|
After Width: | Height: | Size: 153 KiB |
|
After Width: | Height: | Size: 171 KiB |
|
After Width: | Height: | Size: 194 KiB |
|
After Width: | Height: | Size: 165 KiB |
|
After Width: | Height: | Size: 197 KiB |
|
After Width: | Height: | Size: 200 KiB |
|
After Width: | Height: | Size: 170 KiB |
|
After Width: | Height: | Size: 215 KiB |
|
After Width: | Height: | Size: 179 KiB |
|
After Width: | Height: | Size: 201 KiB |
|
After Width: | Height: | Size: 170 KiB |
|
After Width: | Height: | Size: 184 KiB |
|
After Width: | Height: | Size: 170 KiB |
|
After Width: | Height: | Size: 170 KiB |
|
After Width: | Height: | Size: 225 KiB |
BIN
src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_10.jpeg
Normal file
|
After Width: | Height: | Size: 180 KiB |
BIN
src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_11.jpeg
Normal file
|
After Width: | Height: | Size: 172 KiB |
BIN
src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_12.jpeg
Normal file
|
After Width: | Height: | Size: 172 KiB |
|
After Width: | Height: | Size: 236 KiB |
|
After Width: | Height: | Size: 208 KiB |
|
After Width: | Height: | Size: 213 KiB |
BIN
src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_14.jpeg
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_15.jpeg
Normal file
|
After Width: | Height: | Size: 208 KiB |
BIN
src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_16.jpeg
Normal file
|
After Width: | Height: | Size: 219 KiB |
BIN
src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_17.jpeg
Normal file
|
After Width: | Height: | Size: 286 KiB |
|
After Width: | Height: | Size: 304 KiB |
|
Before Width: | Height: | Size: 331 KiB |
|
After Width: | Height: | Size: 257 KiB |
|
Before Width: | Height: | Size: 424 KiB |
|
After Width: | Height: | Size: 332 KiB |
|
Before Width: | Height: | Size: 591 KiB |
|
After Width: | Height: | Size: 247 KiB |
|
After Width: | Height: | Size: 309 KiB |
|
After Width: | Height: | Size: 353 KiB |
|
After Width: | Height: | Size: 272 KiB |
|
After Width: | Height: | Size: 298 KiB |
|
After Width: | Height: | Size: 321 KiB |
|
After Width: | Height: | Size: 272 KiB |
|
After Width: | Height: | Size: 329 KiB |
|
After Width: | Height: | Size: 314 KiB |
|
After Width: | Height: | Size: 302 KiB |
|
After Width: | Height: | Size: 326 KiB |
|
After Width: | Height: | Size: 327 KiB |
|
After Width: | Height: | Size: 251 KiB |
|
After Width: | Height: | Size: 351 KiB |
|
Before Width: | Height: | Size: 514 KiB |
|
After Width: | Height: | Size: 345 KiB |
|
After Width: | Height: | Size: 340 KiB |
|
After Width: | Height: | Size: 343 KiB |
|
Before Width: | Height: | Size: 682 KiB |
|
After Width: | Height: | Size: 356 KiB |
|
After Width: | Height: | Size: 356 KiB |
|
After Width: | Height: | Size: 334 KiB |
|
Before Width: | Height: | Size: 329 KiB |
|
After Width: | Height: | Size: 381 KiB |
|
After Width: | Height: | Size: 313 KiB |
|
After Width: | Height: | Size: 342 KiB |
|
Before Width: | Height: | Size: 133 KiB |
|
After Width: | Height: | Size: 285 KiB |
|
After Width: | Height: | Size: 317 KiB |
|
After Width: | Height: | Size: 305 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 362 KiB |
|
After Width: | Height: | Size: 373 KiB |
|
After Width: | Height: | Size: 311 KiB |
|
After Width: | Height: | Size: 379 KiB |
|
After Width: | Height: | Size: 304 KiB |
|
After Width: | Height: | Size: 354 KiB |
|
After Width: | Height: | Size: 329 KiB |
|
After Width: | Height: | Size: 251 KiB |
|
After Width: | Height: | Size: 379 KiB |
|
After Width: | Height: | Size: 281 KiB |
|
After Width: | Height: | Size: 363 KiB |
|
After Width: | Height: | Size: 282 KiB |
|
After Width: | Height: | Size: 335 KiB |
|
After Width: | Height: | Size: 388 KiB |
|
After Width: | Height: | Size: 330 KiB |
|
After Width: | Height: | Size: 325 KiB |
|
After Width: | Height: | Size: 369 KiB |
|
After Width: | Height: | Size: 329 KiB |
|
After Width: | Height: | Size: 290 KiB |
|
After Width: | Height: | Size: 345 KiB |
|
After Width: | Height: | Size: 329 KiB |
|
After Width: | Height: | Size: 310 KiB |
|
After Width: | Height: | Size: 359 KiB |