This project is not covered by Drupal’s security advisory policy.

Like my similar module EC Cart Theme, this module works in tandem with taxonomy_theme to theme the checkout process according to cart contents.

Scenario:

  • A single site allows donations (using uc_donation) to multiple projects (each of which is a uc_donation node).
  • Each project is an independently marketed, standalone landing page meant to receive donations but provide no navigation to other parts of the Ubercart Store.
  • Using taxonomy_theme it's easy to theme each project page to have its own look
  • Without uc_cart_theme, however, the checkout process reverts to the default theme for the site as soon as the user leaves the donation node and heads to any cart/* page.

This module solves that problem rather simply. If the path starts with "cart," we grab the first item in that cart and see if it's view-state is themed by taxonomy_theme. if that is the case, then we also theme the screen the user sees during the checkout workflow.


This module is provided by Brian Miller.

Project information

  • Created by suydam on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases