How do I remove the “Review Now” button from emails?

The purpose of this page is to clarify how Ashore can allow you to hide the review now button from review request emails.

Ashore supports hiding the review button by adding the following liquid template variable anywhere in the template content on whatever template you wish.

On the Automation Tab you can edit a template.
https://sea.ashoreapp.com/template-item

{% assign hideReviewButton = true %}

Adding this variable to your template will prevent the Review now button from rendering as it is being generated.

so from this

to this