Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (edited)

We have our site www.radiocontrolworld.co.uk if we buy something then checkout with paypal we get 404 error

 

https: // www.radiocontrolworld.co.uk/catalog/ext/modules/payment/paypal/express.php?osCsid=b37f2a7beeeccb2e457dbc7f2634f

 

if we check out normal we get 404 error

https: // www.radiocontrolworld.co.uk/catalog/checkout_shipping.php?osCsid=b37f2a7beeeccb2e457dbc7f2634f

 

I assume it cant find the file as its going to htpps and we dont have that? With ecwid the paypal should go to paypal site for the https and it work in that so how do we stop it looking for https and use http so it can find the file?

Edited by Jan Zonjee
Posted

In your /catalog/includes/configure.php file disable SSL.

 

Change this:

 

define('ENABLE_SSL', true);

 

To this:

 

define('ENABLE_SSL', false);

 

You might have to change permissions on the file to allow editing first.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

@@samuria

 

I would suggest having an active SSL on your website to protect your customers information even if you use PayPal, your customers information is worth protecting. SSL's are as cheap as $30.00/yr so really there is no excuse for not protecting your website.

 

 

Chris

Posted

@@samuria

 

ps. Justhost offers a FREE shared SSL, you just have to set it up properly.

 

 

Chris

Posted

Before puchasing a SSL certificate best to check with your host to be certain the server you are on meets all the requirements.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...