Ubercart terms and conditions

Component type

module

Categories

Maintenance status

Development status

Downloads

6316

Component created

Component changed

This is a simple module that adds a checkout pane to the Ubercart checkout page to force the user to agree on the site's terms and condition.

You can configure the terms and conditions path.

Configuration screen is at Store administration -> Configuration -> Terms and conditions.

The checkbox label (and link) is themable.

Apache Solr Ubercart Images

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Note: I am not going to actually release this as a separate module. Instead I will contribute the code to the Apachesolr Ubercart Integration project.

This project came out of the somewhat frustrating realization that there was no easy way to use Apache Solr with Ubercart and have the optional images be available for theming and other sorts of output.

Commerce Bulk Product Creation

Component type

module

Maintenance status

Development status

Downloads

23832

Component created

Component changed

(Original code was the Google Summer of Code 2010 Project by Leighton Whiting)

This module facilitates the creation of groups of related products in bulk. Product administrators can select a number of options for various fields, and a product will be created for all possible combinations of these values. Out of the box, only list fields are supported for this, but an API exists to enable other types of fields for 'combination creation'.

The module also provides various ways to create display nodes for the newly-created products:

Ubercart Sage Pay

Component type

module

Maintenance status

Development status

Downloads

2867

Component created

Component changed

This is a payment gateway for Ubercart that implements the "Direct Integration & Protocol Guideline", allowing Ubercart to accept credit card payments via Sage Pay without redirecting the user offsite. It can process 3D-Secure transactions through the "Verified By Visa" and "MasterCard SecureCode" schemes.

UC Test Payment

Component type

module

Categories

Maintenance status

Development status

Downloads

1250

Component created

Component changed

Introduction

I want to be able to test buying products on my live website, which uses Übercart. But I do not want to turn off the site (or even just the cart) while I'm doing that (at least not for hours at a time!)

There is a test mode in my gateway, but that means other users cannot use the gateway in the normal mode while I'm testing. There is also a Test gateway for the Credit Card payment method, but I have to choose between that Test gateway or my regular gateway... so either way users cannot purchase anything while I'm testing.

So?! What the heck??

Now there is the UC Test Payment module that let administrators (UID 1 and anyone in the role(s) that you authorize.) This works 100% in parallel with all the other existing payments and gateways.