jaylj
Forum Replies Created
-
Thanks, I’m using the standard checkout method and not the new blocks based checkout. When Woo is now installed it defaults to the new block checkout. To use the old style checkout (template based) you just need to edit the Checkout page and replace all of the content with the shortcode [
woocommerce_checkout]On the checkout page when viewing elements using browser dev tools there are a series of hidden fields with names starting with
wc_order_attribution_these should have data but when LSC is caching pages these have no data values.For more info please see https://woo.com/document/order-attribution-tracking/
Thanks, no it doesn’t work, the hidden fields are still empty.
Please see the official WooCommerce info page that explains how it works. Thanks.
The plugin page says the latest version is 1.3.3 but from within wordpress it says 1.3.4 is available. I’ve just tested it and it has the same error.
== Changelog ==
= 1.3.4 =- Updated how the cart is calculated to prevent conflicts with some plugins
- Changed an exit to a return as the exit was stopping other functions that were hooked into wp_footer from running
I had the same problem and have temporarily downgraded to the previous version: https://downloads.wp.xz.cn/plugin/trust-payments-gateway-3ds2.1.3.2.zip
Forum: Developing with WordPress
In reply to: Alternative to native PHP session variablesThanks, yes I meant plugins using sessions. WooCommerce is fine and I’ve recently converted a plugin to use cart item data which persists so I’ll look into their code and see how they do it.
Forum: Plugins
In reply to: [LiteSpeed Cache] Error when updating a wordpress menuThanks I’ve sent the log.
Forum: Plugins
In reply to: [LiteSpeed Cache] Error when updating a wordpress menuForum: Plugins
In reply to: [The Events Calendar] All day event shows the wrong date on public pageSorry, my mistake. This problem was caused by another plugin setting the time zone. I’ve now removed it and the events calendar works fine.
Thanks Con, I did see that page and tried using those actions but they don’t seem to work when changing the status from the bulk actions select form (on the orders list page) but they do work when using the status change on the order details page.
Forum: Plugins
In reply to: [Contact Form 7] Form not sendingThere might also be caching on the server or there might be a caching plugin.
Forum: Plugins
In reply to: [Contact Form 7] Form not sendingI had the same problem and from reading this forum lots of other people have the same problem.
From using chrome’s developer tools I found that the form submit url was malformed resulting in a 404 error/wp-json/contact-form-7/v1contact-form-7/v1/contact-forms/1997/feedbackNotice that
/v1contact-form-7/should be/v1/contact-form-7/Anyway, after trying various things I found that the solution was very simple and that is to clear the browser cache. It appears that this error is caused because a file from the previous plugin version is cached by the browser.
After doing a hard refresh (Shift+F5 on PC) the latest version of CF7 works fine.