btom76
Forum Replies Created
-
Hello,
I have exactly the same problem on my site.Forum: Plugins
In reply to: [WooCommerce] Paypal StandardThank you very much for this very clear answer 🙂 !
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Custom URLs no longer working (wpnonce)EDIT: I just saw that since version 3.1.0 a more strict nonce verification is introduced.
Is it possible to disable this nonce verification?
Is it still possible to create personalized “Add To Wishlist” buttons?Thank you
Forum: Plugins
In reply to: [WooCommerce] Display shop address if local pickup is selectedThank you for your reply. In fact, when a customer places an order with a Local Pickup shipping method, in the order details, for the “shipping” fields, the billing address appears by default.
What I would like is that for the “shipping” fields, it is the address of the store that appears because it is where the order pick-up takes place.
Thank you
Hello,
Thank you for your very comprehensive response. Regarding the example of the Belgian customer with the VAT number that is delivered in France, when I do the simulation in WooCommerce, the VAT appears on the checkout page, and disappears when I put a delivery in Belgium. Which is strange since you tell me in your message that the plugin is not configured to work like this (for information, my shop is configured with a VAT calculation on the delivery address).
Forum: Plugins
In reply to: [Contact Form 7] Attached files are not sent anymoreI have encountered the same problem since updating to version 5.4.1, I no longer receive files attached to emails, although I had no problems before.
Is there a way to fix this problem?Thank you
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cookies categoriesThank you for your answers. Regarding the use of the cookiedatabase API, can you confirm that there is no sending of sensitive data? (Such as session cookies for example)
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cookies categoriesThank you for your reply. However, I have chosen not to use “Sync with CookieDatabase.org”, is it possible to know in which categories the cookies are classified?
Hello,
Thank you for your reply. For my part, I studied the code of the plugin, and I noticed that in the following file: admin/taxonomy/class-taxonomy.php, when I delete lines 250 and 251, the HTML code is displayed in product description, including <iframe> tags.
public function custom_category_descriptions_allow_html() { remove_filter( 'term_description', 'wp_kses_data' ); remove_filter( 'pre_term_description', 'wp_filter_kses' ); /*line 250 to delete*/add_filter( 'term_description', 'wp_kses_post' ); /*line 251 to delete*/add_filter( 'pre_term_description', 'wp_filter_post_kses' ); }Is this a viable solution? If so, how do you avoid having to delete this code after each plugin update? (use a code snippet in functions.php from the child theme?)
Thank you
Hello,
Indeed I see the appearance of the tool editor when activating the Yoast SEO plugin:

When I deactivate it, the tool editor disappears:

I did the test on a basic installation with only the WooCommerce plugin and the Yoast SEO plugin, with Astra and Storefront themes.
Forum: Plugins
In reply to: [WooCommerce] Display a YouTube video in the category descriptionHello,
Thank you for your reply. Indeed, by putting the link of the video directly, it works.
However, my wish is to directly integrate an <iframe> from the YouTube video (for CSS style, and for better integration into my HTML code). Indeed, the <iframe> disappears from the category description when I save the changes.
Is there a possibility of integrating the <iframe> in the product category?
Thank you