Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Install of Paypal module


rev.ray.walker

Recommended Posts

I downloaded and then upload to my site the paypal module PayPal App for osCommerce Online Merchant.  Following install instructions I was copy and pasting files per instructions.  I copied the first file from Docs but when I went into Catalog the Hooks.php was not there.  I just had Hooks folder and the same with eaxch of the rest of Copy and replace.  I am using OSC 2.3.4

 

??Can anyone help please??

 

Copy the following file from:
docs/legacy/v234/includes/classes/hooks.php
to:
catalog/includes/classes/hooks.php
In the following file:
catalog/includes/application_top.php
add to the bottom (before ?>):
require(DIR_FS_CATALOG . 'includes/classes/hooks.php');
$OSCOM_Hooks = new hooks('shop');
In the following file:
catalog/admin/includes/application_top.php
add to the bottom (before ?>):
require(DIR_FS_CATALOG . 'includes/classes/hooks.php');
$OSCOM_Hooks = new hooks('admin');
 
Copy (and overwrite) the following file from:
docs/legacy/v234/admin/includes/classes/order.php
to:
catalog/admin/includes/classes/order.php
Copy (and overwrite) the following file from:
docs/legacy/v234/admin/orders.php
to:
catalog/admin/orders.php
In all catalog/admin/includes/languages/LANGUAGE/orders.php language files, add
the following language definition:
define('ENTRY_ADD_COMMENT', 'Add Comment:');
Link to comment
Share on other sites

Hi Reverend,

 

I just downloaded to file set from this link: http://addons.oscommerce.com/info/9184 Once you look in there you will see a "catalog" folder, a "docs" folder and the readme file. You need to go into the "docs" folder (NOT catalog for this file), then into the "legacy" folder and then chose which version you are using which you stated was 2.3.4 so the "v234" folder and so on. Check the instructions carefully and you will see as you posted: 

 

Copy the following file from:

docs/legacy/v234/includes/classes/hooks.php
Link to comment
Share on other sites

Archived

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

×
×
  • Create New...