Quote:
Originally Posted by zooki
When i put in a donation amount and it takes me to paypal, it also adds Postage And packing, how can i stop it doing that?
|
Edit the template called billspp_main
Find
PHP Code:
<input type="hidden" name="tax" value="0" />
and underneath that add
PHP Code:
<input type=?hidden? name=?no_shipping? value=?1? />
I havent tested it, but that should do it.
(I will add it properly to the next version.)