darkallman
Forum Replies Created
-
ok, I see some carts getting captured again…. must have been a glitch or just slow in traffic on site……
Forget I asked 🙂The issue is identified:
“We’ve confirmed the problem and created a bug report for our development team. They’ll be carefully reviewing it soon and determine the best course of action.
Our team prioritizes fixes based on their impact and the number of users affected, so it’s hard to say exactly when this will be fixed. But we’ll keep you updated every step of the way.”Forum: Plugins
In reply to: [Redis Object Cache] Woocommerce admin products forwardI have not reported it. I do not have this issue with Redis disabled. How can I make sure it is a plugin issue?
My general feeling is, that when Woocommerce thinks there are no products it will forward to this page….
Could it be Redis is having issues with this? Cached no products and then forwards to this page?- This reply was modified 11 months, 2 weeks ago by darkallman.
Forum: Plugins
In reply to: [Redis Object Cache] Woo Variation Swatches issueIt looks like I might need to set
define('WP_REDIS_DISABLE_GROUP_FLUSH', '1');It looks like this solved my issue!
Looks like the updated version does not contain the body text anymore…… so the issue is back again!
Forum: Plugins
In reply to: [Meta for WooCommerce] Update 3.4.8 is breaking WC Product BundlesSystem Status Report:
https://privatebin.net/?d1238d1dee097d77#7NK9rzRULjBsq9E8UATtkYezmVR6MrxvJSVuXrR4ceX4
No logs for facebook_for_woocommerce. I do not see any PHP errors on the server. I do not see relevant information in the console.
Steps to reproduce:
Go to a product bundle and edit it.
Go to the Product Bundles Tab.
Add a product to the bundle: You can search for it.
Then when you select the needed product, nothing happens and the searchbox is empty again.
When I disable Facebook for Woocommerce, expected behaviour returns again.Where can I find documentation on the available variables?
I found these in composer php file:
{order_date}
{order_number}
{customer_first_name}
{customer_last_name}
{customer_full_name}
{customer_company}
{customer_email}
{customer_username}- This reply was modified 1 year ago by darkallman.
I confirm I see the body text now.
Are there variables I can use in body text?
I would like to address the customer by their name for instance.I am unable to find the [Body Text] in my editor. Where can I find this?
Loco Translate
Isn’t this to check agains Woocommerce version?
The current message is about the WP version which, to me, looks like the other file in the same folder with function:private function check_wp_version() { global $wp_version; if ( $this->compare_major_version( $this->plugin_data['TestedWP'], $wp_version, '<' ) ) { add_action( 'admin_notices', [ $this, 'wp_not_tested' ] ); } return true; }Should this not be the one you need to rewrite?
I can confirm this behaviour. I lost all of my translations since updating.
I have reverted back to 1.4.4
I can confirm this behaviour. I lost all of my translations since updating.
Is there a way to include tax on product level?
Forum: Plugins
In reply to: [WooCommerce] Automatic language changeAlso having issues with translations…