SVTX
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Is there really no 3PL Central integration for WooCommerce?Unfortunately, changing the system used by the fulfillment company is beyond my influence. We considered changing fulfillment companies altogether though as offering no wooccommerce integration by default is a kind of a red flag. Thanks for everyone’s time but 3PL haven’t been helpful in assisting either so this will perhaps remain an unsolved crime against humanity.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Don't recirect in case of "nothing found"?Oh, great! Will look at it and report back.
Forum: Plugins
In reply to: [WooCommerce] Is there really no 3PL Central integration for WooCommerce?Hi there,
thank you for your reply. These solutions are more geared towards people who do their own fulfillment though. 3PL Central is a software that 3PL SP’s use and there doesn’t seam a single plugin that integrates their own API. I’ve contacted 3PL on that to see what they’re saying. Will post the results here. If there really is none then then I might as well write the plugin and post it here for people to use. Probably requires too much customisation to roll out on a broad scale and that’s why it’s not available yet.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Don't recirect in case of "nothing found"?Good solution! Will look out for it.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Don't recirect in case of "nothing found"?Aah, I see! That makes sense 🙂
An AJAX versions sounds fantastic as long as it doesn’t lose the url rewrites, which are very useful if you want to send a specific selection to someone. Let me know you need a test driver at some point.
Forum: Plugins
In reply to: [WP Crontrol] cron a WP URLI think the WP Crontrol plugin is more geared towards running scripts that hook into the wp_cron and run once that’s executed.
If you want a domain being triggered, you would much rather use Plesk’s Scheduled Tasks or the equivalent on cPanel if you use that.
Alternatively, there are many services out there that allow you to set a cronjob on an url, many of which have free plans up to a certain recurrence (like more than every ten minutes).
Hope that helps.
Forum: Plugins
In reply to: [WP Crontrol] Compatible with PHP 7?Working fine on php 7.0.9 on several sites here.
Forum: Plugins
In reply to: [WP-Cron Control] WP-Cron spawning is disabled.This only means you have the following line of code in your wp-config.file:
define(‘DISABLE_WP_CRON’, true);
Now this doesn’t disable your Cron functionality, it only stops triggering it upon every page load. What you need to do is setup a Cronjob in cPanel/Plesk or any other provided server management tool.
If your hosting provider doesn’t allow cronjobs, you can use this to trigger your crons: https://www.easycron.com/user/register
The free plan would get you pretty far imo.
Just call the file like http(s)://(www.)yourdomain.com/wp-cron.php
Put the s only if your site uses SSL and the www. only if you use that subdomain. Subsitute if necessary.Hope that helps.
Forum: Plugins
In reply to: [Shiny Updates] Include compatibility section?Hi, I’m talking about the update page in the Dashboard. I’ve marked the area (on the plugin page) for you here so you know what I mean. I think it would make sense to have that info included in the plugins view in Dashboard, I’ve missed that since I started using WP.