titsmaker
Forum Replies Created
-
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Deprecation noticeAnd there’s one more (probably with latest release):
Deprecated: str_ireplace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /wp-content/plugins/wc-ship-est/wse_functions.php on line 1681I am having the same behavior as well. Only for woocommerce_order_itemmeta table in my case.
For anybody who wants a temporarily fix – just change swap
$scf_plugin = esc_html__('Simple Basic Contact Form', 'scf');for
$scf_plugin = 'Simple Basic Contact Form';in the very beginning of plugin’s code
Forum: Reviews
In reply to: [Mailster WordPress Newsletter Plugin] Awful performance and supportThe support and documentation (lack of it) are absolute nightmare indeed. But the sending speed depends on your server. I was able to send 1 email in 1 second and I suppose much higher rates are possible.
Thank you for the input, I will follow your advice.
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Showing additional shipping infoWoW. Your support is fantastic. I managed how to show a notice using JS but I will add your #3 method as well as a more reliable solution.
Forum: Plugins
In reply to: [Pinterest for WooCommerce] Product feed not yet configured on PinterestI’ve checked pinterest-for-woocommerce-conversions log and it is full of
Error Sending Pinterest Conversions API event PageVisit with a payload ... has failed with the error 401 code and Your application consumer type is not supported, please contact support. messageIn pinterest-for-woocommerce log I also see plenty following errors:
Error Your application consumer type is not supported, please contact support.Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Review location formatI don’t want to share the file publicly so I sent you a link via your website contact form. Also you haven’t answered the 2nd part about no flag svgs shown.
Despite of judge.me promise to stop their WC service on November, 1st it is still working. I would not have blamed you for not importing photos if it had been impossible.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Review location formatThank you for your reply. I have further issues with review locations:
– review locations are partially messed up (some reviews have wrong location taken from another review). I double checked my import file and it looks fine and I see no difference between records which are messed up and which are fine. I used Google sheet made from your template and saved as csv.
– review location flags are not shown on the backend (don’t know about the frontend as I still can’t marry the plugin with my theme), devtools show 404 for flag svgs although they are present in the folder.- This reply was modified 5 months, 1 week ago by titsmaker.
BTW your CSV import option lacks any means of attaching reviews to particular products in shop. There’s no product ID column in provided sample CSV.
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] WordPress 6.8 Update Issues@daanvandenbergh are there any plans to release the version with the fix publicly any time soon?
Thank you for providing a reply. I totally understand your reasons.
Forum: Plugins
In reply to: [TrackShip for WooCommerce] Supported pluginsOk, I’ve read the description again and noticed that separate tracking plugin is needed. So this plugin is only responsible for sending tracking information to trackship website. I have to notice that the images from the description are rather misleading cause they show some tracking features in WC interface which are from some other plugin (AST I suppose).
Forum: Plugins
In reply to: [Shipment Tracking DDT for WooCommerce] Is the plugin fully HPOS compatible?Actually I am going to switch as well soon. As for the others I can’t tell, although many store owners tend to be very conservative regarding updates so I can imagine many will use Legacy mode for years as some old plugins or custom code can block updating.
All in all I suppose you are right and it’s better to spend your time developing new features than supporting legacy ones.
I hope others will write their opinion in the future.
One last thought is that extra features provided by the plugin (such as tracking column and shipped status) should be optional, but there are no filters in the current code or options in settings.
Thanks for sharing the plugin. As I wrote earlier – there are literally zero up to date maintained lightweight fully free tracking plugins in WP repository.