bling007
Forum Replies Created
-
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Related Products by meta_key/* * Filter wp_query of YARPP Plugin */ function yarpp_custom_wp_query($query) { if(isset($query->yarpp_cache_type)){ $query->set('post_type', 'product'); $meta_query = [ 'relation' => 'AND', [ 'key' => '_stock_status', 'value' => 'instock', 'compare' => '=', ] ]; $query->set('meta_query', $meta_query); } return $query; } function yarpp_custom_wp_query_product_page(){ if(is_product()){ add_filter('pre_get_posts', 'yarpp_custom_wp_query', 100); } } add_filter('wp_head', 'yarpp_custom_wp_query_product_page');The above has been tested and works fine. It is open for more modifications.
I hope it helps many Yarpp users out there. It would be my way of donating a little bit for this awesome and must-have plugin.Forum: Plugins
In reply to: [WooCommerce] Random Products appearing in cartYes, I do remember. I am sure you do not run that plugin.
What I do suggest is you deactivate the recent plugins you purchased/activated – that might solve the issue.
If not, I am afraid to tell you that you will have to go one by one until the issue is resolved.Woocommerce just had 4.9.0 update – are you running any old plugins? It is better to get rid of them if they have not had an update for 2 years or more.
Forum: Plugins
In reply to: [WooCommerce] Random Products appearing in cartHi, this issue appears when the user’s sessions are getting mixed. Check if your plugins are using REST-API to maintain user sessions, which was the case for me. If not, then it must be a faulty plugin causing this. You will need to disable them one by one to check – however, it is usually the latest update/plugin activations that are the culprit.
Forum: Plugins
In reply to: [Mobile builder] Whole Server Shutdown[Tue Aug 25 16:05:46.785294 2020] [core:notice] [pid 1234:tid 140278874544320] AH00094: Command line: ‘/usr/sbin/httpd -D FOREGROUND’
[Tue Aug 25 16:06:27.464024 2020] [mpm_event:notice] [pid 1234:tid 140278874544320] AH00492: caught SIGWINCH, shutting down gracefully
[Tue Aug 25 16:06:31.003458 2020] [mpm_event:notice] [pid 17699:tid 140549399595200] AH00489: Apache/2.4.46 (codeit) OpenSSL/1.1.1g PHP/7.4.9 configured — resuming normal operations
[Tue Aug 25 16:06:31.003534 2020] [core:notice] [pid 17699:tid 140549399595200] AH00094: Command line: ‘/usr/sbin/httpd -D FOREGROUND’Thanks for quick reply. I use a plugin: Advanced Shippment Tracking. This plugin is available on wordprss.org and for free.
The plugin does provide its various Shipping Providers in the app to update tracking details. For example: I can go to an order and select shipment provider + upload tracking number. Additionally, the list of providers is controlled by this very plugin.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Revenue down by 95% on AnalyticsFigured it out.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe is supported in INDIA@jffaria It is a production site. I have already downgraded it. Besides, trying is not an option since it is a production site.
Forum: Plugins
In reply to: [WooCommerce] Random Products appearing in cartOne thing that is bothering me is the ACTION SCHEDULER Constantly having the cron to import my user account (ADMIN).
wc-admin_import_customers << just keeps going off in loop to import my user id.
Could this point to the issue?Forum: Plugins
In reply to: [WooCommerce] Random Products appearing in cartI had done it via their website. I did it via wc.com now.
System report shared.Forum: Plugins
In reply to: [WooCommerce] Random Products appearing in cartI am very curious about this SCHEDULED ACTION from ACTION SCHEDULER: wc-admin_import_customers
It goes in loop on trying to import the admin user.
Forum: Plugins
In reply to: [WooCommerce] Random Products appearing in cartI would be rather comfortable sharing it on a private forum. The plugin/themes are all up to date. Additionally, I know my way around WordPress, Woocommerce and MySQL queries. So you can guide me on debugging this issue and I can get you whatever it is you wish to obtain.
I believe you must have wanted to know if my theme templates are outdated: They are all compatible with the current WC version.
I use the AUTOMATE WOO plugin, the official by WC to capture and target my customers. I was hoping that the issue was related to this, but it is not. The issue arises in spite of deactivating the AW plugin.
I have been trying to explore the woocommerce_sessions table to see what carts are getting mixed between users. However, it is too difficult to trace and understand this issue. It happens randomly.
Believe me, if I know how to replicate the issue, I would have applied the patch by now.
Forum: Plugins
In reply to: [WooCommerce] Random Products appearing in cartSo far:
1. I have tried disabling almost all plugins. Currently, I am running on 25% of them.
2. Disabled Caching
3. Disabled Cloudflare
4. Cleared transients
5. Cleared Customer sessions
6. Repaired Database
7. Googled every possible forum with answerAfter 3 days of constant digging, I do not know how to replicate this issue. All I know is, the cart is randomly populated by products in other customer’s cart.
Forum: Plugins
In reply to: [WooCommerce] Random Products appearing in cartHi,
Can we share this info in a non-public forum? I do not mind it.You can check it here
Forum: Plugins
In reply to: [WP Activity Log] Woocommerce Custom FieldsMost certainly! Waiting for my site to ask me to update.