You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In table shipping_shipment_package the field type (INT(15)) for order_increment_id is wrong because if there are more then 20 stores id as 2200000002 are inserted as 2147483647.
I change it in a VARCHAR(50) as increment_id in sales_flat_order.
The text was updated successfully, but these errors were encountered:
In table shipping_shipment_package the field type (INT(15)) for order_increment_id is wrong because if there are more then 20 stores id as 2200000002 are inserted as 2147483647.
I change it in a VARCHAR(50) as increment_id in sales_flat_order.
The text was updated successfully, but these errors were encountered: