commerce
commerce copied to clipboard
[BUG] title on check out page returns to mybigcommerce Storefronts page
Description
when i'm on the checkout page from mybigcommerce if i click the title of the page they re directs me to the Storefronts page from mybigcommerce, how i can change that url so only re directs to nextjs commerce page ?
Check Out Page
Redirects page
We'll send this to BigCommerce right now. Thank you! I'll keep you posted.
TY @okbel and @buty619, I am looking into this now might need a day to confirm my suspicions. Are you in our BigCommerce Dev Slack? If you can join by filling out this form. I can see if there is anyone having this issue in that forum as well.
@RayeEThompson thanks for time investigating this, i gonna fill the form and see if there is anything i can do to help the team!! if you need some help pls let me know.
Any update on this issue? I tried changing the link with a custom script but that did not work.
@RayeEThompson any update?
Hi @okbel @RayeEThompson, Any update on this? I think We all are facing this issue.
Hi @buty619 @okbel, I had a word with BC support, they said @RayeEThompson is not with Bigcommerce anymore. They suggested a few things and with that help, I was able to fix this issue and also made some more changes to the checkout and checkout success page. To achieve this in headless, BC provides an option to make changes in these pages via the stencil theme edit option, I basically hardcoded my home URL on the checkout.html page, although we can do this by adding that URL in the config file and import via Handlebar. Also, I made some text changes(By changing in translation file), and hide the signup/login option from the checkout and checkout-success page with the help of CSS provided in the default theme. these changes will work fine in projects based on this repo also. @okbel I think there are some more GH open issues related to this. I think we can link them and close them.
Hey there! Thank you for your contribution. We have decided to take Next.js Commerce in a new direction and will be closing out current PRs and issues due to this change. Please see this PR for more details: #966