rpgdirectory
Member
Is there a way to limit how much time a premium site can purchase?
Money is not of a concern of us. And we don't want one to overwhelm everything.why should you want that?
the more time they purchase, the more you earn
if (d_qty_03 > 0 && total_w.value >= d_qty_03)
{
discount_line = d_v_03;
}
if (total_w.value > 10)
{
alert ('Too many weeks!!!');
ok_calc = false;
}