Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't add manufacturer with special symbols in name #11

Closed
lexusnexus opened this issue Jul 30, 2017 · 1 comment
Closed

can't add manufacturer with special symbols in name #11

lexusnexus opened this issue Jul 30, 2017 · 1 comment

Comments

@lexusnexus
Copy link

For creating manufacturer with name "D & G" i use this code (with PS 1.6):

manufacturer = Prestashop::Mapper::Manufacturer.new(id_lang: 'id_lang', name: "D & G")
manufacturer.find_or_create

In result, manufacturer with name "D & G" created.
How can I create manufacturer with name: "D & G"?

@jirikolarik
Copy link
Member

I guess that this has to be resolved on Prestashop side, since everything has to be escaped :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants