Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Publications is a Kit specification-compliant Feature Module. The Publications Feature feature is essentially a ubercart enabled module, which helps the organization in publishing and selling of their internal publications.
If you want to bring all your publications which can be categorized at one place, this module would be extremely useful. To be able to give the uses right to buy/freely download the publications. Admins can facilitate selling by making offline orders, offer discounts, add shipping.

Dependencies
-------------------
- Features Module
- Ubercart and related module

- Patches for features:


Following are the patches that need to be applied for the feature to be imported properly:

1) http://drupal.org/files/issues/880770-product-class-features_3.patch
2) http://drupal.org/files/issues/755986_fe_taxonomy2_0.patch
3) https://drupal.org/node/558378 (use the patch #17)



Usage

---------
1) Install and Enable the 'publications_features' module. Make sure to install the dependencies before installing the module. (For a quick install reference, see here http://www.drupal-how-to.com/install-modules)
2) For the proper functionality of the module we need to apply the following patches(For a 'how to apply patches' reference, see here http://drupal.org/patch/apply):

a) http://drupal.org/files/issues/880770-product-class-features_3.patch
b) http://drupal.org/files/issues/755986_fe_taxonomy2_0.patch
c) https://drupal.org/node/558378 (use the patch #17)

3) Associate the 'publication' content type with 'Publications Series' taxonomy

4) Add Sample coupons for the 'publication' content type with some discount

5) This module provides default shipping for "US Countries" and "Non US Countries". You can add more if you wish to. Also specify the conditions associated with that shipping (if any)

6) You need to set the credit card encryption path and the authorize.net settings(In case you wish to use it for payments)
7) Create your first content of the type 'publication' and voila!! You are ready for selling.

Project information