Passed Duration

Component type

module

Maintenance status

Development status

Component created

Component changed

Provide a CCK field type that lets you choose two drop down fields like year & month.
Display output of this field shows no of years and months.
This module will be mostly used wherever past duration needs to display in year and month format.
For Ex: In any job portal site you need to add a field for experience, this module will help it out.
Integration with views module.

hiddend7

Component type

module

Maintenance status

Development status

Component created

Component changed

d7 version of the hidden module

The d6 Version of hidden had a filter, report for hiding and an email report
feature. These features have been removed.
Instead of the filter you can use the simple_regex_filter project
I'm sure there are some project for reporting comments/nodes and the email
report is also somehow possible. If you know how, please let me know.
Maybe i've to implement an hidden action or so...

Commerce Shipping by Weight

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a raw one-time feature export. It's a little feature export of the screencast in http://vimeo.com/33838479 demonstrating how to calculate shipping cost by weight of items.

If you're not using firefox you can download this as a tarball. But if you're using firefox you'll get an error; this is an open issue with drupal.org. So just use another browser.

Ubercart Conditional Attributes

Component type

module

Maintenance status

Development status

Downloads

2172

Component created

Component changed

What is Ubercart Conditional Attributes?

This module can be used to define dependency relationships between options and attributes for each product class. Once established, these dependencies will be applied to all products of that class. Dependent attributes will only be shown (for "enable"-type dependencies) or hidden (for "disable" type dependencies) once the option on the parent attribute is selected.

For example, say you run a pizza online store and you offer a free drink when the user orders a large pizza. Your pizza product class could have a 'Size' attribute with options Small/Medium/Large and a 'Drink' attribute with options for various popular soda brands. Conditional Attributes could be used to define 'Size' as a parent attribute with option 'Large' enabling 'Drink'. The drink selection would then remain hidden until the time when the user selects 'Large' as their choice for 'Size'.

Features

  • Dependency relationships are applied to all products within a given product class at once
  • Functions with several product classes
  • Has support for both 'enable' ("show only when") and 'disable' ("hide only when") relationship types
  • Hidden attributes are removed from the cart product entirely
    • Hidden attributes that are marked as required will not cause problems
    • Hidden attributes will not cause any product price alterations
  • Nested dependent attributes are supported (e.g. an option in A enables B and an option in B enables C)
  • Compatible with the uc_node_checkout and uc_aac modules (after patches - see #1425238: Compatibility with uc_aac module)