Skip to content

Commit 37a69a5

Browse files
committed
remove ref to legacy next-next-url metatag value. Update with next-success-url for checkouts
1 parent 2e12ebf commit 37a69a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/campaign-cart/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Configure the SDK using meta tags in your HTML head:
213213
<meta name="next-page-type" content="product">
214214

215215
<!-- Next URL: Redirect after order completion (for checkout pages) -->
216-
<meta name="next-next-url" content="/upsell">
216+
<meta name="next-success-url" content="/upsell">
217217

218218
<!-- Prevent Back Navigation: Usually on first upsell page -->
219219
<meta name="next-prevent-back-navigation" content="true">
@@ -244,7 +244,7 @@ Configure the SDK using meta tags in your HTML head:
244244
<meta name="next-page-type" content="product">
245245

246246
<!-- Next URL: Redirect after order completion (for checkout pages) -->
247-
<meta name="next-next-url" content="/upsell">
247+
<meta name="next-success-url" content="/upsell">
248248

249249
<!-- 2. Then: Load the SDK -->
250250
<!-- Replace @v0.3.10 with the latest version from GitHub releases -->

0 commit comments

Comments
 (0)