Postcode is always ‘0’
-
When submiting a none numerical postcode value returned is always ‘0’
from looking at gift-voucher-pro.php it appears on line 184 that the column is created as an integer field.
postcode int(10) NOT NULL,
Should this not be a text field?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Postcode is always ‘0’’ is closed to new replies.