Jure
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woo 10.5 – Analytics not workingHere is the report: https://pastebin.com/0UiVM72N
I did clear analytics cache multiple times. There are no pending (well around 20 at most, but the rest gets processed quickly) tasks.Forum: Plugins
In reply to: [WooCommerce] Woo 10.5 – Analytics not workingIt says it was updated like 15 min ago on Analytics page, but it is empty even tho there were like 700 orders per day in last 2 days: https://i.imgur.com/G1GNRuX.png
Forum: Plugins
In reply to: [WooCommerce] Woo 10.5 – Analytics not workingUnfortunately this is still not working or resolved. It gets stuck like this: https://i.imgur.com/YuY6Ojx.png
I have tried all of the suggestions above. Scheduled actions are processing normally, I have even increased the following as it is a huge store and there and many webhooks and whatnot going on:add_filter( ‘action_scheduler_queue_runner_batch_size’, function() { return 50; } );
add_filter( ‘action_scheduler_queue_runner_concurrent_batches’, function() { return 3; } );I have tried with last 24 hours only and even this does not finish.
Any other suggestions?Thank you for your reply.
Styling it with CSS unfortunately won’t do it in this case. I could not find any function (wmc_XXX) to list all the currencies. I would like to create a custom shortcode (dropdown menu), but can’t find a way to get a list of currencies along with links.
It is quite complicated to explain what is going on in the background (bulk discounts and few additional things).
I partially solved the issues, but I would need to get the conversion rate between default currency (USD) and the selected one (as a float, not string that comes from the shortcode – example: [woo_multi_currency_rates currencies=”USD, EUR”])
What is the best way to get it?
Forum: Plugins
In reply to: [PixelYourSite - Your smart PIXEL (TAG) & API Manager] call_user_func_arrayI don’t need help with it anymore, but I am probably not the only one affected by it. People might not even know all of this is being reported if they are not using Sentry or similar service.
Forum: Plugins
In reply to: [PixelYourSite - Your smart PIXEL (TAG) & API Manager] call_user_func_arrayI was using a pro version (latest – I think 8.0.7), but we decided to switch to a custom implementation. You can see a Sentry screenshot below (not a live site yet): https://i.imgur.com/Vh0Zy9i.png
Forum: Plugins
In reply to: [PixelYourSite - Your smart PIXEL (TAG) & API Manager] call_user_func_arrayI am having the same problem and there are a lot of those events. Any updates?
Forum: Plugins
In reply to: Theme Check Uncaught UnexpectedValueException: RecursiveDirectoryIteratorEver found a solution to this? I am getting the same error.