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

Cannot save Assign PitchPrint Design form in Prestashop 8 #12

Open
mireq opened this issue Apr 29, 2024 · 1 comment
Open

Cannot save Assign PitchPrint Design form in Prestashop 8 #12

mireq opened this issue Apr 29, 2024 · 1 comment

Comments

@mireq
Copy link

mireq commented Apr 29, 2024

This module defines input '#ppa_new_values' for product design, but external script a.ps.js tries to change field '#ppa_values'.

So function changeOpts needs be changed from this:

e('#ppa_values').val(t);

to something like this

(e('#ppa_values').length ? jQuery('#ppa_values') : jQuery('#ppa_new_values')).val();
@alcinovanrooyen
Copy link
Collaborator

@mireq we have added your code to the script, please check again, thank you.

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