Commerce Cart Empty Paths

Component type

module

Maintenance status

Development status

Downloads

496

Component created

Component changed

About this Module

This module allows site administrators to define multiple paths, and when a user visits a non-declared page, their shopping cart is emptied.

Usage

  1. Download and enable the module.
  2. Go to admin/commerce/config/empty-cart-paths and enter any additional paths. checkout, checkout/*, cart and cart/* are declared by default.
  3. That's it!

Ubercart Affirm

Component type

module

Maintenance status

Development status

Downloads

416

Component created

Component changed

Affirm is a financing alternative to credit cards and other credit-payment products. This project integrates Affirm Credit Payment Gateway into the Drupal Ubercart payment and checkout systems.

REQUIREMENTS

This module requires the following modules:

  1. Sub modules of Drupal Ubercart package.
  2. Ubercart core,
  3. Ubercart Payment (and its dependencies);
  4. PHP cURL library;
  5. Affirm Merchant account (http://help.merchants.affirm.com)

​

Commerce Cart Alternative

Component type

module

Maintenance status

Development status

Component created

Component changed

This module holds an alternative view formatter for the "Add to cart" formatter that exists on the Drupal Commerce's Cart sub-module.
Basically it shows a form with all the product attributes set as a Cart attribute but in a much more performant way.
This performance is achieved by skipping iterations over all product variations and attributes.
So it's perfect for product with lots of variants (performs well on tens of thousands) and if the product has variants for all possible combinations of products.