Questions & Answers

Collect questions from guest and allow customers to answer them.

Place this snippet anywhere you have an entry or product model

	{{ craft.qarr.display(model) }}

NOTE

Set reviews to false to only display questions

	{{ craft.qarr.display(model, {
		reviews: false	
	}) }}