All Projects → agtt → opencart-3-sanalpos

agtt / opencart-3-sanalpos

Licence: other
OpenCart 3.x Sanal Pos Entegrasyonu Ücretsiz

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects

Projects that are alternatives of or similar to opencart-3-sanalpos

EPAYMENT
EPayment - Multi Payment Provider for .Net Core
Stars: ✭ 43 (+138.89%)
Mutual labels:  payment-integration, sanalpos, akbank
nestpay.go
Asseco NestPay (EST) Virtual POS API with golang
Stars: ✭ 22 (+22.22%)
Mutual labels:  sanalpos, akbank
stripe
Stripe integration with Magento 2
Stars: ✭ 58 (+222.22%)
Mutual labels:  payment-integration
Magento2Msp
MultiSafepay plugin for Magento 2 (Deprecated) see: https://github.com/MultiSafepay/magento2
Stars: ✭ 29 (+61.11%)
Mutual labels:  payment-integration
paymentgateway
Dokumentace ČSOB platební brány a jejího eAPI pro platby platebními kartami, Apple Pay, mallpay a platebními tlačítky ČSOB.
Stars: ✭ 104 (+477.78%)
Mutual labels:  payment-integration
vsf-payment-klarna
Klarna Checkout for Vue Storefront
Stars: ✭ 16 (-11.11%)
Mutual labels:  payment-integration
awesome-payment
A curated list of payment services
Stars: ✭ 22 (+22.22%)
Mutual labels:  payment-integration
adyen-python-api-library
Adyen API Library for Python
Stars: ✭ 41 (+127.78%)
Mutual labels:  payment-integration
culqi-php
Biblioteca que permite integrar la pasarela de pagos CULQI.
Stars: ✭ 32 (+77.78%)
Mutual labels:  payment-integration
cybersource-android-sdk
The CyberSource InApp SDK enables developers to simply and securely incorporate mobile payments into their Android applications.
Stars: ✭ 25 (+38.89%)
Mutual labels:  payment-integration
adyen-dotnet-api-library
Adyen API Library for .NET
Stars: ✭ 69 (+283.33%)
Mutual labels:  payment-integration
nagadApi
This is Bangladeshi nagad payment gateway api development library. This library can be used in any php application.
Stars: ✭ 20 (+11.11%)
Mutual labels:  payment-integration
django ecommerce
Scalable Django E-Commerce, perfect to start one new online shop project.
Stars: ✭ 25 (+38.89%)
Mutual labels:  payment-integration
adyen-salesforce-commerce-cloud
Salesforce Commerce Cloud (formerly Demandware)
Stars: ✭ 63 (+250%)
Mutual labels:  payment-integration
GarantiVp
Garanti Bankası Sanal Pos İstemcisi
Stars: ✭ 65 (+261.11%)
Mutual labels:  sanalpos
creatly-backend
🚀 Creatly backend app
Stars: ✭ 71 (+294.44%)
Mutual labels:  payment-integration
tpay-php
No description or website provided.
Stars: ✭ 17 (-5.56%)
Mutual labels:  payment-integration
linkpe
Linkpe is a Node.js based API🐳 to generate shareable UPI Payment links
Stars: ✭ 22 (+22.22%)
Mutual labels:  payment-integration
opencart-js-css-minifier
JS & CSS Minifier for OpenCart 2.1
Stars: ✭ 13 (-27.78%)
Mutual labels:  opencart
magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-16.67%)
Mutual labels:  payment-integration

OpenCart 3.x Sanal POS Entegrasyonu

Aldığınız hataları https://www.iova.co.uk/opencart-3-x-sanalpos-entegrasyonu-ucretsiz bu başlık altında bildirebilirsiniz.

Veritabanında olması gereken tablo , normal kurulumda gelmez ise bunu phpmyadminden okutabilisiniz. Table Prefix kısmına dikkat edelim "oc_"

CREATE TABLE IF NOT EXISTS `oc_webposbank` (
`bank_id` INT(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL,
`image` varchar(64) NOT NULL,
`method` varchar(64) NOT NULL,
`model` varchar(64) NOT NULL,
`short` varchar(64) NOT NULL,
`status` tinyint(1) NOT NULL,
PRIMARY KEY (`bank_id`)
) ENGINE=MyISAM DEFAULT COLLATE=utf8_general_ci;

Entegre Bankalar :

Garanti
YapıKredi
EST(FinansBank,HalkBank,İş Bank,AkBank)
KuveytTurk
Payu İ-Para

Information

Author : Agit ISIK
E-mail : [email protected] Web : www.iova.co.uk

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].