Miva Merchant Development by Scot's Scripts

Scot's Scripts FAQs and Module Support

If you don't find the answers here contact us.
Documentation and support for our Miva modules is found here. If you can't find the answer you're looking for contact us and we'll add the information.
Does Google actually understand your Miva Merchant store? Our JSON-LD schema generator makes sure it does. Contact us to get started. (more info)

Ratings & Reviews / Template: Email Reminders

Template: Email Reminders

Email Reminder Page Template

Updated for version 1.2 of the module.

<mvt:comment> --- v1.2 ---- </mvt:comment>
<html>
<body>
<div style="font: 12px/1.46 Verdana, Arial, sans-serif; color: #676767; background: #ffffff;" align="center">
  <div style="text-align: left; width: 690px; padding: 20px; page-break-after: always;" align="center">
    <div align="center"><br>
      <h2 style="font-size: 16px; color: #5b639c; margin: 0;" align="center">
        Rate and review your order from &mvt:global:store:name; placed on &mvt:global:review_order_date;
      </h2>
    </div>
    <br>
    <br>
  </div>
  <table style="border-collapse: collapse; border-spacing: 0; font-size: 100%; color: #676767; border: 1px solid #c7c8d7; width: 690px;">
    <tr>
      <th style="font-size: 16px; color: #5b639c; padding: 5px 20px 5px 20px; vertical-align: top; width: 60px; text-align: left;">Code</th>
      <th style="font-size: 16px; color: #5b639c; padding: 5px 20px 5px 20px; vertical-align: top; text-align: left;">Product</th>
      <th style="font-size: 16px; color: #5b639c; padding: 5px 40px 5px 20px; vertical-align: top; width: 60px; text-align: right;">Total</th>
      <th style="font-size: 16px; color: #5b639c; padding: 5px 20px 5px 20px; vertical-align: top; width: 60px; text-align: center;">Rate</th>
    </tr>
    <mvt:foreach iterator="email" array="reviews">
    <tr style="background-color: #f7f7f7; font-weight: bold;">
      <td style="padding: 5px 20px 5px 20px; vertical-align: top; width: 60px; text-align: left;">&mvt:email:code;</td>
      <td style="padding: 5px 20px 5px 20px; vertical-align: top; text-align: left;">&mvt:email:name;</td>
      <td style="padding: 5px 40px 5px 20px; vertical-align: top; width: 60px; text-align: right;">&mvt:email:price;</td>
      <td align="center">
        <a style="font-size: 1.5em; color: orange; text-decoration: none" title="1 star"  href="&mvte:global:smr_review_merchant_url;Store_Code=&mvte:global:store_code&Screen=PROD&rvst=1&rvcid=&mvt:email:customer_id;&product_Code=&mvte:email:code;&rvid=&mvt:email:id;&rvoid=&mvt:email:order;">&#9733;</a>
        <a style="font-size: 1.5em; color: orange; text-decoration: none" title="2 stars" href="&mvte:global:smr_review_merchant_url;Store_Code=&mvte:global:store_code&Screen=PROD&rvst=2&rvcid=&mvt:email:customer_id;&product_Code=&mvte:email:code;&rvid=&mvt:email:id;&rvoid=&mvt:email:order;">&#9733;</a>
        <a style="font-size: 1.5em; color: orange; text-decoration: none" title="3 stars" href="&mvte:global:smr_review_merchant_url;Store_Code=&mvte:global:store_code&Screen=PROD&rvst=3&rvcid=&mvt:email:customer_id;&product_Code=&mvte:email:code;&rvid=&mvt:email:id;&rvoid=&mvt:email:order;">&#9733;</a>
        <a style="font-size: 1.5em; color: orange; text-decoration: none" title="4 stars" href="&mvte:global:smr_review_merchant_url;Store_Code=&mvte:global:store_code&Screen=PROD&rvst=4&rvcid=&mvt:email:customer_id;&product_Code=&mvte:email:code;&rvid=&mvt:email:id;&rvoid=&mvt:email:order;">&#9733;</a>
        <a style="font-size: 1.5em; color: orange; text-decoration: none" title="5 stars" href="&mvte:global:smr_review_merchant_url;Store_Code=&mvte:global:store_code&Screen=PROD&rvst=5&rvcid=&mvt:email:customer_id;&product_Code=&mvte:email:code;&rvid=&mvt:email:id;&rvoid=&mvt:email:order;">&#9733;</a>
      </td>
    </tr>
    </mvt:foreach>
  </table>
</div>
</body>
</html>
updated December 23, 2013