Commerce Cardsave Direct
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Commerce CardSave is a module that integrates the CardSave payment gateway into your Drupal Commerce store.
Commerce CardSave is a module that integrates the CardSave payment gateway into your Drupal Commerce store.
Extend the Webform module to enable payment/purchase forms that submit to CASHNet eMarket Checkout. Accomplished by providing a "CASHNet Item" Webform Component that when added to any Webform will submit an item to Checkout. Multiple "CASHNet Item" components can be added to a single form, and their individual submission to the CASHNet shopping cart can be controlled by other fields on the form.
The Address Empty module fixes a potential problem with the Address Field module, that if a Country has been selected as the default, an address is created even if no other information is entered.
This module defines an address as empty if only the Country is set.
This module will become redundant once this issue is resolved:
This is an e-commerce module for processing payment using Braintree Payments if you do not feel like using an entire store like Ubercart or Commerce. It also is an e-book creator ("wizard") in which the site admin can click through a series of UI options and then have a pay-per-chapter/content "book" with a pre-made table of contents and teaser + "pay to read full article" for each chapter/node.
This is an e-commerce module for processing payment using Stripe Payments if you do not feel like using an entire store like Ubercart or Commerce. It also is an e-book creator ("wizard") in which the site admin can click through a series of UI options and then have a pay-per-chapter/content "book" with a pre-made table of contents and teaser + "pay to read full article" for each chapter/node.
The Zombaio module provides an API that allows you to integrate your Drupal site with Zombaio. Zombaiois a service that handles credit card transactions instead of the website itself having to deal with any financial information.
IN DEVELOPMENT
The functionality of this module is now in Commerce VAT module so this is obsolete.
When calculating a VAT-included price from an integer price, there is a mathematacal Problem that not every price is possible. This module solves that Problem by changing tax calculation so that the unit price does not change after tax calculation.
This plugin make the link between the bookingLive account and your Drupal website.
It's calling an Iframe each time you call a page of your bookingLive account.
The plugin also need a Javascript file from our servers.
BookingLive is an Online Booking System that allows businesses to manage their customers, bookings and online payments.
This plugin connects your Drupal site to your BookingLive account, and allows your customers to book in real-time within your existing Drupal site.
$site_email = variable_get('site_mail', '');
$today_date = mktime(0,0,0,date("m"),date("d"),date("Y"));
"Tomorrow is ".date("Y/m/d", $today_date);
$tomorrow = mktime(0,0,0,date("m"),date("d")-600,date("Y"));
"Tomorrow is ".date("Y/m/d", $tomorrow);
$sql = "SELECT uc_order_products.order_product_id AS order_product_id, uc_orders.order_id AS uc_orders_order_id, uc_orders.uid AS uc_orders_uid, node.title AS node_title, uc_orders.order_status AS uc_orders_order_status, uc_orders.primary_email AS uc_orders_primary_email, uc_order_products.qty AS