Commerce Liqpay Gateway

Component type

module

Maintenance status

Development status

Downloads

14

Component created

Component changed

This module provides a Drupal Commerce payment method to embed the payment services provided by LiqPay.
It efficiently integrates payments from various sources such as:
- credit cards;
- cash via self-service terminals (offline payments);
- email receipts;
- privat24 banking or liqpay accounts.

Installation

Authorize.net Settings

Component type

module

Maintenance status

Development status

Component created

Component changed

Alters the commerce_authnet settings form to allow overriding a few settings
used to communicate with Authorize.net. After enabling, you'll see some new
fields at the bottom of the Authorize.net AIM payment method settings.

Strictly speaking, this module is unnecessary. The settings can already be
set via Drupal variables using Drush. However, it is sometimes convenient to
be able to set them via the admin ui.

It seemed like there was bound to already be a module that did this, but I
didn't find it.

Commerce PayTabs

Component type

module

Maintenance status

Development status

Downloads

12

Component created

Component changed

This module integrates PayTabs with Drupal Commerce.
This is an offsite payment gateway. It provides credit card payments only, so far.

Installtion instructions:
* You can install this module via Composer (recommended), or
* clone it from drupal.org Git repo, or
* Download the module from drupal.org

Make sure to enable the 'Telephone' core module after installtion since this gateway requiers a phone number. A telephone field is added to the customer profile created by commerce.
This module may use external libraries in its future versions.

Google analytics server triggered events

Component type

module

Maintenance status

Development status

Downloads

11

Component created

Component changed

Ever wanted to trigger a google analytics event when something happens server side? Like a node was saved, a user created or maybe a purchase completed? This module enables you to do that.

Commerce Costs

Component type

module

Maintenance status

Development status

Component created

Component changed

Adds cost fields to Drupal Commerce 2.x so you can determine the profit on each order item sold.

Includes a submodule for supporting resolving a product's cost by a field on the purchasable entity.

Adds a promotion for "Cost plus percent" to let you sell products at cost plus a set markup.

To do:

  • Tests.
  • Add fields to order item and product variation types automagically.
  • Add a markup widget when editing variations so you can set price based on the markup you want.