PetFine Posted December 19, 2023 Share Posted December 19, 2023 hi, Im using PS 8.1.0 and PHP 7.3 When im importing a CSV file i cannot load a custom data matching configuration which i have previously saved. Does anyone know how to fix this? I have tried to change import.js at js/admin/ at line 78 from $('#type_value\\['+i+'\\]').val(matchs[i]).attr('selected',true); to $('#type_value\\['+i+'\\]').val(matchs[i]).attr('selected',true).trigger("chosen:updated"); but still doesnt work for me. Link to comment Share on other sites More sharing options...
juanrojas Posted December 20, 2023 Share Posted December 20, 2023 Take a look at this thread to see if it helps you. https://github.com/PrestaShop/PrestaShop/issues/32416 Link to comment Share on other sites More sharing options...
PetFine Posted December 20, 2023 Author Share Posted December 20, 2023 Hi, Yes, i have tried the solution proposed by Pavonic in that thread, but for me is not working. I know thats working for some people, but for me it isnt... Thanks, Miguel 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