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
I don't understand for what to save description of shipping method in oc_order table in DB?
When i add in description of one shipping method some HTML tags, i see that this field have limit for 128 symbols. This mean that in DB goes not full string of description. Only 128 symbols. And when i open order to edit something, i can't save it because shipping_method selector shows description that broke next selector (payment_method).
I think selectors must generates by another way. By shipping code, for examle.
The text was updated successfully, but these errors were encountered:
I don't understand for what to save description of shipping method in oc_order table in DB?
When i add in description of one shipping method some HTML tags, i see that this field have limit for 128 symbols. This mean that in DB goes not full string of description. Only 128 symbols. And when i open order to edit something, i can't save it because shipping_method selector shows description that broke next selector (payment_method).
I think selectors must generates by another way. By shipping code, for examle.
The text was updated successfully, but these errors were encountered: