Metadata-Version: 1.0
Name: easyshop.criteria
Version: 0.1a1
Summary: Criteria for EasyShop
Home-page: http://iqpp.de
Author: Kai Diefenbach
Author-email: kai.diefenbach@iqpp.de
License: GPL
Description: easyshop.criteria Readme
        =============================
        
        Overview
        --------
        
        Criteria for EasyShop.
        
        -  Criteria are a central approach which is used to make several objects available to different customers
        - Criteria are used for:
        - Discounts
        - Information pages
        - Payment methods/prices
        - Shipping methods/prices
        - Stock information
        - Taxes
        - Following criteria are available (and it is easy to make one's own)
        - Category
        - Customer
        - Country
        - Date
        - Group
        - Payment Method
        - Cart Price
        - Product
        - Shipping Method
        - Weight
        - Examples:
        - Credit card payment is available starting at a certain minimal price
        - Payment method "cash" is only available for shipping method "pick up"
        - Different shipping prices for several weights
        - Special taxes for customers abroad
        
        More Information
        ----------------
        - http://pypi.python.org/pypi/easyhop.core
        Main product
        
        - http://www.geteasyshop.com
        Main site with feature list, faqs and more
        
        - http://code.google.com/p/easyshop-for-plone/
        Code repository
        
        - http://groups.google.de/group/easyshop
        Google Group for EasyShop
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
