| Name | Type | Description |
|---|---|---|
| Print Shop Manager | Other | This is a module that supports the running of a print shop. It's posted here, with little documentation, in the hope that it will be useful as examples. They include a system for managing uploads, and overview/management of print jobs. A related module supports proofing, and the proof approval processes. |
| Print Shop Proofer | Module | This is a module that supports the running the proofing/approval process for a print shop. It's posted here, with little documentation, in the hope that it will be useful as examples. It provides a system for uploading proofs, and obtaining/tracking client approvals. It depends on its sister module PrintShopManager. |
| ProCart | Module | ProCart will be a sophisticated e-Commerce solution capable of providing multiple store fronts, multiple categories per item, multiple category trees, and a whole lot more. The project will be built as a series of independent modules, with the ProCart module as the core dependency. |
| Products | Module | An alternative to the cataloger module, this module allows maintaining a product database, along with prices, images, and various other attributes. It also has 'add to cart' and 'checkout' functionality |
| ProductsByVendor | Module | This module is part of Calguy1000's Ecomerce suite for CMS Made Simple. It provides the ability for logged in members of a FrontEndUsers group to manage their own list of products, and view sale information. |
| promotions | Module | An addon module to the Orders/Products/Cart e-commerce suite to allow creating and managing promotions/sales in the order process. A sale will consist of a start date, end date, a discount or offer, and a set of conditions. Conditions can include - Coupon code - Subset of Products - by category - by hierarchy - FEU Group Membership - Order total (before shipping and taxes) Offers can be one of - percentage off of total order - $ reduced from total order - Free product Discounts will be applied in the order process and show up as a line item in the invoice. |
| PRoot | Plugin | A Smarty Modifier Plugin that will check to see if the string is wrapped in tags. If not, it adds the tags. It will also replace br tags with and strip white space and multiple line returns. Example: {$string|proot} will wrap the string in tags if they do not exist. You can specify the root element with the optional parameter. Example: {$string|proot:"div"} will use div instead of p tags. Could be used to display php code for example: Example: {$string|proot:"pre"} will wrap in tags. |
| Publications | Module | Allows users registered through FrontEndUsers to add, edit, delete and order a list of Scientific Publications. Has an administrative back-end and uses templates to allow complete flexibility of output. |