The Adaptive image module provides device-appropriate versions of images from your fields.
You can activate adaptive images by adding an adaptive effect to any of your image styles.
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.