We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We had a problem with the 'hidden field' of a product. If we save a hidden field for a product - a error occurs. (PHP8.2)
I was able to fix this issue in: community store -> single_pages -> dashboard -> store -> products.php
I added this code on line 1057: <input type="hidden" value="" name="poDetails[]"/>
<input type="hidden" value="" name="poDetails[]"/>
The text was updated successfully, but these errors were encountered:
Fix for #906
174a0c1
Nice spot - I've pushed up your fix and it'll be in the next release
Sorry, something went wrong.
No branches or pull requests
We had a problem with the 'hidden field' of a product.
If we save a hidden field for a product - a error occurs. (PHP8.2)
I was able to fix this issue in:
community store -> single_pages -> dashboard -> store -> products.php
I added this code on line 1057:
<input type="hidden" value="" name="poDetails[]"/>
The text was updated successfully, but these errors were encountered: