CHANGELOG.txt |
CHANGELOG.txt |
|
Ubercart Addresses 6.x-1.x, xxxx-xx-xx
------------------------------
Bugfixes:
- Issue #873568 by freixas, MegaChriz: Fixed problem where address was not saved if the first name was not set.
- Issue #931998 by grub3, freixas: Fixed so that it works… |
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 Tony Freixas
This module was originally authored by Ben Thompson. I've made a lot
of changes since acquiring the module.
The module changes the way Ubercart handles addresses. By default,
Ubercart… |
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). |
uc_addresses.admin.inc |
uc_addresses.admin.inc |
|
Admin settings for Ubercart Addresses |
uc_addresses.css |
uc_addresses.css |
|
Ubercart Addresses stylesheet |
uc_addresses.info |
uc_addresses.info |
|
name = Ubercart Addresses
description = "Allows users to manage a set of addresses that can be referenced when placing an order."
dependencies[] = uc_order
dependencies[] = uc_store
package = "Ubercart - extra"
core = 6.x |
uc_addresses.install |
uc_addresses.install |
|
Installation file of Ubercart Addresses |
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. |