Example #1
0
<?php

if (isset($_GET['clean'])) {
    unset($_SESSION['pending_cart']);
}
if (isset($_GET['submit']) && isset($_GET['discount'])) {
    $quotation = new Quotation();
    $discount = intval(isset($_GET['discount'])) < 100 ? intval(isset($_GET['discount'])) : 100;
    $quotation->generateQuotation($discount);
    header('location:index.php?qsuccess');
}
?>
<style>
@media screen and (max-width:720px){	
.Account-btn{
	position:absolute !important;top:0px !important;right:0px;margin-top:15px !important;
}
#login_box{
	display:block;
}
#registration_box{
	display:block;
}

}

#cart_tbl td{padding:5px; font-size:17px}

#account_section{
	overflow:hidden;
	height:0px;