stevesand
Forum Replies Created
-
Hi Meta.
We need a response regarding the above. As mentioned this is causing a significant waste of ad spend every time the plugin resyncs to the incorrect catalog. Kindly update us with a solution.Forum: Plugins
In reply to: [Meta for WooCommerce] Upgrade Breaks Multisite Pixel ConnectionsHi Facebook, I have not heard back from you.
This bug cost me 4 weeks of ad spend to the wrong pixels, I’ve tried to reach and get answers on:
1. If you will solve it for future updates or if I have to keep my manual override fix
2. How do I get compensated for the many thousands spent with tracking to the wrong pixel- This reply was modified 7 months ago by stevesand.
Forum: Plugins
In reply to: [Meta for WooCommerce] Upgrade Breaks Multisite Pixel ConnectionsAnother update after spending many hours investigating this issue.
The bug is worse than I first described. After checking all my sites, I found that the plugin randomly connects to the first pixel and catalog in the Meta account, ignoring the pixel selected during onboarding. It then sends tracking data and products to the wrong pixel and catalog for the wrong site.
Previously you could select a specific pixel and catalog during setup and this was working correctly. Something has changed, now you can only select the pixel but this selection is now ignored and replaced with the first pixel and its catalog in the account.
I checked my events in Facebook and realised that this issue has been ongoing for weeks, resulting in wrong tracking and ads showing incorrect products across sites. I have reinstalled the plugin many times now, cleared caches, and erased data, but the problem remains. The plugin will randomly chose the first pixel and catalog in the account.
The only current workaround is to manually replace the wrong pixel and catalog IDs in the database for each site.
Please fix this issue urgently as it is breaking tracking and has been wasting significant ad spend.
Thank you.
Forum: Plugins
In reply to: [Meta for WooCommerce] Upgrade Breaks Multisite Pixel ConnectionsHi,
I’ve done some further testing and it appears the issue is caused by the plugin updating the _options table for every site in the entire network when connecting a single site. This overwrites the pixel and catalog IDs for all other sites, rather than keeping them separate for each site.Hi, thank you for your quick reply and great plugin.
No, exclude rules have always used OR logic, include rules on the other hand used AND logic, called (include only). Maybe this is where the mix up stems from in the new update. The migration is converting the previous OR-logic to AND-logic for all exclude rules as if they used the same logic as the old include rules. You can confirm this by adding two different exclude rules and toggling between legacy and the new mode.
Thank you- This reply was modified 8 months, 1 week ago by stevesand.
Thanks for the fix, but I agree with @zyfihx above, this is a very critical issue, how has this not been solved in an update? The customers can not even pay with Paypal, and we realised this also by a customer emailing us, it was fixed with the suggestion above but the damage is already done with a big drop in sales last days. Should not happen…
Forum: Plugins
In reply to: [Meta for WooCommerce] FB for WooCommerce slowing down our websiteCan report the same issue.
Website shoots up from 1.5sec to 12s with this plugin enabled. If we turn it of we break the advertising. If we turn it on we break the webshop.
Nightmare during Black Week. What should we do?Hi, thank you for your reply.
But shouldn’t this be considered a high-priority fix? This issue can have serious consequences for users, syncing non-existent or secret products to Google Merchant Center and Google Ads. And wasting ad spend on 404 pages, worst case resulting in account suspensions for showing incorrect products in Google Ads?
Just noticed I have many private products synced to my Merchant Center since the last update, dont know yet how much money was spent on this, which is quite concerning. I can downgrade, but then the next auto update will bring the problem back.
I’d appreciate any guidance on a permanent solution. Thank you for your help!Hi again.
After spending some hours I found the bug in your update script.
You have a fantastic plugin, better than the competitors, but please please be more careful with your updates, this is the 4-5 time in the last 6 months that this plugin crashed from an update and my whole business goes down.
In your file:
Version_13_3_5_Update.php
This is only migrating the main site in a multisite setup, not taking other sites into account.
Your update function should look something like this:public function run() { // Check if we are in a multisite installation if (is_multisite()) { // Get all blogs/sites in the multisite $sites = get_sites(); // Loop through each site foreach ($sites as $site) { // Switch to the subsite switch_to_blog($site->blog_id); // Perform the version check for each subsite if ( ( version_compare(get_option(WOOCOMMERCESEA_OPTION_INSTALLED_VERSION), $this->version, '<=') || ! get_option(WOOCOMMERCESEA_OPTION_INSTALLED_VERSION) ) || $this->force_update ) { $this->update(); } // Restore the current site after the update restore_current_blog(); } } else { // Single-site update logic remains the same if ( ( version_compare(get_option(WOOCOMMERCESEA_OPTION_INSTALLED_VERSION), $this->version, '<=') || ! get_option(WOOCOMMERCESEA_OPTION_INSTALLED_VERSION) ) || $this->force_update ) { $this->update(); } } }Forum: Themes and Templates
In reply to: [Astra] Remove transition from the woocommerce gallery.Hi, thank you for the reply.
I have only tested it on iPhone, not on other mobile OS´s, but the CSS transition will make the swiping “freeze” or break for a short while until proceeding to the next picture, and sometimes jump back to the previous picture instead of proceeding. It sometimes requires multiple swipes to get to the next picture.
Probably an iOS-bug but it feels like:
* you start the swipe
* The transition takes over and interrupts the touch events
* The image goes back to the prev because the touch / swipe event was interrupted by the cubic-bezier animation.
When overriding the transiation it will transition fluent and require shorter swipes to move to the next picture.Hi. We have rolled back and used 13.1.2 since this bug came in 13.1.13. Our wordpress was auto updated today and the bug was back again, dropping all our products from Merchant Center again. Is there a planned fix?
Same here. New update crashes site.
Uncaught Error: Undefined class constant ‘ATTR_TEMP’
/plugins/advanced-dynamic-pricing-for-woocommerce/BaseVersion/Includes/Core/RuleProcessor/RuleSetCollector.php on line 279Hi, the bug is still present unfortunately.
And a tip to the topic creator to get up and running until they fix this. I just rolled back to 13.1.2 to get our merchant feeds working again quickly.
You can do that by going to the bottom of this page, download it and install it manually:
https://ww.wp.xz.cn/plugins/woo-product-feed-pro/advanced/- This reply was modified 2 years, 5 months ago by stevesand.
We are having the same bug with all .csv-feeds. Instead of empty values it removes the columns that has empty values like for example sale_price. Leading to columns being wrongly sorted and the same Google Merchant error as the topic creator. All of our Google feeds are currently down due to this bug in latest version.