You are here

Files in Ubercart 7.3

Primary tabs

File namesort descending Location Namespace Description
address.inc uc_store/classes/address.inc UcAddress utility class definition.
ca.inc uc_store/includes/ca.inc Helper functions for upgrade from Ubercart 2.x to Ubercart 3.x.
CHANGELOG.txt CHANGELOG.txt Ubercart 3.0-rc4, 2012-1-23 --------------------------- - API: * Added hook_uc_payment_method_alter(). * Added hook_uc_product_alter(). * Added theme_uc_attribute_option() for the add to cart forms. * Added theme_uc_qty(). * Node…
coder_review_uc3x.inc uc_store/includes/coder_review_uc3x.inc Implements Coder Upgrade functionality for Ubercart 6.x -> 7.x upgrades.
CREDITS.txt CREDITS.txt While we'd like to maintain that Ubercart was coded by wombats, there are actual people behind the words getting typed out. You can find these people lurking on Ubercart.org to give them a pat on the back: Original development team: Ryan, Lyle,…
encrypt.inc uc_store/classes/encrypt.inc Utility class definition.
mail.inc uc_store/classes/mail.inc Utility class definition.
README.txt README.txt UBERCART README Ubercart is a set of modules designed to allow you to run a store on your Drupal site. Development has been driven by two major emphases: flexibility and usability. The various systems driving Ubercart, including the product…
README.txt payment/uc_google_checkout/README.txt The Google Checkout module has been removed from Ubercart. As per https://support.google.com/checkout/sell/answer/3080449, Google Checkout is no longer in operation as of 20 November 2013 and can no longer be used as a payment method. Therefore,…
tapir.inc uc_store/includes/tapir.inc Contains the TAPIr code rolled into Ubercart core from Drupal contrib.
test_gateway.info payment/uc_credit/tests/test_gateway.info name = Test gateway description = Adds a credit card gateway that simulates a successful payment for testing checkout. dependencies[] = uc_payment dependencies[] = uc_credit package = Ubercart - payment core = 7.x
test_gateway.module payment/uc_credit/tests/test_gateway.module A dummy payment gateway to use for testing or as an example.
treenode.inc uc_catalog/classes/treenode.inc Utility classes for catalog module.
uc-order--admin.tpl.php uc_order/templates/uc-order--admin.tpl.php This file is the default admin notification template for Ubercart.
uc-order--customer.tpl.php uc_order/templates/uc-order--customer.tpl.php This file is the default customer invoice template for Ubercart.
uc-order-view-row-invoice.tpl.php uc_order/views/uc-order-view-row-invoice.tpl.php uc-order-view-row-invoice.tpl.php
uc-packing-slip-page.tpl.php shipping/uc_shipping/uc-packing-slip-page.tpl.php Default theme implementation to display a printable Ubercart packing slip.
uc-packing-slip.tpl.php shipping/uc_shipping/uc-packing-slip.tpl.php The shipment packing slip template.
uc_2checkout.info payment/uc_2checkout/uc_2checkout.info name = 2Checkout description = Processes payments using 2Checkout.com. dependencies[] = uc_payment package = Ubercart - payment core = 7.x
uc_2checkout.install payment/uc_2checkout/uc_2checkout.install Install, update and uninstall functions for the uc_2checkout module.
uc_2checkout.module payment/uc_2checkout/uc_2checkout.module Integrates 2Checkout.com's redirected payment service.
uc_2checkout.pages.inc payment/uc_2checkout/uc_2checkout.pages.inc 2Checkout menu items.
uc_address.test uc_store/tests/uc_address.test Tests for the UcAddress class.
uc_ajax.test uc_store/tests/uc_ajax.test Tests for the UcAddress class.
uc_ajax_admin.info uc_ajax_admin/uc_ajax_admin.info name = Ubercart Ajax Administration description = Administrative interface for ajax updates to Ubercart forms. dependencies[] = uc_cart package = Ubercart - extra core = 7.x
uc_ajax_admin.module uc_ajax_admin/uc_ajax_admin.module Configures Ajax behaviours on the Ubercart checkout page.
uc_ajax_attach.inc uc_store/includes/uc_ajax_attach.inc Contains logic to aid in attaching multiple ajax behaviors to form elements on the checkout and order-edit forms.
uc_attribute.admin.inc uc_attribute/uc_attribute.admin.inc Attribute administration menu items.
uc_attribute.info uc_attribute/uc_attribute.info name = Product attributes description = Extends product content types to support product variations that customers may select before purchase. dependencies[] = uc_product package = Ubercart - core (optional) core = 7.x ; Test cases files[] =…
uc_attribute.install uc_attribute/uc_attribute.install Install, update and uninstall functions for the uc_attribute module.
uc_attribute.module uc_attribute/uc_attribute.module Ubercart Attribute module.
uc_attribute.rules.inc uc_attribute/uc_attribute.rules.inc Rules hooks for Ubercart attributes.
uc_attribute.test uc_attribute/tests/uc_attribute.test Ubercart Attribute Tests.
uc_attribute.theme.inc uc_attribute/uc_attribute.theme.inc Theme functions for the uc_attribute module.
uc_attribute_checkout.test uc_attribute/tests/uc_attribute_checkout.test Ubercart attribute checkout tests.
uc_authorizenet.api.php payment/uc_authorizenet/uc_authorizenet.api.php Hooks provided by the Authorize.net module.
uc_authorizenet.info payment/uc_authorizenet/uc_authorizenet.info name = Authorize.net description = Processes payments using Authorize.net. Supports AIM and ARB. dependencies[] = uc_payment dependencies[] = uc_credit package = Ubercart - payment core = 7.x
uc_authorizenet.install payment/uc_authorizenet/uc_authorizenet.install Install, update and uninstall functions for the uc_authorizenet module.
uc_authorizenet.module payment/uc_authorizenet/uc_authorizenet.module Processes payments using Authorize.net. Supports AIM and ARB.
uc_authorizenet.pages.inc payment/uc_authorizenet/uc_authorizenet.pages.inc Page callback for Authorize.Net's Silent POST feature.
uc_cart-rtl.css uc_cart/uc_cart-rtl.css RTL Styles for uc_cart module.
uc_cart.admin.inc uc_cart/uc_cart.admin.inc Cart administration menu items.
uc_cart.api.php uc_cart/uc_cart.api.php Hooks provided by the Cart module.
uc_cart.controller.inc uc_cart/uc_cart.controller.inc Contains the controller for uc_cart_item entities.
uc_cart.css uc_cart/uc_cart.css Styles for uc_cart module.
uc_cart.info uc_cart/uc_cart.info name = Cart description = REQUIRED. Controls the shopping cart and checkout for an Ubercart e-commerce site. dependencies[] = uc_order dependencies[] = uc_product package = Ubercart - core core = 7.x ; Test cases files[] = tests/uc_cart.test ; Views…
uc_cart.info.inc uc_cart/uc_cart.info.inc Entity metadata hooks for uc_cart.module.
uc_cart.install uc_cart/uc_cart.install Install, update and uninstall functions for the uc_cart module.
uc_cart.module uc_cart/uc_cart.module
uc_cart.pages.inc uc_cart/uc_cart.pages.inc Cart menu items.

Pages

Other projects