Considered feature-complete by its maintainers.

Ubercart CCK Checkout Pane

This module allows you to define CCK nodes as checkout/order panes in Ubercart.

This is useful if you want to collect additional information during the checkout process. For example, you may want a quick survey or require additional fields that apply to the entire order.

Using the CCK module allows for many advantages: the forms/fields can easily be modified by an end-user; less development time is required to create database tables and code to store/retrieve the data; and the form will remember the user's previous answers.

Notes

Maintainers

  • The module was originally created by arski, but is currently in need of an additional/new maintainer.

Sponsors

The development of this module is supported by Joy Group.

Ubercart Checkout Pane Pack

This module is 1 of 3 aimed specifically at enhancing your checkout experience in Ubercart. The other two are:

Single field viewer

Introduction

This module allows CCK fields values to be displayed on separate pages.
This module was created in order to replace old approach of media handling used
at our websites (it was image as node approach and nodereference as glue between
parent nodes (like articles) and child as images). In our case it was big impact
for performance (we got over 300 000 image nodes for only 70 000 "parent nodes")
This solution is quite lightweight (it doesn't requires views) and uses cck
content cache, so it works really fast.
This solution has some disadvantages. CCK field is not powerful like node, so
you cannot do many things like comment such nodes and do other thins.
But if you need to display fields on separate pages, with various layout. If you
need some basic support for tokens and pathauto, this module might serve you well.

Usage

In order to use this module, please enable single field view mode at content type settings page (admin/content/node-type/[content-type-name]). After that, selected, field will be displayed on page node/%nid/field/%field_name/%delta.

In order to theme CCK single values, you can use one of templates with following name's pattern:

single_field_viewer.tpl.php
single_field_viewer-{node-type}.tpl.php
single_field_viewer-{node-type}-{field-name}.tpl.php

Cache Graceful

cache_graceful-2.png

Cache Graceful allows you to update cache in the background, without having to wait for it.

Available through API and a cache plugin for Views and Panels.

Administration Menu select

admin_select.png

The Administration Menu select module is a very basic module that provides a selectbox on the user settings form allowing the user to choose which Administration menu module they wish to use.

Administration Menu select was written and is maintained by Stuart Clark (deciphered).
- http://stuar.tc/lark

 

Features

 

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only