Commerce Checkout Context Router

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides an alternative to the commerce_checkout_router(). It allows you to register a callback (redirect_callback) in hook_commerce_checkout_page_info() which is called with the context of what direction the user is navigating.

This module was developed to provide an easy way to have conditional pages during checkout.

Panels Named Panes

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides an alternative Panel's renderer that renders panes as variables directly to custom layout templates. With the standard Panel's renderer, you are restricted to assigning panes to Panels regions--which is good for drag and drop layouts--but problematic when you want to use all the page manager goodness to create centralized semantic page layouts in code--particulalry when your HTML/CSS/JS devs are not Drupalists.

By design, this renderer ignores Panels admin region(s) and the pane order.

Ubercart Abandoned Cart and Order Reminders

Component type

module

Maintenance status

Development status

Downloads

731

Component created

Component changed

What is Ubercart Abandoned Cart and Order Reminders?

This module allows you to send reminder e-mail notifications to customers who have abandoned a cart or order on your site. The notification template can be customized to your needs, and you may choose to enable notifications for abandoned carts and abandoned order independently.

Features

  • Sends notifications for abandoned cards (for logged in users only) and for abandoned orders (logged in users or those who have entered and email address)
  • Configurable delay for when a cart is considered abandoned
  • Can be linked to a Boolean user profile field to allow users to opt-out of future notifications; see the README.txt file for details
  • User activity (updating cart, checking out a new order or order submission) automatically suppresses notifications on older abandoned carts and orders, preventing duplicate or needless notifications
  • Uses a Rules-based action set for better user control over how notifications get sent