CHANGELOG.txt |
CHANGELOG.txt |
|
Ubercart Addresses 7.x-1.x, xxxx-xx-xx
------------------------------
- Issue #2018225 by MegaChriz: preprocess variables for packing slip template.
- Issue #2130011 by MegaChriz: fixed removing addresses of account when deleting
the account.
-… |
Exceptions.inc |
class/Exceptions.inc |
|
Exception classes for Ubercart Addresses. |
FeedsUcAddressesProcessor.inc |
feeds/FeedsUcAddressesProcessor.inc |
|
Contains the FeedsUcAddressesProcessor class. |
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 the table… |
README.txt |
README.txt |
|
uc_addresses module
------------------------
by MegaChriz and Tony Freixas
The uc_addresses module adds an address book to the user's profile.
In the address book users can manage their addresses: add new
addresses and edit or delete existing… |
README.txt |
uc_addresses_example/README.txt |
|
Ubercart Addresses example module
------------------------
This example module demonstrates how you can add extra address
fields through the Ubercart Addresses field handler API.
It adds three example text fields:
- A title field (for use, see… |
ubercart.handlers.inc |
handlers/ubercart.handlers.inc |
|
Field handlers for Ubercart core address fields:
first_name, last_name, company, etc. |
uc-addresses-address-book.tpl.php |
templates/uc-addresses-address-book.tpl.php |
|
Displays all addresses from a single address book. |
uc-addresses-form.tpl.php |
templates/uc-addresses-form.tpl.php |
|
Displays the address edit form. |
uc-addresses-list-address.tpl.php |
templates/uc-addresses-list-address.tpl.php |
|
Displays a single address. |
UcAddressesAddress.class.php |
class/UcAddressesAddress.class.php |
|
Contains the UcAddressesAddress class. |
UcAddressesAddressBook.class.php |
class/UcAddressesAddressBook.class.php |
|
Contains the UcAddressesAddressBook class. |
UcAddressesFieldHandler.class.php |
handlers/UcAddressesFieldHandler.class.php |
|
Contains the UcAddressesFieldHandler class. |
UcAddressesPermissions.class.php |
class/UcAddressesPermissions.class.php |
|
Permission class. |
UcAddressesSchemaAddress.class.php |
class/UcAddressesSchemaAddress.class.php |
|
Contains the UcAddressesSchemaAddress class. |
UcAddressesTestCase.test |
tests/UcAddressesTestCase.test |
|
Contains base class for Ubercart Addresses tests. |
uc_addresses-6x1x.database.php |
tests/upgrade/uc_addresses-6x1x.database.php |
|
|
uc_addresses-help.html |
help/uc_addresses-help.html |
|
|
uc_addresses.addressbook.test |
tests/uc_addresses.addressbook.test |
|
Test cases for the address book component. |
uc_addresses.admin.inc |
uc_addresses.admin.inc |
|
Admin settings for Ubercart Addresses. |
uc_addresses.api.php |
uc_addresses.api.php |
|
These hooks are invoked by the Ubercart Addresses module.
@todo more documentation needed for hook_uc_addresses_field_handlers().
@todo Document the rest of the API. |
uc_addresses.api.test |
tests/uc_addresses.api.test |
|
Test cases for the api component. |
uc_addresses.checkout.test |
tests/uc_addresses.checkout.test |
|
Test cases for checkout. |
uc_addresses.css |
uc_addresses.css |
|
Ubercart Addresses stylesheet |
uc_addresses.entity.inc |
class/uc_addresses.entity.inc |
|
Entity integration code. |
uc_addresses.entity.test |
tests/uc_addresses.entity.test |
|
Test cases address entity. |
uc_addresses.feeds.inc |
uc_addresses.feeds.inc |
|
Feeds integration for Ubercart Addresses module. |
uc_addresses.feeds.test |
tests/uc_addresses.feeds.test |
|
Test for Feeds integration. |
uc_addresses.feeds_importer_default.inc |
uc_addresses.feeds_importer_default.inc |
|
Contains default importers for Feeds. |
uc_addresses.handlers.inc |
handlers/uc_addresses.handlers.inc |
|
Field handlers for Ubercart Addresses address fields: |
uc_addresses.handlers.inc |
tests/handlers/uc_addresses.handlers.inc |
|
Contains UcAddressesTextFieldHandler class. |
uc_addresses.handlers.inc |
uc_addresses_example/handlers/uc_addresses.handlers.inc |
|
Contains UcAddressesExampleTextFieldHandler class. |
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_store
dependencies[] = ctools
dependencies[] = token
dependencies[] = entity
package =… |
uc_addresses.install |
uc_addresses.install |
|
Install file for Ubercart Addresses. |
uc_addresses.module |
uc_addresses.module |
|
Adds user profile address support to Ubercart. |
uc_addresses.order.test |
tests/uc_addresses.order.test |
|
Test cases for order admin. |
uc_addresses.pages.inc |
uc_addresses.pages.inc |
|
Page callbacks for viewing, adding, editing, and deleting addresses. |
uc_addresses.register.test |
tests/uc_addresses.register.test |
|
Test cases for registering with an address. |
uc_addresses.tokens.inc |
uc_addresses.tokens.inc |
|
Hook implementations for token module. |
uc_addresses.tokens.test |
tests/uc_addresses.tokens.test |
|
Test cases for the token replacement. |
uc_addresses.ubercart.inc |
uc_addresses.ubercart.inc |
|
Ubercart callbacks for the checkout- and order panes. |
uc_addresses.uc_addresses_fields.inc |
uc_addresses.uc_addresses_fields.inc |
|
In this file fields and field handlers for Ubercart Addresses are registered. |
uc_addresses.upgrade.test |
tests/uc_addresses.upgrade.test |
|
Test cases for upgrades from previous versions. |
uc_addresses.views.inc |
views/uc_addresses.views.inc |
|
Hook implementations for the Views module. |
uc_addresses.views.test |
tests/uc_addresses.views.test |
|
Test cases for Views integration. |
uc_addresses.views_default.inc |
views/uc_addresses.views_default.inc |
|
Contains a View to replace the address book page. |
uc_addresses_example.info |
uc_addresses_example/uc_addresses_example.info |
|
name = Ubercart Addresses Example
description = "Example module for Ubercart Addresses. Adds extra address fields."
dependencies[] = uc_order
dependencies[] = uc_addresses
package = "Ubercart - extra"
core = 7.x
; Field… |
uc_addresses_example.install |
uc_addresses_example/uc_addresses_example.install |
|
Install file for Ubercart Addresses Example module. |
uc_addresses_example.module |
uc_addresses_example/uc_addresses_example.module |
|
Example module for Ubercart Addresses. |
uc_addresses_handler_field_uc_addresses_link.inc |
views/uc_addresses_handler_field_uc_addresses_link.inc |
|
Definition of uc_addresses_handler_field_uc_addresses_link. |