Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Created August 18, 2023 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihorduchenko/8f528211efdde1f9163e6d983af515d9 to your computer and use it in GitHub Desktop.
Save ihorduchenko/8f528211efdde1f9163e6d983af515d9 to your computer and use it in GitHub Desktop.
Set URL parameter for template redirect on ABLyft
var url = new URL(window.location.href);
url.searchParams.set('view', 'upsell-bundle');
ablyftTools.redirect(url.toString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment