Posted on 14/11/2016 11:17:40
I've did more digging on this and found out that the XML of the configuration of the shipping had an error on one of the parameters.
It had a line like this….
<Parameter addin="Dynamicweb.eCommerce.Cart.ShippingProviders.USPS" name="Number Of Products Per Package" value="0" />
But it should like this:
<Parameter addin="Dynamicweb.eCommerce.Cart.ShippingProviders.USPS" name="Number Of Products Per Package" value="" />
In the CMS back office the configuration has being showed correctly (without the 0) and after a new save in the shipping configuration the line has corrected and it seems that the new order is generated with the correct value.
Shouldn’t the DynamicWeb recurring job generator log any message of error when it gets an invalid configuration on the shipping?