Skip to content

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 49.9%
  • Twig 23.2%
  • JavaScript 15.0%
  • CSS 10.0%
  • HTML 1.9%