Plugin Directory

Changeset 3488135


Ignore:
Timestamp:
03/22/2026 10:02:10 AM (13 days ago)
Author:
patsatech
Message:

Updated the readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sagepay-form-gateway-for-woocommerce/tags/1.4.7/readme.txt

    r3488133 r3488135  
    11=== SagePay Form Gateway for WooCommerce ===
    22Contributors: patsatech
    3 Tags: ecommerce, payment gateway, woocommerce,sagepay form,sagepay go
     3Tags: ecommerce, payment gateway, woocommerce, opayo, sage pay, elavon, checkout
    44Requires at least: 4.5
    55Tested up to: 6.9
     
    99License: GPLv2 or later
    1010
    11 SagePay Form Gateway for accepting payments on your WooCommerce Store.
     11Accept card payments in WooCommerce using Opayo Form (hosted payment page), formerly Sage Pay Form — Elavon.
    1212
    1313== Description ==
    1414
    15 SagePay Form integration is the easiest way to start processing online payments. It can take as little as 20 minutes to set up and is by far the quickest way to integrate Sage Pay.
     15This plugin adds a WooCommerce payment gateway for Opayo Form integration (Sage Pay Form / Elavon hosted form). Customers pay on Opayo’s secure page, so your site does not collect or store card numbers, which reduces PCI scope compared with on-site card fields.
    1616
    17 Form integration is designed to pass transaction details from your website to Sage Pay to carry out authorisation. Outsourcing your payment processing in this way means that no sensitive data is collected, stored or transferred from your site.
     17How it works:
    1818
    19 This Plugin allows you to accept SagePay Payments removing the need for you to maintain highly secure encrypted databases, obtain digital certificates and invest in high-level PCI DSS compliance.
     19* At checkout, the shopper is redirected to Opayo with an encrypted payload (Crypt) built from the order.
     20* After payment, Opayo sends the customer back to your site; the plugin decrypts the response, checks the order and amount, and completes the order when the payment is successful.
     21* Supports classic checkout and registers with WooCommerce Blocks checkout when the block checkout is enabled.
     22
     23Requirements:
     24
     25* WordPress and WooCommerce (see readme headers for tested versions).
     26* An Opayo account with Form integration and credentials from MyOpayo (Vendor name, Encryption password).
     27* HTTPS is strongly recommended for checkout and payment return URLs.
     28
     29Notes:
     30
     31* Uses Elavon’s current Form register hosts (`sandbox.opayo.eu.elavon.com` / `live.opayo.eu.elavon.com`) and VPSProtocol 4.00. Override the register URL with the `woocommerce_sagepayform_register_url` filter if your account requires a different endpoint.
     32* Override the return/notify URL with `woocommerce_sagepayform_notify_url` if needed.
     33
     34Use Elavon / Opayo’s official documentation for account setup, test cards, and regional rules.
    2035
    2136== Installation ==
    2237
    23 1. Download and unzip the latest release zip file.
    24 2. If you use the WordPress plugin uploader to install this plugin skip to step 4.
    25 3. Upload the entire plugin directory to your `/wp-content/plugins/` directory.
    26 4. Activate the plugin through the 'Plugins' menu in WordPress Administration.
     381. Install and activate WooCommerce.
     392. Install this plugin:
     40   * WordPress admin: Plugins → Add New → Upload Plugin, select the zip, Install Now, then Activate; or
     41   * Copy the plugin folder into `wp-content/plugins/` (FTP, Git deploy, etc.), then activate under Plugins.
     423. Open WooCommerce → Settings → Payments, enable “SagePay Form”, then Manage / Set up.
     434. Enter Vendor Name, Encryption password, Vendor email, and set Mode to Test or Live to match your MyOpayo (sandbox vs live). Adjust 3-D Secure, transaction type (Payment / Deferred / Authenticate), emails, and card icons as needed.
     445. Save settings. Complete a test payment in Test mode using Opayo’s test card details before going live.
     45
     46After installation:
     47
     48* Use HTTPS on the storefront and ensure pretty permalinks (or your server rules) allow the WooCommerce API callback at `/wc-api/woocommerce_sagepayform`.
     49* For staging or extra domains, configure allowed URLs or IPs in MyOpayo so Success/Failure redirects are accepted.
    2750
    2851== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.