Skip to content

Latest commit

 

History

History
executable file
·
58 lines (37 loc) · 1.57 KB

README.rst

File metadata and controls

executable file
·
58 lines (37 loc) · 1.57 KB

Shuup Product Reviews

Product reviews addon for Shuup Platform.

Shuup is an Open Source E-Commerce Platform based on Django and Python.

https://shuup.com/

Review Flow

  1. Order products
  2. Create shipment, payment and mark order completed
  3. Wait customer to create review.
  4. Once review is received, go to admin and approve/reject reviews.
  5. Setup review plugin to product detail. One for reviews summary and one for comments. Use placeholder that is shown to all products to avoid setting plugins to all products individually.

https://github.com/shuup/shuup-product-reviews/blob/master/reviews.png

Copyright

Copyright (C) 2012-2019 by Shoop Commerce Ltd. <[email protected]>

Shuup is International Registered Trademark & Property of Shoop Commerce Ltd., Business ID: FI27184225, Business Address: Iso-Roobertinkatu 20-22, 00120 HELSINKI, Finland.

License

Shuup Product Reviews is published under Open Software License version 3.0 (OSL-3.0). See the LICENSE file distributed with Shuup.

Some external libraries and contributions bundled with Shuup may be published under other compatible licenses. For these, please refer to the licenses included within each package.

Running tests

You can run tests with py.test.

Requirements for running tests:

  • Your virtualenv needs to have Shuup installed.

  • Project root must be in the Python path. This can be done with:

    pip install -e .

To run tests, use command:

py.test -v shuup_product_reviews_tests