Skip to content

Commit 9571f75

Browse files
Update steps to include copy exclusions (#258)
* Update steps to include copy exclusions * update changelog * edits * edits * update video fullscreen
1 parent 160f36a commit 9571f75

File tree

4 files changed

+21
-8
lines changed

4 files changed

+21
-8
lines changed

changelog/2024/2024-08-2-changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ hide_blog_post_date: false
77

88
**MAJOR** We have introduced **Rule Promotion Stacking and Priority** (currently API only) features to enhance the effectiveness and accuracy of promotions. These features allows you to control how promotions stack and prioritize them, ensuring they are applied as intended. For more details, refer to [Promotion Stacking and Priority](https://elasticpath.dev/docs/promotions-builder/overview#promotion-stacking-and-priority).
99

10-
<iframe class="vidyard_iframe" title="Demo - Rule Promoitions Priority" src="//play.vidyard.com/tKgjmtDzw229b88PMwo9pK.html?" width="640" height="360" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen referrerpolicy="no-referrer-when-downgrade"></iframe>
1110

12-
<iframe class="vidyard_iframe" title="Demo - Non-stacking rule promotions" src="//play.vidyard.com/e542TXSVnKdqczLeeK9xv7.html?" width="640" height="360" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen referrerpolicy="no-referrer-when-downgrade"></iframe>
11+
<iframe class="vidyard-player-embed" title="Demo - Rule Promoitions Priority" src="//play.vidyard.com/tKgjmtDzw229b88PMwo9pK.html?" width="100%" height="540" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" referrerpolicy="no-referrer-when-downgrade"></iframe>
12+
13+
<iframe class="vidyard-player-embed" title="Demo - Non-stacking rule promotions" src="//play.vidyard.com/e542TXSVnKdqczLeeK9xv7.html?" width="100%" height="540" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" referrerpolicy="no-referrer-when-downgrade"></iframe>

changelog/2024/2024-09-04-changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ tags: ['Commerce Manager']
55
hide_blog_post_date: false
66
---
77

8-
**MAJOR** We have introduced a new stacking and priority feature in Promotions Builder within Commerce Manager. This feature allows you to assign priority levels to promotions and stack multiple promotions together. With priority settings, you can control the order in which promotions are applied, giving you greater flexibility and precision in managing discounts. For more information, see [Stacking and Prioritizing Multiple Promotions](/docs/commerce-manager/promotions-builder#stacking-and-prioritizing-multiple-promotions).
8+
**MAJOR** We have introduced a new stacking and priority feature in Promotions Builder within Commerce Manager. This feature allows you to assign priority levels to promotions and stack multiple promotions together. With priority settings, you can control the order in which promotions are applied, giving you greater flexibility and precision in managing discounts. For more information, see [Stacking and Prioritizing Multiple Promotions](/docs/commerce-manager/promotions-builder#stacking-and-prioritizing-multiple-promotions).
9+
10+
<iframe class="vidyard-player-embed" title="Elastic Path _ Commerce Manager - Stacking & Priority" src="//play.vidyard.com/xP3u6KT674J77JfTQEjbQZ.html?" width="100%" height="540" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" referrerpolicy="no-referrer-when-downgrade"></iframe>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: 'Copy exclusions between the Conditions and Actions'
3+
date: '2024-09-05'
4+
tags: ['Commerce Manager', 'Promotions Builder']
5+
hide_blog_post_date: false
6+
---
7+
8+
**MINOR** Commerce Manager: We have added the capability to copy exclusions between the **Actions** and **Conditions** sections in the Promotions Builder. For more information, see [Creating a Promotion in Promotions Builder](/docs/commerce-manager/promotions-builder/creating-a-promotion-in-promotions-builder).
9+
10+
<iframe class="vidyard-player-embed" title="Elastic Path _ Commerce Manager - Copy Exclusions" src="//play.vidyard.com/4fYiP1QhLqAao3QQRyDeyN.html?" width="100%" height="540" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" referrerpolicy="no-referrer-when-downgrade"></iframe>

docs/commerce-manager/promotions-builder/creating-a-promotion-in-promotions-builder.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In the **Create your rules** section, do the following:
5050
You can add multiple conditions according to your business requirements.
5151
1. Add exclusions:
5252

53-
To exclude items from the cart total, select **Add an exclusion** and do the following:
53+
To exclude items from the cart total, either select **copy exclusions from actions** or select **Add an exclusion** and do the following:
5454
- **product**: Either enter the values directly or select **view list**. In the **Select Product** window, either choose a product from the list or enter a custom SKU in the **Add Custom SKU** field. For instructions on searching for products in the **Select Product** window, see [Searching for Products](#searching-for-products).
5555
- **node/hierarchy (category)**: Either enter the unique identifiers directly or select **view list**, then select the checkboxes for the desired nodes/hierarchies(categories).
5656
- **attribute**: Choose the template from the list, select the attribute, and then set the value for the selected attribute.
@@ -66,7 +66,7 @@ In the **Create your rules** section, do the following:
6666
- **attribute**: Select the template from the list, select the attribute, and then set the value for the selected attribute.
6767
1. Add exclusions:
6868

69-
To exclude items from the cart items, select **Add an exclusion** and do the following:
69+
To exclude items from the cart items, either select **copy exclusions from actions** or select **Add an exclusion** and do the following:
7070
* **product**: Either enter the values directly or select **view list**. In the **Select Product** window, either choose a product from the list or enter a custom SKU in the **Add Custom SKU** field. For instructions on searching for products in the **Select Product** window, see [Searching for Products](#searching-for-products).
7171
* **node/hierarchy (category)**: Either enter the unique identifiers directly or select **view list**, then select the checkboxes for the desired nodes/hierarchies(categories).
7272
* **attribute**: Choose the template from the list, select the attribute, and then set the value for the selected attribute.
@@ -112,7 +112,7 @@ To create a cart discount promotion, do the following:
112112
1. If you selected **amount**, specify the amount for the cart total discount.
113113
1. Add exclusions:
114114

115-
To exclude items from the promotion, select **Add an exclusion** and do the following:
115+
To exclude items from the promotion, either select **copy exclusions from conditions** or select **Add an exclusion** and do the following:
116116
- **product**: Either enter the values directly or select **view list**. In the **Select Product** window, either choose a product from the list or enter a custom SKU in the **Add Custom SKU** field. For instructions on searching for products in the **Select Product** window, see [Searching for Products](#searching-for-products).
117117
- **node/hierarchy (category)**: Either enter the unique identifiers directly or select **view list**, then select the checkboxes for the desired nodes/hierarchies (categories).
118118
- **attribute**: Choose the template from the list, select the attribute, and then set the value for the selected attribute.
@@ -135,7 +135,7 @@ To create an item discount promotion, do the following:
135135
1. If you selected the **cheapest** or **most expensive** options, select quantities for the items to be included in the cart.
136136
1. Add exclusions:
137137

138-
To exclude items from the promotion, select **Add an exclusion** and do the following:
138+
To exclude items from the promotion, either select **copy exclusions from conditions** or select **Add an exclusion** and do the following:
139139
- **product**: Either enter the values directly or select **view list**. In the **Select Product** window, either choose a product from the list or enter a custom SKU in the **Add Custom SKU** field. For instructions on searching for products in the **Select Product** window, see [Searching for Products](#searching-for-products).
140140
- **node/hierarchy (category)**: Either enter the unique identifiers directly or select **view list**, then select the checkboxes for the desired nodes/hierarchies(categories).
141141
- **attribute**: Choose the template from the list, select the attribute, and then set the value for the selected attribute.
@@ -163,7 +163,7 @@ To create a BXGY promotion, do the following:
163163
1. Select the value from the list corresponding to the chosen attributes.
164164
1. Add exclusions:
165165

166-
To exclude items from the promotion, select **Add an exclusion** and do the following:
166+
To exclude items from the promotion, either select **copy exclusions from conditions** or select **Add an exclusion** and do the following:
167167
- **product**: Either enter the values directly or select **view list**. In the **Select Product** window, either choose a product from the list or enter a custom SKU in the **Add Custom SKU** field. For instructions on searching for products in the **Select Product** window, see [Searching for Products](#searching-for-products).
168168
- **node/hierarchy (category)**: Either enter the unique identifiers directly or select **view list**, then select the checkboxes for the desired nodes/hierarchies(categories).
169169
- **attribute**: Choose the template from the list, select the attribute, and then set the value for the selected attribute.

0 commit comments

Comments
 (0)