Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Do I need SSL cert. with PayPal?


Tzig

Recommended Posts

Posted

Hi,

I'm new using osCommerce and I would like to know if I only use PayPal and wire transfer as paying methods do I have to install a SSL certificate?

 

I also don't need to keep an evidence of my customers, therefore I would like to remove the create account or login page. Can someone tell me if this could be done and how, please? This is how my checkout page I want to look like: http://www.acmesystems.it/?id=61

 

Any reply would be appreciated. Thanks!

 

P.S.: I have very little php knowledge.

Contributions used: italian payment - Bonifico Bancario; Dynamic Meta Tags 1.0; Italian language for 2.2MS2; PayPal IPN Module v1.0; Purchase Without Account; Register Globals; Back buttons

Do you recommend me any other contribution?

Here is My Store, tell me how can I improve it!

Posted

It is not required for paypal. You can skip the create account and login pages by installing either the Puchase Without Account or Fast Easy contributions. Although customers will still have to enter in their shipping information so what little you save on cost for the ssl ($20/year) and time for the checkout pages is hardly worth it in most cases.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted

Thanks for the quick reply.

Now I am not using any SSL certificate but when I'm going to checkout I'm redirected to a secured page: https://store.emcelettronica.com/checkout_shipping.php

How can I do to remove the "s" from https?

 

And my hosting company has shared SSL certificates, what do I need to know from them in order to use it on my site? Do I have to move any file in my httpsdocs directory through ftp?

Contributions used: italian payment - Bonifico Bancario; Dynamic Meta Tags 1.0; Italian language for 2.2MS2; PayPal IPN Module v1.0; Purchase Without Account; Register Globals; Back buttons

Do you recommend me any other contribution?

Here is My Store, tell me how can I improve it!

Posted

Go to your catalog/includes/configure.php file. Set your SSL to false. Also, if you want, define your https_server to http:// something. But the main thing is set your SSL to false. Do this for catalog/admin/includes also.

 

But seriously, you gotta get SSL. I would be very leery of having no SSL if I was shopping at a site, and as a developer, if my admin wasn't SSL'd.

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.thevisiondepot.com');

define('HTTPS_SERVER', 'http://www.thevisiondepot.com');

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.thevisiondepot.com');

define('HTTPS_COOKIE_DOMAIN', 'www.thevisiondepot.com');

define('HTTP_COOKIE_PATH', '/catalog/');

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Posted
And my hosting company has shared SSL certificates, what do I need to know from them in order to use it on my site? Do I have to move any file in my httpsdocs directory through ftp?
You just need the url they use. Then enter that in the configure file above in place of the site name and set the ssl option to true. Also change the https_cookie setting to the new url.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Archived

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

×
×
  • Create New...