Error at onepagecheckout

Friday, April 19, 2024 6:04:25 PM
  • Posted: Wednesday, January 23, 2019 10:53 AM
  • 8
At checkout page, after pressing continue button it returns  cart page, in locallhost it work perfect but in my host it fail
0
  • Posted: Wednesday, January 23, 2019 10:56 AM
  • 953
Hi,
Do you have SSL installed or enabled?
Best regards,
Patryk

GrandNode Team
0
  • Posted: Wednesday, January 23, 2019 11:25 AM
  • 8
Tlsv1 enabled, it notice that mixed content error
0
  • Posted: Wednesday, January 23, 2019 12:19 PM
  • 953
If you use linux based server, please follow this tutorial: https://grandnode.com/grandnode-430-how-to-install-ssl-updated
It will help you with SSL installation. Mixed Content error means that you messed up SSL configuration or installation in your store.
Best regards,
Patryk

GrandNode Team
0
  • Posted: Thursday, January 24, 2019 2:14 AM
  • 8
Thank u, I turned on SSL on my host but don't have any change.
0
  • Posted: Thursday, January 24, 2019 2:27 AM
  • 8
And it also add cart to abandoned carts,
0
  • Posted: Thursday, January 24, 2019 3:58 AM
  • 8
Eror when iadd an item(s) to the shopping cart,
1. select Go To Cart,
2. Check :I agree with the terms of service and I adhere to them unconditionally(read)
3. Click: Checkout
4. Takes me to the first step 1. Billing address: Select an address (or type a new address)
5, Click Continue and it takes me back to the shopping card.
It does not get pass the 1. Billing address

Please advise
0
  • Posted: Thursday, January 24, 2019 6:31 AM
  • 953
Hi,
As I said you before, it's problem related with your SSL certificate settings. If you see the Mixed Content error in the Dev Tools console, you will be redirected from checkout. It's expected behavior if online store has wrong configured certificate SSL.

Which version of GrandNode do you use? Which server? Can you share more details?
Best regards,
Patryk

GrandNode Team
0
  • Posted: Thursday, January 24, 2019 9:42 AM
  • 8
4.4, i check that i can't post to checkout/OPCSAVEBILLING   when i press continue at billing address
0
  • Posted: Friday, January 25, 2019 10:22 AM
  • 953
Phil wrote:
4.4, i check that i can't post to checkout/OPCSAVEBILLING   when i press continue at billing address


@Phil, can you add this code to your GrandNode? It can be home page or shopping cart. Just add @inject at the beginning and the rest in the visible content part of the page. And please tell me what values you will receive.

@inject Microsoft.AspNetCore.Http.IHttpContextAccessor _httpContextAccessor

@_httpContextAccessor.HttpContext.Request.Scheme
@_httpContextAccessor.HttpContext.Request.IsHttps
Best regards,
Patryk

GrandNode Team
0
back to top
Filters