admin.itpl.php |
uc_order/templates/admin.itpl.php |
|
|
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:
Development Team:
Ryan, Lyle, Shawn… |
customer.itpl.php |
uc_order/templates/customer.itpl.php |
|
|
hooks.php |
docs/hooks.php |
|
These are the hooks that are invoked by the Übercart core. |
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 |
contrib/README.txt |
|
Contributed modules written for Ubercart may be downloaded from:
http://www.ubercart.org/contrib
This is a directory of contributions by site users and developers just like you
who have decided to give back to the community. If you're looking… |
simplexml.php |
uc_store/includes/simplexml.php |
|
|
test_gateway.info |
payment/uc_payment/test_gateway.info |
|
name = Test Gateway
description = Adds a credit card gateway that simulates a successful payment for testing checkout.
dependencies = uc_payment uc_credit
package = Ubercart - payment |
test_gateway.module |
payment/uc_payment/test_gateway.module |
|
A test module used as an example for a payment gateway. |
uc_2checkout.info |
payment/uc_2checkout/uc_2checkout.info |
|
name = "2Checkout"
description = "Enable to process payments using 2Checkout.com."
dependencies = uc_payment
package = Ubercart - payment |
uc_2checkout.module |
payment/uc_2checkout/uc_2checkout.module |
|
Integrates 2Checkout.com's redirected payment service. |
uc_attribute.css |
uc_attribute/uc_attribute.css |
|
.options {
display: inline;
}
#option_key td:first-child {
width: 26%;
}
.combinations td:first-child, .combinations td:first-child + td {
width: 12%;
} |
uc_attribute.info |
uc_attribute/uc_attribute.info |
|
name = Attribute
description = Extends product content type to support product variations. Allows customers to select these product attributes before purchase.
dependencies = uc_product
package = "Ubercart - core (optional)" |
uc_attribute.install |
uc_attribute/uc_attribute.install |
|
|
uc_attribute.module |
uc_attribute/uc_attribute.module |
|
|
uc_attribute_workflow.inc |
uc_attribute/uc_attribute_workflow.inc |
|
Workflow-ng file for Ubercart attributes. |
uc_authorizenet.info |
payment/uc_authorizenet/uc_authorizenet.info |
|
name = Authorize.net
description = Process payments using Authorize.net. Supports AIM and ARB.
dependencies = uc_payment uc_credit
package = Ubercart - payment |
uc_authorizenet.install |
payment/uc_authorizenet/uc_authorizenet.install |
|
Handles installing, uninstalling, and updating Authorize.net settings. |
uc_authorizenet.module |
payment/uc_authorizenet/uc_authorizenet.module |
|
Process payments using Authorize.net. Supports AIM and ARB. |
uc_cart.css |
uc_cart/uc_cart.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_cart.info |
uc_cart/uc_cart.info |
|
name = Cart
description = REQUIRED. Controls the shopping cart for an Ubercart e-commerce site.
dependencies = uc_store uc_order uc_product workflow_ng
package = Ubercart - core |
uc_cart.install |
uc_cart/uc_cart.install |
|
|
uc_cart.module |
uc_cart/uc_cart.module |
|
|
uc_cart_block.css |
uc_cart/uc_cart_block.css |
|
#block-cart-icon {
padding-right: 1em;
}
#block-cart-title-bar {
cursor: pointer;
white-space: nowrap;
}
#block-cart-title-arrow {
padding-top: 5px;
padding-right: 2px;
}
.cart-help-text {
font-size: x-small;
position: relative;
… |
uc_cart_checkout_pane.inc |
uc_cart/uc_cart_checkout_pane.inc |
|
This file contains the callbacks for the default checkout panes supplied with
Ubercart and their corresponding helper functions. |
uc_cart_links.info |
uc_cart_links/uc_cart_links.info |
|
name = Cart Links
description = Create specialized links to purchase products from other nodes.
dependencies = uc_cart
package = Ubercart - extra |
uc_cart_links.install |
uc_cart_links/uc_cart_links.install |
|
|
uc_cart_links.module |
uc_cart_links/uc_cart_links.module |
|
Allows store owners to create links to add products to carts and send
customers on to checkout. |
uc_cart_workflow.inc |
uc_cart/uc_cart_workflow.inc |
|
This file contains the Workflow-ng hooks and functions necessary to make the
cart related entity, conditions, events, and actions work. |
uc_catalog.css |
uc_catalog/uc_catalog.css |
|
img.category {
float: right;
padding-left: 1em;
}
table.category-products {
clear: right;
width: 100%;
}
table.category {
clear: right;
width: 100%;
}
table.category *, table.category * tr {
border: none;
background-color:… |
uc_catalog.info |
uc_catalog/uc_catalog.info |
|
name = Catalog
description = Display a hierarchical product catalog page and block.
dependencies = path taxonomy uc_product
package = "Ubercart - core (optional)" |
uc_catalog.install |
uc_catalog/uc_catalog.install |
|
|
uc_catalog.module |
uc_catalog/uc_catalog.module |
|
Übercart Catalog module. |
uc_credit.info |
payment/uc_credit/uc_credit.info |
|
name = Credit Card
description = Receive credit card payments through checkout.
dependencies = uc_payment
package = Ubercart - payment |
uc_credit.install |
payment/uc_credit/uc_credit.install |
|
|
uc_credit.module |
payment/uc_credit/uc_credit.module |
|
Defines the credit card payment method and hooks in payment gateways. |
uc_cybersource.info |
payment/uc_cybersource/uc_cybersource.info |
|
name = "CyberSource"
description = "Enable to process payments using CyberSource Silent Order POST."
dependencies = uc_payment uc_credit
package = Ubercart - payment |
uc_cybersource.install |
payment/uc_cybersource/uc_cybersource.install |
|
Handles installing, uninstalling, and updating CyberSource settings. |
uc_cybersource.module |
payment/uc_cybersource/uc_cybersource.module |
|
A module used for CyberSource's Silent Order POST method of payment. |
uc_cybersource.soap.inc |
payment/uc_cybersource/uc_cybersource.soap.inc |
|
Defines a class used for communicating with CyberSource via SOAP. |
uc_file.css |
uc_file/uc_file.css |
|
.duration {
display:inline;
}
.duration .form-item {
display:inline;
}
tr.group {
border:0px;
}
.file-name {
font-style: italic;
} |
uc_file.info |
uc_file/uc_file.info |
|
name = File Downloads
description = Allows products to be associated with downloadable files.
dependencies = uc_product
package = "Ubercart - core (optional)" |
uc_file.install |
uc_file/uc_file.install |
|
|
uc_file.module |
uc_file/uc_file.module |
|
Allows products to be associated with downloadable files. |
uc_flatrate.info |
shipping/uc_flatrate/uc_flatrate.info |
|
name = Flatrate
description = Assigns a flat shipping rate to products.
dependencies = uc_quote
package = Ubercart - fulfillment |
uc_flatrate.install |
shipping/uc_flatrate/uc_flatrate.install |
|
|
uc_flatrate.module |
shipping/uc_flatrate/uc_flatrate.module |
|
Shipping quote module that defines a flat shipping rate for each product. |
uc_googleanalytics.info |
uc_googleanalytics/uc_googleanalytics.info |
|
name = Google Analytics for Ubercart
description = "Adds e-commerce tracking for UberCart to the Google Analytics module."
dependencies = uc_store googleanalytics
package = "Ubercart - extra" |
uc_googleanalytics.module |
uc_googleanalytics/uc_googleanalytics.module |
|
Adds the required HTML and Javascript to the checkout complete page to allow
e-commerce statistics tracking through Google Analytics. |
uc_importer.info |
uc_importer/uc_importer.info |
|
name = Importer
description = Provides an interface to import and export XML representations of the store's contents.
package = Ubercart - extra
dependencies = uc_product |