I just learned that we can now send people to a single checkout page in 2Checkout's process. It's an easy fix. Just need to update the link.
For the single page in catalog/controller/payment/twocheckout.php
Find:
Code: Select all
$this->data['action'] = 'https://www.2checkout.com/2co/buyer/purchase';
Code: Select all
$this->data['action'] = 'https://www.2checkout.com/checkout/spurchase';
To upgrade the link in catalog/controller/payment/twocheckout.php
Find:
Code: Select all
$this->data['action'] = 'https://www.2checkout.com/2co/buyer/purchase';
Code: Select all
$this->data['action'] = 'https://www.2checkout.com/checkout/purchase';
Enjoy!
Gilmore