Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pm2checkout - not showing in payment, modueles


thailandosc

Recommended Posts

I installed the pm2checkout module.

 

Following the instructions i removed the original 2checkout.com modue - by this i understood to log in to admin and uninstall 2checkout module - i did not remove any files from the server.

 

I uploaded the files from the contribution and made the changes to the config file.

 

Step five in the install.txt says to go to admin and install the pm2checkout module, however all i can see is a module 2checkout.com which is the one i uninstalled earlier.

 

There is no modues showing pm2checkout.

 

What have i done wrong?

 

 

Another thing, in the (pm2checkout contribution) install file. I am suck on something....

 

 

 

1. In osCommerce Admin, under Configuration->Cache->Use Cache, set to false

 

2. Under Configuration->Sessions->Force Cookie Use, set to true

 

3. Edit /catalog/includes/configure.php

For non-SSL sites:

change the lines:

define('HTTP_COOKIE_DOMAIN', '');

to:

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

OR if your site does not use the www prefix, use the line below: (you

must have 2 periods!)

define('HTTP_COOKIE_DOMAIN', '.yoursite.com');

 

For SSL sites just make the same changes to the appropriate lines (all

lines with HTTPS)

 

And define the cookie path(s):

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

 

4. In /catalog/pm2checkout_process.php:

Change to http://www.mysite.com to your site url - remember to change

the http: to a https: if you have a SSL site.

 

5. Enable the pm2checkout module and enter your site settings. The

login/store number is a six-digit or higher number and not your username.

 

*****

Highlighted in bold .... i am using NON ssl site. Does this mean I must add these lines (in bold) to the config file? Or are they talking about for SSL sites only.

 

 

 

Thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...