forked from shopware/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next-38760/auto-imported-from-github' into 'trunk'
NEXT-13637 - Add cross selling tab to variants See merge request shopware/6/product/platform!14959
- Loading branch information
Showing
9 changed files
with
389 additions
and
51 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
changelog/_unreleased/2024-09-09-add-cross-selling-tab-to-variants.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Add cross selling tab to variants | ||
issue: NEXT-13637 | ||
author: Elias Lackner | ||
author_email: [email protected] | ||
author_github: @lacknere | ||
--- | ||
# Administration | ||
* Changed `sw-product-detail.html.twig` to show cross selling tab for variants. | ||
* Added `isInherited` and its corresponding watcher and methods to `sw-product-detail-cross-selling` component to add inheritance functionality. | ||
* Deprecated block `sw_product_detail_empty_state` in `sw-product-detail-cross-selling.html.twig`. Use `sw_product_detail_cross_selling_empty_state_card` instead. | ||
* Deprecated block `sw_product_detail_empty_state_cross_selling_add` in `sw-product-detail-cross-selling.html.twig`. Use `sw_product_detail_cross_selling_empty_state_actions` instead. | ||
* Added missing blocks to `sw-product-detail-cross-selling.html.twig`: | ||
- `sw_product_detail_cross_selling_empty_state` | ||
- `sw_product_detail_cross_selling_empty_state_icon` | ||
- `sw_product_detail_cross_selling_empty_state_actions_add` | ||
* Added new blocks to `sw-product-detail-cross-selling.html.twig`: | ||
- `sw_product_detail_cross_selling_restore_inheritance` | ||
- `sw_product_detail_cross_selling_empty_state_content` | ||
- `sw_product_detail_cross_selling_empty_state_content_child` | ||
- `sw_product_detail_cross_selling_empty_state_content_child_inherited` | ||
- `sw_product_detail_cross_selling_empty_state_content_child_inherited_link` | ||
- `sw_product_detail_cross_selling_empty_state_content_child_not_inherited` | ||
- `sw_product_detail_cross_selling_empty_state_content_empty` | ||
- `sw_product_detail_cross_selling_empty_state_inherit_switch` | ||
- `sw_product_detail_cross_selling_modal_restore_inheritance` | ||
- `sw_product_detail_cross_selling_modal_restore_inheritance_text` | ||
- `sw_product_detail_cross_selling_modal_restore_inheritance_footer` | ||
- `sw_product_detail_cross_selling_modal_restore_inheritance_action_cancel` | ||
- `sw_product_detail_cross_selling_modal_restore_inheritance_action_restore` | ||
* Added new and removed unused styles in `sw-product-detail-cross-selling.scss`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.