Ubercart

Ubercart Addresses module for address book functionality

Ubercart Addresses module
Using Ubercart we realized order address and billing information is stored on a per order basis.
This is why you need the Ubercart Addresses module, it allows users to manage a set of addresses that can be referenced when placing an order.
 
Lets use it!...
  • Download it
    • Project page: https://www.drupal.org/project/uc_addresses
  • Read the documentation:
    • https://www.drupal.org/node/1340672

Modify Ubercart invoice template and sort by SKU

I needed to modify the Ubercart invoice template. This invoice template appears to the user online and in email and is also used by the store admin to review/print/email/etc. invoices.
I needed to do some light modifications like; modify "Products on order:" to list products one per line as well as sort products by model (a SKU in my case).

  1. Changing the general template is easy, info about the templates files can be found here:
Subscribe to Ubercart