
<input type="hidden" value="" name="back_url_name" id="back_url_name" class="back_url_name"  />
<!--<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>-->
<script type="text/javascript" src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<!-- <script src="jQuery.js" type="text/javascript"></script> -->
<link rel="stylesheet" type="text/css" href="https://www.hirethegardener.com/markham-south/wp-content/plugins/custom/css/custom-av.css">
<!-- ============= HTML ADDED BY AMIT ============-->

<div class="mainContainerSteps">

    <!-- ================ step-1-2-3 steps start ======================== -->
    <div class="quoteStep">

        <div class="dialog_calc" id="dialog_calc" style="display:none;">
            <div class="popupTitle">Calculate Material For Rectangular Beds</div>
            <br /><br />
            What type of material do you want?                     
            <span class="selectDD"><select name="service_name" id="material_name" class="material_name">
    <option value="6">Ultimate 24/7 Triple Driveway Plowing including shoveling the walkway to your front door*</option> 
    <option value="5">Ultimate 24/7 Triple Driveway Plowing*</option> 
  
                </select></span> <br/>
            <div class="calcSec">
                <div class="calcSec_cont">
                    <span>How wide is the area?</span> &nbsp;&nbsp;(in ft.): <input type="text" name ="width" id="width" class="width"><br/>
                    <span>How long is the area?</span> &nbsp;&nbsp;(in ft.): <input type="text" name ="height" id="height" class="height"><br/>
                    <span>How deep is the area?</span> &nbsp;&nbsp;(in inches.): <input type="text" name ="depth" id="depth" class="depth"><br/>
                </div>
            </div>  
            <div style="text-align:right"><input type="button" name="calculate-material" value="Calculate Material" id="calculate_material" class="calculator normalOrangeBtn" /> <input type="button"  value="Close" class="close_calculator normalWhiteBtn" id="close_calculator" /></div>

            <div class="print_result" id="print_result"></div><br />
        </div>
        <ul style="margin-top: 30px;">
            <li class="one active">
                Select Your Driveway<br />
                <span>1</span>
            </li>
            <li class="two">
                Get Your Quote<br />
                <span>2</span>
            </li>
            <li class="three">
                Confirm Service<br />
                <span>3</span>
            </li>
        </ul>
    </div>
    <!-- ================ 1 2 3 steps end ======================== -->

    <div id="quote-step-one"> <!-- == Complete Step-1 start == -->


        <!-- ================ Properties ==================== -->

        <div style="font-size:18px;color:#3d5767;font-weight:normal;">Please select the image that most closely represents your driveway.</div>
        <div class="propertyTxt">* Your driveway details will be confirmed by a company representative on their first visit.</div>

        <!-- video dilog box start -->
        <div class="videoBtn stepVideoBtn" style="display:none">NEED HELP?
            <div>Watch 2 min video</div>
        </div>
        <div id="dialog_video" class="dialog_video" style="display:none;">   
            <img src="https://www.hirethegardener.com/markham-south/wp-content/plugins/custom/images/close.png" class="close close_video" alt="Close" id="close_video" />   
            <iframe src="https://player.vimeo.com/video/125568604" style="width:100%; height:369px;"></iframe>
        </div>
        <!-- video dilog box end -->

        <div class="step1TR"><a class="btn" href="/property-quote">Don't see your driveway? Request a personal quote.</a></div><!--id="calculator"-->

        <div class="clearAll"></div>
        <div class="propertiesContainer" >
            <table style="width:100%" cellpadding="0" cellspacing="0">
                <tr>
    
        <td>
            <img src="https://www.hirethegardener.com/markham-south/wp-content/plugins/custom/images/snow_property_size/2Cars-1.png" alt="" class="property_size_image_chkbox" /><br />
            <div class="chkBoxContainer">
            <input type="checkbox" name="property_size_chkbox" value="1" class="property_size_chkbox" id="property_size_chkbox1" />
            <label for="property_size_chkbox1"><span class="chkBox"></span>Single Driveway</label>
            <br />
            <div class="description">Driveway with parking for a maximum of 2 to 3 cars</div>
            </div>
        </td>
                
        <td>
            <img src="https://www.hirethegardener.com/markham-south/wp-content/plugins/custom/images/snow_property_size/4Cars-1.png" alt="" class="property_size_image_chkbox" /><br />
            <div class="chkBoxContainer">
            <input type="checkbox" name="property_size_chkbox" value="2" class="property_size_chkbox" id="property_size_chkbox2" />
            <label for="property_size_chkbox2"><span class="chkBox"></span>Double Driveway</label>
            <br />
            <div class="description">Driveway with parking for a maximum of 5 to 6 cars</div>
            </div>
        </td>
                
        <td>
            <img src="https://www.hirethegardener.com/markham-south/wp-content/plugins/custom/images/snow_property_size/6Cars-1.png" alt="" class="property_size_image_chkbox" /><br />
            <div class="chkBoxContainer">
            <input type="checkbox" name="property_size_chkbox" value="3" class="property_size_chkbox" id="property_size_chkbox3" />
            <label for="property_size_chkbox3"><span class="chkBox"></span>Triple Driveway</label>
            <br />
            <div class="description">Driveway with parking for a maximum of 9 cars</div>
            </div>
        </td>
             
                </tr>
            </table>

            <!-- ================ Properties end ==================== -->

            <!-- == Complete Step-1 End == -->
        </div>
        <div class="selectOptionsSec">
            <div>
                <form action="javascript:void(0)" method="post" name="quoteForm" id="quoteForm">
                    <input type="hidden" name="propertysize_id" value="" id="propertysize_id" />
                    
                    
                    
                    <input type="text" name="user_postalcode" maxlength="6" placeholder="Postal Code" value="" id="user_postalcode" /> 
                    <input class="btn" type="button" name="continue" value="NEXT" id="quote-form-step-one" />
                    <p class="formreq-note">* Postal code is required to determine service area and pricing</p>        
                </form>
            </div>
        </div>
    </div>

    <div id="quote-step-two" style="display:none;">
        <!-- == Complete Step-2 Start == -->

        <!-- popup lown cut this year start -->
        <div class="dialog_lawn" id="dialog_lawn" style="display:none;">
            <div class="popupTitle">Has your lawn been cut this year?</div>
            <div class="calcSec">
                <div class="calcSec_cont">
                    <input type="radio" name="lawn_cut_yes_no" class="lawn_cut_yes" id="lawn_cut_yes" value="yes" checked="checked" />Yes
                    <input type="radio" name="lawn_cut_yes_no" class="lawn_cut_yes" id="lawn_cut_no" value="no" style="margin-left:35px"/>No
                    <input type="hidden" name="lawn_cut_no_price" class="lawn_cut_no_price" id="lawn_cut_no_price" value="0" />
                    <input type="hidden" name="bagg_no_price" class="bagg_no_price" id="bagg_no_price" value="0" />
                </div>
            </div>  
            <div style="text-align:right">
                <input type="button" name="Continue" value="Continue" id="lawn_cutting_button" class="lawn_cutting_button normalOrangeBtn" />   
            </div>  
        </div>
        <!-- popup lown cut this year end -->

        <div class="clearAll"></div>
        <div class="step2L">
            <div class="services">
                <table style="width:100%;" cellspacing="0" cellpadding="0" class="tbl tblProd">
                    <tr><td colspan="2"><div class="step2Txt" style="width:100%">Full Season snow clearing service for a <span class="property_discription"></span>.</div></td></tr>
                    <tr>
                        <td class="service-td1" style="text-align:center;">
                            <div class="driveway">
                                <img src="" class="driveway_img" id="driveway_img" onclick="addtocart1('driveway_service_name','driveway_service_price_total');" />
                                <input type="hidden" value="" class="driveway_img_val" id="driveway_img_val" name="driveway_img_val" />
                                <input type="hidden" value="" class="driveway_selected_img" id="driveway_selected_img" name="driveway_selected_img" />
                                <div class="chkBoxContainer">
                                    <input type="checkbox" id="drivewayChk1" name="driveway_chk_box" value="" class="driveway_chk_box chktrigger" onclick="addtocart1('driveway_service_name','driveway_service_price_total');" />
                                    <label for="drivewayChk1"><span class="chkBox"></span> <span class="driveway_service_name"></span> - <span class="driveway_service_price"></span> <span class="driveway_service_price_text"></span>
                                    <span style="display:none;" class="driveway_service_price_total"></span>
                                    </label>
                                </div>
                                 <input type="hidden" name="payment_type" value="" class="driveway_service_payment_type" id="driveway_service_payment_type" />
                                 <input type="hidden" name="payment_month" value="" class="driveway_service_payment_month" id="driveway_service_payment_month" />
                                <input type="hidden" name="province_name" value="" class="province_name" id="province_name" />
                                <input type="hidden" value="" name="driveway_service_input_name" class="driveway_service_input_name" id="driveway_service_input_name" />
                                <input type="hidden" value="" name="driveway_service_input_price" class="driveway_service_input_price" id="driveway_service_input_price" />
                            </div>
                        </td>
                        <td class="service-td2" style="text-align:center;">
                            <div class="walkway">
                                <img src="" class="walkway_img" id="walkway_img" onclick="addtocart2('walkway_service_name','walkway_service_price');" />
                                <input type="hidden" value="" class="walkway_img_val" id="walkway_img_val" name="walkway_img_val" />
                                <input type="hidden" value="" class="walkway_selected_img" id="walkway_selected_img" name="walkway_selected_img" />
                                <div class="chkBoxContainer">
                                    <input id="drivewayChk2" type="checkbox" name="walkway_chk_box" value="" class="walkway_chk_box chktrigger" onclick="addtocart2('walkway_service_name','walkway_service_price');" />
                                    <label for="drivewayChk2"><span class="chkBox"></span> <span class="walkway_service_name"></span> - <span style="display:none;" class="walkway_service_price"></span><span class="walkway_service_price2"></span><span class="walkway_service_price2_text"></span>
                                    <!-- <span class="franchisee-no-hide"> per month</span></label> -->
                                    
                                </div>
                                <input type="hidden" name="payment_type" value="" class="walkway_service_payment_type" id="walkway_service_payment_type" />
                                 <input type="hidden" name="payment_month" value="" class="walkway_service_payment_month" id="walkway_service_payment_month" />

                                <input type="hidden" name="province_name" value="" class="province_name" id="province_name" />
                                <input type="hidden" value="" name="walkway_service_input_name" class="walkway_service_input_name" id="walkway_service_input_name" />
                                <input type="hidden" value="" name="walkway_service_input_price" class="walkway_service_input_price" id="walkway_service_input_price" />
                            </div>
                        </td>
                    </tr>
                    <tr><td colspan="2"><div class="service_terms smallBullet"></div></td></tr>
                </table>
            </div>
        </div>
        <div class="step2btn"><a class="btn" href="/personal-visit">Request a Personal Visit Instead</a></div>
        <div class="step2R">
            <div class="step2Addr">
                <img src="" alt="" />
                <span style="display:inline-block;">Postal Code:</span> <span class="user_postalcode"></span><br />
                <span style="display:inline-block;margin-top:5px;">Service Area:</span>
                <!--<span class="property_size_name addrYard" id="property_size_name"></span>-->
                <span class="property_discription_side addrYard"></span><br />
                <input type="button" class="edit_postalcode2 btn" value="Edit" />
                <!-- <br /><a class="smallGreenBtn" href="/personal-visit">Request a Personal Visit Instead</a>  -->
            </div>
        <div style="clear:both;"></div>
            <div class="addedServices">
                <table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody></tbody></table><br />

                <input type="text" name="promocode" value="" id="promocode" class="promocode" placeholder="Enter Promo Code" /> <strong><a href="javascript:void(0);" class="apply_promocode btn" id="apply_promocode" onclick="promo_code_apply()">Apply</a></strong>   

                <div id="cart_details_table">
                    <div class="totalTitle">YOUR QUOTE</div>
                    <table width="100%" border="0" cellspacing="0" cellpadding="2" id="seasonal_detail_table">
                        <tr> <!-- cart_title -->
                            <td class="payment-title" id="payment-title"></td>
                            <td style="text-align:center;" class="payment-title" id="payment-title"><strong>AMOUNT</strong></td>
                            <td style="text-align:center;" class="today-title" id="today-title"><strong>TAX</strong></td>
                            <td style="text-align:center;" class="monthly-title" id="monthly-title"><strong>TOTAL</strong></td>
                        </tr>
                        <tr>
                            <td>Today’s payment:</td>
                            <td style="text-align:right;"><strong class="subtotal-details" id="subtotal-details"></strong>
                                <input type="hidden" class="subtotal" id="subtotal" value="905" name="subtotal">
                            </td>
                            <td style="text-align:right;"><strong class="tax-details" id="tax-details"></strong>
                                <input id="tax" class="tax" type="hidden" value="" name="tax">
                                <input id="tax1" class="tax1" type="hidden" value="" name="tax1">
                            </td>
                            <td style="text-align:right;" valign="top"><strong class="order-details" id="order-details"></strong>
                                <input type="hidden" class="order_payment" id="order_payment" value="" name="order_payment">
                            </td>
                        </tr>   
                        <tr>  
                            <td class="cart_title"><!-- Remaining Payment due January 1: --><span class="text-change-loc">Balance due</span> <span class="month-due">February 1</span></td>
                            <td style="text-align:right;"><strong class="month-subtotal-details" id="month-subtotal-details"></strong>
                                <input type="hidden" class="month-subtotal" id="month-subtotal" value="" name="month-subtotal">
                            </td>
                            <td style="text-align:right;"><strong class="month-tax-details" id="month-tax-details"></strong>
                                <input id="month-tax" class="month-tax" type="hidden" value="" name="month-tax">
                            </td>
                            <td style="text-align:right;"><strong class="month-order-details" id="month-order-details"></strong>
                                <input type="hidden" class="month-order_payment" id="month-order_payment" value="" name="month-order_payment">
                            </td>
                        </tr>
                        <tr>  
                            <td colspan="4">
                                <span class="order-details-into7" id="order-details-into7" style="display:none;">per month x <span class="single_intoSevenMonth"></span></span>
                                <span class="month-order-details-into7" id="month-order-details-into7">per month x <span class="month_intoSevenMonth"></span ></span>
                            </td>
                        </tr>
                        <tr class="promocode_detail" style="display:none;">
                            <td>Promocode <br />Discount(-):</td>
                            <td style="text-align:right;"><strong class="promocode_discount" id="promocode_discount"></strong>
                                <input type="hidden" class="promocode_disc_val" id="promocode_disc_val" value="" name="promocode_disc_val">
                            </td>
                            <td style="text-align:right;"><strong class="month-promocode_discount" id="month-promocode_discount"></strong>
                                <input type="hidden" class="month-promocode_disc_val" id="month-promocode_disc_val" value="" name="month-promocode_disc_val">
                            </td>
                        </tr>
                        <tr class="totalTr franchisee-hide">  
                            <td class="cart_title">Total:</td>
                            <td style="text-align:right;"><strong class="month-total-details" id="month-total-details"></strong>
                            </td>
                            <td style="text-align:right;"><strong class="month-total-tax-details" id="month-total-tax-details"></strong>
                            </td>
                            <td style="text-align:right;"><strong class="month-order-total-details" id="month-order-total-details"></strong>
                            </td>
                        </tr>
                    </table>

                    <table width="100%" border="0" cellspacing="0" cellpadding="2" id="monthly_detail_table">
                        <tr> <!-- cart_title -->
                            <td></td>
                            <td style="text-align:center;"><strong>AMOUNT</strong></td>
                            <td style="text-align:center;"><strong>TAX</strong></td>
                            <td style="text-align:center;"><strong>TOTAL</strong></td>
                        </tr>
                    </table>

                    <div style="text-align:right;margin-top:15px;">
                    <input type="hidden" name="completely_booked" value="" id="completely_booked" class="completely_booked" />
                    <input type="hidden" name="snow_completely_booked" value="" id="snow_completely_booked" class="snow_completely_booked" />
                    <input type="hidden" name="completely_booked_single_driveway" value="" id="completely_booked_single_driveway" class="completely_booked_single_driveway" />
                    <input type="hidden" name="completely_booked_single_driveway_walkway" value="" id="completely_booked_single_driveway_walkway" class="completely_booked_single_driveway_walkway" />
                    <input type="hidden" name="completely_booked_double_driveway" value="" id="completely_booked_double_driveway" class="completely_booked_double_driveway" />
                    <input type="hidden" name="completely_booked_double_driveway_walkway" value="" id="completely_booked_double_driveway_walkway" class="completely_booked_double_driveway_walkway" />
                    <input type="hidden" name="completely_booked_triple_driveway" value="" id="completely_booked_triple_driveway" class="completely_booked_triple_driveway" />
                    <input type="hidden" name="completely_booked_triple_driveway_walkway" value="" id="completely_booked_triple_driveway_walkway" class="completely_booked_triple_driveway_walkway" />
                    <input type="button" value="CHECKOUT" name="checkout" class="orangeBtn checkout-button btn" id="checkout-button" />
                    </div>
                </div>
            </div>
        </div>
        <!-- == Complete Step-2 End == -->
    </div>

    <!-- complete Step-3 Start == -->
    <div class="quote-step-three" id="quote-step-three" style="display:none;">
        <div class="orderDetailSec">
            <span class="secHead">Your Order</span>
            <div class="step3Addr">
                <img alt="" src="">
                
                postal code: <span class="user_postalcode"></span><br>
                
                <!--<span class="property_size_name addrYard"></span>-->
                <span class="property_discription_side addrYard"></span><br />
            </div>
            <div style="clear:both;"></div>
            <div class="orderSec"></div>
            <span class="secHead">Payments</span>

             <table width="80%" cellspacing="0" cellpadding="2" border="0" id="order_detail_desc_monthly">
              <tbody>
                <tr class="cart_title" style="">
                    <td class="today-title"><strong>Today</strong></td>
                </tr>
              </tbody>
             </table>
              
            <table width="80%" cellspacing="0" cellpadding="2" border="0" id="order_detail_desc_season"><tbody>
                    <tr class="cart_title">
                        <td class="today-title"><strong>Today</strong></td>
                    </tr>
                    <tr>
                        <td>Sub total</td>
                        <td style="text-align:right;"><strong class="subtotal-details" id="step3_subtotal-details"></strong></td>
                    </tr>
                    <tr style="display:none;" class="promocode_detail">
                        <td>Promocode <br />Discount(-)</td>
                        <td style="text-align:right;"><strong  class="promocode_discount"></strong></td>
                    </tr>
                    <tr>
                        <td>Tax(+)</td>
                        <td style="text-align:right;"><strong  class="tax-details" id="step3_tax-details"></strong></td>
                    </tr>
                    <tr class="txtGreen">
                        <td valign="top">Total charge today:</td>
                        <td valign="top" style="text-align:right;"><strong  class="order-details" id="step3_order-details"></strong><br><span style="display:none" class="order-details-into7" id="step3_order-details-into7"></span></td>
                    </tr>
                    <tr><td>&nbsp;</td></tr>
                    <tr class="cart_title">
                        <td class="monthly-title" colspan="2"><strong><span class="text-change-loc">Remaining Payment due</span> <span class="month-due">February 1</span></strong><span id="step3_month-order-details-into7" class="month-order-details-into7"><strong class="x7"></strong></span></td>
                    </tr>
                    <tr>
                        <td id="step3_month-subtotal-title">Sub total</td>
                        <td style="text-align:right;"><strong class="month-subtotal-details" id="step3_month-subtotal-details"></strong></td>
                    </tr>
                    <tr>
                        <td id="step3_month-tax-title">Tax(+)</td>
                        <td style="text-align:right;"><strong  class="month-tax-details" id="step3_month-tax-details"></strong></td>
                    </tr>
                    <tr class="txtGreen">
                        <td valign="top" id="step3_month-order-title">Total charge(s) remaining:</td>
                        <td valign="top" style="text-align:right;"><strong class="month-order-details" id="step3_month-order-details"></strong></td>
                    </tr>
                    <tr><td>&nbsp;</td></tr>
                    <tr class="franchisee-hide">
                        <td id="step3_month-total-title">All charges for services:</td>
                        <td style="text-align:right;"><strong class="month-total-details" id="step3_month-total-details"></strong></td>
                    </tr>
                    <tr class="franchisee-hide">
                        <td id="step3_month-total-tax-title">Tax(+):</td>
                        <td style="text-align:right;"><strong  class="month-total-tax-details" id="step3_month-total-tax-details"></strong></td>
                    </tr>
                    <tr class="txtGreen franchisee-hide">
                        <td valign="top" id="step3_month-order-total-title">Total including tax:</td>
                        <td valign="top" style="text-align:right;"><strong class="month-order-total-details" id="step3_month-order-total-details"></strong></td>
                    </tr>
                </tbody></table>

            <div class="property_text"></div>    
        </div>
        <div class="billingForm">
            <form method="post" action="#" name="save_bill_servi_form" id="save_bill_servi_form" class="save_bill_servi_form" onsubmit="return save_bill_service();">
                <input type="hidden" name="front_full_yard" id="front_full_yard" class="front_full_yard" value="" />
                <input type="hidden" name="bill_shipp_property_size" id="bill_shipp_property_size" class="bill_shipp_property_size" value="" />
                <div class="billingAddr">
                    <span class="secHead">Billing Address</span>
                    <div style="clear:both"></div>
                    <label>First Name<span class="txtRed">*</span></label> <input type="text" name="bill_name" value="" id="bill_name" class="bill_name" />
                    <label>Last Name<span class="txtRed">*</span></label> <input type="text" name="bill_last_name" value="" id="bill_last_name" class="bill_last_name" />
                    <label>Address<span class="txtRed">*</span></label> <input type="text" name="bill_add" value="" id="bill_add" class="bill_add" />
                    <label>Address 2</label> <input type="text" name="bill_add2" value="" id="bill_add2" class="bill_add2" />
                    <label>City<span class="txtRed">*</span></label> <input type="text" name="bill_city" value="" id="bill_city" class="bill_city" />
                    <label>Province<span class="txtRed">*</span></label> <input type="text" name="bill_province" value="" id="bill_province" class="bill_province" />
                    <label>Postal Code<span class="txtRed">*</span></label> <input type="text" name="bill_postalcode" maxlength="6" placeholder="A1B2C3" value="" id="bill_postalcode" class="bill_postalcode" />
                    <label>Phone<span class="txtRed">*</span></label> <input type="text" name="bill_phone" value="" id="bill_phone" class="bill_phone" />
                    <label>Email Address<span class="txtRed">*</span></label> <input type="text" name="bill_email" value="" id="bill_email" class="bill_email" />

                </div>     
                <div class="serviceAddr">
                    <span class="secHead">Service Address</span> 
                    <span class="sameAsBill">
                        <input type="checkbox" name="same_address" class="bill_servi_add" id="bill_servi_add" /> 
                        &nbsp;&nbsp;Same as Billing Address
                    </span>
                    <div style="clear:both"></div>
                    <label>First Name<span class="txtRed">*</span></label> <input type="text" name="servi_name" value="" id="servi_name" class="servi_name" />
                    <label>Last Name<span class="txtRed">*</span></label> <input type="text" name="servi_last_name" value="" id="servi_last_name" class="servi_last_name" />
                    <label>Address<span class="txtRed">*</span></label> <input type="text" name="servi_add" value="" id="servi_add" class="servi_add" />
                    <label>Address 2</label> <input type="text" name="servi_add2" value="" id="servi_add2" class="servi_add2" />
                    <label>City<span class="txtRed">*</span></label> <input type="text" name="servi_city" value="" id="servi_city" class="servi_city" />
                    <label>Province<span class="txtRed">*</span></label> <input type="text" name="servi_province" value="" id="servi_province" class="servi_province" />
                    <label>Postal Code<span class="txtRed">*</span></label> <input type="text" name="servi_postalcode" maxlength="6" placeholder="A1B2C3" value="" id="servi_postalcode" class="servi_postalcode" readonly="readonly" />
                    <label>Phone<span class="txtRed">*</span></label> <input type="text" name="servi_phone" value="" id="servi_phone" class="servi_phone" />
                    <label>Email Address<span class="txtRed">*</span></label> <input type="text" name="servi_email" value="" id="servi_email" class="servi_email" />
                </div>
                <label>Comment</label> <textarea name="comment" id="comment" class="comment"></textarea><br />
                <input type="hidden" name="free_tips_val" value="" id="free_tips_val" class="free_tips_val" />
                <input type="checkbox" class="free_tips" id="free_tips" /> Yes send me tips on how to make my property look fantastic!<br />
                <div style="text-align:right">
                    <input type="checkbox" class="terms_condi" id="terms_condi" /> <span id="terms_condi_agree">Agree to</span> <a href="#" class="terms_condi_details" id="terms_condi_details">Terms and Conditions</a> &nbsp;&nbsp;
                    <input type="submit" value="Proceed To Payment" class="submit_order normalOrangeBtn btn" id="submit_order" />&nbsp;&nbsp; 
                    <input type="button" value="Cancel" class="normalWhiteBtn cancel_bill_servi btn" id="cancel_bill_servi" />
                </div>  
            </form>

            <div class="loader-ak" style="display: none;">
               <div class="loader-cntnt-ak">Fill the Payment Form to Confirm Your Service. 
               </div>
            </div>
        </div>
    </div>
    <form method="post" action="https://www3.moneris.com/HPPDP/index.php" name="moneris" id="moneris" class="moneris"  target="my_iframe"> 
        <input type="hidden" name="ps_store_id" VALUE="" id="ps_store_id" />
        <input type="hidden" name="hpp_key" VALUE="" id="hpp_key" />
        <input type="hidden" name="charge_total" VALUE="" id="charge_total" />
        <input type="hidden" name="doRecur" value ="" id="doRecur">
        <input type="hidden" name="recurUnit" value ="" id="recurUnit">
        <input type="hidden" name="recurStartDate" value="2027/12/01" id="recurStartDate">
        <input type="hidden" name="recurNum" value="" id="recurNum">
        <input type="hidden" name="recurStartNow" value ="" id="recurStartNow">
        <input type="hidden" name="recurPeriod" value="" id="recurPeriod">
        <input type="hidden" name="recurAmount" value="" id="recurAmount">
        <input type="hidden" name="rvaruserid" value="" id="rvar_user_id">
        <input type="hidden" name="rvarpostalcode" value="" id="rvar_postal_code">
        <input type="hidden" name="rvarpropertysize" value="" id="rvar_property_size">
        <input type="hidden" name="cust_id" value="" id="user_cust_id">
        <input type="hidden" name="email" value="" id="custemail">
        <input type="hidden" name="bill_first_name" value="" id="bill_first_name">
        <input type="hidden" name="bill_last_name" value="" id="bill_lastname">
        <input type="hidden" name="bill_postal_code" value="" id="bill_postal_code">
        <input type="submit" name="moneris_iframe" class="moneris_iframe" id="moneris_iframe" style="display:none;"/>
    </form>
    <!-- <iframe name="my_iframe" src="https://www3.moneris.com/HPPDP/index.php" class="moneris_iframe_layout" style="display:none;"></iframe> -->
    <div id="outerDiv" style="width:400px;height:400px; display:none;">
        <div id="monerisCheckout"></div>
    </div>
    <div class="terms_condi_popup" id="terms_condi_popup" style="display:none;">
        <div class="terms" id="terms-print">
            <h1>The Gardener Terms  of Service</h1>
            <h2>Ultimate 24/7 Snow Plowing Service Contract Terms & Conditions 2026/27  </h2>
            <ol start="1" style="margin-left: -18px;">
                <li><p>All individual snowfalls of <span class="snow-cm"></span> cm or more will be cleared. Snow removal services will be provided on a 24 hours/day, 7 days/week basis from November 1, 2026 thru April 15, 2027. Please Note: Due to potential holiday staffing shortages, response times on Christmas Eve, Christmas Day, New Years Eve, Superbowl Sunday and Family Day may be slower than normal.</p></li>
                <li><p>Areas to be cleared include: <span class="addPkg"></span>. Please Note: Areas not included in this description can be added at a reasonable additional cost. Please contact the office for pricing.</p></li>
                <li><p>Snow clearing will commence following the end of light and moderate snowfalls. In the event of a major snow storm, trucks will be dispatched during the storm and make repeat visits as needed to clear the snow as road and weather conditions permit Our staff and equipment are affected by weather conditions and traffic congestion, plow shifts during daytime are generally far slower than at night. The Gardener* does not offer a time guarantee, your property will be cleared as quickly as we are able to.  Please note: if you are purchasing your Snow Plowing services during a plow event, your first service may be delayed as we add the property details to the applicable route. You cannot expect that services will be immediate once purchased, please be patient and we will service your property as quickly as we can.</p></li>
                <li><p>If necessary, trucks will return to clear the Municipal Snow Plow ridge at the base of the driveway.In municipalities that do not leave snow plow ridges we are not responsible to clear them. Snow plow ridges will only be cleared during snowfalls and a maximum of one time after the snowfall ceases. Snow plow ridges will not be cleared on days when it does not snow.</p></li>
                <li><p>The Gardener* is not responsible for ice removal and/or applying salt or other de-icing products. We strongly recommend that you monitor your property, keep salt or other de-icing products available and apply as needed to melt ice build-up or other slippery conditions caused by freezing rain, melting, freeze/thaw, poor drainage or other conditions. Any slip & fall accidents on your property are your responsibility, The Gardener* does not accept any liability.</p></li>
                <li><p>The Gardener* is not responsible for clearing snowdrifts or drifting snow caused by high winds on days when there has been no snow accumulation. If you require snow fence to be installed, please call our office to inquire if this service is available and for pricing.</p></li>
                <li><p>Any special or repeat visits caused by conditions out of the control of The Gardener* may be billed additionally to this contract but only after the client agrees to a fair and reasonable charge. Examples include clearing snow drifts caused by high winds, returning to a site where access was not possible due to parked cars,clearing snow accumulation under the threshold of this contract, construction etc.</p></li>
                <li><p>This service agreement is a flat rate snow plowing contract, it is independent of weather conditions and/or snowfall accumulations. Staff, equipment and other infrastructure must be maintained regardless of snow accumulations to ensure service can be provided when necessary.Therefore we cannot and will not offer refunds or credits if you do not feel you have received enough service visits to warrant the cost. Our staff and equipment are standing by ready for snow storms around the clock, please consider the cost you are charged similar to an insurance policy, you are paying for the peace of mind knowing you are covered and not a specific number of visits as we cannot predict the weather.</p></li>
                <li><p>Due to the nature of this type of work, please understand that you may incur some inconvenience during periods of snow. The Gardener* cannot be liable if you are delayed in accessing or exiting your property. We do our best to time the services provided overnight however that is only possible if it snows at night. Weather forecasting has improved dramatically but it is still not an exact science, some snowfalls are somewhat of a surprise or don’t cease when they are forecasted to. We will do everything possible to ensure your services are provided in a consistent and professional manner and we request that you communicate with our staff in a courteous and respectful manner.</p></li>
                <li><p>While we make ever effort to provide our snow clearing services without causing property damage, we do carry proper Commercial Liability insurance to cover damage that is legitimately our fault. The Gardener* cannot however be held liable for: damages caused to surfaces that are uneven or non level, pre-existing conditions or damage, unmarked objects, objects hidden or covered by snow, frost heaves, any cracking in surfaces caused by poor installation or settling/compaction of the base layer. Please install adequate stakes to mark any curbs or other objects that could be hidden by snow accumulation prior to the first snowfall and notify The Gardener* in advance so we can properly note this on our route list. If you require stakes to be installed for you at a reasonable rate, please call The Gardener prior to frost entering the ground.</p></li>
                <li><p>In the event that you wish to cancel your contract for any reason during the coverage period please note the following cancellation terms: cancellation must be made during business hours via live conversation or email and requires a minimum of 48 hours notice, 25% of the total contract amount is retained by The Gardener*, the refund of the remaining 75% will be calculated using a declining per diem formula whereby the remaining amount is divided by the total number of days covered by the contract. The refund will only cover the portion not to be covered.</p></li>
                <li><p>Please note that while we make every effort possible not to displace loose gravel or stone for Gravel driveways, due to the nature of the snow clearing operations it is possible. We will do our best to minimize this, however, clean up and replacement of gravel will be the responsibility of the client, not The Gardener*. If you would like a quote in the Spring to redistribute any displaced gravel, please contact the office.</p></li>
                <li><p>For safety reasons and to avoid damage to the homes of clients with inclined driveways of more than 15 degrees, The Gardener reserves the right to charge a reasonable additional amount or in extreme cases cancel the contract. If the contract is terminated the client will receive a full refund within 10 business days.</p></li>
                <li><p>Due to the Covid-19 pandemic, The Gardener reserves the right to reduce service levels if necessary. While we will make every effort to provide your winter services at a high level, they could be affected by the ongoing affects of the Covid 19 pandemic or subsequent waves of the virus. If there are any impacts that affect our operations such as but not limited to: mandatory work stoppages announced by the Government, staff reductions caused by infections, limits on how many staff can work in a vehicle, slowdowns caused by following enhanced safety protocols or any other impacts of the Covid 19 pandemic or any other virus affecting the local area, The Gardener cannot be held liable if your winter services are delayed, cancelled or otherwise affected. These are uncertain times, we are all in this together. We will do everything within our power and control to provide the high level of service that you have become used to from The Gardener*</p></li>
            </ol> 
            <h2>Registration for Automatic Payments </h2>

            <p>In order to use The Gardener Inc. and/or its locally owned and operated  Franchised Location (hereinafter referred to as "The Gardener") Automatic Payment  service you are required to complete the registration process by providing us  with complete and accurate information as prompted by the applicable registration  form provided on the Payment Confirmation screen. The registration form  includes creation of a customer profile (including email address) and providing  account information for credit card, debit card or a completed Pre-authorized  Payment Form (including void cheque) that will be charged for the services you  will be receiving from The Gardener. By completing the registration form, you:  i) authorize The Gardener to display your statement and payment information on  a secured Third Party Internet Page; ii) confirm your agreement with these  Terms of Service; and iii) represent that you are authorized to provide the  information on the registration form and that it is accurate and up to date  information. You are responsible for keeping The Gardener up to date with your  correct and current email address information.<br />
            <h2>Payment Responsibilities</h2>
            <p>You agree to pay The Gardener for all charges incurred your account with  The Gardener, including all applicable taxes, fees and surcharges.By completing  the registration form, below, you authorize The Gardener to charge your  designated credit card, debit card or bank account for charges for your  services ordered from The Gardener and to retain information about the payment.  If The Gardener does not receive payment from your designated payment method,  you agree to pay all amounts due upon demand by The Gardener.</p>
            <h2>Your Responsibility For Use Of Automatic Payment  Service</h2>
            <p>You are entirely responsible for maintaining the confidentiality of your  credit card, debit card or bank account information and The Gardener account  information. You are entirely responsible for any and all activities that occur  under your account with The Gardener Automatic Payment service should you fail  to maintain this confidentiality. You agree to notify The Gardener immediately  upon your discovery of unauthorized use of your Automatic Payment service  account. The Gardener will not be responsible for any loss you may incur as a  result of someone else misusing your credit card, debit card or bank account  information and The Gardener Automatic Payment service account either with or  without your permission. You may not use anyone else's account at any time  without the permission of the account holder.</p>

            <h2>Change of Terms</h2>
            <p>The Gardener reserves the right to change the Terms of Service. You are responsible  for regularly reviewing these terms and conditions. Your continued use of  Automatic Payment service after changes to these Terms of Service constitutes  your agreement to all such revised terms.</p>

            <h2>DISCLAIMER OF WARRANTIES</h2>
            <p>YOUR USE OF THE GARDENER&rsquo;S AUTOMATIC PAYMENT SERVICES (THE  &quot;SERVICES&quot;) IS AT YOUR SOLE RISK. THE SERVICES ARE PROVIDED &quot;AS  IS,&quot; &quot;WITH ALL FAULTS&quot; AND &quot;AS AVAILABLE&quot; FOR YOUR  USE, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, UNLESS SUCH  WARRANTIES ARE LEGALLY INCAPABLE OF EXCLUSION. SPECIFICALLY, THE GARDENER  DISCLAIM IMPLIED WARRANTIES THAT THE SERVICES ARE MERCHANTABLE, OF SATISFACTORY  QUALITY, ACCURATE, FIT FOR A PARTICULAR PURPOSE OR NEED. THE GARDENER PROVIDES  THE SERVICES ON A COMMERCIALLY REASONABLE BASIS AND DOES NOT GUARANTEE THAT YOU  WILL BE ABLE TO ACCESS OR USE THE SERVICES AT TIMES OR LOCATIONS OF YOUR  CHOOSING.</p>
            <h2>LIMITATION OF LIABILITY</h2>
            <p>THE GARDENER SHALL NOT BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL,  CONSEQUENTIAL OR EXEMPLARY DAMAGE ARISING FROM YOUR USE OF THE SERVICES. THESE  EXCLUSIONS FOR INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL OR EXEMPLARY  DAMAGES INCLUDE, WITHOUT LIMITATION, DAMAGES FOR LOST PROFITS, LOST DATA, LOSS  OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY OTHER COMMERCIAL  DAMAGES OR LOSSES, EVEN IF THE GARDENER HAD BEEN ADVISED OF THE POSSIBILITY  THEREOF AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY UPON WHICH THE CLAIM IS  BASED. BECAUSE SOME PROVINCES OR JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR  THE LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, IN SUCH PROVINCES  OR JURISDICTIONS, THE GARDENER&rsquo;S LIABILITY IN SUCH PROVINCE OR JURISDICTION  SHALL BE LIMITED TO THE EXTENT PERMITTED BY LAW.</p>
            <h2>General Legal Terms</h2>
            <p>These Terms of Service supersede all representations, agreements and  other communications regarding your use of The Gardener Automatic Payment  services. Only The Gardener can amend these Terms of Service by posting the  changes on the Payment Confirmation Page. If any term of these Terms of Service  are found by a court of competent jurisdiction to be invalid, illegal or  unenforceable, the term shall be considered to be stricken from these Terms of  Service as if it had not been included from the beginning and the remainder of  the Terms of Service enforced according to its terms. You agree that these  Terms of Service is not intended to confer and does not confer any rights or  remedies from The Gardener upon any person other than you.</p>
            <p>The laws of the Province of Ontario, excluding its conflicts-of-law  rules, govern these Terms of Service and your use of The Gardener Automatic  Payment services. You expressly agree that exclusive jurisdiction for any claim  or dispute with The Gardener or relating in any way to your use of The Gardener  Automatic Payment service reside in the courts of Ontario and you further agree  and expressly consent to the exercise of personal jurisdiction in the courts of  Ontario in connection with any such dispute including any claim involving The  Gardener Automatic Payment services or your account under such services.</p>
            <h2>Electronic Delivery Policy and Your Consent</h2>
            <p>By affirmatively signing up for The Gardener Automatic Payment service,  you are also consenting to electronically receive from The Gardener notices,  agreements and all other legally required disclosures or other information in  connection with The Gardener Automatic Payment service (collectively,  &quot;Notices&quot;). You agree that The Gardener generally can send you  electronic Notices by (i) email to the email address you specify on the  enrollment form, or a new email address you provide to The Gardener through the  process specified in these terms, and/or (ii) by displaying your then current  statement and payment information on the Service Page.</p>
            <p>All registrations, agreements, and terms will be completed  electronically and will be deemed for all legal purposes to be in writing and  legally enforceable as a signed writing.</p>
            <p>The delivery of any Notice from The Gardener is effective when sent by The  Gardener or posted on your Payment Page, regardless of whether you read the  communication when you receive it or it is posted. You may withdraw your  consent to receive notices electronically by notifying The Gardener in writing.</p>
            <p>You should understand that if you choose to withdraw consent for  electronic delivery of Notices, The Gardener will terminate your Automatic  Payment service.</p>                   
        </div>
        <div class="terms-container"><button id="close_terms" class="btn">Accept to Continue</button>&nbsp;<input type='button' class='print-btn btn' id='btn' value='Print' onclick='printDiv();'></div>
    </div>
    <!-- complete Step-3 End == -->

    <div class="clearAll"></div>

    <!-- ============= HTML ADDED BY AMIT CLOSE ============-->



    <!-- ============= Jquery Coding Start Here ============-->
    <link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/redmond/jquery-ui.css" rel="stylesheet" type="text/css"/>

   <!--  <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.14.0/jquery.validate.min.js"></script>

    <script type="text/javascript">
        jQuery.noConflict();

        function updateAddressAsBilling(){
            jQuery("#servi_name").val(jQuery("#bill_name").val());
            jQuery("#servi_last_name").val(jQuery("#bill_last_name").val());
            jQuery("#servi_add").val(jQuery("#bill_add").val());
            jQuery("#servi_add2").val(jQuery("#bill_add2").val());
            jQuery("#servi_city").val(jQuery("#bill_city").val());
            jQuery("#servi_province").val(jQuery("#bill_province").val());
            // jQuery("#servi_postalcode").val(jQuery("#bill_postalcode").val());
            jQuery("#servi_phone").val(jQuery("#bill_phone").val());
            jQuery("#servi_email").val(jQuery("#bill_email").val());  
        }

        jQuery(document).ready(function () {
            jQuery('#user_postalcode').keyup(function(e){
                this.value = this.value.replace(/\s+/g, '');
            });
            /*jQuery('#user_postalcode').keyup(function(event){
                  var postcode = jQuery(this), val = postcode.val(); 
                  if ((event.keyCode >= 48 && event.keyCode <= 57) || (event.keyCode >= 65 && event.keyCode <= 90) || (event.keyCode >= 96 && event.keyCode <= 105)) {
                      if(val.length > 7) {
                        postcode.val(val.slice(0, 7));
                      }
                      else {  
                          if(val.length > 3 && val.length < 5)
                            postcode.val(val.slice(0, 3)+' '+val.slice(3));
                          else
                            postcode.val(val); 
                      }
                  } 
                  else{
                       if(event.keyCode != 8)
                            postcode.val("");
                            
                       if(event.keyCode != 8)
                            postcode.val(jQuery.trim(val));     
                  }     
            });*/
            
            /* if cart empty hide Remaining payments per month x 4 start */
            var cart_empty = 0;
            jQuery(".step2R .addedServices table:first tr td .service_name_row").each(function (index) {
                cart_empty = 1;
            });
            if(cart_empty == 0) { 
             jQuery(".cart_title").css("display","none");
             jQuery('#month-order-details-into7').css("display","none");
            }
            /* if cart empty hide Remaining payments per month x 4 start */
            
            /* if cart not blanck then display promocode start */
                var is_cart_blanck = "";
                var promocode_disc_val = jQuery("#promocode_disc_val").val();
                jQuery(".step2R .addedServices table:first tr td strong").each(function () {
                    is_cart_blanck = jQuery(this).html();
                });
                
                if(is_cart_blanck != "" && promocode_disc_val != ""){
                  console.log("3333333333333333333");
                    jQuery(".promocode_detail").css("display","");
                    jQuery(".promocode_discount").html("$"+parseFloat(promocode_disc_price).toFixed(2));
                
                    jQuery(".month-promocode_discount").html("-");
                
                    jQuery(".promocode_disc_val").val(promocode_disc_price);
                }
            /*  if cart not blanck then display promocode end */
            
            if (!jQuery('input[name^=property_size_chkbox]:checked').length) {
                //jQuery('input[name^=property_size_chkbox]')[0].focus();
            }
    
            jQuery('#quote-form-step-one').click(quoteFormStepOne); 
                
            /* property size chkbox and mulch type at a time only one selected start */
            jQuery('.property_size_chkbox').click(function(){ 
                //alert('yessss');
                //alert(" click propertysize: "+propertysize);
                //alert(propertysize);
                jQuery(".property_size_chkbox").attr('checked', false);
                jQuery(this).attr('checked', true);

                var propertysize = jQuery('.property_size_chkbox:checked').val();
                jQuery('input[name="propertysize_id"]').val(propertysize);

                jQuery('input[name^=user_postalcode]')[0].focus(); 
                var image_url = jQuery(this).parent().parent().find('img').attr("src");
                jQuery(".step2Addr img:first").attr("src", image_url);
                jQuery(".step3Addr img:first").attr("src", image_url);
                /*jQuery(".step2Addr .property_size_name").html(jQuery(this).parent().find('label').text().split(' ')[0]);
                jQuery(".step3Addr .property_size_name").html(jQuery(this).parent().find('label').text().split(' ')[0]);*/
                jQuery(".property_discription").html(jQuery(this).parent().find('label').text().split(' ')[0].toLowerCase() + " " + jQuery(this).parent().find('.description').html().toLowerCase());
                jQuery(".property_discription_side").html(jQuery(this).parent().find('label').text().split(' ')[0] + " " + jQuery(this).parent().find('.description').html().toLowerCase());
                jQuery(".bill_shipp_property_size").val(jQuery(this).parent().find('span').html());
                jQuery("#rvar_property_size").val(jQuery(this).parent().find('span').html());
            });
            /* property size chkbox at a time only one selected end */
            
            /* onclick image chkbox selected start */
            jQuery('.property_size_image_chkbox').click(function(){
                jQuery(".property_size_chkbox").attr('checked', false);
                jQuery(this).parent().find('.property_size_chkbox').attr('checked', true);
                jQuery('input[name^=user_postalcode]')[0].focus();
                var image_url = jQuery(this).attr("src");
                //alert("Here is the image url"+image_url);
                jQuery(".step2Addr img:first").attr("src", image_url);
                jQuery(".step3Addr img:first").attr("src", image_url);
                /*jQuery(".step2Addr .property_size_name").html(jQuery(this).parent().find('label').text().split(' ')[0]);
                jQuery(".step3Addr .property_size_name").html(jQuery(this).parent().find('label').text().split(' ')[0]);*/
                jQuery(".property_discription").html(jQuery(this).parent().find('label').text().split(' ')[0].toLowerCase() + " " +jQuery(this).parent().find('.description').html().toLowerCase());
                jQuery(".property_discription_side").html(jQuery(this).parent().find('label').text().split(' ')[0] + " " +jQuery(this).parent().find('.description').html().toLowerCase());
                jQuery(".bill_shipp_property_size").val(jQuery(this).parent().find('span').html());
                jQuery("#rvar_property_size").val(jQuery(this).parent().find('span').html());               
            });
            /* onclick image chkbox selected end */
                            
            /* 2 minit video dialog box start */
            jQuery(".videoBtn").click(function () { 
                jQuery("#dialog_video").dialog({modal: true, width: 800 });         
                return false;   
            });
            jQuery("#close_video").click(function () {
                jQuery('#dialog_video').dialog('close');
            });
            /* 2 minit video dialog box end */
                            
            /* calculator start */
            /*jQuery("#calculator").click(function () {
                jQuery("#dialog_calc").dialog({modal: true, title:'Calculate Material for Rectangular Beds', width: 800 });
            });*/
            jQuery("#terms_condi_details").click(function () {
                jQuery("#terms_condi_popup").dialog({modal: true, width: 800 });
                return false;
            });
            
            jQuery("#close_terms").click(function () {
                jQuery('#terms_condi_popup').dialog('close');
                 jQuery('#terms_condi').prop('checked', true)
                jQuery("html, body").animate({ scrollTop: 800 }, 500);
            });
            /* edit functionality of 60 seconds quote start */ 
            jQuery('.edit_postalcode2').click(function(){
                window.location.href = 'https://www.hirethegardener.com/snow-steps/';
            }); 
            /* edit functionality of 60 seconds quote end */ 
        
            /* apply promocode start */
           /* jQuery("#apply_promocode").click(function(){ alert("here");
                promo_code_apply();
            });*/
            /* apply promocode end */
            
            /* worry free popup start */
        
            jQuery("#checkout-button").click(function () {
                var is_cart_blanck = 0;
                var completely_booked = jQuery('.completely_booked').val();
                var snow_completely_booked = jQuery('.snow_completely_booked').val();
                var promocode_val = jQuery(".promocode").val();
                
                if(promocode_val.length == 0) {
                  update_promocode(0, '');
                }        

                if(completely_booked == 1){
                    alert("SORRY WE ARE COMPLETELY BOOKED IN THIS AREA AND LOOK FORWARD TO SERVICING YOU NEXT SEASON.");
                    return false;
                }
                else if(snow_completely_booked == 1){
                    alert("SORRY WE ARE COMPLETELY BOOKED IN THIS AREA AND LOOK FORWARD TO SERVICING YOU NEXT SEASON.");
                    return false;
                }
                else{
                    jQuery(".step2R .addedServices table:first tr td .service_name_row").each(function () {
                        is_cart_blanck = 1;
                    });
                    
                    if(is_cart_blanck == 0){
                        alert("Please fill up the cart");
                        return false;   
                    }

                    jQuery('#quote-step-two').css("display","none");
                    jQuery('#quote-step-three').css("display","table");
                    jQuery('li.two').removeClass('active');
                    jQuery('li.three').addClass('active');

                    var payment_type = jQuery(".step2R .addedServices table").attr("payment_type");
                    if(payment_type == 'per month') {
                      $("#order_detail_desc_season").hide();
                      $("#order_detail_desc_monthly").show();
                    } else {
                      $("#order_detail_desc_season").show();
                      $("#order_detail_desc_monthly").hide();
                    }

                    jQuery('#terms_condi_details').trigger("click");
                    console.log("demoooooooooooooooooooooo00");
                    //console.log(jQuery('.quoteStep ul .three'), "hello");
                    jQuery("html, body").animate({ scrollTop: 0 }, 500);

                    

                }
            });

            jQuery(document).on("blur", '.billingAddr input[type=text]', function(){
                if(jQuery('#bill_servi_add').is(":checked")){
                    updateAddressAsBilling();
                }
            });
            
            /* worry free popup end */
            
            /* onclick submit oreder start */       
            jQuery("#bill_servi_add").click(function () { 
                if(jQuery('.bill_servi_add:checked').val() == undefined){
                    jQuery("#servi_name").val("");
                    jQuery("#servi_last_name").val("");
                    jQuery("#servi_add").val("");
                    jQuery("#servi_add2").val("");
                    jQuery("#servi_city").val("");
                    jQuery("#servi_province").val("");
                    // jQuery("#servi_postalcode").val("");
                    jQuery("#servi_phone").val("");
                    jQuery("#servi_email").val("");
                }
                else{
                    updateAddressAsBilling();  
                }   
            });
        
            /*jQuery("#submit_order").click(function () {
                
                save_bill_service();

            });*/

            jQuery("#submit_order").on("click", function(){
                jQuery('#custemail').attr('value', jQuery("#bill_email").val());
                jQuery('#bill_first_name').attr('value', jQuery("#bill_name").val());
                jQuery('#bill_lastname').attr('value', jQuery("#bill_last_name").val());
                jQuery('#bill_postal_code').attr('value', jQuery("#servi_postalcode").val());
                save_bill_service();
                 jQuery("html, body").animate({ scrollTop: 600 }, 500);
            
});
        
            jQuery("#cancel_bill_servi").click(function () {
                window.location.href = 'https://www.hirethegardener.com/transaction-cancel/';
            });
            /* onclick submit oreder end */
        
        });
    
        function save_bill_service(){
            //alert("bill service");
            
            if(jQuery(".free_tips").is(':checked')){
                jQuery("#free_tips_val").val(1);
            }
            else{
                jQuery("#free_tips_val").val(0);
            }   
            jQuery("#save_bill_servi_form").validate({
                rules: {
                    bill_name: { required: true },
                    bill_last_name: { required: true },
                    bill_add: { required: true },
                    bill_city: { required: true },
                    bill_province: { required: true },
                    bill_postalcode: { required: true },
                    bill_phone: { required: true },
                    bill_email: { required: true, email: true },
                    servi_name: { required: true },
                    servi_last_name: { required: true },
                    servi_add: { required: true },
                    servi_city: { required: true },
                    servi_province: { required: true },
                    servi_postalcode: { required: true },
                    servi_phone: { required: true },
                    servi_email: { required: true, email: true },
                },
                messages: {
                    bill_name: { required: "First name is required." },
                    bill_last_name: { required: "Last name is required." },
                    bill_add:  { required: "Address is required." },
                    bill_city: { required: "City is required." },
                    bill_province:  { required: "Province is required." },
                    bill_postalcode: { required: "Postal Code is required." },
                    bill_phone:  { required: "Phone is required." },
                    bill_email: { required: "Email is required." },
                    servi_name: { required: "First name is required." },
                    servi_last_name: { required: "Last name is required." },
                    servi_add:  { required: "Address is required." },
                    servi_city: { required: "City is required." },
                    servi_province:  { required: "Province is required." },
                    servi_postalcode: { required: "Postal Code is required." },
                    servi_phone:  { required: "Phone is required." },
                    servi_email: { required: "Email is required." },
                },
                //return false;
                submitHandler: function(form) {
                    var save_bill_service_data = jQuery("#save_bill_servi_form").serialize();
                    if(jQuery('#terms_condi:checked').val() != undefined){
                        //alert(save_bill_service_data); console.log(save_bill_service_data); return false;
                        url_link = "https://www.hirethegardener.com/markham-south/wp-content/plugins";
                        jQuery.ajax ({
                            type: "POST",
                            cache: false,       
                            url: url_link+'/custom/snow_removal_billing_shipping_details.php',
                            data: save_bill_service_data,
                            success: function(data) {
                                if(data == 1){
                                    jQuery(".loader-ak").css("display", "block");
    
                                    setTimeout(function() {
                                       jQuery(".loader-ak").css("display", "none");
                                        jQuery( "#quote-step-three" ).css("display","none");
                                        //jQuery( ".moneris_iframe" ).click();
                                        //jQuery( ".moneris_iframe_layout").css({"display":"block","width":"99.7%"});

                                        monerisCheckoutInitiate(); //MCPG New Method
                                        jQuery( "#outerDiv").css({"display":"block","width":"99.7%"}); //MCPG New Method
                                        
                                    }, 5000);
                                   
                                }
                            }
                        });
                    }
                    else{
                        alert("Please select terms and conditions.");
                    }   
                }
            }); //end validate
        }


        function update_promocode(promo_discount, promocode) {
          url_link = "https://www.hirethegardener.com/markham-south/wp-content/plugins";
          jQuery.ajax({
              type: "POST",
              cache: false,       
              url: url_link+'/custom/snow_removal_update_cart.php',
              data: 'promocode=' + promocode + '&promocode_disc_val='+promo_discount+ '&form_type=promo',
              success: function(data) { }
          }); 
        }
    
        function update_cart(){
            var i = 0;
            
            jQuery(".step2R .addedServices table:first tr td strong:first").each(function () {
                i = i + 1;
            });
            
            var payment_type = jQuery(".step2R .addedServices table").attr("payment_type");
            var payment_month = jQuery(".step2R .addedServices table").attr("payment_month");
            var payment_total_price = jQuery(".step2R .addedServices table").attr("payment_total_price");
            var payment_tax = jQuery(".step2R .addedServices table").attr("payment_tax");

            if(payment_type == 'per month') {
                $("#seasonal_detail_table").hide();
                $("#monthly_detail_table").show();
                addToCartSubTotalForMonthly();

            } else {
                $("#seasonal_detail_table").show();
                $("#monthly_detail_table").hide();
                addToCartSubTotal();
                show_hide_monthly_from_cart();
            }
       
                        
            if(i == 0){
                // do nothing
                url_link = "https://www.hirethegardener.com/markham-south/wp-content/plugins";
                jQuery.ajax({
                    type: "POST",
                    cache: false,       
                    url: url_link+'/custom/snow_removal_update_cart.php',
                    data: 'service_name=' + '' + '&price=' + 0 + '&subtotal=' + 0 + '&tax=' +payment_tax+ '&order_total=' + 0 + '&monthly_subtotal=' + 0 + '&monthly_tax=' + 0 + '&monthly_order_total=' + 0 + '&promocode=' + '' + '&promocode_disc_val=' + 0+'&payment_type='+payment_type+'&payment_month='+payment_month+'&total_price='+payment_total_price,
                    success: function(data) { }
                }); 
            }
            else{               
                var service_name = [];
                var price = [];
                
                var subtotal = jQuery("#subtotal").val();
                var monthly_subtotal = jQuery("#month-subtotal").val();
                
                var tax = jQuery("#tax1").val();
                var monthly_tax = jQuery("#month-tax").val();
                
                var order_total = jQuery("#order_payment").val();
                var monthly_order_total = jQuery("#month-order_payment").val();
                
                var promocode = jQuery('#promocode').val();
                var promocode_disc_val = jQuery('.promocode_disc_val').val();
                
                if(promocode_disc_val == ""){ promocode_disc_val = 0; }
                if(monthly_subtotal == ""){ monthly_subtotal = 0; }
                if(monthly_tax == ""){ monthly_tax = 0; }
                if(monthly_order_total == ""){ monthly_order_total = 0; }
                
                /* remove bagging/removal if not lawn cutting into cart start */         
                jQuery(".step2R .addedServices table:first tr td .service_name_row").each(function (index) {
                    /* add service name into db start */
                    service_name[index] = jQuery(this).html();
                    /* add service name into db end */
                });
                /* remove bagging/removal if not lawn cutting into cart end */
                         
                jQuery(".step2R .addedServices table:first tr td strong span").each(function (index) {
                    price[index] = jQuery(this).html()+" "+jQuery(this).parent().next().html();
                });
                url_link = "https://www.hirethegardener.com/markham-south/wp-content/plugins";
                jQuery.ajax({
                    type: "POST",
                    cache: false,       
                    url: url_link+'/custom/snow_removal_update_cart.php',
                    data: 'service_name=' + service_name + '&price=' + price + '&subtotal=' + subtotal + '&tax=' + payment_tax + '&order_total=' + order_total + '&monthly_subtotal=' + monthly_subtotal + '&monthly_tax=' + monthly_tax + '&monthly_order_total=' + monthly_order_total + '&promocode=' + promocode + '&promocode_disc_val=' + promocode_disc_val+'&payment_type='+payment_type+'&payment_month='+payment_month+'&total_price='+payment_total_price,
                    success: function(data) { }
                }); 
                
                /* this is for step-3 with bill and service start */
                jQuery(".orderSec").html(jQuery(".step2R .addedServices table").html());
                jQuery(".orderSec tr td #remove").each(function (index) {
                    jQuery(this).parent().parent().find("strong span").css("font-weight","normal");
                    jQuery(this).parent().html("");
                });
                
            }   
        }
    
        function show_hide_monthly_from_cart(){ 
        
            var cart_empty = 0;
            //var month_payment_val = jQuery('#month-order_payment').val();
         
            jQuery(".step2R .addedServices table:first tr td .service_name_row").each(function (index) {
                cart_empty = 1;
            });
            
            if(cart_empty == 1){
                //var date = new Date(), y = date.getFullYear(), m = date.getMonth();
                //var lastDay = new Date(y, m + 1, 1);
                //var nextMonth = (lastDay.toString()).split(" ")
                //var currentMonth= lastDay.getMonth() + 1; // getMonth return index of month starting from zero for january
                //if (currentMonth < 10) { currentMonth = '0' + currentMonth; }
                                
                jQuery(".cart_title").css("display","");
                jQuery("#month-subtotal-details").css("display","block");
                jQuery("#step3_month-subtotal-details").css("display","block");
                jQuery("#month-tax-details").css("display","block");
                jQuery("#month-order-details").css("display","block");
                jQuery("#month-order-details-into7").css("display","block");
                jQuery("#step3_month-tax-details").css("display","block");
                jQuery("#step3_month-order-details").css("display","block");
                jQuery("#step3_month-order-details-into7").css("display","");
                jQuery("#step3_month-subtotal-title").css("display","block");
                jQuery("#step3_month-tax-title").css("display","block");
                jQuery("#step3_month-order-title").css("display","block");
                jQuery("#order-details-into7").css("display","none");
                jQuery("#step3_order-details-into7").css("display","none");
                jQuery("#month-order-details-into7").css("display","none");
                jQuery('.month-total-details').css("display","block");
                jQuery('.month-total-tax-details').css("display","block");
                jQuery('.month-order-total-details').css("display","block");
                         
                var display_intoSeven = getRemaingMonthIntoSeven();
                if(display_intoSeven == 0){ // month 4 to 12 << Do recur 
                    jQuery("#doRecur").val(1);
                    jQuery("#recurNum").val(1);
                    //jQuery("#recurNum").val(getCurrentMonthMinus());
                    jQuery("#recurPeriod").val(1);
                    jQuery("#recurUnit").val("month");
                    jQuery("#recurStartNow").val(true);
                    jQuery("#recurStartDate").val("2027/12/01");
                    //jQuery("#recurStartDate").val(nextMonth[3]+ "/" + currentMonth + "/" + nextMonth[2]);  
                }
                else{
                    jQuery("#doRecur").val("");
                    jQuery("#recurNum").val("");
                    jQuery("#recurPeriod").val("");
                    jQuery("#recurUnit").val("");
                    jQuery("#recurStartNow").val(false);
                    jQuery("#recurStartDate").val("");
                }
                
            }
            if(cart_empty == 0) { //month_payment_val == 0 ||
                jQuery(".cart_title").css("display","none");
                jQuery("#month-subtotal-details").css("display","none");
                jQuery("#step3_month-subtotal-details").css("display","none");
                jQuery("#month-tax-details").css("display","none");
                jQuery("#month-order-details").css("display","none");
                jQuery("#month-order-details-into7").css("display","none");
                jQuery("#order-details-into7").css("display","none");
                jQuery("#step3_month-tax-details").css("display","none");
                jQuery("#step3_month-order-details").css("display","none");
                jQuery("#step3_month-order-details-into7").css("display","none");
                jQuery("#step3_month-subtotal-title").css("display","none");
                jQuery("#step3_month-tax-title").css("display","none");
                jQuery("#step3_month-order-title").css("display","none");
                jQuery("#step3_order-details-into7").css("display","none");
                jQuery(".month-promocode_discount").html("");
                jQuery('.month-total-details').css("display","none");
                jQuery('.month-total-tax-details').css("display","none");
                jQuery('.month-order-total-details').css("display","none");
                
                var display_intoSeven = getRemaingMonthIntoSeven();
                if(display_intoSeven == 0){
                    jQuery("#doRecur").val("");
                    jQuery("#recurNum").val("");
                    jQuery("#recurPeriod").val("");
                    jQuery("#recurUnit").val("");
                    jQuery("#recurStartNow").val(false);
                    jQuery("#recurStartDate").val("");
                }   
            }
        }
    
        function addtocart1(service_name_class,price_class){
            jQuery(".promocode").val("");
            jQuery("#apply_promocode").css("display","");
            jQuery(".step2R .addedServices table").removeAttr("promocode_discount");
            jQuery(".promocode_detail").css("display","none");
            jQuery(".promocode_discount").html("");
            jQuery(".month-promocode_discount").html("");
            jQuery(".promocode_disc_val").val("");

            var chk_value = 0;
            var completely_booked = 0;
            var completely_booked_message = "";
            var service_name = jQuery("."+service_name_class).html();
            var price = jQuery("."+price_class).html().substr(1);

            var completely_booked_service = service_name.split(" ", 1);
            
            var driveway_image_selected = jQuery(".driveway_selected_img").val();
            var walkway_image_selected = jQuery("#walkway_img_val").val();
            
            jQuery(".driveway_img").attr("src",driveway_image_selected);            
            jQuery(".walkway_img").attr("src",walkway_image_selected);
            
            if(completely_booked_service == "Single"){ 
                completely_booked = jQuery('.completely_booked_single_driveway').val();
                completely_booked_message = "SORRY SINGLE DRIVEWAY IS COMPLETELY BOOKED AND LOOK FORWARD TO SERVICING YOU NEXT SEASON.";
            }
            else if(completely_booked_service == "Double"){
                completely_booked = jQuery('.completely_booked_double_driveway').val();
                completely_booked_message = "SORRY DOUBLE DRIVEWAY IS COMPLETELY BOOKED AND LOOK FORWARD TO SERVICING YOU NEXT SEASON.";
            }
            else if(completely_booked_service == "Triple"){
                completely_booked = jQuery('.completely_booked_triple_driveway').val();
                completely_booked_message = "SORRY TRIPLE DRIVEWAY IS COMPLETELY BOOKED AND LOOK FORWARD TO SERVICING YOU NEXT SEASON.";
            }   
                
            jQuery(".step2R .addedServices table:first tr td strong").each(function () {
                jQuery(this).parent().parent().html("");
            });
            jQuery('.walkway_chk_box').attr('checked', false);
            jQuery('.driveway_chk_box').attr('checked', true);
            
            jQuery(".step2R .addedServices table:first tr td strong").each(function () {
                if(jQuery(this).html() == "Single Driveway Only*" || jQuery(this).html() == "Double Driveway Only*" || jQuery(this).html() == "Triple Driveway Only*"){ 
                    chk_value = 1; 
                }
                else if(jQuery(this).html() == "Single Driveway, Walkway and Steps*" || jQuery(this).html() == "Double Driveway, Walkway and Steps*" || jQuery(this).html() == "Triple Driveway, Walkway and Steps*"){
                    chk_value = 1;
                }
            });

            if(completely_booked == 1){
                alert(completely_booked_message);
                jQuery('.addedServices').css('display','none');
                return false;
            }
            else{
                if(chk_value == 0){
                    jQuery('.addedServices').css('display','block'); 
                    var display_intoSeven = getRemaingMonthIntoSeven();
                  

                    // if(display_intoSeven == 1){
                    //     display_intoSeven = "";
                    //     price = parseFloat(price).toFixed(2);

                    // }
                    // else{ 
                        var driveway_service_payment_type = jQuery("#driveway_service_payment_type").val();
                        var driveway_service_payment_month = parseInt(jQuery("#driveway_service_payment_month").val());
                        var payment_tax = jQuery("#tax").val();

                        jQuery(".step2R .addedServices table").attr("payment_type", driveway_service_payment_type);

                          console.log("driveeeeeee");
                          console.log(driveway_service_payment_type);

                        if(driveway_service_payment_type == 'per month') {
                            jQuery(".step2R .addedServices table").attr("payment_month", driveway_service_payment_month);
                            jQuery(".step2R .addedServices table").attr("payment_total_price", price);
                            jQuery(".step2R .addedServices table").attr("payment_tax", payment_tax);

                            display_intoSeven = " X "+driveway_service_payment_month+" Payments";
                             price = parseFloat(price / driveway_service_payment_month).toFixed(2);
                            
                        } else {
                            display_intoSeven = " X 2 Payments";
                            price = parseFloat(price / 2).toFixed(2);
                        }

                    // }

                    jQuery(".step2R .addedServices table:first tbody").append('<tr><td><strong class="service_name_row">'+service_name+'</strong><br><strong><span class="servicePrice">$'+price+'</span></strong> <span class="x7">'+display_intoSeven+'</span></td><td><input type="button" value="Remove" onclick="remove_from_cart(this,1)" id="remove" class="remove"></td></tr>');
                    var thePkg = service_name.replace("Ultimate 24/7 ","");
                    thePkg = thePkg.replace("*","");
                    thePkg = thePkg.replace(" Plowing","");
                    jQuery(".addPkg").text(thePkg);
                }
            }   
        
            update_cart();
        }   
    
        function addtocart2(service_name_class,price_class){
            jQuery(".promocode").val("");
            jQuery("#apply_promocode").css("display","");
            jQuery(".step2R .addedServices table").removeAttr("promocode_discount");
            jQuery(".promocode_detail").css("display","none");
            jQuery(".promocode_discount").html("");
            jQuery(".month-promocode_discount").html("");
            jQuery(".promocode_disc_val").val("");

            var chk_value = 0;
            var completely_booked = 0;
            var completely_booked_message = "";
            var service_name = jQuery("."+service_name_class).html();
            var price = jQuery("."+price_class).html().substr(1);
            
            var completely_booked_service = service_name.split(" ", 1);
            
            var driveway_image_selected = jQuery("#driveway_img_val").val();
            var walkway_image_selected = jQuery(".walkway_selected_img").val();
            
            jQuery(".driveway_img").attr("src",driveway_image_selected);            
            jQuery(".walkway_img").attr("src",walkway_image_selected);
            
            if(completely_booked_service == "Single"){
                completely_booked = jQuery('.completely_booked_single_driveway_walkway').val();
                completely_booked_message = "SORRY SINGE DRIVEWAY, WALKWAY AND STEPS IS COMPLETELY BOOKED AND LOOK FORWARD TO SERVICING YOU NEXT SEASON.";
            }
            else if(completely_booked_service == "Double"){
                completely_booked = jQuery('.completely_booked_double_driveway_walkway').val();
                completely_booked_message = "SORRY DOUBLE DRIVEWAY, WALKWAY AND STEPS IS COMPLETELY BOOKED AND LOOK FORWARD TO SERVICING YOU NEXT SEASON.";
            }
            else if(completely_booked_service == "Triple"){
                completely_booked = jQuery('.completely_booked_triple_driveway_walkway').val();
                completely_booked_message = "SORRY TRIPLE DRIVEWAY, WALKWAY AND STEPS IS COMPLETELY BOOKED AND LOOK FORWARD TO SERVICING YOU NEXT SEASON.";
            }       
            
            
            jQuery(".step2R .addedServices table:first tr td strong").each(function () {
                jQuery(this).parent().parent().html("");
            });
            jQuery('.driveway_chk_box').attr('checked', false);
            jQuery('.walkway_chk_box').attr('checked', true);
            
            jQuery(".step2R .addedServices table:first tr td strong").each(function () {
                if(jQuery(this).html() == "Single Driveway, Walkway and Steps*" || jQuery(this).html() == "Double Driveway, Walkway and Steps*" || jQuery(this).html() == "Triple Driveway, Walkway and Steps*"){ 
                    chk_value = 1; 
                }
                else if(jQuery(this).html() == "Single Driveway Only*" || jQuery(this).html() == "Double Driveway Only*" || jQuery(this).html() == "Triple Driveway Only*"){ 
                    chk_value = 1; 
                }
            });
            
            if(completely_booked == 1){
                alert(completely_booked_message);
                jQuery('.addedServices').css('display','none');
                return false;
            }
            else{
                if(chk_value == 0){
                    jQuery('.addedServices').css('display','block');
                    var display_intoSeven = getRemaingMonthIntoSeven();
                   
                    // if(display_intoSeven == 1){

                        
                    //     get_current_month = ((new Date).getMonth()+1);
                    //     if(the_franchisee_name=='Halifax'){
                    //         if(get_current_month<12 && get_current_month>1){
                    //             create_divider = 5;
                    //             another_divider = 4;
                    //         }
                    //         else if(get_current_month==12 || get_current_month==1){
                    //             create_divider = 4;
                    //             another_divider = 3;
                    //         }
                    //         else{
                                
                    //         }
                            
                    //         display_intoSeven = " X "+another_divider+" Payments";
                    //         price = parseFloat(price / create_divider).toFixed(2);
                    //     }
                    //     else{
                    //         display_intoSeven = "";
                    //         price = parseFloat(price).toFixed(2);
                    //     }
                        
                    // }
                    // else{ 
                        
                        get_current_month = ((new Date).getMonth()+1);
             
                        // if(the_franchisee_name=='Halifax'){
                        //     if(get_current_month<12 && get_current_month>1){
                        //         create_divider = 5;
                        //     }
                        //     else if(get_current_month==12 || get_current_month==1){
                        //         create_divider = 4;
                        //     }
                        //     else{
                                
                        //     }
                            
                        //     display_intoSeven = " X "+create_divider+" Payments";
                        //     price = parseFloat(price / create_divider).toFixed(2);
                        // }
                        // else{
                            var walkway_service_payment_type = jQuery("#walkway_service_payment_type").val();
                            var walkway_service_payment_month = parseInt(jQuery("#walkway_service_payment_month").val());
                            var payment_tax = jQuery("#tax").val();

                            jQuery(".step2R .addedServices table").attr("payment_type", walkway_service_payment_type);

                            console.log("walllllllll");
                            console.log(walkway_service_payment_type);
                            if(walkway_service_payment_type == 'per month') {
                               
                                jQuery(".step2R .addedServices table").attr("payment_month", walkway_service_payment_month);
                                jQuery(".step2R .addedServices table").attr("payment_total_price", price);
                                jQuery(".step2R .addedServices table").attr("payment_tax", payment_tax);

                                display_intoSeven = " X "+walkway_service_payment_month+" Payments";
                                price = parseFloat(price / walkway_service_payment_month).toFixed(2);
                            }else {
                                display_intoSeven = " X 2 Payments";
                                price = parseFloat(price / 2).toFixed(2);
                            }

                            
                        // }
                    // }
                    jQuery(".step2R .addedServices table:first tbody").append('<tr><td><strong class="service_name_row">'+service_name+'</strong><br><strong><span class="servicePrice">$'+price+'</span></strong> <span class="x7">'+display_intoSeven+'</span></td><td><input type="button" value="Remove" onclick="remove_from_cart(this,2)" id="remove" class="remove btn"></td></tr>');    
                }
            }
            
            update_cart();
            if(typeof create_divider !=='undefined'){
            jQuery("#recurNum").val(create_divider-1);
            }
        }   

        function remove_from_cart(el,button_orange_id) { 
            jQuery(el).parent().parent().html("");
            jQuery('.driveway_chk_box').attr('checked', false);
            jQuery('.walkway_chk_box').attr('checked', false);
            jQuery('.addedServices').css('display','none');
            
            var driveway_image_selected = jQuery("#driveway_img_val").val();
            var walkway_image_selected = jQuery("#walkway_img_val").val();
            
            jQuery(".driveway_img").attr("src",driveway_image_selected);            
            jQuery(".walkway_img").attr("src",walkway_image_selected);
            
            update_cart();
        }
    
        function promocode_apply_btn_hide(){
            jQuery("#apply_promocode").removeAttr('href');
            jQuery("#apply_promocode").css("text-decoration","none");
            jQuery("#apply_promocode").css("display","none");
        }
        
        function promo_code_apply(){
            var promocode_val = jQuery(".promocode").val();
            var promocode_val_in = ['Online10', 'online10', 'ONLINE10', 'Onlineten', 'onlineten', 'ONLINETEN'];
            var franchise_name = jQuery(".step2R .addedServices table").attr("fanchise_name");
            var burlington_stoney_promocode = ["BDSTRONG2020", "BOHC2020"];

            if(franchise_name == 'Burlington' || franchise_name == 'Stoney Creek / Grimsby') {
              // promocode_val_in.push("BDSTRONG2020");
              // promocode_val_in.push("BOHC2020");
            }

            var promocode_disc_price = 0; 
            var month_for_promo_code = getCurrentMonth();
            var day_for_promo_code = getCurrentDay();
            var year_for_promo_code = new Date().getFullYear();
            var months_bef = ['Sept', 'Oct', 'Nov', 'Dec'];
            var price_counter = 0;
            var show_propmocode = 0;
            var is_cart_blanck = "";
            var promocode_is_correct = 0;
            
            jQuery(".step2R .addedServices table:first tr td strong").each(function () {
                is_cart_blanck = jQuery(this).html();
            });
                  
            if(promocode_val == ""){
                alert("Please enter promocode.");
                return false;
            }
            else if(is_cart_blanck != ""){
            
                if(jQuery.inArray(promocode_val, promocode_val_in) > -1){   
                    promocode_disc_price = 10;  
                    show_propmocode = 1;
                    promocode_apply_btn_hide();
                    promocode_is_correct = 1;
                }
                else if((promocode_val == "HTGW-14S") && (jQuery.inArray(month_for_promo_code, months_bef ) > -1) && (day_for_promo_code <= 31) && (year_for_promo_code == 2016)){
                    jQuery(".step2R .addedServices table:first tr td strong span").each(function (index) {
                        var spit_val = jQuery(this).html().split('$'); 
                        if(parseFloat(spit_val[1] * getRemaingMonthIntoSeven()).toFixed(2) >= 150){ 
                            price_counter = price_counter + 1;
                            promocode_disc_price = price_counter * 25;
                            show_propmocode = 1;
                        }
                    });
                    promocode_apply_btn_hide();
                    promocode_is_correct = 1;
                }
                else if(promocode_val == "contest15"){
                    alert("You are entered in the contest.");
                    promocode_apply_btn_hide();
                    promocode_is_correct = 1;
                }else if((franchise_name == 'Burlington' || franchise_name == 'Stoney Creek / Grimsby') && (jQuery.inArray(promocode_val, burlington_stoney_promocode) > -1)) {

                    // jQuery(".step2R .addedServices table:first tr td strong span").each(function (index) {
                    //     var spit_val = jQuery(this).html().split('$');
                    //     promocode_disc_price = parseFloat(spit_val[1]) * 0.10;
                    //     show_propmocode = 1;
                        
                    // });

                    
                    var payment_total_price = jQuery(".step2R .addedServices table").attr("payment_total_price");
                    promocode_disc_price = parseFloat(payment_total_price) * 0.10;
                    show_propmocode = 1;

                    if(promocode_disc_price > 0){
                        jQuery(".step2R .addedServices table").attr("payment_total_price", payment_total_price-promocode_disc_price);
                    }

                    
                    promocode_apply_btn_hide();
                    promocode_is_correct = 1; 
                }
                
                if(promocode_is_correct == 0){
                     alert("Please enter correct promocode.");
                     return false;
                }
                
                var payment_type = jQuery(".step2R .addedServices table").attr("payment_type");
                var promo_discount = 0;

                if(show_propmocode == 1 && promocode_disc_price > 0){

                    if(payment_type == 'per month') {
                      promo_discount = parseFloat(promocode_disc_price).toFixed(2);
                       jQuery(".step2R .addedServices table").attr("promocode_discount", promo_discount);
                       jQuery(".step2R .addedServices table").attr("promocode_type", promocode_val);
                    } else {
                      console.log("1111111111111");
                      jQuery(".promocode_detail").css("display","");
                      jQuery(".promocode_discount").html("$"+parseFloat(promocode_disc_price).toFixed(2));
                  
                      jQuery(".month-promocode_discount").html("-");
                      jQuery(".promocode_disc_val").val(promocode_disc_price);
                    }
                }   
                   
                if(payment_type == 'per month') {
                  addToCartSubTotalForMonthly();
                             
                  if(promo_discount != 0) {
                     update_promocode(promo_discount, promocode_val);
                  }
                 
                } else {
                  addToCartOrderPayment();
                  update_cart();
                }
                
            }   
            else{
                 alert("Please fill up the cart");
                 return false;
            }
        }


        function addToCartSubTotalForMonthly() {
            const monthNames = ["January", "February", "March", "April", "May", "June",
              "July", "August", "September", "October", "November", "December"
            ];
            var payment_month = jQuery(".step2R .addedServices table").attr("payment_month");
            var payment_total_price = jQuery(".step2R .addedServices table").attr("payment_total_price");
            var subtotal = parseFloat(payment_total_price / parseInt(payment_month)).toFixed(2);
            var taxes = jQuery('#tax').val();
            var tax = ((parseFloat(subtotal) * parseFloat(taxes)) / 100).toFixed(2);
            var current_month = (new Date()).getMonth();
            var current_year = (new Date()).getFullYear();
            var moneris_payment = parseFloat(subtotal) + parseFloat(tax);
            var promocode_type = jQuery(".step2R .addedServices table").attr("promocode_type");
            // set Moneris Data 
            jQuery('#recurAmount').val(moneris_payment.toFixed(2));

            var new_date = "4";
            var current_year = "2026";

            console.log("month=", new_date);
            // jQuery('#recurStartDate').val(current_year+"/12/01");
            if(parseInt(payment_month) == 2) {
                if (new_date > 2) {
                    current_year = parseInt(current_year)+1;
                }

                jQuery('#recurStartDate').val(current_year+"/02/01");
            }else {
                if(new_date > 2 && new_date < 12) {
                    new_date = 11;
                }
                
                ak_current_month = parseInt(new_date)+1;
                if (new_date == 12) {
                    ak_current_month = 1;
                    current_year = parseInt(current_year)+1;
                }

                ak_current_month = ("0" + ak_current_month).slice(-2);

                jQuery('#recurStartDate').val(current_year+"/"+ak_current_month+"/01");
            }
            
            jQuery("#doRecur").val(1);
            jQuery("#recurUnit").val("month");
            jQuery("#recurNum").val(parseInt(payment_month)-1);
            jQuery("#recurStartNow").val(true);
            jQuery("#recurPeriod").val(1);
            
            // for promocode
            var promocode_discount = jQuery(".step2R .addedServices table").attr("promocode_discount");

            if(promocode_discount != undefined && promocode_discount.length) {
            
              moneris_payment = (parseFloat(moneris_payment) - parseFloat(promocode_discount)).toFixed(2); 

              jQuery('#charge_total').val(moneris_payment); 
            }else {
              jQuery('#charge_total').val(moneris_payment.toFixed(2));   
            }

            
            
            jQuery("#monthly_detail_table").find("tr:gt(0)").remove();
            jQuery("#order_detail_desc_monthly").find("tr:gt(0)").remove();

            


            for (i = 0; i < parseInt(payment_month); i++) {
                var subtotal_price = "$"+subtotal;
                var subtotal_taxes = "$"+tax;
                var total_amount = (parseFloat(subtotal) + parseFloat(tax)).toFixed(2);

                if(i == 0) {

                    if(promocode_type != 'BDSTRONG2020' && promocode_type != 'BOHC2020') {
                        if(promocode_discount != undefined && promocode_discount.length) {
                           total_amount = (parseFloat(total_amount) - parseFloat(promocode_discount)).toFixed(2); 

                        }
                    }
                        
                    // for first step order
                    jQuery('#monthly_detail_table tr:last').after('<tr><td>Today’s payment:</td><td class="txt-align-right"><strong>'+subtotal_price+'</strong></td><td class="txt-align-right"><strong>'+subtotal_taxes+'</strong></td><td class="txt-align-right"><strong> $'+total_amount+'</strong></td></tr>');

                    // monthly payment conver ty two equal monthly by client requirement
                    // jQuery('#monthly_detail_table tr:last').after('<tr><td>Balance due January 1:</td><td class="txt-align-right"><strong>'+subtotal_price+'</strong></td><td class="txt-align-right"><strong>'+subtotal_taxes+'</strong></td><td class="txt-align-right"><strong> $'+total_amount+'</strong></td></tr>');


                    // for Second step order
                    // jQuery('#order_detail_desc_monthly tr:last').after('<tr class="cart_title"><td class="monthly-title" colspan="2"><strong>Payment January 1</strong></td></tr>');
                    jQuery('#order_detail_desc_monthly tr:last').after('<tr><td>Sub total</td><td><strong>'+subtotal_price+'</strong></td></tr>');

                    if(promocode_type != 'BDSTRONG2020' && promocode_type != 'BOHC2020') {
                        if(promocode_discount != undefined && promocode_discount.length) {
                          jQuery('#order_detail_desc_monthly tr:last').after('<tr><td>Promocode <br> Discount(-)</td><td><strong> $'+promocode_discount+'</strong></td></tr>');
                        }
                    }

                    jQuery('#order_detail_desc_monthly tr:last').after('<tr><td>Tax(+)</td><td><strong>'+subtotal_taxes+'</strong></td></tr>');
                    jQuery('#order_detail_desc_monthly tr:last').after('<tr class="txtGreen"><td>Total charge today:</td><td><strong> $'+total_amount+'</strong></td></tr>');

                } else {
                    // for first step order
                    // if(current_month == '11') {
                    //   current_month = 0;
                    // }else {
                    //   current_month++;
                    // }
                    
                    // if(current_month < '11' && i == 1) {
                    //   current_month = '11';
                    //   var due_month = monthNames[current_month];
                    // } else {
                    //   var due_month = monthNames[current_month];
                    // }
                    var next_mnth;
                    if(next_mnth == undefined){
						
						if(typeof ak_current_month === 'undefined')
							ak_current_month = parseInt(new_date)+1; //Copied from above, not sure whether it is correct or not. Date: 19-Jan-2022, VG
                        if(parseInt(ak_current_month) == 12){
                            next_mnth = 11;
                        }else{
                            next_mnth = 0;
                        }
                    }
                    if(i == 1) {
                        due_month = monthNames[next_mnth];
                    }else if(i == 2) {
                        due_month = monthNames[next_mnth];
                    }else if(i == 3) {
                        due_month = monthNames[next_mnth];
                    }
                    next_mnth = next_mnth == 11 ? 0 : next_mnth + 1;

                    if(parseInt(payment_month) == 2) {
                        due_month = monthNames[1];
                    }
                    
                    // $('#monthly_detail_table tr:last').after('<tr><td>Balance due '+due_month+' 1</td><td class="txt-align-right"><strong>'+subtotal_price+'</strong></td><td class="txt-align-right"><strong>'+subtotal_taxes+'</strong></td><td class="txt-align-right"><strong> $'+total_amount+'</strong></td></tr>');

                    // monthly payment conver ty two equal monthly by client requirement
                    $('#monthly_detail_table tr:last').after('<tr><td>Balance due '+due_month+' 1</td><td class="txt-align-right"><strong>'+subtotal_price+'</strong></td><td class="txt-align-right"><strong>'+subtotal_taxes+'</strong></td><td class="txt-align-right"><strong> $'+total_amount+'</strong></td></tr>');



                     // for Second step order
                    // jQuery('#order_detail_desc_monthly tr:last').after('<tr><td>&nbsp;</td></tr>');
                    // jQuery('#order_detail_desc_monthly tr:last').after('<tr class="cart_title"><td class="monthly-title" colspan="2"><strong>Remaining Payment due '+due_month+' 1</strong></td></tr>');


                    // monthly payment conver ty two equal monthly by client requirement
                    jQuery('#order_detail_desc_monthly tr:last').after('<tr><td>&nbsp;</td></tr>');
                    jQuery('#order_detail_desc_monthly tr:last').after('<tr class="cart_title"><td class="monthly-title" colspan="2"><strong>Remaining Payment due '+due_month+' 1</strong></td></tr>');

                    jQuery('#order_detail_desc_monthly tr:last').after('<tr><td>Sub total</td><td><strong>'+subtotal_price+'</strong></td></tr>');
                    jQuery('#order_detail_desc_monthly tr:last').after('<tr><td>Tax(+)</td><td><strong>'+subtotal_taxes+'</strong></td></tr>');
                    jQuery('#order_detail_desc_monthly tr:last').after('<tr class="txtGreen"><td>Total charge(s) remaining:</td><td><strong> $'+total_amount+'</strong></td></tr>')

                } 
                
            }

            
            var amount_total = parseFloat(payment_total_price).toFixed(2);
            if(promocode_discount != undefined && promocode_discount.length) {
                jQuery('#monthly_detail_table tr:last').after('<tr class="promocode_detail"><td>Promocode <br> Discount(-):</td><td class="txt-align-right"><strong class="promocode_discount_monthly"> $'+promocode_discount+'</strong></td><td><strong>-</strong></td></tr>'); 

                amount_total = (parseFloat(amount_total) - parseFloat(promocode_discount)).toFixed(2); 
            }

            var net_taxs = (parseFloat(tax) * parseInt(payment_month)).toFixed(2);
            var net_total_amount = (parseFloat(amount_total) + parseFloat(net_taxs)).toFixed(2);
            // for first step order
            jQuery('#monthly_detail_table tr:last').after('<tr class="totalTr franchisee-hide"><td>Total:</td><td class="txt-align-right"><strong> $'+amount_total+'</strong></td><td class="txt-align-right"><strong> $'+net_taxs+'</strong></td><td class="txt-align-right"><strong> $'+net_total_amount+'</strong></td></tr>');


            // for Second step order
            jQuery('#order_detail_desc_monthly tr:last').after('<tr><td>&nbsp;</td></tr>');
            jQuery('#order_detail_desc_monthly tr:last').after('<tr><td>All charges for services:</td><td><strong> $'+amount_total+'</strong></td></tr>');
            jQuery('#order_detail_desc_monthly tr:last').after('<tr><td>Tax(+):</td><td><strong> $'+net_taxs+'</strong></td></tr>');
            jQuery('#order_detail_desc_monthly tr:last').after('<tr class="txtGreen"><td>Total including tax:</td><td><strong> $'+net_total_amount+'</strong></td></tr>');
            jQuery('#subtotal').val(amount_total);
        }
        
        function addToCartSubTotal(){
            var subtotal = 0;
            
            var month_subtotal = 0;
            var is_cart_blanck = "";
            
            var month = (new Date).getMonth() + 1;
            var day = getCurrentDay();
                    
            jQuery(".step2R .addedServices table:first tr td strong span").each(function () {
                var spit_val = 0;   
                spit_val = jQuery(this).html().split('$');
                subtotal = parseFloat(subtotal) + parseFloat(spit_val[1]);
                month_subtotal = parseFloat(month_subtotal) + parseFloat(spit_val[1]);
            });
                
            if(subtotal == 0){
                jQuery('.cart_title').css('display','none');
                jQuery('#subtotal-details').html('');
                jQuery('#tax-details').html('');
                jQuery('#order-details').html('');
                jQuery('#order-details-into7').css('display','none');
            
                jQuery('#month-subtotal-details').html('');
                jQuery('#month-tax-details').html('');
                jQuery('#month-order-details').html('');
                jQuery('#month-order-details-into7').css('display','none');
                jQuery(".month-promocode_discount").html("");
                
                jQuery('#step3_subtotal-details').html('');
                jQuery('#step3_month-subtotal-details').html('');
                jQuery('#step3_tax-details').html('');
                jQuery('#step3_month-tax-details').html('');
                jQuery('#step3_order-details').html('');
                jQuery('#step3_order-details-into7').css('display','none');
                jQuery('#step3_month-order-details').html('');
                jQuery('#step3_month-order-details-into7').css('display','none');
                jQuery("#step3_month-subtotal-title").css("display","none");
                jQuery("#step3_month-tax-title").css("display","none");
                jQuery("#step3_month-order-title").css("display","none");
                
                jQuery('.month-total-details').css("display","none");
                jQuery('.month-total-tax-details').css("display","none");
                jQuery('.month-order-total-details').css("display","none");
            }
            else{   
                jQuery('#subtotal').val('');
                jQuery('#subtotal').val(subtotal.toFixed(2));
        
                jQuery('#subtotal-details').html("$"+parseFloat(subtotal).toFixed(2));
                jQuery('#step3_subtotal-details').html("$"+parseFloat(subtotal).toFixed(2));
                
                var display_intoSeven = getRemaingMonthIntoSeven();
                if(display_intoSeven == 0){
                
                    jQuery('#month-subtotal').val('');
                    jQuery('#month-subtotal').val(parseFloat(month_subtotal).toFixed(2));       
            
                    jQuery('#month-subtotal-details').html("$"+parseFloat(month_subtotal).toFixed(2));  
                    jQuery('#step3_month-subtotal-details').html("$"+parseFloat(month_subtotal).toFixed(2));
                }
                
                addToCartOrderPayment();
            }   
        }       


        function addToCartOrderPayment(){

            var order_total = 0;
            var order_payment = 0;
            var price_counter = 0;
            var promocode_disc_price = 0;
            var taxes = jQuery('#tax').val();
            var subtotal = jQuery('#subtotal').val();
            var promocode_val = jQuery(".promocode").val();
            var promocode_val_in = ['Online10', 'online10', 'ONLINE10', 'Onlineten', 'onlineten', 'ONLINETEN'];
        
            var month_order_total = 0;
            var month_order_payment = 0;
            var month_taxes = jQuery('#tax').val();
            var month_subtotal = jQuery('#month-subtotal').val();
        
            jQuery(".step2R .addedServices table:first tr td strong span").each(function () {
                var spit_val = jQuery(this).html().split('$'); 
                if(parseFloat(spit_val[1] * getRemaingMonthIntoSeven()).toFixed(2) >= 150){
                    price_counter = price_counter + 1;
                    promocode_disc_price = price_counter * 25;
                }
            });
            if(promocode_val == "HTGW-14S" && jQuery(".promocode_disc_val").val() != ""){
                if(promocode_disc_price > 0){
                  console.log("22222222222222222");
                    jQuery('#promocode_discount').html(promocode_disc_price);
                
                    jQuery('#month-promocode_discount').html("-");
                
                    jQuery(".promocode_disc_val").val(promocode_disc_price);
                    subtotal = subtotal - promocode_disc_price;
                }
            }
            else if((jQuery.inArray(promocode_val, promocode_val_in) > -1) && jQuery(".promocode_disc_val").val() != ""){   
                subtotal = subtotal - 10;
            }
        
            taxes = (parseFloat(subtotal) * parseFloat(taxes)) / 100;
            order_total = parseFloat(subtotal) + parseFloat(taxes);
            order_payment = order_total.toFixed(2);
            
                
            var total_sub_payment = parseFloat(subtotal); 
            var total_tax_payment = parseFloat(taxes);
            var total_order_payment = parseFloat(order_total);
            
            jQuery('.month-total-details').html("");
            jQuery('.month-total-tax-details').html("");
            jQuery('.month-order-total-details').html("");
            
            jQuery('#tax-details').html('');
            jQuery('#tax-details').html("$"+taxes.toFixed(2));
            
            jQuery('#step3_tax-details').html('');
            jQuery('#step3_tax-details').html("$"+taxes.toFixed(2));
            
            jQuery('#tax1').val(taxes.toFixed(2));
        
            jQuery('#order_payment').val('');
            jQuery('#order-details').html('');
            jQuery('#step3_order-details').html('');
            jQuery('#order_payment').val(order_total.toFixed(2));
            jQuery('#order-details').html("$"+order_payment+" ");
            jQuery('#step3_order-details').html("$"+order_payment+" ");
            jQuery('#charge_total').val(order_total.toFixed(2));            
            
            var display_intoSeven = getRemaingMonthIntoSeven();
            if(display_intoSeven == 0){
                
                month_taxes = (parseFloat(month_subtotal) * parseFloat(month_taxes)) / 100;
                month_order_total = parseFloat(month_subtotal) + parseFloat(month_taxes);
                month_order_payment = month_order_total.toFixed(2);
                
                total_sub_payment = total_sub_payment + parseFloat(month_subtotal);
                total_tax_payment = total_tax_payment + parseFloat(month_taxes);
                total_order_payment = total_order_payment + parseFloat(month_order_total);
                
                jQuery('.month-total-details').html("$"+parseFloat(total_sub_payment).toFixed(2));
                jQuery('.month-total-tax-details').html("$"+parseFloat(total_tax_payment).toFixed(2));
                jQuery('.month-order-total-details').html("$"+parseFloat(total_order_payment).toFixed(2));
                                
                jQuery('#month-tax-details').html('');
                jQuery('#month-tax-details').html("$"+month_taxes.toFixed(2));
                jQuery('#month-tax').val(month_taxes.toFixed(2));
                jQuery("#step3_month-tax-title").css("display","block");
                
                jQuery('#step3_month-tax-details').html('');
                jQuery('#step3_month-tax-details').html("$"+month_taxes.toFixed(2));
                jQuery("#step3_month-order-title").css("display","block");
                
                jQuery('#month-order_payment').val('');
                jQuery('#month-order-details').html('');
                jQuery('#month-order_payment').val(month_order_total.toFixed(2));
                jQuery('#month-order-details').html("$"+month_order_payment+" ");
                jQuery('#recurAmount').val(month_order_total.toFixed(2));
                
                jQuery('#step3_month-order-details').html('');
                jQuery('#step3_month-order-details').html("$"+month_order_payment+" ");
            }   
        }   
        
        function getRemaingMonthIntoSeven(){
            var curr_month = (new Date).getMonth() + 1;
            //var curr_day = getCurrentDay();
            var province_name = jQuery('#province_name').val();
            var province_name_in = ['Alberta', 'Ontario', 'British Columbia', 'Nova Scotia'];
            var month_in = [1, 2, 3];
            var intoSeven = ""; 
            
            if(jQuery.inArray(province_name, province_name_in) > -1){
                if(jQuery.inArray(curr_month, month_in) > -1){ intoSeven = 1; }
                else if(curr_month >= 4 && curr_month <= 12) { intoSeven = 0; } 
                /*if(curr_month >= 4 && curr_month <= 12) { intoSeven = 4; } 
                if(curr_month == 1 && (curr_day <= 6))  { intoSeven = 4; } 
                if(curr_month == 1 && (curr_day >= 7 && curr_day <=31)) { intoSeven = 3; } 
                if(curr_month == 2 && (curr_day <= 29)) { intoSeven = 2; } 
                if(curr_month == 3 && (curr_day <= 31)) { intoSeven = 1; }*/
            }
            return intoSeven;
        }
        
        /*function getCurrentMonthMinus(){
            var intoSevenMonth = getRemaingMonthIntoSeven();
            return intoSevenMonth - 1;  
        }*/
                
        function getCurrentMonth(){
            //return (new Date).getFullYear();
            var currentMonth = (new Date).getMonth() + 1;
            var months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'June', 'July', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec'];
            return months[currentMonth - 1];
        }

        function getCurrentDay(){
            return (new Date).getDate();
        }   

        function getPriceIntoSeven(month,day,price,service_name,province_name){
        
            var province_name_in = ['Alberta', 'Ontario', 'British Columbia', 'Nova Scotia'];
            
            if(jQuery.inArray( province_name, province_name_in ) > -1){
                var ret_price = 0;
                var months_bef = ['Apr', 'May', 'June', 'July', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec'];
        
                if(jQuery.inArray( month, months_bef ) > -1){ 
                    ret_price = price;
                }
        
                if(month == "Jan"){
                    if(day >= 1 && day <= 6){
                        ret_price = price;
                    }
                    else if(day >= 7 && day <= 13){
                        ret_price = (price - ((1 / 16) * price)).toFixed(2);
                    }
                    else if(day >= 14 && day <= 20){    
                        ret_price = (price - ((2 / 16) * price)).toFixed(2);
                    }
                    else if(day >= 21 && day <= 27){
                        ret_price = (price - ((3 / 16) * price)).toFixed(2);
                    }
                    else if(day >= 28 && day <= 31){
                        ret_price = (price - ((4 / 16) * price)).toFixed(2);
                    }   
                }
                
                if(month == "Feb"){
                    if(day >= 1 && day <= 3){
                        ret_price = (price - ((4 / 16) * price)).toFixed(2);
                    }
                    else if(day >= 4 && day <= 10){
                        ret_price = (price - ((5 / 16) * price)).toFixed(2);
                    }
                    else if(day >= 11 && day <= 17){    
                        ret_price = (price - ((6 / 16) * price)).toFixed(2);
                    }
                    else if(day >= 18 && day <= 24){
                        ret_price = (price - ((7 / 16) * price)).toFixed(2);
                    }
                    else if(day >= 25 && day <= 29){
                        ret_price = (price - ((8 / 16) * price)).toFixed(2);
                    }   
                }
                
                if(month == "Mar"){
                    if(day >= 1 && day <= 2){
                        ret_price = (price - ((8 / 16) * price)).toFixed(2);
                    }
                    else if(day >= 3 && day <= 9){
                        ret_price = (price - ((9 / 16) * price)).toFixed(2);
                    }
                    else if(day >= 10 && day <= 16){    
                        ret_price = (price - ((10 / 16) * price)).toFixed(2);
                    }
                    else if(day >= 17 && day <= 23){
                        ret_price = (price - ((11 / 16) * price)).toFixed(2);
                    }
                    else if(day >= 24 && day <= 31){
                        ret_price = (price - ((12 / 16) * price)).toFixed(2);
                    }   
                }
            }
                    
            return ret_price;
        }
    
        function quoteFormStepOne() {
            var select_property_size = jQuery('#propertysize_id').val();
            var user_name = 'No';
            var user_last_name = 'name';
            var user_postalcode = jQuery('#user_postalcode').val();
            var user_email = 'No email';
            //var propertysize = 1;
            //var propertysize = jQuery('#propertysize_id').val();
            //return false;
            //alert("Property size is "+propertysize);
            var frm_data = jQuery("#prop_que_ans").serialize();
            var lawn_cutting_type = jQuery('.front_lawn_que_ans:checked').val();
            var province_name = "";
            var data_popup_lawn_cut_price = "";
            var data_popup_bagg_price = "";
            var llenth = user_postalcode.length;
           

            if(user_postalcode == ""){
                alert("Postal code is required.");
                return false;
            }
            else if(llenth < '6'){
                alert("Please enter your complete postal code.");
                return false;
            }

      
            if(isNaN(parseInt(user_postalcode.charAt(1), 10)) || isNaN(parseInt(user_postalcode.charAt(3), 10)) || isNaN(parseInt(user_postalcode.charAt(5), 10))) {
                alert("Please enter the correct postal code.");
                return false;
            }

            if(!isNaN(parseInt(user_postalcode.charAt(0), 10)) || !isNaN(parseInt(user_postalcode.charAt(2), 10)) || !isNaN(parseInt(user_postalcode.charAt(4), 10))) {
                alert("Please enter the correct postal code.");
                return false;
            }
            
            if(select_property_size == undefined || !/^[1-9]{1}([0-9]+)?$/.test(select_property_size)){
                //alert(propertysize);
                alert("Please select property size.");
                return false;
            }
            else if(user_name == ""){
                alert("User first name is required.");
                jQuery('#user_name').css('border','2px solid red');
            }
            else if(user_last_name == ""){
                alert("User last name is required.");
                jQuery('#user_last_name').css('border','2px solid red');
            }
            else if(user_email == ""){
                alert("User email is required.");
                jQuery('#user_email').css('border','2px solid red');
            }
            else {
                if(user_email != ""){
                    var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
                    var url_link1 = "https://www.hirethegardener.com/markham-south/wp-content/plugins";
                        //jQuery('#propertysize_id').val(propertysize);
                                
                        jQuery.ajax({
                            type: "POST",
                            cache: false,       
                            url: url_link1+'/custom/snow_removal_save_user_details.php',
                            data: 'user_name='+ user_name+ '&user_last_name='+ user_last_name+ '&postal_code='+ user_postalcode+ '&user_email=' + user_email+ '&propertysize='+ select_property_size + '&' + frm_data,
                            success: function(data) {
                                  console.log("tttttttttttttttttttt");
                                if(data){
                                    // console.log(data);
                                    // return false;
                                    data = jQuery.parseJSON(data);
                                    //console.log(data[index].service_name);
                                    if(data == -1){
                                        window.location.href = "area-not-serviced";
                                        return false;
                                    }
                                    else if(data == -2){ 
                                        /*window.location.href = "/snow-removal-quote";*/
                                        window.location.href = "area-not-serviced";
                                        return false;
                                    } else if(data == -33){
                                        alert('This location does not sell snow plowing services online. Please contact us either by phone or email to get more information and prices.\n\n Calgary NW\n Phone: (403) 452-7571 \n Email: calgarynw@hirethegardener.com.');
                                        return false;
                                    } else if(data == -34){
                                        alert('This location does not sell snow plowing services online. Please contact us either by phone or email to get more information and prices.\n\n Calgary South\n Phone: (403) 257-8879 \n Email: calgarysouth@hirethegardener.com.');
                                        return false;
                                    } else if(data == -59){
                                        alert('This location does not sell snow plowing services online. Please contact us either by phone or email to get more information and prices.\n\n Peterborough\n Phone: (705) 741-5505 \n Email: peterborough@hirethegardener.com.');
                                        return false;
                                    }
                                    else {  
                                        var completely_booked_status = '';

                                        jQuery(data).each(function (index) {  
                                            if(data[index].completely_booked != undefined && data[index].completely_booked == '1'){
                                                completely_booked_status = 1;
                                                
                                            }
                                        });

                                        if(completely_booked_status == 1) {
                                            alert("SORRY WE ARE COMPLETELY BOOKED IN THIS AREA AND LOOK FORWARD TO SERVICING YOU NEXT SEASON.");
                                                return false;
                                        }
                                       
                                        jQuery("#postal_code3").val(user_postalcode);
                                        
                                        /* show in billing and service start */
                                        jQuery("#bill_postalcode").val(user_postalcode);
                                        jQuery("#servi_postalcode").val(user_postalcode);
                                        /*jQuery("#bill_email").val(user_email);
                                        jQuery("#servi_email").val(user_email);
                                        jQuery("#bill_name").val(user_name);
                                        jQuery("#servi_name").val(user_name);
                                        jQuery("#bill_last_name").val(user_last_name);
                                        jQuery("#servi_last_name").val(user_last_name);*/
                                        /* show in billing and service end */
                                        
                                        /* recu moneris set value of rvar start */
                                        jQuery("#rvar_postal_code").val(user_postalcode);
                                        /* recu moneris set value of rvar end */
                                                                                                                    
                                        jQuery('#quote-step-one').css('display','none');
                                        jQuery('#quote-step-two').css('display','block');
                                        
                                        jQuery('.addedServices').css('display','none');
                                        
                                        jQuery('.quoteStep ul .one').removeClass('active');
                                        jQuery('.quoteStep ul .two').addClass('active');
                                        jQuery("html, body").animate({ scrollTop: 600 }, 500);
                                                                            
                                        jQuery('#order-details-into7').css('display','none');
                                        jQuery('#step3_order-details-into7').css('display','none'); 
                                                                                                                
                                        jQuery('.user_name').html(user_name + " " + user_last_name);    
                                        jQuery('.user_postalcode').html(user_postalcode);
                                        jQuery('.user_email').html(user_email);
                                
                                        /* ============= price logic start here ==================== */
                                        var month = getCurrentMonth();
                                        var day = getCurrentDay();
                                        var display_price = 0;
                                        var province_name = "";
                                        /* ============= price logic end here  =====================*/
                                        
                                        jQuery(data).each(function (index) {    
                                            if(data[index].province_name != undefined){ 
                                                jQuery('.province_name').val(data[index].province_name);
                                                province_name = data[index].province_name;
                                            }
                                        });
                                            
                                        /* show in billing and service start */
                                        jQuery('#bill_province').val(province_name);
                                        jQuery('#servi_province').val(province_name);
                                        /* show in billing and service end */
                                        
                                        jQuery(data).each(function (index) {
                                            if(data[index].service_name == "Ultimate 24/7 Single Driveway Plowing*" || data[index].service_name == "Ultimate 24/7 Double Driveway Plowing*" || data[index].service_name == "Ultimate 24/7 Triple Driveway Plowing*"){ 
                                                // display_price = getPriceIntoSeven(month,day,data[index].price,data[index].service_name,province_name);
                                                display_price = data[index].price
                                                $url_link2 = "https://www.hirethegardener.com/markham-south/wp-content/plugins/custom/"
                                                
                                                //display_price = data[index].price;
                                                jQuery('.driveway_img').attr("src",$url_link2+data[index].service_image);  
                                                jQuery('.driveway_img_val').val($url_link2+data[index].service_image);
                                                jQuery('.driveway_selected_img').val($url_link2+data[index].service_selected_image);                               
                                                jQuery('.driveway_service_name').append(data[index].service_name);
                                                // jQuery('.driveway_service_price').html("$"+display_price+" ");
                                                const new_price_number = data[index].new_price; 
                                                const new_price_number_rounded = new_price_number.toFixed(2);
                                                jQuery('.driveway_service_price').html("$"+new_price_number_rounded+" ");
                                                jQuery('.driveway_service_price_text').html(data[index].price_text);
                                                 jQuery('.driveway_service_price_total').html("$"+display_price+" ");
                                                jQuery('#driveway_service_payment_type').val(data[index].payment_type);
                                                jQuery('#driveway_service_payment_month').val(data[index].payment_month);
                                                jQuery('.service_terms').html(data[index].service_terms);
                                                jQuery('#driveway_service_input_name').val(data[index].service_name);
                                                jQuery('#driveway_service_input_price').val(display_price);

                                                service_td1 = data[index].service_name;

                                                the_province_name = data[index].province_name;
                                                
                                            }
                                        
                                            if(data[index].service_name == "Ultimate 24/7 Single Driveway Plowing including shoveling the walkway to your front door*" || data[index].service_name == "Ultimate 24/7 Double Driveway Plowing including shoveling the walkway to your front door*" || data[index].service_name == "Ultimate 24/7 Triple Driveway Plowing including shoveling the walkway to your front door*" || data[index].service_name == "Ultimate 24/7 Snow Clearing Single (or double or triple) Driveway Shovelling including shovelling the walkway to your front door and the municipal sidewalk*"){ 

                                                // display_price = getPriceIntoSeven(month,day,data[index].price,data[index].service_name,province_name);
                                                display_price = data[index].price
                                                $url_link2 = "https://www.hirethegardener.com/markham-south/wp-content/plugins/custom/"
                                                //display_price = data[index].price;
                                                jQuery('.walkway_img').attr("src",$url_link2+data[index].service_image);   
                                                jQuery('.walkway_img_val').val($url_link2+data[index].service_image);
                                                jQuery('.walkway_selected_img').val($url_link2+data[index].service_selected_image);                            
                                                jQuery('.walkway_service_name').append(data[index].service_name);

                                                the_franchisee_name = data[index].franchisee_name;
                                                get_current_month = ((new Date).getMonth()+1);
                                                get_current_day = (new Date).getDay();

                                              jQuery(".step2R .addedServices table").attr("fanchise_name", the_franchisee_name);

                                                if(the_franchisee_name == 'Peterborough') {
                                                    jQuery(".property_text").html("<br> Note: <span style='color:red;'> Please note the above prices are for all properties within city limits, properties outside of town will be subject to an additional charge and will be quoted separately.</span>");
                                                }

                                                if(the_franchisee_name=='Halifax'){
                                                    /*jQuery('.chktrigger').trigger('click');*/
                                                if(get_current_month<12 && get_current_month>1){
                                                create_divider = 5;
                                                display_price2 = display_price / create_divider;
                                                }
                                                else if(get_current_month==12 || get_current_month==1){
                                                create_divider = 4;
                                                display_price2 = display_price / create_divider;
                                                }
                                                else{

                                                }

                                                /*after Dec 1 it will say Jan 1, after Jan 1 it will say Feb 1, agfter Feb 1 it will say March 1*/
                                                if(get_current_month == 12 && get_current_day>1){
                                                    date_text = 'Jan 1';
                                                }else if(get_current_month == 1 && get_current_day>1){
                                                    date_text = 'Feb 1';
                                                }else if(get_current_month == 2 && get_current_day>1){
                                                    date_text = 'March 1';
                                                }else{
                                                    date_text = 'Dec 1';
                                                }
                                                jQuery('.month-due').text(date_text);
                                                jQuery('.text-change-loc').text('Next Payment Due');
                                                jQuery('.franchisee-hide').css('display','none');
                                                
                                                }else{
                                                    display_price2 = display_price;
                                                    // jQuery('.franchisee-no-hide').css('display','none');
                                                }
                                                // jQuery('.walkway_service_price2').html("$"+display_price2+" ");
                                                jQuery('.walkway_service_price2').html("$"+data[index].new_price.toFixed(2)+" ");
                                                jQuery('.walkway_service_price2_text').html(data[index].price_text);
                                                jQuery('#walkway_service_payment_type').val(data[index].payment_type);
                                                jQuery('#walkway_service_payment_month').val(data[index].payment_month);

                                                jQuery('.walkway_service_price').html("$"+display_price+" ");
                                                jQuery('.service_terms').html(data[index].service_terms);
                                                jQuery('#walkway_service_input_name').val(data[index].service_name);
                                                jQuery('#walkway_service_input_price').val(display_price);

                                                service_td2 = data[index].service_name;

                                                the_province_name = data[index].province_name;
                                            }

                                            
                                            
                                            /* checkout lawn cutting popup details end */
                                            
                                            if(data[index].tax != undefined){
                                                jQuery('#tax').val(data[index].tax);
                                            }
                                        
                                            if(data[index].completely_booked != undefined){
                                                jQuery('.completely_booked').val(data[index].completely_booked);
                                            }

                                            if(data[index].snow_completely_booked != undefined){
                                                jQuery('.snow_completely_booked').val(data[index].snow_completely_booked);
                                            }
                                            
                                            if(data[index].completely_booked_single_driveway != undefined){
                                                jQuery('.completely_booked_single_driveway').val(data[index].completely_booked_single_driveway);
                                            }
                                            
                                            if(data[index].completely_booked_single_driveway_walkway != undefined){
                                                jQuery('.completely_booked_single_driveway_walkway').val(data[index].completely_booked_single_driveway_walkway);
                                            }
                                            
                                            if(data[index].completely_booked_double_driveway != undefined){
                                                jQuery('.completely_booked_double_driveway').val(data[index].completely_booked_double_driveway);
                                            }
                                            
                                            if(data[index].completely_booked_double_driveway_walkway != undefined){
                                                jQuery('.completely_booked_double_driveway_walkway').val(data[index].completely_booked_double_driveway_walkway);
                                            }
                                            
                                            if(data[index].completely_booked_triple_driveway != undefined){
                                                jQuery('.completely_booked_triple_driveway').val(data[index].completely_booked_triple_driveway);
                                            }
                                            
                                            if(data[index].completely_booked_triple_driveway_walkway != undefined){
                                                jQuery('.completely_booked_triple_driveway_walkway').val(data[index].completely_booked_triple_driveway_walkway);
                                            }
                                            
                                            if(data[index].ps_store_id != undefined){   
                                                jQuery('#ps_store_id').val(String(data[index].ps_store_id));
                                            }
                                            
                                            if(data[index].hpp_key != undefined){   
                                                jQuery('#hpp_key').val(String(data[index].hpp_key));
                                            }
                                                
                                            if(data[index].cust_email != undefined){    
                                                
                                            }
                                            
                                            if(data[index].user_cust_id != undefined){
                                                jQuery('#user_cust_id').val(data[index].user_cust_id);      
                                                jQuery('#rvar_user_id').val(data[index].user_cust_id);                                          
                                            }   
                                        });
                                        
                                        if(typeof service_td1=='undefined'){

                                                    //jQuery('.service-td1').remove();
                                                }

                                            if(typeof service_td2=='undefined'){

                                                //jQuery('.service-td2').remove();
                                            }
                                        /* set into seven values start */
                                        
                                        // jQuery('.month_intoSevenMonth').html(getCurrentMonthMinus());
                                       
                                        /* set into seven values end */ 

                                        // tempary added by ankit start
                                        if(jQuery(".driveway_img").attr('src').length == 0) {
                                            jQuery(".service-td1").css('display','none');
                                        }

                                        if(jQuery(".walkway_img").attr('src').length == 0) {
                                            jQuery(".service-td2").css('display','none');
                                        }
                                        // tempary added by ankit end
                                    }
                                }   
                            }
                        });
                    
                }
            }
        }

        function printDiv() 
        {

          var divToPrint=document.getElementById('terms-print');

          var newWin=window.open('','Print-Window');

          newWin.document.open();

          newWin.document.write('<html><body onload="window.print()">'+divToPrint.innerHTML+'</body></html>');

          newWin.document.close();

          setTimeout(function(){newWin.close();},10);

        }
    </script>
    <script>
    jQuery(document).ready(function(){
        jQuery("#quote-form-step-one").click(function(){
            var the_val = jQuery("#user_postalcode").val();
            //alert(the_val);
            var url_link = "https://www.hirethegardener.com/markham-south/wp-content/plugins";

            jQuery.ajax({
      method: "POST",
      url: url_link+"/custom/ajax_snowfalls_values.php",
      data: { postal: the_val }
    })
      .done(function( msg ) {
        jQuery(".snow-cm").text(msg);

        
      });
        });
    });
    </script>
    <!-- //test JavaScript library: -->
    <!-- <script src="https://gatewayt.moneris.com/chktv2/js/chkt_v2.00.js"></script> -->

    <!-- //production JavaScript library: -->
    <script src="https://gateway.moneris.com/chktv2/js/chkt_v2.00.js"></script>
    <script>
        
    function monerisCheckoutInitiate() {
        // Gather data to send as payload
        /*const data = {
            txn_total: jQuery('#charge_total').val(), 
            cust_id: jQuery('#cust_id').val(),
            recur: {
                number_of_recurs: jQuery('#recurNum').val(), // Dynamic recurrence count
                recur_period: jQuery('#recurPeriod').val(), // Dynamic recurrence period
                recur_amount: jQuery('#recurAmount').val(), // Dynamic recurring amount
                recur_unit: jQuery('#recurUnit').val(), // Recurrence unit (e.g., "month")
                start_date: jQuery('#recurStartDate').val(), // Dynamic start date in YYYY/MM/DD format
                bill_now: jQuery('#recurStartNow').val()
            },
            contact_details: {
                first_name: jQuery('#bill_first_name').val(),
                last_name: jQuery('#bill_lastname').val(),
                email: jQuery('#custemail').val(),
                phone: jQuery('#bill_phone').val()
            },
            billing_details: {
                address_1: jQuery('#bill_add').val(),
                address_2: jQuery('#bill_add2').val(),
                city: jQuery('#bill_city').val(),
                province: jQuery('#bill_province').val(),
                country_code: 'CA',
                postal_code: jQuery('#bill_postal_code').val()
            }
        };*/


        const data = {
            txn_total: jQuery('#charge_total').val(), 
            cust_id: jQuery('#cust_id').val(),
            contact_details: {
                first_name: jQuery('#bill_first_name').val(),
                last_name: jQuery('#bill_lastname').val(),
                email: jQuery('#custemail').val(),
                phone: jQuery('#bill_phone').val()
            },
            billing_details: {
                address_1: jQuery('#bill_add').val(),
                address_2: jQuery('#bill_add2').val(),
                city: jQuery('#bill_city').val(),
                province: jQuery('#bill_province').val(),
                country_code: 'CA',
                postal_code: jQuery('#bill_postal_code').val()
            }
        };

        // Check if recurNum has a value greater than 0
            const recurNum = parseInt(jQuery('#recurNum').val(), 10);
            if (!isNaN(recurNum) && recurNum > 0) {
                data.recur = {
                    number_of_recurs: recurNum, // Dynamic recurrence count
                    recur_period: jQuery('#recurPeriod').val(), // Dynamic recurrence period
                    recur_amount: jQuery('#recurAmount').val(), // Dynamic recurring amount
                    recur_unit: jQuery('#recurUnit').val(), // Recurrence unit (e.g., "month")
                    start_date: jQuery('#recurStartDate').val(), // Dynamic start date in YYYY/MM/DD format
                    bill_now: jQuery('#recurStartNow').val()
                };
            }

        // Make AJAX request to the PHP file with dynamic payload
        fetch('https://www.hirethegardener.com/moneris_checkout.php', {
            method: 'POST',
            headers: {
                'Content-Type': 'application/json'
            },
            body: JSON.stringify(data) // Send payload as JSON
        })
        .then(response => response.json())
        .then(data => {
            if (data.success) {
                // Initialize Moneris Checkout
                var myCheckout = new monerisCheckout();
                myCheckout.setMode("prod");
                myCheckout.setCheckoutDiv("monerisCheckout");
                myCheckout.startCheckout(data.ticket); // Start checkout with the received ticket

                // Set callbacks for the checkout process
                myCheckout.setCallback("page_loaded", function(data) {
                    console.log("Page Loaded:", data);
                });
                myCheckout.setCallback("cancel_transaction", function(data) {
                    console.log("Transaction Canceled:", data);
                });
                myCheckout.setCallback("error_event", function(data) {
                    console.log("Error Event:", data);
                });
                myCheckout.setCallback("payment_receipt", function(data) {
                    
                    console.log("Payment Receipt:", data);

                    //Upon Completion, send a receipt request.
                    fetch('https://www.hirethegardener.com/receipt_request_prod.php', {
                        method: 'POST',
                        headers: {
                            'Content-Type': 'application/json'
                        },
                        body: data // Send payload as JSON
                    })
                    .then(response => response.json())
                    .then(data => {
                        if (data) {
                            console.log("Request Recept:", data);

                            //On Getting data, send an Email to Admin.
                            fetch('https://www.hirethegardener.com/moneris/send-email-notification-admin.php', {
                                method: 'POST',
                                headers: {
                                    'Content-Type': 'application/json'
                                },
                                body: JSON.stringify(data) // Send payload as JSON
                            })
                            .then(response => response.json())
                            .then(data => {
                                if (data.success) {
                                    console.log("Email Status:", data);

                                }
                            });

                        }
                    });


                });
                myCheckout.setCallback("payment_complete", function(data) {
                    console.log("Payment Complete:", data);
                });
            } else {
                console.error("Failed to get ticket:", data.error);
            }
        })
        .catch(error => console.error("Error:", error));
    }

    </script>

    [{"id":2228,"date":"2018-07-20T09:56:01","date_gmt":"2018-07-20T09:56:01","guid":{"rendered":"https:\/\/www.hirethegardener.com\/markham-south\/?page_id=2228"},"modified":"2018-07-20T09:56:01","modified_gmt":"2018-07-20T09:56:01","slug":"sitemap","status":"publish","type":"page","link":"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/","title":{"rendered":"Sitemap"},"content":{"rendered":"<div id=\"simple-sitemap-container-69d01eb2c3f7e\" class=\"simple-sitemap-container simple-sitemap-container-69d01eb2c3f7e tab-disabled\"><div class=\"simple-sitemap-wrap\"><h3 class=\"post-type\">Pages<\/h3><ul class=\"simple-sitemap-page main\"><li class=\"sitemap-item page_item page-item-2199\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/\">Area Not Serviced<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-2204\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/blog\/\">Blog<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-75\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/call-center\/\">Call Center<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-2223\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/\">Call Centre Thank You<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-336 page_item_has_children\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/\">COMMERCIAL SERVICES<\/a>\n<ul class='children'>\n\t<li class=\"sitemap-item page_item page-item-225\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/commercial-fall-yard-clean-up\/\">Commercial Fall Yard Clean-up<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-237\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/commercial-garden-maintenance\/\">Commercial Garden Maintenance<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-239\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/commercial-grounds-maintenance\/\">Commercial Grounds Maintenance<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-243\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/commercial-lawn-care-fertilizer-programs\/\">Commercial Lawn Care Fertilizer Programs<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-246\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/commercial-pressure-washing\/\">Commercial Pressure Washing<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-1457\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/commercial-pruning-services\/\">Commercial Pruning Services<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-255\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/commercial-sod-installation\/\">Commercial Sod Installation<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-264\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/commercialspring-yard-clean-up\/\">Commercial Spring Yard Clean-up<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-228\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/garden-design-and-planting\/\">Garden Design and Planting<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-2158\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/landscape-enhancement\/\">Landscape Enhancement<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-2156\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/landscape-staging\/\">Landscape Staging<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-1465\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/parking-lot-maintenance\/\">Parking Lot and Parkade Cleaning and Maintenance<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-279\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/seasonal-planter-installation-and-maintenance\/\">Seasonal Planter Installation and Maintenance<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-269\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/snow-removal\/\">Snow &amp; Ice Management for Your Business<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-262\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/soil-and-mulch-installation\/\">Soil and Mulch Installation<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-1461\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/storm-debris-clean-up\/\">Storm Debris Clean-up<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-1463\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/commercial-property-maintenance\/tree-planting-and-maintenance\/\">Tree Planting and Maintenance - Commercial<\/a><\/li>\n<\/ul>\n<\/li>\n<li class=\"sitemap-item page_item page-item-73\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/complaint\/\">Complaint<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-2170\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/\">Contact Us<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-1414\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/employment-opportunities\/\">EMPLOYMENT OPPORTUNITIES<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-1416\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/employment-opportunities-2\/\">EMPLOYMENT OPPORTUNITIES<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-1519\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/faqs\/\">Faq<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-179\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/form\/\">form<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-327 page_item_has_children\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/\">Franchise Opportunities<\/a>\n<ul class='children'>\n\t<li class=\"sitemap-item page_item page-item-2179\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/\">Branding &amp; Marketing Support<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-2180\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/\">Franchise Owner Stories<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-1419\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/industry-leading-traning\/\">INDUSTRY LEADING TRANING<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-1421\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/low-start-up-investment\/\">LOW START UP INVESTMENT<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-330\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/our-story\/\">Our Story<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-333\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/best-landscaping-franchise\/\">Why Franchise And Why The Gardener<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-1423\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/your-next-steps\/\">YOUR NEXT STEPS<\/a><\/li>\n<\/ul>\n<\/li>\n<li class=\"sitemap-item page_item page-item-7\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/\">Home<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-59\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/local-blog\/\">Local Blog<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-338\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/privacy-policy\/\">Privacy Policy<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-2169\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate\/\">Request An Estimate<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-2208\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/\">Request an Estimate Thank You<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-131 page_item_has_children\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/\">Residential Services<\/a>\n<ul class='children'>\n\t<li class=\"sitemap-item page_item page-item-227\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/eavestrough-cleaning\/\">Eavestrough Cleaning<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-233\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/gardening-maintenance-services\/\">Elite Gardening Service<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-232\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/fall-yard-clean-up\/\">Fall Yard Clean-up<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-231\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/garden-design-and-planting\/\">Garden Design and Planting<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-2160\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/landscape-staging\/\">Landscape Staging<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-230\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/lawn-aeration\/\">Lawn Aeration<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-234\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/lawn-care-fertilizer-programs\/\">Lawn Care Fertilizer Programs<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-257\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/lawn-renovation\/\">Lawn Renovation<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-260\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/lawn-sprinklers-maintenance-and-repairs\/\">Lawn Sprinklers Maintenance and Repairs<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-259\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/pet-waste-solutions\/\">Pet Waste Solutions<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-261\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/pressure-washing\/\">Pressure Washing<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-299\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/weekly-lawn-cutting\/\">Professional Weekly Lawn Cutting<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-258\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/residential-pruning-services\/\">Residential Pruning Services<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-285\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/residential-spring-yard-clean-up\/\">Residential Spring Yard Clean-up<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-2161\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/residential-spring-yard-clean-up-calgary\/\">Residential Spring Yard Clean-up - Calgary<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-250\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/seasonal-planter-installation-and-maintenance\/\">Seasonal Planter Installation and Maintenance<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-284\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/sod-installation\/\">Sod Installation<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-280\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/soil-and-mulch-installation\/\">Soil and Mulch Installation<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-266\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/storm-debris-clean-up\/\">Storm Debris Clean-up<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-282\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/tree-planting-and-maintenance\/\">Tree Planting and Maintenance<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-1452\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/ultimate-247-driveway-clearing\/\">Ultimate 24\/7 Driveway Clearing<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-297\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/ultimate-247-driveway-clearing-ottawa\/\">Ultimate 24\/7 Driveway Clearing - Ottawa<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-1449\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/ultimate-247-driveway-plowing\/\">Ultimate 24\/7 Driveway Plowing<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-2163\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/ultimate-247-driveway-plowing-calgary\/\">Ultimate 24\/7 Driveway Plowing - Calgary<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-286\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/ultimate-247-driveway-plowing-halifax\/\">Ultimate 24\/7 Driveway Plowing - Halifax<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-281\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/ultimate-247-driveway-plowing-on\/\">Ultimate 24\/7 Driveway Plowing- ON<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-298\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/ultimate-247-snow-removal-calgary\/\">Ultimate 24\/7 Snow Removal - Calgary<\/a><\/li>\n\t<li class=\"sitemap-item page_item page-item-2162\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/residential-property-maintenance\/winter-services\/\">Winter Services<\/a><\/li>\n<\/ul>\n<\/li>\n<li class=\"sitemap-item page_item page-item-2228\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/\">Sitemap<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-2197\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/\">Snow Steps<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-1515\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/testimonials\/\">Testimonials<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-1473\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/thank-you\/\">Thank You<\/a><\/li>\n<li class=\"sitemap-item page_item page-item-2185\"><a href=\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/\">Thank You<\/a><\/li>\n<\/ul><\/div><\/div><br style=\"clear: both;\">\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":16,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-2228","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Sitemap - Hire The Gardener - Markham South<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/\",\"name\":\"Sitemap - Hire The Gardener - Markham South\",\"isPartOf\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\"},\"datePublished\":\"2018-07-20T09:56:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hirethegardener.com\/markham-south\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sitemap\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/\",\"name\":\"Hire The Gardener - Markham South\",\"description\":\"Just another gardener Sites site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sitemap - Hire The Gardener - Markham South","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/","url":"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/","name":"Sitemap - Hire The Gardener - Markham South","isPartOf":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website"},"datePublished":"2018-07-20T09:56:01+00:00","breadcrumb":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.hirethegardener.com\/markham-south\/sitemap\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hirethegardener.com\/markham-south\/"},{"@type":"ListItem","position":2,"name":"Sitemap"}]},{"@type":"WebSite","@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website","url":"https:\/\/www.hirethegardener.com\/markham-south\/","name":"Hire The Gardener - Markham South","description":"Just another gardener Sites site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/comments?post=2228"}],"version-history":[{"count":0,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2228\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media?parent=2228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":2223,"date":"2018-06-04T09:49:25","date_gmt":"2018-06-04T09:49:25","guid":{"rendered":"https:\/\/onefran.com\/markham-south\/?page_id=2223"},"modified":"2018-06-04T09:49:25","modified_gmt":"2018-06-04T09:49:25","slug":"call-centre-thank-you","status":"publish","type":"page","link":"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/","title":{"rendered":"Call Centre Thank You"},"content":{"rendered":"<h3 style=\"text-align: center;\">Thank You<\/h3>\n<p style=\"text-align: center;\">Your record has been successfully submitted!<\/p>\n<p style=\"text-align: center;\">&nbsp;<\/p>\n<p><center><\/p>\n<div class=\"btn btn-warning\" style=\"text-align: center;\"><a href=\"https:\/\/www.hirethegardener.com\/call-centre\/\">RETURN TO CALL CENTRE MAIN PAGE<\/a><\/div>\n<p><\/center><\/p>\n<p style=\"text-align: center;\">&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Thank You Your record has been successfully submitted! &nbsp; RETURN TO CALL CENTRE MAIN PAGE &nbsp;<\/p>\n","protected":false},"author":16,"featured_media":169,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-2223","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Call Centre Thank You - Hire The Gardener - Markham South<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/\",\"name\":\"Call Centre Thank You - Hire The Gardener - Markham South\",\"isPartOf\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"datePublished\":\"2018-06-04T09:49:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/#primaryimage\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"contentUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"width\":1920,\"height\":320},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hirethegardener.com\/markham-south\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Call Centre Thank You\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/\",\"name\":\"Hire The Gardener - Markham South\",\"description\":\"Just another gardener Sites site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Call Centre Thank You - Hire The Gardener - Markham South","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/","url":"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/","name":"Call Centre Thank You - Hire The Gardener - Markham South","isPartOf":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/#primaryimage"},"image":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","datePublished":"2018-06-04T09:49:25+00:00","breadcrumb":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/#primaryimage","url":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","contentUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","width":1920,"height":320},{"@type":"BreadcrumbList","@id":"https:\/\/www.hirethegardener.com\/markham-south\/call-centre-thank-you\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hirethegardener.com\/markham-south\/"},{"@type":"ListItem","position":2,"name":"Call Centre Thank You"}]},{"@type":"WebSite","@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website","url":"https:\/\/www.hirethegardener.com\/markham-south\/","name":"Hire The Gardener - Markham South","description":"Just another gardener Sites site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2223","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/comments?post=2223"}],"version-history":[{"count":0,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2223\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media\/169"}],"wp:attachment":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media?parent=2223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":2208,"date":"2018-04-19T15:03:44","date_gmt":"2018-04-19T15:03:44","guid":{"rendered":"https:\/\/onefran.com\/markham-south\/?page_id=2208"},"modified":"2018-04-19T15:05:01","modified_gmt":"2018-04-19T15:05:01","slug":"request-an-estimate-thank-you","status":"publish","type":"page","link":"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/","title":{"rendered":"Request an Estimate Thank You"},"content":{"rendered":"<p>Thank You,<\/p>\n<p>We will be reaching out to you to provide more information.<\/p>\n<p>Your friends at The Gardener<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Thank You, We will be reaching out to you to provide more information. Your friends at The Gardener<\/p>\n","protected":false},"author":16,"featured_media":169,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-2208","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Request an Estimate Thank You - Hire The Gardener - Markham South<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/\",\"name\":\"Request an Estimate Thank You - Hire The Gardener - Markham South\",\"isPartOf\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"datePublished\":\"2018-04-19T15:03:44+00:00\",\"dateModified\":\"2018-04-19T15:05:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/#primaryimage\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"contentUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"width\":1920,\"height\":320},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hirethegardener.com\/markham-south\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Request an Estimate Thank You\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/\",\"name\":\"Hire The Gardener - Markham South\",\"description\":\"Just another gardener Sites site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Request an Estimate Thank You - Hire The Gardener - Markham South","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/","url":"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/","name":"Request an Estimate Thank You - Hire The Gardener - Markham South","isPartOf":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/#primaryimage"},"image":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","datePublished":"2018-04-19T15:03:44+00:00","dateModified":"2018-04-19T15:05:01+00:00","breadcrumb":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/#primaryimage","url":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","contentUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","width":1920,"height":320},{"@type":"BreadcrumbList","@id":"https:\/\/www.hirethegardener.com\/markham-south\/request-an-estimate-thank-you\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hirethegardener.com\/markham-south\/"},{"@type":"ListItem","position":2,"name":"Request an Estimate Thank You"}]},{"@type":"WebSite","@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website","url":"https:\/\/www.hirethegardener.com\/markham-south\/","name":"Hire The Gardener - Markham South","description":"Just another gardener Sites site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/comments?post=2208"}],"version-history":[{"count":0,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2208\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media\/169"}],"wp:attachment":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media?parent=2208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":2204,"date":"2018-04-12T14:10:30","date_gmt":"2018-04-12T14:10:30","guid":{"rendered":"https:\/\/onefran.com\/markham-south\/?page_id=2204"},"modified":"2018-04-12T14:14:23","modified_gmt":"2018-04-12T14:14:23","slug":"blog","status":"publish","type":"page","link":"https:\/\/www.hirethegardener.com\/markham-south\/blog\/","title":{"rendered":"Blog"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":16,"featured_media":328,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"corporate-blog.php","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-2204","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Blog - Hire The Gardener - Markham South<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hirethegardener.com\/markham-south\/blog\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/blog\/\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/blog\/\",\"name\":\"Blog - Hire The Gardener - Markham South\",\"isPartOf\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/blog\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/blog\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg\",\"datePublished\":\"2018-04-12T14:10:30+00:00\",\"dateModified\":\"2018-04-12T14:14:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/blog\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hirethegardener.com\/markham-south\/blog\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/blog\/#primaryimage\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg\",\"contentUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg\",\"width\":1920,\"height\":315},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/blog\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hirethegardener.com\/markham-south\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/\",\"name\":\"Hire The Gardener - Markham South\",\"description\":\"Just another gardener Sites site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Blog - Hire The Gardener - Markham South","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hirethegardener.com\/markham-south\/blog\/","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hirethegardener.com\/markham-south\/blog\/","url":"https:\/\/www.hirethegardener.com\/markham-south\/blog\/","name":"Blog - Hire The Gardener - Markham South","isPartOf":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/blog\/#primaryimage"},"image":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/blog\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg","datePublished":"2018-04-12T14:10:30+00:00","dateModified":"2018-04-12T14:14:23+00:00","breadcrumb":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/blog\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hirethegardener.com\/markham-south\/blog\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hirethegardener.com\/markham-south\/blog\/#primaryimage","url":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg","contentUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg","width":1920,"height":315},{"@type":"BreadcrumbList","@id":"https:\/\/www.hirethegardener.com\/markham-south\/blog\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hirethegardener.com\/markham-south\/"},{"@type":"ListItem","position":2,"name":"Blog"}]},{"@type":"WebSite","@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website","url":"https:\/\/www.hirethegardener.com\/markham-south\/","name":"Hire The Gardener - Markham South","description":"Just another gardener Sites site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2204","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/comments?post=2204"}],"version-history":[{"count":0,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2204\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media\/328"}],"wp:attachment":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media?parent=2204"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":2199,"date":"2018-04-06T09:29:48","date_gmt":"2018-04-06T09:29:48","guid":{"rendered":"https:\/\/onefran.com\/markham-south\/?page_id=2199"},"modified":"2018-04-06T09:34:44","modified_gmt":"2018-04-06T09:34:44","slug":"area-not-serviced","status":"publish","type":"page","link":"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/","title":{"rendered":"Area Not Serviced"},"content":{"rendered":"<h1>It Looks Like We\u2019re Not in Your Area Yet!&nbsp;<\/h1>\n<div>&nbsp;<\/div>\n<div>We\u2019re sorry, but it looks like there isn\u2019t a Gardener servicing your area at this time.&nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>We are, however, expanding rapidly, and there could be in the very near future. We hope we\u2019ll be able to serve you soon, so please fill in the form below and we\u2019ll contact you as soon as a franchise is established in your area.&nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>If you or somebody you know is interested in servicing your area, please see our&nbsp;<a href=\"https:\/\/www.hirethegardener.com\/franchise-opportunities?id=20\">Franchise Opportunities<\/a>&nbsp;page.<\/div>\n<div>&nbsp;<\/div>\n<div>Sorry we couldn\u2019t serve you today. Hopefully we\u2019ll be able to soon!<\/div>\n","protected":false},"excerpt":{"rendered":"<p>It Looks Like We\u2019re Not in Your Area Yet!&nbsp; &nbsp; We\u2019re sorry, but it looks like there isn\u2019t a Gardener servicing your area at this time.&nbsp; &nbsp; We are, however, expanding rapidly, and there could be in the very near &hellip; <a href=\"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":16,"featured_media":328,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-2199","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Area Not Serviced - Hire The Gardener - Markham South<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/\",\"name\":\"Area Not Serviced - Hire The Gardener - Markham South\",\"isPartOf\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg\",\"datePublished\":\"2018-04-06T09:29:48+00:00\",\"dateModified\":\"2018-04-06T09:34:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/#primaryimage\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg\",\"contentUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg\",\"width\":1920,\"height\":315},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hirethegardener.com\/markham-south\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Area Not Serviced\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/\",\"name\":\"Hire The Gardener - Markham South\",\"description\":\"Just another gardener Sites site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Area Not Serviced - Hire The Gardener - Markham South","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/","url":"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/","name":"Area Not Serviced - Hire The Gardener - Markham South","isPartOf":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/#primaryimage"},"image":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg","datePublished":"2018-04-06T09:29:48+00:00","dateModified":"2018-04-06T09:34:44+00:00","breadcrumb":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/#primaryimage","url":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg","contentUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg","width":1920,"height":315},{"@type":"BreadcrumbList","@id":"https:\/\/www.hirethegardener.com\/markham-south\/area-not-serviced\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hirethegardener.com\/markham-south\/"},{"@type":"ListItem","position":2,"name":"Area Not Serviced"}]},{"@type":"WebSite","@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website","url":"https:\/\/www.hirethegardener.com\/markham-south\/","name":"Hire The Gardener - Markham South","description":"Just another gardener Sites site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2199","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/comments?post=2199"}],"version-history":[{"count":0,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2199\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media\/328"}],"wp:attachment":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media?parent=2199"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":2197,"date":"2018-04-05T17:54:21","date_gmt":"2018-04-05T17:54:21","guid":{"rendered":"https:\/\/onefran.com\/markham-south\/?page_id=2197"},"modified":"2018-04-09T10:55:39","modified_gmt":"2018-04-09T10:55:39","slug":"snow-steps","status":"publish","type":"page","link":"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/","title":{"rendered":"Snow Steps"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":16,"featured_media":328,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-snowsteps.php","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-2197","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Snow Steps - Hire The Gardener - Markham South<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/\",\"name\":\"Snow Steps - Hire The Gardener - Markham South\",\"isPartOf\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg\",\"datePublished\":\"2018-04-05T17:54:21+00:00\",\"dateModified\":\"2018-04-09T10:55:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/#primaryimage\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg\",\"contentUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg\",\"width\":1920,\"height\":315},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hirethegardener.com\/markham-south\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Snow Steps\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/\",\"name\":\"Hire The Gardener - Markham South\",\"description\":\"Just another gardener Sites site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Snow Steps - Hire The Gardener - Markham South","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/","url":"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/","name":"Snow Steps - Hire The Gardener - Markham South","isPartOf":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/#primaryimage"},"image":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg","datePublished":"2018-04-05T17:54:21+00:00","dateModified":"2018-04-09T10:55:39+00:00","breadcrumb":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/#primaryimage","url":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg","contentUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg","width":1920,"height":315},{"@type":"BreadcrumbList","@id":"https:\/\/www.hirethegardener.com\/markham-south\/snow-steps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hirethegardener.com\/markham-south\/"},{"@type":"ListItem","position":2,"name":"Snow Steps"}]},{"@type":"WebSite","@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website","url":"https:\/\/www.hirethegardener.com\/markham-south\/","name":"Hire The Gardener - Markham South","description":"Just another gardener Sites site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2197","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/comments?post=2197"}],"version-history":[{"count":0,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2197\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media\/328"}],"wp:attachment":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media?parent=2197"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":2185,"date":"2018-03-31T14:32:18","date_gmt":"2018-03-31T14:32:18","guid":{"rendered":"https:\/\/onefran.com\/markham-south\/?page_id=2185"},"modified":"2018-03-31T14:32:29","modified_gmt":"2018-03-31T14:32:29","slug":"contact-us-thank-you","status":"publish","type":"page","link":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/","title":{"rendered":"Thank You"},"content":{"rendered":"<p>Thank You,<\/p>\n<p>We will be reaching out to you to provide more information.<\/p>\n<p>Your friends at The Gardener<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Thank You, We will be reaching out to you to provide more information. Your friends at The Gardener<\/p>\n","protected":false},"author":16,"featured_media":328,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-2185","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Thank You - Hire The Gardener - Markham South<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/\",\"name\":\"Thank You - Hire The Gardener - Markham South\",\"isPartOf\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg\",\"datePublished\":\"2018-03-31T14:32:18+00:00\",\"dateModified\":\"2018-03-31T14:32:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/#primaryimage\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg\",\"contentUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg\",\"width\":1920,\"height\":315},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hirethegardener.com\/markham-south\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Thank You\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/\",\"name\":\"Hire The Gardener - Markham South\",\"description\":\"Just another gardener Sites site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Thank You - Hire The Gardener - Markham South","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/","url":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/","name":"Thank You - Hire The Gardener - Markham South","isPartOf":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/#primaryimage"},"image":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg","datePublished":"2018-03-31T14:32:18+00:00","dateModified":"2018-03-31T14:32:29+00:00","breadcrumb":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/#primaryimage","url":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg","contentUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2018\/01\/banner-inner01.jpg","width":1920,"height":315},{"@type":"BreadcrumbList","@id":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us-thank-you\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hirethegardener.com\/markham-south\/"},{"@type":"ListItem","position":2,"name":"Thank You"}]},{"@type":"WebSite","@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website","url":"https:\/\/www.hirethegardener.com\/markham-south\/","name":"Hire The Gardener - Markham South","description":"Just another gardener Sites site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2185","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/comments?post=2185"}],"version-history":[{"count":0,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2185\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media\/328"}],"wp:attachment":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media?parent=2185"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":2180,"date":"2018-03-29T13:20:33","date_gmt":"2018-03-29T13:20:33","guid":{"rendered":"https:\/\/onefran.com\/markham-south\/?page_id=2180"},"modified":"2018-05-03T12:12:34","modified_gmt":"2018-05-03T12:12:34","slug":"franchise-owner-stories","status":"publish","type":"page","link":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/","title":{"rendered":"Franchise Owner Stories"},"content":{"rendered":"<h2>The Gardener Franchising Testimonials<\/h2>\n<p>Watch our videos with interviews and testimonials from our franchisees to learn more about what The Gardener franchise owners think about franchising with us.<\/p>\n<p><strong>The videos cover subjects such as:<\/strong><\/p>\n<ul id=\"smallUL\" class=\"smallUL\">\n<li>Franchise training and support<\/li>\n<li>The Gardener&#8217;s marketing strategy and how it benefits franchisees<\/li>\n<li>Changing careers, and even changing industries entirely<\/li>\n<li>Working outside<\/li>\n<li>The freedom of being your own boss<\/li>\n<li>How the franchisees benefit from the Web site and more<\/li>\n<\/ul>\n<h2>Watch our Video Testimonials with Interviews from our Franchisees<\/h2>\n<div class=\"row video-testimonials\">\n<div class=\"col-sm-6\">\n<p><iframe loading=\"lazy\" src=\"https:\/\/player.vimeo.com\/video\/137178525?title=0&amp;byline=0&amp;portrait=0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\" width=\"100%\" height=\"300\" frameborder=\"0\"><\/iframe><strong>Training and support<\/strong><\/p>\n<\/div>\n<div class=\"col-sm-6\">\n<p><iframe loading=\"lazy\" src=\"https:\/\/player.vimeo.com\/video\/137183552?title=0&amp;byline=0&amp;portrait=0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\" width=\"100%\" height=\"300\" frameborder=\"0\"><\/iframe><strong>Marketing<\/strong><\/p>\n<\/div>\n<\/div>\n<div class=\"row video-testimonials\">\n<div class=\"col-sm-6\">\n<p><iframe loading=\"lazy\" src=\"https:\/\/player.vimeo.com\/video\/137183551?title=0&amp;byline=0&amp;portrait=0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\" width=\"100%\" height=\"300\" frameborder=\"0\"><\/iframe><strong>Changing careers<\/strong><\/p>\n<\/div>\n<div class=\"col-sm-6\">\n<p><iframe loading=\"lazy\" src=\"https:\/\/player.vimeo.com\/video\/137251601?title=0&amp;byline=0&amp;portrait=0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\" width=\"100%\" height=\"300\" frameborder=\"0\"><\/iframe><strong>Working outside<\/strong><\/p>\n<\/div>\n<\/div>\n<div class=\"row video-testimonials\">\n<div class=\"col-sm-6\">\n<p><iframe loading=\"lazy\" src=\"https:\/\/player.vimeo.com\/video\/137183554?title=0&amp;byline=0&amp;portrait=0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\" width=\"100%\" height=\"300\" frameborder=\"0\"><\/iframe><strong>Being Your Own Boss<\/strong><\/p>\n<\/div>\n<div class=\"col-sm-6\">\n<p><iframe loading=\"lazy\" src=\"https:\/\/player.vimeo.com\/video\/137183553?title=0&amp;byline=0&amp;portrait=0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\" width=\"100%\" height=\"300\" frameborder=\"0\"><\/iframe><strong>The advantages of our website<\/strong><\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The Gardener Franchising Testimonials Watch our videos with interviews and testimonials from our franchisees to learn more about what The Gardener franchise owners think about franchising with us. The videos cover subjects such as: Franchise training and support The Gardener&#8217;s &hellip; <a href=\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":16,"featured_media":169,"parent":327,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-2180","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Franchise Owner Stories - Hire The Gardener - Markham South<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/\",\"name\":\"Franchise Owner Stories - Hire The Gardener - Markham South\",\"isPartOf\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"datePublished\":\"2018-03-29T13:20:33+00:00\",\"dateModified\":\"2018-05-03T12:12:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/#primaryimage\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"contentUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"width\":1920,\"height\":320},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hirethegardener.com\/markham-south\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Franchise Opportunities\",\"item\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Franchise Owner Stories\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/\",\"name\":\"Hire The Gardener - Markham South\",\"description\":\"Just another gardener Sites site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Franchise Owner Stories - Hire The Gardener - Markham South","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/","url":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/","name":"Franchise Owner Stories - Hire The Gardener - Markham South","isPartOf":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/#primaryimage"},"image":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","datePublished":"2018-03-29T13:20:33+00:00","dateModified":"2018-05-03T12:12:34+00:00","breadcrumb":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/#primaryimage","url":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","contentUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","width":1920,"height":320},{"@type":"BreadcrumbList","@id":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/franchise-owner-stories\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hirethegardener.com\/markham-south\/"},{"@type":"ListItem","position":2,"name":"Franchise Opportunities","item":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/"},{"@type":"ListItem","position":3,"name":"Franchise Owner Stories"}]},{"@type":"WebSite","@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website","url":"https:\/\/www.hirethegardener.com\/markham-south\/","name":"Hire The Gardener - Markham South","description":"Just another gardener Sites site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/comments?post=2180"}],"version-history":[{"count":0,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2180\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/327"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media\/169"}],"wp:attachment":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media?parent=2180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":2179,"date":"2018-03-29T13:18:38","date_gmt":"2018-03-29T13:18:38","guid":{"rendered":"https:\/\/onefran.com\/markham-south\/?page_id=2179"},"modified":"2018-03-29T13:18:38","modified_gmt":"2018-03-29T13:18:38","slug":"branding-marketing-support","status":"publish","type":"page","link":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/","title":{"rendered":"Branding &#038; Marketing Support"},"content":{"rendered":"<p>Today, more and more people are making their purchasing decisions based on familiarity. With less disposable time many buyers are going with the tried and true instead of risking making a bad choice. This is helping the growth of known brands such as The Gardener like never before. Just think how many times you stop at a chain coffee shop instead of an independent or when the last time you risked filling your gas tank at an independent station was?&nbsp; This is the power of branding and in the \u201cgreen\u201d industry the brand you want to be known by is The Gardener!<\/p>\n<p>Over 25 years, The Gardener has become a household name in markets across Canada providing thousands of satisfied residential and commercial clients with the services they require in any season or climate. With this experience and expertise behind you, success will be realized quickly and while the independents are trying to figure things out you will be busy going a business to be proud of.<\/p>\n<p>Over this timeframe we have developed strategies and formula\u2019s that deliver results. The Gardener\u2019s proven marketing strategies are easily coordinated and act like a faucet, we can turn up the flow or shut it off based on your goals, staffing and equipment capabilities. Who else can confidently say that?<\/p>\n<p>With The Gardener name on your trucks get ready to take your business to new heights, contact us today for more information.&nbsp; &nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today, more and more people are making their purchasing decisions based on familiarity. With less disposable time many buyers are going with the tried and true instead of risking making a bad choice. This is helping the growth of known &hellip; <a href=\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":16,"featured_media":169,"parent":327,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-2179","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Branding &amp; Marketing Support - Hire The Gardener - Markham South<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/\",\"name\":\"Branding & Marketing Support - Hire The Gardener - Markham South\",\"isPartOf\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"datePublished\":\"2018-03-29T13:18:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/#primaryimage\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"contentUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"width\":1920,\"height\":320},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hirethegardener.com\/markham-south\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Franchise Opportunities\",\"item\":\"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Branding &#038; Marketing Support\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/\",\"name\":\"Hire The Gardener - Markham South\",\"description\":\"Just another gardener Sites site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Branding & Marketing Support - Hire The Gardener - Markham South","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/","url":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/","name":"Branding & Marketing Support - Hire The Gardener - Markham South","isPartOf":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/#primaryimage"},"image":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","datePublished":"2018-03-29T13:18:38+00:00","breadcrumb":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/#primaryimage","url":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","contentUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","width":1920,"height":320},{"@type":"BreadcrumbList","@id":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/branding-marketing-support\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hirethegardener.com\/markham-south\/"},{"@type":"ListItem","position":2,"name":"Franchise Opportunities","item":"https:\/\/www.hirethegardener.com\/markham-south\/landscape-franchise-opportunities\/"},{"@type":"ListItem","position":3,"name":"Branding &#038; Marketing Support"}]},{"@type":"WebSite","@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website","url":"https:\/\/www.hirethegardener.com\/markham-south\/","name":"Hire The Gardener - Markham South","description":"Just another gardener Sites site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/comments?post=2179"}],"version-history":[{"count":0,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2179\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/327"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media\/169"}],"wp:attachment":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media?parent=2179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":2170,"date":"2018-03-29T07:42:28","date_gmt":"2018-03-29T07:42:28","guid":{"rendered":"https:\/\/onefran.com\/markham-south\/?page_id=2170"},"modified":"2018-03-29T08:24:13","modified_gmt":"2018-03-29T08:24:13","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"<h1>Get in touch<\/h1>\n<p>The Gardener is proud to be 100% Canadian owned &amp; operated. Our corporate head office located in Markham, Ontario oversees our nationwide network of dedicated franchise owners who provide realizable, professional landscape services at a fair price.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Get in touch The Gardener is proud to be 100% Canadian owned &amp; operated. Our corporate head office located in Markham, Ontario oversees our nationwide network of dedicated franchise owners who provide realizable, professional landscape services at a fair price.<\/p>\n","protected":false},"author":16,"featured_media":169,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-contact.php","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-2170","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact Us - Hire The Gardener - Markham South<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/\",\"name\":\"Contact Us - Hire The Gardener - Markham South\",\"isPartOf\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"datePublished\":\"2018-03-29T07:42:28+00:00\",\"dateModified\":\"2018-03-29T08:24:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/#primaryimage\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"contentUrl\":\"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg\",\"width\":1920,\"height\":320},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hirethegardener.com\/markham-south\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hirethegardener.com\/markham-south\/#website\",\"url\":\"https:\/\/www.hirethegardener.com\/markham-south\/\",\"name\":\"Hire The Gardener - Markham South\",\"description\":\"Just another gardener Sites site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact Us - Hire The Gardener - Markham South","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/","url":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/","name":"Contact Us - Hire The Gardener - Markham South","isPartOf":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/#primaryimage"},"image":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","datePublished":"2018-03-29T07:42:28+00:00","dateModified":"2018-03-29T08:24:13+00:00","breadcrumb":{"@id":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/#primaryimage","url":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","contentUrl":"https:\/\/www.hirethegardener.com\/markham-south\/wp-content\/uploads\/sites\/46\/2017\/11\/banner-inner01.jpg","width":1920,"height":320},{"@type":"BreadcrumbList","@id":"https:\/\/www.hirethegardener.com\/markham-south\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hirethegardener.com\/markham-south\/"},{"@type":"ListItem","position":2,"name":"Contact Us"}]},{"@type":"WebSite","@id":"https:\/\/www.hirethegardener.com\/markham-south\/#website","url":"https:\/\/www.hirethegardener.com\/markham-south\/","name":"Hire The Gardener - Markham South","description":"Just another gardener Sites site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hirethegardener.com\/markham-south\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2170","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/comments?post=2170"}],"version-history":[{"count":0,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/pages\/2170\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media\/169"}],"wp:attachment":[{"href":"https:\/\/www.hirethegardener.com\/markham-south\/wp-json\/wp\/v2\/media?parent=2170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}]