Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL buy_botton problem


Recommended Posts

your shop is not setup corectly. The buy button is redirecting to none SSL links, For it to work on SSL all links must be https.

Check both config files and make sure all paths are set to https. Also check your redirects to be sure all are going to https. Also check all in code links to be sure they are all https.

<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navDropdownCart">
    <a class="dropdown-item" href="http://************/shopping_cart.php">1 item(s), 8,00EUR</a><div class="dropdown-divider"></div>
<a class="dropdown-item" href="http://*****

 

image.png.908673b6c2520970c9227481aaced809.png

 

Link to comment
Share on other sites

22 minutes ago, bitit.it said:

this problem  bring   on not add to cart

Add to cart is working fine, on product index page, the issue is with buy button on product info page as it redirects to http shopping_cart.php

image.png.42fe80957fe3ea1249c0af001c425540.png

 

Link to comment
Share on other sites

in your includes/configure.php file both HTTP_SERVER and HTTPS_SERVER should start with 'https://'

Contact me for work on updating existing stores - whether to Phoenix or the new osC when it's released.

Looking for a payment or shipping module? Maybe I've already done it.

Working on generalising bespoke solutions for Quickbooks integration, Easify integration and pay4later (DEKO) integration at 2.3.x

Link to comment
Share on other sites

8 minutes ago, BrockleyJohn said:

in your includes/configure.php file both HTTP_SERVER and HTTPS_SERVER should start with 'https://'

thank you BrockleyJohn

i have think to this  and done in this way, but i believe isn't exactly how should  work the software. 

however in this way  it work

i believe that the software have some problem in SSL mode,  for  the example i have also this error in admin page. look the attachment

Enrico

oscommerce_093807.jpeg

Link to comment
Share on other sites

osC SSL support was designed to use http: when browsing and https: for login and checkout. This was the recommended approach when SSL became available to shopowners.

Nowadays it is recommended to secure all traffic.

In your admin either you have not done the same thing in that configure, or if you have then there is some hard-coding in a dashboard module for reviews.

Contact me for work on updating existing stores - whether to Phoenix or the new osC when it's released.

Looking for a payment or shipping module? Maybe I've already done it.

Working on generalising bespoke solutions for Quickbooks integration, Easify integration and pay4later (DEKO) integration at 2.3.x

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...