Manual Updating of Opayo Server by Elavon Module for osCommerce 2.2 and 2.3: Difference between revisions

From osCommerce Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
'''Before Updating:'''
'''Before Updating:'''


Before making any changes, it's essential to back up your existing files to prevent data loss. Make a copy of the file '''sage_pay_server.php''' located in the '''lib/common/modules/orderPayment''' directory.
Before making any changes, it's essential to back up your existing files to prevent data loss. Make a copy of the file '''opayo_server.php''' located in the '''includes/modules/payment''' directory.




Line 10: Line 10:
1. '''Change URL:  '''
1. '''Change URL:  '''


Open the file '''lib/common/modules/orderPayment/sage_pay_server.php''' for editing.
Open the file '''includes/modules/payment/opayo_server.php''' for editing.


Below is the code snippet to update the Opayo Server by Elavon module. This snippet includes the necessary changes to the '''sage_pay_server.php''' file.  
Below is the code snippet to update the Opayo Server by Elavon module. This snippet includes the necessary changes to the '''opayo_server.php''' file.  
[[File:Code snippet.jpg|none|frame]]
[[File:Code snippet.jpg|none|frame]]
Replace the old URLs with the new URLs provided.
Replace the old URLs with the new URLs provided.
Line 18: Line 18:
2. '''Save Changes:'''
2. '''Save Changes:'''


Save the changes made to the '''sage_pay_server.php''' file.
Save the changes made to the '''opayo_server.php''' file.


3. '''Upload Changes:'''
3. '''Upload Changes:'''


Upload the modified '''sage_pay_server.php''' file to your osCommerce, ensuring it replaces the existing file.
Upload the modified '''opayo_server.php''' file to your osCommerce, ensuring it replaces the existing file.




By following these steps, you can manually update the Opayo Server by Elavon Module for osCommerce 2.2 and 2.3, ensuring compatibility with the latest URL configurations for seamless payment processing.
By following these steps, you can manually update the Opayo Server by Elavon Module for osCommerce 2.2 and 2.3, ensuring compatibility with the latest URL configurations for seamless payment processing.

Revision as of 16:51, 20 March 2024

While osCommerce 4.x offers new features and improvements, many shop owners still rely on the stable osCommerce 2.x versions. This guide provides instructions for manually updating the Opayo Server by Elavon Module to ensure compatibility and security.

Before Updating:

Before making any changes, it's essential to back up your existing files to prevent data loss. Make a copy of the file opayo_server.php located in the includes/modules/payment directory.


To update the Opayo Server by Elavon Module for osCommerce 2.2 and 2.3, follow these steps:

1. Change URL:  

Open the file includes/modules/payment/opayo_server.php for editing.

Below is the code snippet to update the Opayo Server by Elavon module. This snippet includes the necessary changes to the opayo_server.php file.

Code snippet.jpg

Replace the old URLs with the new URLs provided.

2. Save Changes:

Save the changes made to the opayo_server.php file.

3. Upload Changes:

Upload the modified opayo_server.php file to your osCommerce, ensuring it replaces the existing file.


By following these steps, you can manually update the Opayo Server by Elavon Module for osCommerce 2.2 and 2.3, ensuring compatibility with the latest URL configurations for seamless payment processing.