Skip to content

Commit 2514b48

Browse files
Merge branch 'main' into MT-19664
2 parents 3fabf5a + 4e7c761 commit 2514b48

File tree

26 files changed

+2123
-200
lines changed

26 files changed

+2123
-200
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: 'New go_live_after Date Now Available for Pending Subscriptions'
3+
date: '2024-08-14'
4+
tags: ['Subscriptions']
5+
hide_blog_post_date: false
6+
---
7+
8+
**MINOR** For a subscription with a `pending` state, you can now configure a `go_live_after` date. This is useful as it ensures both the subscription provider and subscriber are clear about when a subscription officially begins. For more information, see [Creating a pending subscription](/docs/api/subscriptions/subscriptions#creating-a-pending-subscription).
9+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Added Stacking and Priority in Promotions Builder'
33
date: '2024-09-04'
4-
tags: ['Commerce Manager']
4+
tags: ['Commerce Manager', 'Promotions Builder']
55
hide_blog_post_date: false
66
---
77

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Klevu integration update'
3+
date: '2024-09-12'
4+
tags: ['Integrations']
5+
hide_blog_post_date: false
6+
---
7+
8+
**INTEGRATIONS HUB** Released Klevu Integration V6 (US) - V5 (EU): This new version adds the ability to use Product ID instead of Slug in URLs.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Studio Release 202 | September 04, 2024
3+
date: 2024-09-04
4+
tags:
5+
- Studio
6+
---
7+
8+
#### Overview
9+
10+
Mainly bug fixes in this release.
11+
12+
#### Complete List of Resolved Items
13+
14+
#### Advanced Graphene
15+
16+
* **Bug** - Fixed an issue where the product ID and SKU were not displaying correctly in the `product_id` and `product_sku` fields in the GrapheneHCClient.
17+
18+
#### Landing Pages
19+
20+
* **Bug** - Fixed an issue where a draft website page's editor was unreachable.
21+
* **Bug** - Fixed an issue where some integrations were not included on account pages causing errors on the pages.
22+
23+
24+
#### Proxy Sites
25+
26+
* **Bug** - Fixed an issue where resetting a cart did not redirct correctly for proxy sites.
27+
28+
#### Media
29+
30+
* **Bug** - Fixed an issue where media sections were not respecting video sizes.
31+
* **Bug** - Fixed an issue where the media editor did not match the preview or published page.
32+
* **Bug** - Fixed an issue where on some product display pages, some or all of the thumbnail images were intermittanly missing.
33+
34+
#### Style Guide
35+
36+
* **Bug** - Fixed an issue where hover text was too dark on a dark background.
37+
38+
#### Page Views
39+
40+
* **Bug** - Fixed an issue where Studio page views were showing 0 for some sites.
41+
42+
43+
44+
45+

docs/organizations/org-level-pxm-entities/_category_.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/organizations/org-level-pxm-entities/index.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

docs/partials/pxm/import/import.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You cannot use product import to:
1515
- Delete existing products.
1616
- Import product bundles.
1717

18-
Product Import uses a [**Comma Separated Values (CSV)**](/docs/api/pxm/products/product-import-bulk-update#characteristics-of-csv-import-files) file to import/update products, main image files, and custom extension data.
18+
Product Import uses a [**Comma Separated Values (CSV)**](/docs/api/pxm/products/product-import-bulk-update#characteristics-of-csv-import-files) file to import/update products, main image files, and custom extension data. See an [example file](/assets/pim_product_import_example.csv).
1919

2020
When you send a product import request, a job is created. Jobs are processed one at a time. You can continue to send product import requests, but those jobs are queued. In other words, Commerce looks for any jobs that have a status of PENDING and starts the job with the earliest created date. This process is repeated until all jobs are processed. See [**Jobs**](/docs/api/pxm/products/jobs) API or [Jobs](/docs/commerce-manager/product-experience-manager/jobs/) in Commerce Manager.
2121

0 commit comments

Comments
 (0)