Error at onepagecheckout
Monday, November 25, 2024 2:29:51 PM
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.
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
Patryk
GrandNode Team
0
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
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
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?
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
Patryk
GrandNode Team
0
Phil wrote:
@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
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
Patryk
GrandNode Team
0