Ubercart Order Attributes

Component ID

1347554

Component name

Ubercart Order Attributes

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

3074

Component created

Component changed

Component body

This module allows users with Ubercart's "edit orders" permission to edit the attributes of products after they have been added to an order. It provides an "Attributes" column to the product table in the Order edit screen (at /admin/store/orders/*/edit), which displays the list of attributes. Under the list of attributes is an "Edit Attributes" link that opens a Modalframe dialog with a form for editing the attributes. Attributes can be added, removed, rearranged, and arbitrarily renamed.

This module is similar to the Ubercart attributes in cart module, but it provides support for editing attributes of products in an order, not the shopping cart, which is the purpose of Ubercart attributes in cart.

PLEASE NOTE: This module DOES NOT update the price of products in the order when the attributes are changed. Product prices need to be recalculated and updated manually by the user in the order edit screen. If you need this feature, please submit a feature request in the issue queue.

Drupal 7

Dependencies

Drupal 6

Dependencies

Known issues

If you are using Rubik as your admin theme, rearranging the attributes doesn't work. It's an easy fix that just requires adding a class to your modalframe-page.tpl.php file. See #1347508: Draggable tables don't work without page-content class?