Well, actually, it is possible to override the "uc-addresses-form.tpl.php" template at the time, but not by simply copying the template to the theme's folder. That is because the theme hook is called differently than the template file. Currently, the theme hook is called "uc_addresses_pane", while the template's name is "uc-addresses-form". This meant that you must name the template in your theme "uc-addresses-pane" instead.

This doesn't look like a desired behavior, so I'm going to rename the theme hook "uc_addresses_pane" to "uc_addresses_form", to create consistency between the theme hook and the template name.

The Drupal 7 version of Ubercart Addresses is also affected.

A fix will come shortly.

Comments

megachriz’s picture

Status: Active » Fixed

A fix has been committed to both the 6.x-2.x and the 7.x-1.x branch.

6.x-2.x commit
7.x-1.x commit

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.