Ask A Horary Question
Details
- {{ error }}
Summary
|
Customer Name: {{ order.fname + ' ' + order.lname }} |
|
Email: {{ order.email || '-' }} |
|
Telephone: {{ order.tel || '-' }} |
|
Additional info {{ order.notes }} |
|
Product/Service: {{ product ? product.title : '?' }} |
|
Booking Total: £{{ product && product.price ? parseFloat(product.price).toFixed(2) : '0.00' }} |