Skip to content

Commit

Permalink
Use public contact email at the bottom of order confirmation email [O…
Browse files Browse the repository at this point in the history
…FN-12509]
  • Loading branch information
wandji20 committed Jul 9, 2024
1 parent f0fd3bb commit 7024979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/order_mailer/_signoff.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
= @order.distributor.phone || ""
%br
%a{:href => "mailto:#{@order.distributor.contact.email}", :target => "_blank"}
= @order.distributor.contact.email
= @order.distributor.email_address.presence || @order.distributor.contact.email
%br
= @order.distributor.website || ""
%br
Expand Down

0 comments on commit 7024979

Please sign in to comment.