UC Cart Theme
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.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.0 | 2008-Jul-23 | 8.28 KB | Download · Release notes | Recommended for 5.x | |
