leifnel Posted July 6, 2016 Share Posted July 6, 2016 I'm importing products via the webservice. A product with "#" is rejected,e.g. "Revolution #9" is invalid.It's because return preg_match(Tools::cleanNonUnicodeSupport('/^[^<>;=#{}]*$/u'), $name); Why is # invalid? I create the link_rewrite, used for "seo-friendly links" myself in the webservice upload. Link to comment Share on other sites More sharing options...
NemoPS Posted July 6, 2016 Share Posted July 6, 2016 Well it's invalid because they decided so You can just get rid of that # in the regex, I did Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now