| 
 {{tours_loading_error}} 
            {{tour_details.tour_data.title}}{{tour_cost_html.cost_window_title}} 
                            Based on the options chosen so far, your total cost for this tour will be: ${{tour_cost}} 
                                {{ (tour_details.tour_data.fuelsurcharge > 0) ? 'The total cost includes a fuel surcharge of '+tour_details.tour_data.fuelsurcharge+'% or $'+tour_fuel_surcharge_per_guest+' per person' : 'Any applicable surcharge has been included' }}. 
                                
                                    This tour has been discounted!
                                 
                            Shopping Cart{{item.tour_title}} 
                    Date: {{item.tour_data.tour_date_english}} 
                            
                                Alternate dates:
                                {{item.tour_data.alternate_tour_dates}}
                             
                            
                                Guests:
                                {{item.tour_data.total_guests}} 
                            
                                Base price:
                                ${{ parseFloat(item.base_amount).toFixed(2)}}
                             
                            
                                Fuel surcharge:
                                {{ item.fuelsurcharge_percent }}% or ${{ parseFloat(item.fuelsurcharge).toFixed(2)}}/person
                             
                            
                                Pick Up:
                                {{item.tour_data.pickup_location}}
                             
                            
                                Drop Off:
                                {{item.tour_data.drop_off_location}}
                             
                            
                                Preferred time of day:
                                {{item.tour_data.preferred_time}}
                             
                        Room {{(r_index+1)}} single occupancy: 
                                    + ${{room.amount}} 
                                
                                
                                    Room {{(r_index+1)}} triple occupancy: 
                                    - ${{room.amount}} 
                                
                                
                                    Room {{(r_index+1)}} quadruple occupancy: 
                                    - ${{room.amount}} 
                                
                            Extended stay at {{lodge.name}} 
                                + ${{lodge.amount}} x {{lodge.user_nights}} {{(parseInt(lodge.user_nights) > 1) ? 'nights' : 'night' }} =
                                    ${{ (parseFloat(lodge.amount) * parseInt(lodge.user_nights)) }} 
                            {{option.name}} 
                                
                                 
                                    + ${{option.price}} x {{option.user_guests}} {{ (option.user_guests > 1) ? 'guest' : 'guests' }} =
                                    ${{( parseInt(option.user_guests) * parseFloat(option.price) ).toFixed(2) }}
                                 
                                 
                                    + ${{option.price}} for {{option.user_guests}} {{ (option.user_guests > 1) ? 'guest' : 'guests' }} =
                                    ${{ parseFloat(option.price).toFixed(2) }}
                                 
                            ${{parseFloat(item.amount).toFixed(2)}} 
                        Total: ${{ (parseFloat(cart_total_amount)).toFixed(2) }} 
                
            There are currently no reservations in your shopping cart. Tours you may be interested in{{tour.upsell_headline}} 
                    {{tour.upsell_desc}} 
                    {{tour.youtube_title}} 
                        {{tour.youtube}} 
                    ${{tour.perguest}} 
                        ${{ (( parseFloat(tour.discount) /100) * parseFloat(tour.perguest)).toFixed(2) }} 
                    Thank you for orderingOrder ID: {{new_order_id}} Details 
                Options/add on 
                Totals 
            {{item.tour_title}} 
                    
                            Date:
                            {{item.tour_data.tour_date_english}}
                         
                        
                            Alternate dates:
                            {{item.tour_data.alternate_tour_dates}}
                         
                        
                            Guests:
                            {{item.tour_data.total_guests}}
                         
                        
                            Base price:
                            ${{ parseFloat(item.base_amount).toFixed(2)}}
                         
                        
                            Fuel surcharge:
                            {{ item.fuelsurcharge_percent }}% or ${{ parseFloat(item.fuelsurcharge).toFixed(2)}}/person
                         
                        
                            Pick Up:
                            {{item.tour_data.pickup_location}}
                         
                        
                            Drop Off:
                            {{item.tour_data.drop_off_location}}
                         
                        
                            Preferred time of day:
                            {{item.tour_data.preferred_time}}
                         
                    Room {{(r_index+1)}} single occupancy: 
                            + ${{room.amount}} 
                        
                        
                            Room {{(r_index+1)}} triple occupancy: 
                            - ${{room.amount}} 
                        
                        
                            Room {{(r_index+1)}} quadruple occupancy: 
                            - ${{room.amount}} 
                        
                    Extended stay at {{lodge.name}} 
                        + ${{lodge.amount}} x {{lodge.user_nights}} {{(parseInt(lodge.user_nights) > 1) ? 'nights' : 'night' }} =
                            ${{ (parseFloat(lodge.amount) * parseInt(lodge.user_nights)) }} 
                    {{option.name}} 
                        
                         
                            + ${{option.price}} x {{option.user_guests}} {{ (option.user_guests > 1) ? 'guest' : 'guests' }} =
                            ${{( parseInt(option.user_guests) * parseFloat(option.price) ).toFixed(2) }}
                         
                         
                            + ${{option.price}} for {{option.user_guests}} {{ (option.user_guests > 1) ? 'guest' : 'guests' }} =
                            ${{ parseFloat(option.price).toFixed(2) }}
                         
                    ${{ parseFloat(item.amount).toFixed(2) }} 
                 Total: ${{ (parseFloat(cart_total_amount)).toFixed(2) }} 
            
        
    USA Park Tours will not be bound by any prices that are generated maliciously or in error, and that are not its regular prices as detailed on its websites.
 
 | ||