Hello,
I'm unable to duplicate a product field that has been customized. Is it not possible or is something broken.
Thx
Shawn
Hello,
I'm unable to duplicate a product field that has been customized. Is it not possible or is something broken.
Thx
Shawn
Shawn, looking into your form - I got your login info you sent.
It looks like it has to do with using double quotes. The main reason is double quotes can cause issues with ajax and json arrays because it can break the overall string being used. Single quotes don't cause this problem. So, our lead dev is going to look at it and see what needs to be escaped properly in the code to allow the double quotes to work properly to get into a future release. For now, try to use single quotes.