Merge branch 'customer-contact-in-order-email' into combined/shopfront_group-buy_customer-contact

This commit is contained in:
Maikel Linke
2015-09-04 21:47:35 +10:00

View File

@@ -19,9 +19,10 @@
%h4
Order confirmation
%strong ##{@order.number}
%p
%h5
%strong= "#{@order.bill_address.firstname} #{@order.bill_address.lastname}"
completed the following order at your shopfront:
= " <#{@order.email}>" if @order.email
= @order.bill_address.phone if @order.bill_address.phone
= render 'order_summary'
= render 'payment'