commerce icon indicating copy to clipboard operation
commerce copied to clipboard

[BUG] title on check out page returns to mybigcommerce Storefronts page

Open buty619 opened this issue 4 years ago • 7 comments

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

Screen Shot 2020-10-27 at 9 21 19 PM

Redirects page

Screen Shot 2020-10-27 at 9 21 46 PM

buty619 avatar Oct 28 '20 02:10 buty619

We'll send this to BigCommerce right now. Thank you! I'll keep you posted.

okbel avatar Oct 28 '20 13:10 okbel

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 avatar Nov 04 '20 22:11 RayeEThompson

@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.

buty619 avatar Dec 03 '20 00:12 buty619

Any update on this issue? I tried changing the link with a custom script but that did not work.

bryant273092 avatar Dec 26 '20 02:12 bryant273092

@RayeEThompson any update?

okbel avatar Mar 16 '22 11:03 okbel

Hi @okbel @RayeEThompson, Any update on this? I think We all are facing this issue.

syedcts avatar Apr 28 '22 19:04 syedcts

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.

syedcts avatar May 06 '22 14:05 syedcts

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

manovotny avatar Apr 18 '23 02:04 manovotny