Subversion Repositories SmartDukaan

Rev

Rev 18633 | Rev 18718 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18633 Rev 18678
Line 179... Line 179...
179
 
179
 
180
    <!-- Cart section started -->
180
    <!-- Cart section started -->
181
    <div class='row' style='padding:0px;' id='footer'>
181
    <div class='row' style='padding:0px;' id='footer'>
182
        <div class='col-xs-12' style='background-color:white;padding: 10px 20px 20px 20px; width:100%;'>
182
        <div class='col-xs-12' style='background-color:white;padding: 10px 20px 20px 20px; width:100%;'>
183
            <h4 style="margin: 0px;margin-bottom: 8px;">Total payable Amount: <span style="color:#ff0000;" id="totalPayable"> &#8377; <?php echo number_format($totalPayable);?></span></h4>
183
            <h4 style="margin: 0px;margin-bottom: 8px;">Total payable Amount: <span style="color:#ff0000;" id="totalPayable"> &#8377; <?php echo number_format($totalPayable);?></span></h4>
184
            <?php if($creditorAssociated):?>
184
            <?php if($creditorAssociated && $creditLimit >0):?>
185
            	<h6>Confirm Order: Choose Option</h6>
185
            	<h6>Confirm Order: Choose Option</h6>
186
	            <?php if($codAvailable):?>
186
	            <?php if($codAvailable):?>
187
	            <div class="btn-group " style="margin-left: 20px; ">
187
	            <div class="col-xs-12" style="margin-left: 20px; ">
188
				    <button type="button" class="btn btn-md confirmprepaid" style="margin:10px 20px 0px 0px;  background-color: #5cb85c; color: #fff;" class="confirmprepaid">Other</button>
188
				    <div class="col-xs-4"><button type="button" class="btn btn-md confirmprepaid" style="margin:10px 20px 0px 0px;  background-color: #5cb85c; color: #fff;">Other</button></div>
189
				    <button type="button" class="btn btn-md confirmcheckout" style="margin:10px 20px 0px 0px;  background-color: #5cb85c; color: #fff;" class="confirmcheckout">COD</button>
189
				    <div class="col-xs-4"><button type="button" class="btn btn-md confirmcheckout" style="margin:10px 20px 0px 0px;  background-color: #5cb85c; color: #fff;">COD</button></div>
190
				    <button type="button" class="btn btn-md confirmcredit" style="margin:10px 20px 0px 0px;  background-color: #5cb85c; color: #fff;" class="confirmcreditoption">Credit</button>
190
				    <div class="col-xs-4"><button type="button" class="btn btn-md confirmcredit" style="margin:10px 20px 0px 0px;  background-color: #5cb85c; color: #fff;">Credit</button></div>
191
				</div>
191
				</div>
192
	            <?php else:?>
192
	            <?php else:?>
-
 
193
	            <div class="col-xs-12" style="margin-left: 20px; ">
193
	            <span style='padding-right:2px;color:red;font-size:15px;"margin:0px 10px 0px 0px;'>*COD Not Available</span>
194
				    <div class="col-xs-4"><span style='padding-right:2px;color:red;font-size:12px;"margin:0px 10px 0px 0px;'>*COD Not Available</span></div>
194
	            <div class="btn-group ">
-
 
195
				    <button type="button" class="btn btn-md confirmprepaid" style="margin:10px 20px 0px 0px; background-color: #5cb85c; color: #fff;" class="confirmprepaid">Other</button>
195
				    <div class="col-xs-4"><button type="button" class="btn btn-md confirmprepaid" style="margin:10px 20px 0px 0px;  background-color: #5cb85c; color: #fff;">Other</button></div>
196
				    <button type="button" class="btn btn-md confirmcredit" style="margin:10px 20px 0px 0px; background-color: #5cb85c; color: #fff;" class="confirmcreditoption">Credit</button>
196
				    <div class="col-xs-4"><button type="button" class="btn btn-md confirmcredit" style="margin:10px 20px 0px 0px;  background-color: #5cb85c; color: #fff;">Credit</button></div>
197
				</div>
197
				</div>
198
	            <?php endif;?>
198
	            <?php endif;?>
199
            <?php else:?>
199
            <?php else:?>
200
            	<?php if($codAvailable):?>
200
            	<?php if($codAvailable):?>
201
	            <a href="#" style='padding-right:2px;color:blue;font-size:15px;' class="confirmprepaid"><u>Other Pay Option</u></a>
201
	            <a href="#" style='padding-right:2px;color:blue;font-size:15px;' class="confirmprepaid"><u>Other Pay Option</u></a>