Giter Club home page Giter Club logo

osclass's Introduction

Расширение Osclass сервиса «Экспресс Платежи»

Расширение CMS Osclass для интеграции с сервисом «Экспресс Платежи». Расширение позволяет производить прием платежей с помощью ЕРИП, банковских карт и E-POS.

Скачать ZIP
Наш Youtube канал с опубликованными видео по расширениям

Минимальные требования для установки плагина:

  • Osclass v3.3.1 и выше;
  • Osclass Pay Plugin v1.8.4 и выше.

Добавление кнопки оплаты в плагин Osclass Pay Plugin v3.4.4 и ниже

Для отображении кнопки оплаты необходимо изменить файл \oc-content\plugins\osclass_pay\functions.php добавив в конец функции osp_buttons следующие строчки:

if(class_exists('ExpresspayPayment') && osp_param('expresspay_enabled') == 1) {
	ExpresspayPayment::button($amount, $description, $itemnumber, $extra_array);
}

в конец функции osp_buttons_js следующие строчки:

if(class_exists('ExpresspayPayment') && osp_param('expresspay_enabled') == 1) {
   	ExpresspayPayment::dialogJS();
}

Адрес для обработки URL уведомлений от сервиса «Экспресс Платежи»

http://{адрес_сайта}/index.php?page=ajax&action=runhook&hook=expresspay_processPayment

osclass's People

Contributors

annastas1a avatar tsvetckovdmitriy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.