hdawc
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Markdown Editor (Formerly Dark Mode)] Force Dark ModeFor now, I just changed:
return apply_filters( 'not_using_dark_mode', false, $user_id );
to
return apply_filters( 'not_using_dark_mode', true, $user_id );
on line 86 of class-dark-mode.php
Later I’ll have to add something more permanent, as this will obviously change with updates.
If anyone has a solution I’d appreciate it.
Forum: Plugins
In reply to: [LiteSpeed Cache] Clear cache for Options PageHi,
That works, thank you. I was searching the WordPress hooks repo, so it’s odd I didn’t come across it!
Forum: Plugins
In reply to: [WooCommerce Square] Poorly performing plugin – what’s the alternative?yes you’re right I could have said I’m using an alternative, oops!
good luck ??
Forum: Plugins
In reply to: [WooCommerce Square] Poorly performing plugin – what’s the alternative?You asked for an alternative, I presented one. Yes the name is very similar.
Here’s the website: https://apiexperts.io/solutions/woosquare-plus/Also the www.remarpro.com version of that “WooSquare” isn’t very good, it also doesn’t have all the features. The Plus version (so far) is working fine, and even works when this plugin “WooCommerce Square” (by WooCommerce) fails with the WP CRON.
I may have said that it is problematic if using MariaDB (v10.3.x), but otherwise it seems to be running without any issues.
If you want another plugin besides this “Poorly performing plugin” as you have stated, WooSquare is your answer. I’m using it because I got frustrated with WooCommerce Square. Also WooSquare syncs Orders and Customers whereas this plugin does not.
Forum: Plugins
In reply to: [WooCommerce Square] Poorly performing plugin – what’s the alternative?@magicpowers
I’m using “WooSquare”, I have the 25 site license of their Plus version.It’s been problematic on a Multisite, and also when upgrading a VPS as the MariaDB seems to have some corruption issues. But, this doesn’t seem to be normal and the devs showed me it running fine on a similar setup with MySQL.
If you’re using PHP 7.4.x with MySQL (or that doesn’t mean anything to you), you should be fine on most hosting companies.
The main difference is that WooSquare (Plus) will sync orders, customers and products, as well as adding the Payment Gateway.
One thing to note is; if you have Product Variations they need to be formatted like this:
[Color]Red
[Color]Blue
On Square (unless you are syncing from Woo to Square). You also can’t use multiple variations very easily, but there is clear and detailed documentation on the WooSquare website.You will also need to manually add Square Item ‘Modifiers’ as Woo Product Add-ons, because Modifiers don’t sync. However I’m building an automation for that with Integromat – “the glue of the internet” which is taking a while but should solve the manual process (especially as I have a Woo Multisite).
There is a free version of woosquare on the WordPress plugin repository, but it doesn’t do justice to the ‘Plus’ version.
Cheers & good luck!
Disclaimer: I do not work for woosquare and I am not responsible and cannot be held accountable for whether or not the plugin works in any circumstances.
- This reply was modified 4 years, 2 months ago by hdawc. Reason: corrected some grammar