${{ Math.round(cart.main.currentPrice)}} per guest
x {{cart.guests}} Guests ${{Math.round(cart.main.currentPrice*cart.guests)}}
Rent Date: {{cart.order_date}}
Customize it:
{{addon.name}}
${{Math.round(addon.currentPrice)}} x {{cart.guests}} ${{Math.round(addon.currentPrice*cart.guests)}}
Essentials:
{{extra.product.name}}
${{Math.round(extra.product.currentPrice)}} x {{extra.qty}} ${{Math.round(extra.product.currentPrice*extra.qty)}}
Shipping to be calculated at checkout