Subversion Repositories SmartDukaan

Rev

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

Rev 17888 Rev 17947
Line 160... Line 160...
160
    <!-- End of address section -->
160
    <!-- End of address section -->
161
 
161
 
162
    <!-- Cart section started -->
162
    <!-- Cart section started -->
163
    <div class='row' style='padding:0px;' id='footer'>
163
    <div class='row' style='padding:0px;' id='footer'>
164
        <div class='col-xs-12' style='background-color:white;padding:5px; width:100%;'>
164
        <div class='col-xs-12' style='background-color:white;padding:5px; width:100%;'>
165
            <h4>Total payable Amount: &#8377; <?php echo number_format($totalPayable);?></h4>
165
            <h4>Total payable Amount: <span style="color:#ff0000;"> &#8377; <?php echo number_format($totalPayable);?></span></h4>
-
 
166
            <?php if($codAvailable):?>
166
            <a href="#" style='padding-right:2px;color:blue;font-size:15px;' class="confirmprepaid"><u>Other Pay Option</u></a>
167
            <a href="#" style='padding-right:2px;color:blue;font-size:15px;' class="confirmprepaid"><u>Other Pay Option</u></a>
167
            <button class="btn btn-success confirmcheckout pull-right" >Confirm Order via COD</button>
168
            <button class="btn btn-success confirmcheckout pull-right" >Confirm Order via COD</button>
-
 
169
            <?php else:?>
-
 
170
            <span style='padding-right:2px;color:red;font-size:15px;'>*COD Not Available</span>
-
 
171
            <button class="btn btn-success confirmprepaid pull-right" >Other Pay Option</button>
-
 
172
            <?php endif;?>
168
        </div>
173
        </div>
169
    </div>
174
    </div>
170
 
175
 
171
    <!-- Cart section end -->
176
    <!-- Cart section end -->
172
</div>
177
</div>