Certainly! Here you go:
A CS-Cart payment processing plugin leveraging Twispay for secure online transactions.
- Administrative access to your CS-Cart platform.
- An active Twispay Account with retrieved credentials (Site ID and Secret Key).
Clone or download the repository:
git clone [email protected]:Twispay/cs-cart.git
- Navigate to your CS-Cart root directory.
- Upload the plugin folder into the
app/addons
directory of your CS-Cart installation.
- Access the CS-Cart admin dashboard.
- Go to
Add-ons
>Manage add-ons
. - Locate and click “Install” next to "Twispay Payment Processor".
- Once installed, ensure it is activated.
- Go to
Administration
>Payment methods
. - Click “+” to add a new payment method, name it (e.g., “Twispay”) and select the processor as “Twispay Payment Processor”.
- Input your Twispay
Site ID
andSecret Key
within the configuration fields. - Add any relevant payment instructions for customers at checkout.
- Click “Save”.
- Perform a test order using Twispay as the payment method.
- Verify successful payment processing and order status updates within CS-Cart.
- After thorough testing, your store is ready to accept payments via Twispay!