eCart checkout
I have discovered 1 small glitch for <?php echo ($_GET['pgx']-40); ?>
My default setting is for 40 pages, however the customer can select as little as 20 pages which, when they do. puts a -20 pages in the column and multiplies this by the page price and subtracts (20 x .95) from the initial minimum price which I don't want.
Is there a way to eliminate a negative value in the above script, i.e. ≥ (greater and equal to) 0.
my other alternative is to make the minimum number of pages to 40.
Can you help?
Thanks
David