The Customer Testimonial section appears below the product photographs to fill in some of that white space! You need to modify 3 MarketTheme files in /wp-content/themes/mk3 Here is how it's done:
at the top of the file under the other "get_post_meta" assignments.
b) search for "<div class="product_image"> then scroll down to the comment "// if there' a third thumbnail". Immediately after the 3rd thumbnail code is a "?>" and two "</div>" tags. Right after those two "</div>" tags add:
That's it for the edits! Now. here is how to use it:
1) On your product post (either a new Add Product or Edit an existing product), scroll down to the "Add new custom field:" panel. Click "Enter New" and type the field name "customer_testimonial (without the " "s) and enter your customer testimonial in the Value field. Click the "Add Custom Field" button to save the field.
You only need to add the custom field once. After that, you can select "customer_testimonial" from the drop down menu.
That's all there is to it! You can add multiple customer testimonials in a single custom field, simply add html markup like "<br><br>" to separate the customers.
I hope I didn't forget anything or mess anything up! If so, let me know and I'll edit the post. It is pretty cool being able to add the testimonials to my product pages.