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.
cheers,
Michael
7:19 pm March 8, 2010
Market Admin
Admin
posts 4728
2
That's really slick Michael!
Thanks for posting the code.
8:14 pm March 8, 2010
mhackney
Groton, MA USA
Member
posts 37
3
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.
cheers,
Michael
11:18 pm March 16, 2010
DominiqueSabine
Member
posts 14
4
Very cool code…I created a 'Product Review' using the same steps.
Very nice…thank you
5:17 am March 17, 2010
mhackney
Groton, MA USA
Member
posts 37
5
Great, glad it could help you! I've changed the css on mine a little to decrease the font size and line spacing.