How to create Review Request Emails for Shop Reviews only
1. On Judge.me Dashboard>Settings>Review Requests> Email Templates
2. Scroll down to Multi Review Email Template
3. Click on Edit Settings
4.Scroll down to Advanced Customization
5. Disable Product Loop
6. Add a button with CSS for the variable {{ shop_review_href }} by insert the code below into the Main Email Text
Note: Remember to replace "Judge.me Default Theme" by shop name. See pictures below
<div class="email-one-product" style="margin-top: 10px; padding: 0 0 20px 10px;" align="center">
<div class="email-one-product__product-title" style="display: block; font-size: 24px; vertical-align: top;">
Judge.me Default Theme
</div>
<div style="display: block;">
<a href="{{ shop_review_href }}" class="email-one-product__product-url" style="background: #1565c0; border: 1px solid #1565c0; border-radius: 2px; color: #ffffff; cursor: pointer; display: block; font-size: 14px; margin-top: 20px; max-width: 300px; padding: 8px 12px; text-align: center; text-decoration: none; width: 70%;">
Review now
</a>
</div>
</div>
If you still have any questions, please contact us at support@judge.me for further assistance. Please read this article for Sending Only Shop Level Review Request (using features only).