Questions and Answers
Questions and Answers
Customers can ask questions relating to a product and have responses to those questions on a page.
There are 2 ways which they can ask a question
- Using Leave a Message form
<label for="contact_message_type">Message Type</label>
<input type="radio" name="contact_message_type" value="private" />Private
<input type="radio" value="public" name="contact_message_type" />Public</p>
- Using the standard Q&A form in templates/DOMAINNAME/products/customer-questions.tpl.htm
Updated over 2 years ago