You are here

Files in UC Recurring Payments and Subscriptions 7.2

Primary tabs

File namesort descending Location Namespace Description
README.txt README.txt uc_recurring ~~~~~~~~~~~~ uc_recurring is a drupal module to provide recurring billing to the ubercart project. INSTALL ~~~~~~~ See the getting started guild on installing drupal…
README.txt modules/uc_recurring_subscription/README.txt uc_recurring_subscription ~~~~~~~~~~~~~~~~~~~~~~~~~ uc_recurring_subscription is a drupal module that integrates recurring payments and roles and provides a set of features specifically designed for managing a membership/subscription…
README.txt modules/uc_recurring_product/README.txt uc_recurring_product ~~~~~ uc_recurring_product is a drupal/ubercart module to add recurring fees to product purchases. INSTALL ~~~~~~~ See the getting started guild on installing drupal…
uc_recurring.admin.inc uc_recurring.admin.inc Recurring payments administration page callbacks and form builder functions.
uc_recurring.api.php uc_recurring.api.php
uc_recurring.ca.inc uc_recurring.ca.inc This file contains the Conditional Actions hooks and functions necessary to make the recurring-related entity, conditions, events, and actions work.
uc_recurring.css uc_recurring.css fieldset.interval-fieldset, div.fieldset.interval-fieldset { float: left; width: 40%; margin-right: 1%; } .interval-fieldset div.form-item { display: inline; float: left; } .form-item-reset-next-charge { clear:…
uc_recurring.info uc_recurring.info name = Recurring Payments API description = Manage the integration between ubercart and recurring payment gateways that implement a recurring fee handler. This module does not do anything on its own it required a module that creates the recurring…
uc_recurring.install uc_recurring.install Installs the Recurring Fee module.
uc_recurring.module uc_recurring.module Allows you to add a recurring fee to a product/SKU to handle subscription type services.
uc_recurring.pages.inc uc_recurring.pages.inc Recurring payments menu items.
uc_recurring.rules.inc uc_recurring.rules.inc Rules definitions.
uc_recurring.rules_defaults.inc uc_recurring.rules_defaults.inc Default rules configurations.
uc_recurring.test uc_recurring.test UC Recurring simpletest
uc_recurring.test_gateway.inc includes/uc_recurring.test_gateway.inc Uc recurring implementation for the test gateway module.
uc_recurring.tokens.inc uc_recurring.tokens.inc Token related functions for the Ubercart recurring payments module.
uc_recurring.uc_authorizenet.inc includes/uc_recurring.uc_authorizenet.inc Uc recurring implementation for the test gateway module.
uc_recurring.uc_credit.inc includes/uc_recurring.uc_credit.inc Uc recurring implementation for the credit card module.
uc_recurring.uc_cybersource.inc includes/uc_recurring.uc_cybersource.inc Uc recurring implementation for the CyberSource module.
uc_recurring.uc_payment_pack.inc includes/uc_recurring.uc_payment_pack.inc Uc recurring implementation for the payment pack module.
uc_recurring.views.inc views/uc_recurring.views.inc Views 2 hooks and callback registries.
uc_recurring_hosted.api.php modules/uc_recurring_hosted/uc_recurring_hosted.api.php
uc_recurring_hosted.info modules/uc_recurring_hosted/uc_recurring_hosted.info name = Recurring - Hosted Gateways description = Recurring Fees handlers for hosted gateways - Authorize.net ARB, Paypal WPP and Paypal WPS dependencies[] = uc_recurring package = Ubercart - recurring core = 7.x files[] =…
uc_recurring_hosted.install modules/uc_recurring_hosted/uc_recurring_hosted.install Installs the Recurring Fee Hosted module.
uc_recurring_hosted.module modules/uc_recurring_hosted/uc_recurring_hosted.module Provides hosted gateway specific code for recurring payments, specifically Authorize.net ARB and Paypal WPS
uc_recurring_hosted.paypal_ipn.inc modules/uc_recurring_hosted/uc_recurring_hosted.paypal_ipn.inc Handle paypal IPN callbacks for recurring payments
uc_recurring_hosted.test modules/uc_recurring_hosted/uc_recurring_hosted.test UC Recurring paypal simpletest
uc_recurring_mock_gateway.info test/uc_recurring_mock_gateway.info name = Mock Recurring Gateway description = DO NOT ENABLE - Implements mock payment method functions to simulate payment processing for simpletests ONLY. dependencies[] = uc_payment package = Ubercart - recurring hidden = TRUE core = 7.x php =…
uc_recurring_mock_gateway.module test/uc_recurring_mock_gateway.module Uc recurring implementation for the test gateway module.
uc_recurring_order.info modules/uc_recurring_order/uc_recurring_order.info name = Recurring Order description = Recurring Fees for duplicating entire orders. dependencies[] = uc_recurring package = Ubercart - recurring core = 7.x files[] = uc_recurring_order.install files[] = uc_recurring_order.module
uc_recurring_order.install modules/uc_recurring_order/uc_recurring_order.install Install, update and uninstall functions for the uc_recurring_order module.
uc_recurring_order.module modules/uc_recurring_order/uc_recurring_order.module Provides a way to duplicate entire orders.
uc_recurring_product.info modules/uc_recurring_product/uc_recurring_product.info name = Recurring Product Fees description = Add recurring fees for products. dependencies[] = uc_recurring package = Ubercart - recurring core = 7.x files[] = uc_recurring_product.install files[] = uc_recurring_product.module
uc_recurring_product.install modules/uc_recurring_product/uc_recurring_product.install Installs the Recurring Products module.
uc_recurring_product.module modules/uc_recurring_product/uc_recurring_product.module Add recurring payments/fees to a product. This is imlpemented through Ubercarts product features.
uc_recurring_product.rules.inc modules/uc_recurring_product/uc_recurring_product.rules.inc Rules definitions.
uc_recurring_status_views_handler_field.inc views/uc_recurring_status_views_handler_field.inc The Views status field handler for uc_recurring.
uc_recurring_status_views_handler_filter.inc views/uc_recurring_status_views_handler_filter.inc The Views status filter handler for uc_recurring.
uc_recurring_subscription.admin.inc modules/uc_recurring_subscription/uc_recurring_subscription.admin.inc Uc recurring subscription UI.
uc_recurring_subscription.ca.inc modules/uc_recurring_subscription/uc_recurring_subscription.ca.inc
uc_recurring_subscription.css modules/uc_recurring_subscription/uc_recurring_subscription.css div#recurring_intervals { clear: both; } #edit-notication-event-wrapper label { display: inline; } form#uc-recurring-subscription-product-form .subscription-interval-value, form#uc-recurring-subscription-product-form…
uc_recurring_subscription.info modules/uc_recurring_subscription/uc_recurring_subscription.info name = Subscription Manager description = Provides a Subscription Manager UI for paid membership features. dependencies[] = uc_recurring dependencies[] = uc_recurring_product dependencies[] = uc_attribute package = Ubercart - recurring core = 7.x php…
uc_recurring_subscription.install modules/uc_recurring_subscription/uc_recurring_subscription.install Installs the Recurring Subscription module.
uc_recurring_subscription.module modules/uc_recurring_subscription/uc_recurring_subscription.module Manage subscription/memberships.
uc_recurring_subscription.rules.inc modules/uc_recurring_subscription/uc_recurring_subscription.rules.inc Rules definitions.
uc_recurring_subscription.rules_defaults.inc modules/uc_recurring_subscription/uc_recurring_subscription.rules_defaults.inc Default rules configurations.

Other projects