-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix HTML Rendering Issues in WooCommerce PostFinanceCheckout Plugin #48
base: master
Are you sure you want to change the base?
Conversation
@seodev-org can you provide reproduction steps, that will produce the bug, so we can verify the changes you've made here? |
I’ve added you as a collaborator to my fork with write permissions. Feel free to make adjustments directly as needed. |
Additional Issue: Attribute Data Not Saving in PostFinanceCheckout Settings In addition to the HTML rendering issues, I’ve encountered a problem with data persistence when modifying attributes, specifically with the “Send attribute to PostFinance Checkout” option. Steps to Reproduce:
This issue affects the usability of the PostFinanceCheckout integration, as users are unable to save custom attribute settings related to product data sent to PostFinanceCheckout. Could you investigate and address this data persistence issue in addition to the HTML rendering fix? Thank you for your support! |
This update addresses HTML rendering issues in the PostFinanceCheckout plugin for WooCommerce. Previously, HTML tags were displayed as raw text due to incorrect usage of escaping functions, impacting the display of form elements in the WooCommerce settings page. Key changes include:
These changes improve the display and functionality of form elements and other HTML structures in the WooCommerce admin settings.