The current maintainers are looking for new people to take ownership.

Files undo remove

Files undo remove

This module is a usability enhancement to a Field API field with uploaded files with cardinality set to unlimited or more than 1.

Commerce add to cart popup

Commerce add to cart pop up demo image

The Commerce module allow the store administrator to add fields to the line order and show them in the add to cart form, wich you can add to any view where the products are shown .

Commerce Custom Line Items (Types)

This module should be considered deprecated, as Ryan prefers Commerce Customizable Products. If you would like to maintain it, however, please just open an issue asking for maintainership. It won't get much more love from me...

In Drupal Commerce there are lots of things you can do with a custom line item type. You can add fields to it which allow the user to customize the item when adding to the cart, or add other custom information to the line item in an order.

This module allows you to create custom line item types from the UI just as you do with product types in Commerce.

If this doesn't meet you needs, you may want to try out Commerce Customizable Products, which is a related module, or do a little custom code: the line_item_example in Commerce Examples will teach you how to write a little code to create your own custom line item.

CSS Options

Example of css options on theme settings page

The CSS options module enables theme developers to easily expose some options around the included CSS within the site via the theme settings form.

This module does the housekeeping for managing the inclusion of conditional CSS within the site so the theme developer can focus on design.

Instructions

  1. download and enable the css_options module
  2. Within your theme create a css_options directory.
  3. within your theme's css_options directory create a directory for each option you want exposed to the user with the following naming convention. "YOUR OPTION.option". The end user will see a select choice with "YOUR OPTION" as its title.
  4. Within each option directory add one css file that represents the css corresponding to the choice. Name your file with the standard '.css' extension.

Example

If I create the following directory structure in my theme

  • css_options
    • Font Family.option
      • Sans-Serif (Helvitica, Arial).css
      • Serif (Georgia, Times).css

The css_options module will expose a "Font Family" option on the theme settings page with the following choices;

  • No Additional Style
  • Sans-Serif (Helvetica, Arial)
  • Serif (Georgia, Times)

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer