Guest User

Untitled

a guest
Mar 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $price = 2000;
  2. $response = 'Add To Cart;
  3. if(size = XL)
  4. {
  5. $price = 0;
  6. $response = "You can Request another Size";
  7. }
Add Comment
Please, Sign In to add comment