nvr21
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook for WooCommerce] Slow site beacuse of this pluginSubscribe, same thing happens to us too.
Hello,
I have some issue, but with your fix was solved.
Many thanks for updating this plugin and fixing the issues.
Hello,
Do you have any update regarding the issue describe above. We can replicate also on our live website.
Thanks.
Amazing thanks ??
Forum: Plugins
In reply to: [New User Approve] Any hook for disable all emails?Thank you for your reply. I have changed some actions and disabled the emails.
Appreciate your response.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Delay the widget apperanceMany thanks for both answers and also for your interest in my issue.
Really appreciate it, as expected everything works perfectly. I just add the function in theme child everything seems to be perfect.
ThanksYes indeed. Sorry for late response. You can marked as solved
Forum: Plugins
In reply to: [LiteSpeed Cache] All Google Analytics traffic marked as ‘Direct’Hello Hai. I have the same issue as signofgrey can you please be more explicit about where should those modifications be made?
Forum: Plugins
In reply to: [LiteSpeed Cache] Guest mode + WP All Import + CRON not workingHello,
@qtwrk Sorry for the late response.
Actually, the issue still persists and I can confirm that guest mode is directly in conflict with cron.
Waiting for your feedback.Forum: Plugins
In reply to: [LiteSpeed Cache] Guest mode + WP All Import + CRON not workingHey, I got an answer from the WP All import dev and it seems to work for me, please go here:
I went to LiteSpeed Cache ? Cache ? Excludes and added “export_id” in the “Do Not Cache Query Strings” section: https://d.pr/i/ERym8c, and it fixed the cron URLs.
Let me know if works.
Forum: Plugins
In reply to: [LiteSpeed Cache] Guest mode + WP All Import + CRON not workingI confirm I have exactly same issue.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay Button not showingHey I have same issue as you.
FollowingForum: Plugins
In reply to: [WooCommerce] leave site? changes you made may not be saved.Forum: Plugins
In reply to: [WooCommerce] leave site? changes you made may not be saved.Also same issue
Bump.
I have tried this action hook which works perfectly on the first run and somehow it sums all the rows with the same id instead of overwrite, but on 2nd import, it sums one more time…
Any chance to make it sum on every import?
I mean I need to deactivate overwrite and use append on the stock.
Thanksfunction soflyy_add_stock( $product_id, $xml, $update ) { $new_stock = get_post_meta( $product_id, '_my_new_stock', true ); wc_update_product_stock( $product_id, $new_stock, 'increase' ); } add_action( 'pmxi_saved_post', 'soflyy_add_stock', 10, 3 );