biskootz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Crontrol] Unable to add cron event with custom cron scheduleThe created cron event just disappear without error message. The custom schedule was created via WP Crontrol. FYI I have object cache activated on my site, not sure whether it had to do with the issue.
Forum: Plugins
In reply to: [WP Crontrol] unable to save custom event* Which version of PHP are you using?
7.4.6
* Which version of WordPress are you using?
5.6
* Which browser and OS are you using?
Brave Browser & MacOs Mojave
* Are you using the date and time pickers when choosing the time for the event?
No
* Are there any errors showing in your PHP error log?
No
* Do you have an object caching plugin installed? (eg. for Redis or Memcached)
Redis
* What is your timezone?
Asia/Kuala_LumpurForum: Plugins
In reply to: [WP Crontrol] unable to save custom eventHaving the same problem on 1.9, unable to add custom event.
Forum: Plugins
In reply to: [Gwolle Guestbook] Google Search Console errorThanks @mpol for the update.
I have COOKIEPATH constant set to empty in wp-config.php, I believe this cause the cookie path to use the path where user first visit your website. If the first visit is other that root domain, then it will set to that page path and it will not track the sale because the referral cookie did not exist during checkout. You can try adding code below in your wp-config.php (before ‘Thats all..’) to explicitly set the cookie path at root domain. Hope that helps.
define( 'COOKIEPATH', '/' );
I just add LIMIT to the query in viewWoocommerceOrders.php as temporary fix. Hope you can update this plugin because site with lot of orders will have difficulty to load the page.
Thanks for looking into that. Currently all images url loaded by NotificationX has slowed down my site by 10s (previously 3s) because it did not use the cached image from CDN. Hoping to hear the good news from you.
Forum: Plugins
In reply to: [Combo Offers WooCommerce] Hook to add product in combo during order creationOr maybe just reduce the stock of product inside combo only without adding it all to the order.
Forum: Plugins
In reply to: [WP Crontrol] Defender checks suspicious functionThanks for the reply and explanation.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Defender checks suspicious functionThanks for quick reply and explanation.
@kilbot – Nevermind, I just have managed to make it works. Updated to latest WP, WC & POS. Then copied over /api & /apiv2 folder from 0.4.11 into 0.4.17. Finally the discounted price for membership was shown.
@kilbot – Is there any part besides /apiv2/orders that you fix for this decimal issues? I am still using the 0.4.11 version because the latest one didn’t pull the membership discount (WC Membership) and the price still shows the regular_price.