Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 0 additions & 13 deletions changelog/2024/2024-08-2-changelog.md

This file was deleted.

22 changes: 22 additions & 0 deletions changelog/2024/2024-08-2-changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: 'Stacking and Priority (API Only) for Promotions Builder'
date: '2024-08-2'
tags: ['Promotions Builder']
hide_blog_post_date: false
---
import Video from "/src/components/CardDisplay/video"

**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).

<Video
mediaSrc="https://play.vidyard.com/tKgjmtDzw229b88PMwo9pK"
mediaType="embed"
title="Promotions Builder - Stacking & Priority"
className=""
/>
<Video
mediaSrc="https://play.vidyard.com/e542TXSVnKdqczLeeK9xv7"
mediaType="embed"
title="Promotions Builder - Stacking & Priority"
className=""
/>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ date: '2024-09-04'
tags: ['Commerce Manager', 'Promotions Builder']
hide_blog_post_date: false
---
import Video from "/src/components/CardDisplay/video"

**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).

<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>
<Video
mediaSrc="https://play.vidyard.com/xP3u6KT674J77JfTQEjbQZ"
mediaType="embed"
title="Promotions Builder - Stacking & Priority"
className=""
/>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ tags: ['Commerce Manager', 'Promotions Builder']
hide_blog_post_date: false
---

import Video from "/src/components/CardDisplay/video";

**MINOR** Commerce Manager: We have added the capability to copy exclusions between the **Conditions** and **Actions** 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).

<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>
<Video
mediaSrc="https://play.vidyard.com/4fYiP1QhLqAao3QQRyDeyN"
mediaType="embed"
title="Promotions Builder - Copy Exclusions"
className=""
/>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ An example for bulk add is:

With the bulk add items to cart capability, you can use one or more of the following cart actions in a transaction:


