Данный модуль интегрирует платежную систему PayZippy
ПРИМЕЧАНИЕ:
Пакет для установки будет доступен для скачивания на детальной странице заказа.
Данный модуль осуществляет только базовую интеграцию по приему платежей. Мы не интегрировали возвраты, подписк и прочие методы. Если вы хотите этот модуль для старых версий CS-Cart/ Multi-Vendor, пожалуйста, свяжитесь с нами.
- 4.0.X
- 4.1.X
- 4.2.X
- 4.3.X
- 4.4.X
- 4.5.X
- 4.6.X
- 4.7.X
- 4.8.X
- 4.9.X
- 4.10.X
- 4.11.X
- 4.12.X
- 4.13.X
- 4.14.X
- 4.15.X
Сообщения не найдены
Постоянные клиенты всегда могут рассчитывать на участие в программе лояльности eCom Labs.
To instlall the module please perform the following steps:
- Download the installation archive for the "PayZippy Redirect" module
- Put it to the root directory of your CS-Cart or Multi-Vendor installation and unpack it there
- Log in the administration panel and go to the Administration -> Database page
- Restore the ecl_payzippy.sql file on the Restore tab
- Go to the Administration -> Payment methods and add new payment method
- The PayZippy variant should be selected for the Processor setting
IMPORTANT NOTE: In order to let script correctly process the response data from PayZippy server, it is required to open the CSCART_DIR/init.php file and replace this part of code
if (isset($_REQUEST['version'])) {
with this one:
if (isset($_REQUEST['version2'])) {
In other case, the used CS-Cart / Multi-Vendor version will be displayed to the customer instead of the Order landing page after the payment is completed.