[[ custom_event.shopName ]]

Hi [[ custom_event.customerFirstName ]],
You have recently saved your favorites on [[ custom_event.shopName ]]. Continue your shopping by clicking them below:

[% if custom_event.productOneUrl %]
[[custom_event.productOneTitle]]
[% if custom_event.productOneAvgRating != "" %] [% assign productOneAvgRating = custom_event.productOneAvgRating | plus: 0 %] [% assign rating = productOneAvgRating | round: 2 %] [% endif %] [% if custom_event.productOneFaveCount != '0' %] [% endif %]
[[ custom_event.productOneTitle ]]
[[ custom_event.productOnePrice ]] [% if custom_event.productOneComparePrice != "" %] [[ custom_event.productOneComparePrice ]][% endif %]
[% for i in (1..5) %] [% if 0.25 >= rating %] [% elsif rating > 0.25 and 0.75 > rating %] [% else %] [% endif %] [% assign rating = rating | minus: 1 %] [% endfor %]
[[ productOneAvgRating | round: 1 ]]
 [[ custom_event.productOneFaveCount ]]
Buy
[% endif %] [% if custom_event.productTwoUrl %]
[[custom_event.productTwoTitle]]
[% if custom_event.productTwoAvgRating != "" %] [% assign productTwoAvgRating = custom_event.productTwoAvgRating | plus: 0 %] [% assign ratingTwo = productTwoAvgRating | round: 2 %] [% endif %] [% if custom_event.productTwoFaveCount != '0' %] [% endif %]
[[ custom_event.productTwoTitle ]]
[[ custom_event.productTwoPrice ]] [% if custom_event.productTwoComparePrice != "" %] [[ custom_event.productTwoComparePrice ]][% endif %]
[% for i in (1..5) %] [% if 0.25 >= ratingTwo %] [% elsif rating > 0.25 and 0.75 > ratingTwo %] [% else %] [% endif %] [% assign ratingTwo = ratingTwo | minus: 1 %] [% endfor %]
[[ productTwoAvgRating | round: 1 ]]
 [[ custom_event.productTwoFaveCount ]]
Buy
[% endif %] [% if custom_event.productThreeUrl %]
[[custom_event.productThreeTitle]]
[% if custom_event.productThreeAvgRating != "" %] [% assign productThreeAvgRating = custom_event.productThreeAvgRating | plus: 0 %] [% assign ratingThree = productThreeAvgRating | round: 2 %] [% endif %] [% if custom_event.productThreeFaveCount != '0' %] [% endif %]
[[ custom_event.productThreeTitle ]]
[[ custom_event.productThreePrice ]] [% if custom_event.productThreeComparePrice != "" %] [[ custom_event.productThreeComparePrice ]][% endif %]
[% for i in (1..5) %] [% if 0.25 >= ratingThree %] [% elsif rating > 0.25 and 0.75 > ratingThree %] [% else %] [% endif %] [% assign ratingThree = ratingThree | minus: 1 %] [% endfor %]
[[ productThreeAvgRating | round: 1 ]]
 [[ custom_event.productThreeFaveCount ]]
Buy
[% endif %]

Happy Shopping,

[[ custom_event.shopName ]]