focustc
Forum Replies Created
-
No. You should test your own app. Try using it on a real site like a customer. It is awful. Try raising a blind support ticket and you will see the service you actually deliver.
Browse some of the sites that use your plugin. Hundred and one things you could do to improve your terrible service starting with properly testing the thing.Do you offer custom development service to add it to the premium version?
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] Split a product into singles?I did not purchase the pro version but having watched the videos again, maybe it does do what I require.
Please help me understand – if I configure quantity split in auto mode for Product A (with all other products BCD having no splitting rules) – if an order is received for AAABCDD, it will be split into A, A,A BCDD?
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] Split a product into singles?thanks for the reply.
unfortunately the quarry split didn’t work for me because it splits all items into singles and I need to keep the physical products together (so they do together).
is there a way I can order the functionality I require, please?
Kewl, thnx
Forum: Plugins
In reply to: [LiteSpeed Cache] litespeed + booster.io multi currency cache issuethanks for these instructions which work for me (I use WooCommerce Multi Currency Premium from Villathemes for anyone interested).
I change my .htaccess as per instructions to:
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]
RewriteRule .* – [E=Cache-Vary:wmc_current_currency]
RewriteRule ^min/\w+\.(css|js) – [E=cache-control:no-vary]</IfModule>
And it works fine.
The problem I have, is that the .htaccess warns:
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##And it is undoing/fixing my changes.
So can you tell me where I put this extra line so it doesnt get wiped, please?
btw – loving the speed of openlitespeed. My pages have gone from 25s to <5 on a smaller instance. Insanely fast.