INSTALL.txt |
INSTALL.txt |
|
Installing uc_addresses
-----------------------
Installation is standard:
* Unpack the files into your modules directory, usually
sites/all/modules.
* Enable it in Administer > Site building > Modules
The module will add two tables:… |
README.txt |
README.txt |
|
uc_addresses Module
------------------------
by Ben Thompson
modified by Tony Freixas
Most of the code in this module was written by Ben Thompson. I (Tony
Freixas) adapted the code, giving it a rather different mode of
operation.
The module changes… |
TODO.txt |
TODO.txt |
|
TO DO LIST:
* Add a checkbox to the checkout delivery and billing addresses to
select whether to save the associated address. Currently, these
addresses are always saved (unless they are already in the
database).
* If an anonymous user… |
uc_addresses.css |
uc_addresses.css |
|
/* These classes should really be universal... pretty standard stuff. */
.solid-border {
border: solid 1px #bbb;
padding: 5px;
}
.solid-border td {
padding: 5px;
}
.show-onload {
display: none;
}
.display-none {
display:… |
uc_addresses.info |
uc_addresses.info |
|
name = Addresses
description = "Allows users to manage a set of addresses that can be referenced when placing an order."
dependencies = uc_order uc_store
package = "Ubercart - extra" |
uc_addresses.install |
uc_addresses.install |
|
|
uc_addresses.module |
uc_addresses.module |
|
|
uc_addresses_address_pane.inc |
uc_addresses_address_pane.inc |
|
This file contains the callbacks for the default address panes and their
corresponding helper functions. |