Skip to content
/ QARR Public

Grow your business by allowing visitors to leave reviews or ask a questions.

License

Notifications You must be signed in to change notification settings

owldesign/QARR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reviews & Ratings + Questions & Answers

Craft CMS Plugin

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

Questions & Answers

Collect questions from guest and allow customers to answer them. See Documentation

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
}) }}