- [Add Product to Cart](/docs/api/carts/manage-carts#add-product-to-cart)
- [Add Custom Item to Cart](/docs/api/carts/manage-carts#add-custom-item-to-cart)
- [Add Promotion to Cart](/docs/api/carts/manage-carts#add-promotion-to-cart)
Expand Down Expand Up @@ -733,7 +734,7 @@ curl -X POST https://useast.api.elasticpath.com/v2/carts/:id/items \
"sku": "sku1",
"quantity": 1,
"shipping_group_id": "cc63b873-4eff-450c-86d2-ec255160ba2e"

},
{
"type": "cart_item",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Refund a Payment
nav_label: Refund a Payment
sidebar_position: 200
---
import Video from "/src/components/CardDisplay/video";

There are two ways to refund; through your payment gateway and mark it refunded in Commerce Manager, or directly through Commerce Manager or API.

Expand Down Expand Up @@ -255,5 +256,15 @@ curl -X POST https://useast.api.elasticpath.com/v2/orders/:orderId/transactions/

## Demos

<iframe width="560" height="315" src="https://www.youtube.com/embed/68MaMVR--J4" title="Managing Refunds in Composable Commerce" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/K5zOqDlZeZ8" title="Stripe Refund" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/68MaMVR--J4"
mediaType="embed"
title="Managing Refunds in Composable Commerce"
className=""
/>
<Video
mediaSrc="https://www.youtube.com/embed/K5zOqDlZeZ8"
mediaType="embed"
title="Stripe Refund"
className=""
/>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Managing Accounts
nav_label: Managing Accounts
sidebar_position: 10
---
import Video from "/src/components/CardDisplay/video"

In an Elastic Path Commerce Cloud store, sellers can create accounts using Commerce Manager and view the purchase history and the addresses associated with an account. To update the membership limit, see [Updating Account Membership Settings](/docs/commerce-manager/settings/general-settings#updating-address-form-settings).

Expand Down Expand Up @@ -175,5 +176,8 @@ In an Elastic Path Commerce Cloud store, sellers can create accounts using Comme

## Demo

<iframe width="560" height="315" src="https://www.youtube.com/embed/IqAiqg-d--Y" title="Account Management in Commerce Manager" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/IqAiqg-d--Y"
mediaType="embed"
title="Account Management in Commerce Manager" />

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Managing Customers
nav_label: Managing Customers
sidebar_position: 10
---
import Video from "/src/components/CardDisplay/video"

In Commerce Manager, go to **CUSTOMERS AND ACCOUNTS** > **Customer** to manage customers.

Expand Down Expand Up @@ -44,4 +45,7 @@ You can add one or more addresses to the customer details or modify their basic

## Demos

<iframe width="560" height="315" src="https://www.youtube.com/embed/iE5VpO4GS1k" title="Extend a Customer Resource using Flows" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/iE5VpO4GS1k"
mediaType="embed"
title="Extend a Customer Resource using Flows" />
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Creating Flows
nav_label: Creating Flows
sidebar_position: 3
---
import Video from "/src/components/CardDisplay/video"

With flows, you can extend an existing resource or create a new resource for your store or organization. You can also use to create simple custom fields for existing resources or complex collections of fields and data. You can create useful resources for your customers, such as a want list, or blogs for your store or organization.

Expand Down Expand Up @@ -105,4 +106,7 @@ You can filter the list to show only **Enabled** or **Disabled** flows.

## Demos

- <iframe width="560" height="315" src="https://www.youtube.com/embed/uPe5WE0W5pU" title="Creating a Custom Flow" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
- <Video
mediaSrc="https://www.youtube.com/embed/uPe5WE0W5pU"
mediaType="embed"
title="Creating a Custom Flow" />
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Commerce Manager Overview
nav_label: Commerce Manager Overview
sidebar_position: 1
---
import Video from "/src/components/CardDisplay/video"

Commerce Manager is a web-based user interface to manage your store. In Commerce Manager, a user depending on their role within the store can do some or all of the following:

Expand Down Expand Up @@ -67,4 +68,7 @@ For Commerce Manager course in the learning center, see [Commerce Administrator]

## Demos

<iframe width="560" height="315" src="https://www.youtube.com/embed/yz7uZ3GKjLc" title="Getting Started with the Commerce Manager" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/yz7uZ3GKjLc"
mediaType="embed"
title="Getting Started with the Commerce Manager" />
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ nav_label: Orders
sidebar_position: 10
---

import Video from "/src/components/CardDisplay/video"

To view all the orders in the store, log into Commerce Manager and go to **STORE > Orders**. You can manage orders on the **All orders** page.

## Viewing Details of a Specific Order
Expand Down Expand Up @@ -172,5 +174,11 @@ Only seller administrators can export order details.

### Demos

- <iframe width="560" height="315" src="https://www.youtube.com/embed/uEI1Cc5yJqI" title="Order Updates in Commerce Manager" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
- <iframe width="560" height="315" src="https://www.youtube.com/embed/gAk4ny0NZ1Q" title="Shipping Groups" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
- <Video
mediaSrc="https://www.youtube.com/embed/uEI1Cc5yJqI"
mediaType="embed"
title="Order Updates in Commerce Manager" />
- <Video
mediaSrc="https://www.youtube.com/embed/gAk4ny0NZ1Q"
mediaType="embed"
title="Shipping Groups" />
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Configure Elastic Path Payments Powered by Stripe
nav_label: Configure Elastic Path Payments Powered by Stripe
sidebar_position: 3
---
import Video from "/src/components/CardDisplay/video"

## Prerequisites

Expand Down Expand Up @@ -30,4 +31,7 @@ sidebar_position: 3

## Demos

<iframe width="560" height="315" src="https://www.youtube.com/embed/4MjIofAjRao" title="Configuring Elastic Path Payments powered by Stripe" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/4MjIofAjRao"
mediaType="embed"
title="Configuring Elastic Path Payments powered by Stripe" />
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Configure PayPal Express Checkout
nav_label: Configure PayPal Express Checkout
sidebar_position: 2
---
import Video from "/src/components/CardDisplay/video"

## Onboarding PayPal Express Checkout

Expand All @@ -13,7 +14,10 @@ If you have signed up to PayPal Express Checkout, you need to configure it with

Follow the instructions below or, alternatively, watch a video:

<iframe width="560" height="315" src="https://www.youtube.com/embed/07pKiaKc1ds" title="Configuring Paypal Express Checkout" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/07pKiaKc1ds"
mediaType="embed"
title="Configuring Paypal Express Checkout" />

## Testing PayPal Express Checkout in Commerce Manager

Expand Down Expand Up @@ -68,7 +72,10 @@ Follow the instructions below or, alternatively, watch a video:

1. Click **Save**. From PayPal Express platform, you can verify that Elastic Path is onboarded to PayPal Express. Watch the following video:

<iframe width="560" height="315" src="https://www.youtube.com/embed/M-ILzcZreM4" title="Verifying Elastic Path to Paypal Express Checkout" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/M-ILzcZreM4"
mediaType="embed"
title="Verifying Elastic Path to Paypal Express Checkout" />

1. You can change your PayPal Account ID at any time by clicking **PayPal Onboarding** and re-running PayPal onboarding. Re-running PayPal onboarding overwrites the existing Account ID.
1. You can disable PayPal Express Checkout at any time by deleting your PayPal Account ID from **Account ID** or by clearing the **Enabled** checkbox on the **Edit PayPal Express Checkout** page.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Adding Templates to Products
nav_label: Adding Templates to Products
sidebar_position: 50
---
import Video from "/src/components/CardDisplay/video"

Ensure that at least one template is available.

Expand All @@ -16,4 +17,7 @@ Ensure that at least one template is available.

## Demos

<iframe width="560" height="315" src="https://www.youtube.com/embed/NY9D_aKfHGc" title="Configuring Templates and Attributes for Products" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/NY9D_aKfHGc"
mediaType="embed"
title="Configuring Templates and Attributes for Products" />
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Configuring Product Price
nav_label: Configuring Product Price
sidebar_position: 60
---
import Video from "/src/components/CardDisplay/video"

Use this procedure to configure product pricing details, such as price books associated with the product, sale price and volume price, for a product. You can use volume pricing feature to set a different unit price for the product when shoppers make volume purchase of the product. You can select a price book for the product pricing and specify the new unit price offered when a minimum specified quantity is bought.

Expand Down Expand Up @@ -46,5 +47,11 @@ You can use the sale price feature and enable selling the product for a sale pri

## Demos

<iframe width="560" height="315" src="https://www.youtube.com/embed/oqdkiiMTN4s" title="Understanding Price Books in Product Content Management" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/heuLtuYZ1Wc" title="Sale Price Configuration" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/oqdkiiMTN4s"
mediaType="embed"
title="Understanding Price Books in Product Content Management" />
<Video
mediaSrc="https://www.youtube.com/embed/heuLtuYZ1Wc"
mediaType="embed"
title="Sale Price Configuration" />
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Creating Products
nav_label: Creating Products
sidebar_position: 20
---
import Video from "/src/components/CardDisplay/video"

# Prerequisite

Expand All @@ -28,4 +29,7 @@ You can use **Back** and **Next** buttons to navigate through the tabs and the *

## Demos

<iframe width="560" height="315" src="https://www.youtube.com/embed/CPxjjdOmWhM" title="Configuring a Product" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/CPxjjdOmWhM"
mediaType="embed"
title="Configuring a Product" />
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Managing Product Inventory
nav_label: Managing Product Inventory
sidebar_position: 80
---
import Video from "/src/components/CardDisplay/video"

Inventory is the quantity of each product that you have in stock.

Expand All @@ -27,4 +28,7 @@ Inventory is the quantity of each product that you have in stock.

## Demos

<iframe width="560" height="315" src="https://www.youtube.com/embed/HlQd5lvGqVU" title="Configuring Inventory" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/HlQd5lvGqVU"
mediaType="embed"
title="Configuring Inventory" />
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
nav_label: Overview
sidebar_position: 10
---
import Video from "/src/components/CardDisplay/video"

import Overview from "../../../partials/pxm/products/productsoverview.mdx";
import ProductTypes from '/docs/partials/pxm/products/types.mdx';
Expand Down Expand Up @@ -37,5 +38,11 @@ import ProductCatalogs from '/docs/partials/pxm/products/catalogs.mdx';

### Demos

<iframe width="560" height="315" src="https://www.youtube.com/embed/SdaSEgA5rTc" title="Understanding Products in Product Experience Manager" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/_VoXvL9qKPo" title="Product and Hierarchy Management" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/SdaSEgA5rTc"
mediaType="embed"
title="Understanding Products in Product Experience Manager" />
<Video
mediaSrc="https://www.youtube.com/embed/_VoXvL9qKPo"
mediaType="embed"
title="Product and Hierarchy Management" />
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
sidebar_label: Overview
sidebar_position: 10
---
import Video from "/src/components/CardDisplay/video"

import BundlesOverview from "/docs/partials/pxm/bundles/bundles.mdx";

Expand All @@ -29,4 +30,7 @@ import BundlesBundles from "/docs/partials/pxm/bundles/bundlesof.mdx";

## Demo

<iframe width="560" height="315" src="https://www.youtube.com/embed/Sds4sdDiECI" title="Bundles Configuration" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<Video
mediaSrc="https://www.youtube.com/embed/Sds4sdDiECI"
mediaType="embed"
title="Bundles Configuration" />
Loading