Quote:
Originally Posted by demios
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
|
This should be a standard feature added to this mod.
EDIT: it appears that "shipping=0"
isset in the mod's code by default. But no_shipping=1 is not. So it still asks for a shipping address. How about updating the mod to include the no_shipping=1 code?