Skip to content

paytabscom/paytabs-drupal-commerce

Repository files navigation

Commerce PayTabs PT2

Description

This module provides integration with the PayTabs payment gateway.

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration

INTRODUCTION

This project integrates PayTabs online payments into the Drupal Commerce payment and checkout systems.

REQUIREMENTS

This module requires no external dependencies. But make sure to enable the 'Telephone' core module.

INSTALLATION

  • Install Via Composer:

    • composer require paytabscom/paytabs_drupal_commerce
  • Install Via Github Repo Link:

  • Go to 'Extend' as an administrator, and Enable the module

CONFIGURATION

  • Create new PayTabs payment gateway Administration > Commerce > Configuration > Payment gateways > Add payment gateway Provide the following settings:

    • Merchant Profile id.
    • Server key.
    • Merchant region.
    • Order Complete status
    • Paypage Mode
    • iframe
  • Make sure to install telephone module and enable it

    • go to config / people / profile types/ manage fields / add new field
    • add phone number field with name phone.
  • Make sure that your website currency is as same as your currency in payTabs profile

SCREENSHOTS

Configuration Page

Checkout Page

Payment Page

return Page

order status Page

payment result Page