Using decimals in dimensions
-
I have an issue where for some of my clients products, he has dimensions like 13.25x10x10.25 or anything like that. In other words, percentages.
Seems if you use anything but a whole number, it throws an error and the calculator doesn’t work. From the debug:
stdClass Object ( [faultcode] => SOAP-ENV:Server [faultstring] => stdClass Object ( [!xml:lang] => en [!] => Fault ) [detail] => stdClass Object ( [cause] => UnrecoverableClientError [code] => SchemaError [desc] => validation failure for RateRequest Error:cvc-datatype-valid.1.2.1: '13.25' is not a valid value for 'integer'. cvc-type.3.1.3: The value '13.25' of element 'Length' is not valid. cvc-datatype-valid.1.2.1: '10.5' is not a valid value for 'integer'. cvc-type.3.1.3: The value '10.5' of element 'Width' is not valid. ) )
The page I need help with: [log in to see the link]
- The topic ‘Using decimals in dimensions’ is closed to new replies.