thecookiemonster
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to make free shipping the only option after a set amount?Just tested after upgrade to Woo 203. Works A-ok!
Forum: Plugins
In reply to: [WooCommerce] How to make free shipping the only option after a set amount?I have not upgraded yet, my site is still in Dev. but no reason why it shouldnt work though.
Worth a try, give it a bash!Forum: Plugins
In reply to: [WooCommerce] How to make free shipping the only option after a set amount?Yo brashell, i searched for the same answer not too long ago and only came up with a solution after i purchased the table rate pluggin…
I found the solution in the woodoc’s pages some where. the quick and nasty is to add the following to your functions.php file.
Works a treat.// Hide standard shipping option when free shipping is available add_filter( 'woocommerce_available_shipping_methods', 'hide_standard_shipping_when_free_is_available' , 10, 1 ); /** * Hide Standard Shipping option when free shipping is available * * @param array $available_methods */ function hide_standard_shipping_when_free_is_available( $available_methods ) { if( isset( $available_methods['free_shipping'] ) AND isset( $available_methods['flat_rate'] ) ) { // remove standard shipping option unset( $available_methods['flat_rate'] ); } return $available_methods; }
Forum: Plugins
In reply to: [WooCommerce] Warning: call_user_func_array()same here.
Forum: Plugins
In reply to: [WooCommerce] problem after update cheope shop grid displayIm having the exact same issue as you with the error
“/wp-includes/plugin.php on line 406”Forum: Plugins
In reply to: [WooCommerce] Flatrate shipping and free shipping both viewedExactly what I was looking for! Hope more people see this or WooComm should make this an option in the pluggin.
Forum: Plugins
In reply to: [WooCommerce] payment gateways – South AfricaThats awesome, i reckon i will wait for that update. I should be just about ready by then.
No set deadline, but the sooner the better. Thanks again for the heads up.Forum: Plugins
In reply to: [WooCommerce] payment gateways – South AfricaThanks for this, i will look into it. I will be looking to sign up with one of these guys in the coming week or so, so any advice or feed back would be appreciated. thanks again.
Forum: Plugins
In reply to: [WooCommerce] payment gateways – South AfricaIm in the same boat. I have been looking around at options and there are a few that i know of.
Its not cheap, but hey if your making money online you gotta get paid somehow…Ive found these guys, all look reasonable, maybe someone can suggest which is best, or another reasonable offer.
https://www.vcs.co.za/fees/vvendor.asp
https://www.payfast.co.za/s/std/fees
https://www.webcash.co.za/Forum: Plugins
In reply to: [Sitemap Navigation] [Plugin: Sitemap Navigation] ErrorSame issue here.
Forum: Fixing WordPress
In reply to: strange hashtag and digits at the end of my post urls…Forum: Fixing WordPress
In reply to: strange hashtag and digits at the end of my post urls…I have figured its this “AddThis Social Bookmarking Widget” pluggin.
Will test some more tomorrow.Forum: Fixing WordPress
In reply to: strange hashtag and digits at the end of my post urls…apologies. https://bmxdirect.net/
Forum: Plugins
In reply to: [Author: Munzir] [Plugin: My Shouts] URLs in shouts?please delete. double post.
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Online Store Page no longer showing htmlSeems its not an eshop issue. But i did find what the issue was, it has to do with the WP3.1 upgrade and a category issue. For Ref: