FosterCommerce / shipstation-connect

A plugin for Craft Commerce 2 that integrates with ShipStation.
https://plugins.craftcms.com/shipstationconnect
Other
7 stars 10 forks source link

The "Name" element is invalid - greater than the MaxLength value #14

Closed timkelty closed 4 years ago

timkelty commented 4 years ago

It appears ShipStation has a limit of 200 characters on "Name", but Craft does not, which will result in this error:

image

This is a Craft 2/Commerce upgrade, which may be why the names are longer (with variants?).

At any rate, seems like you should truncate to avoid this error?

johnnynotsolucky commented 4 years ago

@timkelty I've pushed a change with version 1.2.6 which cuts the text in the Name field off at 200 characters.