I had a problem with the postage and packaging too, here is a fix:
in CybPayPalDonate.XML find: (currently line 94)
------------------------------------------------------------
<input type="hidden" name="tax" value="0" />
------------------------------------------------------------
Below that add:
------------------------------------------------------------
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="shipping" value="0">
------------------------------------------------------------
Save the file then you need to reinstall the product and set it up again.
The two lines turn of asking for shipping address and set the shipping cost to 0
Enjoy
|