Advertisement
getbutterfly

PS Commissions/Fees

Jul 20th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2. // author sets price to 39 and selects A2
  3. // price gets adjusted to 39 + 15
  4.  
  5. $base_price1 = 15;
  6. $base_price2 = 25;
  7.  
  8. $total_poster_price = $base_price1 + 39;
  9.  
  10. $author_cut = $total_poster_price - $base_price1;
  11. $ps_cut = $base_price1;
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement