owldesign / qarr
Questions & Answers and Reviews & Ratings
Installs: 4 299
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 6
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0
- hashids/hashids: ^2.0
- dev-master
- v4.x-dev
- 1.3.2
- 1.3.1
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6.1
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2.2
- 1.2.2.1
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4.1
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-craft-4
- dev-craft-3
- dev-gql
- dev-craftify
- dev-emails
- dev-fields
- dev-frontend
- dev-ui
- dev-elements
- dev-vue
- dev-geolocations
- dev-rules
This package is auto-updated.
Last update: 2025-04-16 09:48:00 UTC
README
Grow your business by allowing visitors to leave reviews or ask a questions.
Ratings & Reviews
Collect reviews and ratings from customers and guests. Guest must have an account to leave a review. See Documentation
- Moderate reviews for Singles, Channels and Products
- Reply to feedback
- Follow up with an email correspondence
Questions & Answers
Collect questions from guest and allow customers to answer them. See Documentation
- Moderate questions for Singles, Channels and Products
- Moderate answers
- Follow up with an email correspondence
Displays
If you want to capture additional information you can create fields and add them to Displays
Whats Next?
Join Slack Group - Read Documentations - Visit Plugin Website - Github Issues
Sample Usage
You can use this reviews plugin with any Singles, Channels or Commerce Product.
Basic
{{ craft.qarr.display(model) }}
Advanced
{{ craft.qarr.display(model, {
limit: 3,
pagination: 'infinite',
reviews: {
display: 'productReviews'
},
questions: false
}) }}