franklnx
Forum Replies Created
-
HI,
I am also using the Premium version and I can independently confirm this core bug.The issue is consistently reproducible under the exact conditions described: an asynchronous IPN/Webhook payment completion (e.g., PayPal or Stripe) that follows an initial failed attempt (such as an SCA trigger).
The addon metadata is saved correctly in the database and is fully visible in the WooCommerce admin order details. However, it fails to render in the ‘New Order’ email template.
The technical evidence indicates a flaw in the email rendering logic: during a server-to-server webhook callback, there is no active user session or populated cart. The plugin appears to be failing because it does not reliably fetch the formatted metadata directly from the saved
$orderobject during the asynchronous status change (woocommerce_order_status_failed_to_processing).I will open a ticket via live chat as requested, but I am documenting this here to confirm it is a structural logic flaw affecting multiple production environments, not an isolated edge case.
Best Regards,
FrankForum: Plugins
In reply to: [Min and Max Quantity for WooCommerce] BUG – quantities being reset to 1Hello,
I am experiencing a similar issue.
In my case, the products are reset (all quantities set to “1”) as soon as I switch from the product to the shopping cart page. When I disable the plugin, the system starts working correctly again.
Current plugin version: 1.3.8.3Thank you in advance for your support.
Hi @pross ,
Unfortunately, the snippet does not solve the problem.
The page “/wp-admin/widgets.php” remains blank. Meanwhile, the debug log now shows this line:[18-Jun-2025 05:56:24 UTC] EXCEPTION: Undefined constant "FL_THEME_BUILDER_CORE_URL" in /web/htdocs/www.visitamusei.pisa.it/home/wp-content/plugins/beaver-builder-lite-version/classes/class-fl-builder-module-blocks.php on line 432
I hope this helps.Forum: Plugins
In reply to: [WooCommerce] Accessibility: single product tabsI confirm that the modified “tabs.php” file (github) solves the accessibility problems we discussed. To date (Woocommerce v. 9.8.5), however it is still necessary to use the override copying the file to the child theme.
Forum: Plugins
In reply to: [WooCommerce] Accessibility: single product tabsHi @shahzeenfarooq ,
The post should not necessarily be interpreted as a request for template modification support. If what was reported does indeed involve an accessibility problem, it might be something to think about.
In Europe on June 28 the European Accessibility Act will go into effect, meaning that all e-commerce will have to be brought into compliance.
Beyond the laws, accessibility is very important both in terms of ethics and SEO.
I hope that with the next updates at least this small problem can be solved.
Regards,
Frank- This reply was modified 1 year, 3 months ago by franklnx.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Block titlesHi,
I added the snippet and now it is possible to select DIV thus solving the headings order problem and getting a correct structure. Thank you very much for the support!Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Block titlesHello @aranofacundo ,
thanks for the quick response.
Regardless of whether I enter a title for the options block or not, the plugin inserts it anyway so, in the code, we find a heading.<div class="addon-header">
<h2 class="wapo-addon-title toggle-closed">
<span></span>
</h2>
</div>If I enter no title but the option block provides a mandatory selection, an asterisk is inserted as the title.
<div class="addon-header">
<h2 class="wapo-addon-title toggle-closed">
<span></span>
<span class="required">*</span>
</h2>
</div>Anyway then, I find an heading before the add to cart button.
Consider that, for example, any “product variations” are shown with a simple HTML “label” tag. There is no reason to insert a heading between the “variations” and the “add to cart” button.I hope I have explained myself better and that you can suggest a simple solution.
Thanks for the support!Forum: Themes and Templates
In reply to: [GeneratePress] Widget, aside, arial-label and accessibilityThanks @alvindcaesar
Forum: Plugins
In reply to: [Attributes for Blocks] Widget blocksResolved (Attributes are present in the html code. Probably a caching problem).
Forum: Plugins
In reply to: [Attributes for Blocks] Widget blocksThank you, it is clear to me.
However, despite the workaround and the ability to put attributes in the widget blocks, they do not appear in the html code.
I tested the plugin with the page blocks and the attributes are inserted in the code, but this does not happen in the sidebar.
Obviously after each modification I clear each cache. But there still seems to be a problem on the widget blocks.
I will keep testing….Regards
Forum: Plugins
In reply to: [Attributes for Blocks] Widget blocksThank you for the quick response.
The proposed solution makes the plugin usable in the widget area however it makes the work slightly longer. I was wondering: what do you mean by “bug” and “client-side restriction”? Basically what I would like to understand is if the proposed solution will always be needed, even in the future, or if there is hope for a permanent fix.Thank you very much for your support. Regards,
Forum: Plugins
In reply to: [PowerPack Lite for Beaver Builder] V,1.3.0.2: problems in WC product pagesUpdated various plugins.
Tested again: uninstalled, deleted the folder and reinstalled.
Now working. Ignore this ticket 😉Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Discount not applied correctlyHi,
marked as “fixed” although it is a workaround.
It seems impossible (at least to me) to correctly apply a percentage discount to variations with different prices.
However, I created two different options using conditional logic, so some options are applied when a specific variation is selected and other options if the same is not.Just to know if any users have had a similar problem.
Regards,
Resolved with:
Load CSS and JavaScript inline
https://docs.wpbeaverbuilder.com/beaver-builder/developer/how-to-tips/load-css-and-javascript-inline/Resolved with:
Load CSS and JavaScript inline
https://docs.wpbeaverbuilder.com/beaver-builder/developer/how-to-tips/load-css-and-javascript-inline/