MOON
Server: Apache
System: Linux ip-208-109-13-31.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els4.x86_64 #1 SMP Sat Aug 31 06:58:57 UTC 2024 x86_64
User: durgeshpandey215 (1013)
PHP: 8.1.29
Disabled: NONE
Upload Files
File: /home/durgeshpandey215/www/zeeroprice.skilladders.com/buyer.php
<? require "application_top.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Buyer</title>
<? require "scripts.php";?>
</head>
<body>

<? $pagename = "buyer"; require "header.php";?>

<h1>FOR BUYERS</h1>
	
<div class="w3-card w3-white">
	<div class="w3-row w3-padding">
		<div class="w3-col m12">
		<!--following 2 lines prevent chrome to autofil saved username n password -->
		<br/>

Buyer decides to buy the product at the displayed price or whenever  they see Buy Now Button or when ZeeroPrice  Window 
 is Active .
<br/><br/>
When a  buyer decides to buy the product at any displayed price and hits the "BUY NOW" button next to the price , that product  goes to this buyer at the displayed ZeeroPrice at that moment .
<br/><br/>
To view ZeeroPrice window the Buyer will have to Buy Points in their Wallet .
<br/><br/>
Every time they want to see the ZeeroPrice they will see the option for Points to view ZeeroPrice and to Buy products .
<br/><br/>
Every time Any Buyer decides to See the Decreased  ZeeroPrice window the Product price of this product will decrease by the number of Points the Buyer has given to view ZeeroPrice. This way buyer can recover the points they have given to See ZeeroPrice if they decide to Buy that Product. If buyer feels the Price of that product  will still decrease after some time they can again come back here and see  the Decreased ZeeroPrice  that time . As many Buyers see that Product  ZeeroPrice  that many times the Product ZeeroPrice will keep decreasing. 
<br/><br/>
The Product Price will keep decreasing till last Buyer matches the Sellers minimum Selling Price of this Product. 
<br/><br/>
Buyers can BUY the product any time they see BUY NOW  option . 
<br/><br/>
Only one person and that too the first person who hits the "BUY NOW "  button will get that product at the Decreased  ZeeroPrice showing  when window View ZeeroPrice is open for 45 seconds.
<br/><br/>
</div>
			
	</div>
</div>
<br/><br/>

	<? include "footer.php";?>
</body>
</html>