You are here

Files in Commerce Pricelist 7

Primary tabs

File namesort descending Location Namespace Description
commerce_pricelist.admin.inc includes/commerce_pricelist.admin.inc Summary
commerce_pricelist.info commerce_pricelist.info name = Commerce Pricelists description = Set product prices through price lists core = 7.x package = Commerce (contrib) configure = admin/commerce/pricelist ; Module includes files[] = includes/commerce_pricelist_list.controller.inc files[] =…
commerce_pricelist.install commerce_pricelist.install Install for a Commerce Pricelist - create the base tables for our entities.
commerce_pricelist.module commerce_pricelist.module Implements the basic functionality required for price lists
commerce_pricelist.rules.inc commerce_pricelist.rules.inc Rules integration for line items.
commerce_pricelist.rules_defaults.inc commerce_pricelist.rules_defaults.inc temp.rules_defaults.inc
commerce_pricelist.test tests/commerce_pricelist.test Functional tests for the commerce price list module.
commerce_pricelist_feeds.info commerce_pricelist_feeds/commerce_pricelist_feeds.info name = Commerce Pricelists Feeds description = Feeds for Pricelists core = 7.x package = Commerce (contrib) files[] = plugins/FeedsCommercePricelistItemProcessor.inc files[] = tests/commerce_pricelist_feeds.test dependencies[] = feeds dependencies[]…
commerce_pricelist_feeds.install commerce_pricelist_feeds/commerce_pricelist_feeds.install Install for a basic entity - need to create the base table for our entity. This table can have as many columns as you need to keep track of entity-specific data that will not be added via attached fields. The minimum information for the entity to work…
commerce_pricelist_feeds.module commerce_pricelist_feeds/commerce_pricelist_feeds.module Implements the basic functionality required to create and display an entity.
commerce_pricelist_feeds.test commerce_pricelist_feeds/tests/commerce_pricelist_feeds.test Functional tests for the commerce pricelist role module.
commerce_pricelist_feeds_example.feeds_importer_default.inc commerce_pricelist_feeds_example/commerce_pricelist_feeds_example.feeds_importer_default.inc commerce_pricelist_feeds_example.feeds_importer_default.inc
commerce_pricelist_feeds_example.info commerce_pricelist_feeds_example/commerce_pricelist_feeds_example.info name = commerce_pricelist_feeds_example description = An example price list importer from CSV files core = 7.x package = Commerce (contrib) project = commerce_pricelist_feeds_example dependencies[] = commerce_pricelist_feeds
commerce_pricelist_feeds_example.module commerce_pricelist_feeds_example/commerce_pricelist_feeds_example.module Code for the commerce_pricelist_feeds_example.
commerce_pricelist_item.controller.inc includes/commerce_pricelist_item.controller.inc Contains CommercePricelistItemController
commerce_pricelist_list.controller.inc includes/commerce_pricelist_list.controller.inc Contains CommercePricelistListController.
commerce_pricelist_on_users.info commerce_pricelist_on_users/commerce_pricelist_on_users.info name = Commerce Pricelists on user form description = Set pricelist per user on the user edit form core = 7.x package = Commerce (contrib) dependencies[] = commerce_pricelist dependencies[] = entityreference dependencies[] = field
commerce_pricelist_on_users.install commerce_pricelist_on_users/commerce_pricelist_on_users.install
commerce_pricelist_on_users.module commerce_pricelist_on_users/commerce_pricelist_on_users.module Summary
commerce_pricelist_role.info commerce_pricelist_role/commerce_pricelist_role.info name = Commerce Pricelists per role description = Set pricelist per role core = 7.x package = Commerce (contrib) ; Tests files[] = tests/commerce_pricelist_role.test dependencies[] = commerce_pricelist
commerce_pricelist_role.module commerce_pricelist_role/commerce_pricelist_role.module Summary
commerce_pricelist_role.test commerce_pricelist_role/tests/commerce_pricelist_role.test Functional tests for the commerce pricelist role module.
commerce_pricelist_tax.test tests/commerce_pricelist_tax.test Functional tests for the commerce price list module.
commerce_pricelist_user.info commerce_pricelist_user/commerce_pricelist_user.info name = Commerce Pricelists per user description = Set pricelist per user core = 7.x package = Commerce (contrib) dependencies[] = commerce_pricelist
commerce_pricelist_user.module commerce_pricelist_user/commerce_pricelist_user.module Summary
FeedsCommercePricelistItemProcessor.inc commerce_pricelist_feeds/plugins/FeedsCommercePricelistItemProcessor.inc FeedsUserProcessor class.
README.txt README.txt Commerce Pricelist module ------------------------- Set prices on products from several pricelists. This is common in B2B. Pricelists can be assigned per role and per user. Price list rows can apply based on quantity or order date. So for example…

Other projects