get_contents(); foreach($items as $item) { ?>
Cart Contents:
 
Info:
Price:
Quantity:
Subtotal:
 
Total:total; ?>


get_contents(); foreach($items as $item) { $products .= $item['qty']." - ".$item['info']. " (".$item['id']."). "; } ?>


back to booking page