-
Notifications
You must be signed in to change notification settings - Fork 5
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
Products are not added to cart #306
Comments
@vytisbulkevicius Now I was able to replicate the issue too. When adding To ensure I understood this correctly, can you please validate the reply below? `After the latest release, PPOM no longer permits the use of HTML characters in new fields or by new users. However, any existing fields that contain HTML characters will need to be re-saved to ensure correct functioning. Please go to the fields that contain HTML values and re-save them to ensure the HTML values are trimmed. This applies to input fields and select fields where user input is sent to the backend. HTML characters can still be used without any issues for labels and field descriptions. Thank you for your cooperation.` |
Yes, it's correct. I would change a few places in your reply to prevent confusion:
|
Hey Vytis, The customers say it doesn't work after updating all the fields: |
We might need to reconsider how we deal with HTML content in the fields since it seems that there are a lot of users who have HTML in their fields. Instead of hard rejecting the request, I think we can switch to sanitization ( like using CC: @preda-bogdan |
@Soare-Robert-Daniel I tested and now it works. Thank you for taking care! |
It's fixed and released @AndreeaCristinaRadacina |
Description
Many users reported that after the latest update, the products are not added to cart anymore. There is no error triggered, but the cart is empty.
I couldn't replicate the issue.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet or Help Scout ticket
example from a client: https://280.150.myftpupload.com/product/urc-tkp-100-custom-engraved-button-cap/
ref: https://wordpress.org/support/topic/update-to-32-0-1-breaks-add-to-cart/#post-17773318
Environment info
No response
Is the issue you are reporting a regression
Yes, this is a regression.
The text was updated successfully, but these errors were encountered: