How to have my Stencil Checkout link back to my Catalyst Store #996
Unanswered
danielalexvega
asked this question in
Q&A
Replies: 1 comment
-
Hi @danielalexvega , you just need to set up your Routes: https://developer.bigcommerce.com/docs/rest-management/sites/site-routes#update-a-sites-routes Here's an example payload we use for base catalyst:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🔥 🔥 🔥 🔥 🔥
Hello, I have a Catalyst store launched on Vercel, and everything so far is working. When the customer adds something to the cart, and checks out, they are directed to the Stencil checkout.
I've customized the Stencil checkout so that the logo in the header links back to the Catalyst site (and now the Stencil store), but on the Order Confirmation page, there's a script
{{{ checkout.order_confirmation_content }}}
And I don't know how to get that to link back to my Catalyst site.
Here is my Stencil site. https://cape-ann-fresh-catch-demo.mybigcommerce.com/
Here is my Catalyst site. https://twenty-four-hour-corner-store.vercel.app/
Thanks
Beta Was this translation helpful? Give feedback.
All reactions