tonytheboss
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 10.5.0 (and 10.5.1) breaks order attribution@lovingbro Hi.
Google Pay and Apple Pay is handled by WooCommerce Payments.Forum: Plugins
In reply to: [WooCommerce] WooCommerce 10.5.0 (and 10.5.1) breaks order attributionHi,
I deactivated all plugins, but the issue was still there.
Then I switched from Woodmart + Elementor to Storefront, and it worked.After that, I switched back to Woodmart + Elementor and tested both the WooCommerce Checkout Block and the Classic Checkout — it worked.
Finally, I restored the theme and all plugins one by one. When I disabled Google Pay / Apple Pay payments, the tracking origin started working correctly.
So the conflict is caused by Google/Apple Pay.
Forum: Plugins
In reply to: [WooCommerce] From 7th of February – Order origins always UnknownHi,
I deactivated all plugins, but the issue was still there.
Then I switched from Woodmart + Elementor to Storefront, and it worked.After that, I switched back to Woodmart + Elementor and tested both the WooCommerce Checkout Block and the Classic Checkout — it worked.
Finally, I restored the theme and all plugins one by one. When I disabled Google Pay / Apple Pay payments, the tracking origin started working correctly.
So the conflict is caused by Google/Apple Pay.
Forum: Plugins
In reply to: [WooCommerce] From 7th of February – Order origins always UnknownLink for the status:
https://pastebin.com/fjBPvjBbForum: Plugins
In reply to: [WooCommerce] From 7th of February – Order origins always UnknownHello. Problem still exist. I didn’t figure out. Just one origin has been recorder: Ig.
Other one: Facebook – Google – Direct – Custom, not recorded.
Also I updated woocommerce, still doesn’t work.
Someone can help me?
I don’t have plugin such as Fluid Checkout.Forum: Plugins
In reply to: [WooCommerce] From 7th of February – Order origins always Unknown- When does the issue occur exactly?Is it when a purchase is made from the product page, cart page, or during checkout?
ANSWER: Everywhere - Which payment method is being used when the issue happens?For example, card payments, PayPal, or another method.
ANSWER: Every method - Does this happen every time or only under specific conditions? Such as with certain products, variations, or user roles.
ANSWER: Everyone.
Forum: Plugins
In reply to: [WooCommerce] From 7th of February – Order origins always UnknownI deactivated that plugin, still have this problem. I cannot use WP-Staging because not match with Elementor. I tried to use, but is totally blocked the sistem, doesn’t work.
Someone found solution?Forum: Plugins
In reply to: [WooCommerce] From 7th of February – Order origins always UnknownHello!
I will use WP Staging to set up the staging site. I also have some news regarding the issue:
- I found a local backup from January 27th and compared it to the live site.
- The difference between old and recent version looks like Order Attribution.
- After a WooCommerce update, a button appeared in Analytics saying ‘Try Order Attribution.’ Clicking it automatically installed ‘WooCommerce Analytics (0.9.12).’
- I checked the FTP logs, and that plugin was indeed installed on February 7th.
Forum: Plugins
In reply to: [WooCommerce] From 7th of February – Order origins always UnknownSystem Status Report
https://pastebin.com/3ZKZhAiK
FATAL ERROR:
https://pastebin.com/Xxz7A5H8
now I changed from Woocommerce → Setting → Advanced → Function:
I changed from Legay storage to High Performance Storage.
Still doesn’t work.
And this morning I found new updating of woocommerce. When i updated, I received this email system:Error Details
An E_ERROR error occurred on line 21 of the file
****/wp-content/wp-content/plugins/woocommerce-analytics/src/HelperTraits/Utilities.php. Error message: TraitAutomattic\WooCommerce\Internal\Traits\OrderAttributionMetanot found.
Forum: Plugins
In reply to: [WooCommerce] Mobile Cart items hiddenHello everyone, I’m experiencing the same issue.
Additionally, I noticed another problem in the Total section of the WooCommerce cart:
both “Subtotal” and “Shipping” are displayed twice, which seems to be a layout or CSS issue.Also, there’s a very strange translation in the payment section — the word “Card” (as in “Credit Card”) has been translated as “Bigliettino”, which is completely incorrect.
Any help would be appreciated!
Forum: Plugins
In reply to: [WooCommerce] Hide some of the shipping when free shipping is activeHi.
when rate shipment is active you wanna hide free shipping? And when free shipping is activated you wanna hide cost. Correct?
do you have some chat? Telegram? Discord where I can figure out your problem?
Forum: Plugins
In reply to: [WooCommerce] Hide some of the shipping when free shipping is activeAdd this code in function.php:
add_filter( ‘woocommerce_package_rates’, ‘nascondi_spese_se_gratis’, 10, 2 );
function nascondi_spese_se_gratis( $rates, $package ) {
$free = array();
foreach ( $rates as $rate_id => $rate ) {
if ( ‘free_shipping’ === $rate->method_id ) {
$free[ $rate_id ] = $rate;
break;
}
}
return ! empty( $free ) ? $free : $rates;
}Forum: Plugins
In reply to: [RSS Post Importer] My plugin not import. Why?ok working, problem of provider.
Is it possible add in automatic image?Forum: Plugins
In reply to: [RSS Post Importer] My plugin not import. Why?Not working online. When I click Import and Save, it imports only 1 post and don’t visible.
“
Settings saved.
1 new posts imported.
” - When does the issue occur exactly?Is it when a purchase is made from the product page, cart page, or during checkout?