Home › Forums › Themes Support › Gecko › Shipping
- This topic has 20 replies, 2 voices, and was last updated 4 years, 7 months ago by felicity fabrics.
-
AuthorPosts
-
-
March 24, 2020 at 4:09 pm #35601felicity fabricsSupport Expired
Morning,
Hope you are keeping well.
We offer free shipping over £40, sometimes the shipping is taken off and sometimes it isn’t. Do you know why this is happening?
Also, we have lost our shipping to Europe. How do we get this back?
Thank you.
Fliss
-
March 24, 2020 at 7:31 pm #35604HarrySupport Expired
Hi,
1. Please go to WooCommerce > Settings > Shhipping > Shipping Zone and edit each zone and edit free shipping for each zone. https://prnt.sc/rluv0y and change minimum order amount to $40
2. Please edit Euro zone and enable Flat Rate Shipping method and add free shipping for Euro Zone and set $40 for minimum order amount.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 29, 2020 at 4:23 pm #35649felicity fabricsSupport Expired
Hi Harry,
Hope you are well.
The free shipping in the UK is still working for some orders over £40 not all. Do you know why?
Thank you.
-
March 29, 2020 at 5:17 pm #35650HarrySupport Expired
Hi, please check the product where free shipping not work and edit and check shipping method for this product and use default to get global setting.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 29, 2020 at 5:26 pm #35651felicity fabricsSupport Expired
Hi,
The default setting is on.
On the shipping zone we have UK which has the flat rate and free shipping, Europe which has a flat rate and a free shipping zone. Is it because the free shipping is on twice?
Thanks.
-
March 29, 2020 at 7:56 pm #35652HarrySupport Expired
Can you send me the link of product for me can add to order to check.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 30, 2020 at 3:01 pm #35674felicity fabricsSupport Expired
Hi Harry,
It happens on random products so not sure what I can send you.
Thanks.
-
March 30, 2020 at 6:15 pm #35675HarrySupport Expired
If you want hide shipping rates when free shipping is available
Please add below code to gecko-child > functions.php
/* Hide shipping rates when free shipping is available. */ function my_hide_shipping_when_free_is_available( $rates ) { $free = array(); foreach ( $rates as $rate_id => $rate ) { if ( 'free_shipping' === $rate->method_id ) { $free[ $rate_id ] = $rate; break; } } return ! empty( $free ) ? $free : $rates; } add_filter( 'woocommerce_package_rates', 'my_hide_shipping_when_free_is_available', 100 );
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 30, 2020 at 6:24 pm #35676felicity fabricsSupport Expired
Hi Harry,
I don’t want to hide the shipping rates I want the shipping to be removed from all UK orders when they spend over £40. At the moment it is only being removed from random orders over £40 not all orders over £40.
-
March 30, 2020 at 6:27 pm #35677HarrySupport Expired
Please try code, it will remove shipping when order over $40.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 30, 2020 at 6:29 pm #35678felicity fabricsSupport Expired
OK, does it work for £ or just $?
Also I’m not sure where to add the code.
Thanks.
-
March 30, 2020 at 6:32 pm #35679HarrySupport Expired
It work with all currencies.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 30, 2020 at 7:22 pm #35680felicity fabricsSupport Expired
Fab thanks.
Where do I add the code?
-
March 30, 2020 at 7:26 pm #35681HarrySupport Expired
Please add code to gecko-child > functions.php
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 30, 2020 at 7:29 pm #35682felicity fabricsSupport Expired
Where is that?
-
March 30, 2020 at 9:48 pm #35694HarrySupport Expired
Please download again in ThemeForest, extract file gecko-child.zip and edit file functions.php and compress gecko-child.zip again and install gecko-child.zip in Appearance > Themes and active child theme.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 31, 2020 at 7:19 pm #35713felicity fabricsSupport ExpiredThis reply has been marked as private.
-
April 1, 2020 at 12:23 am #35727HarrySupport Expired
Follow my step
1. Download Gecko_main_files again in ThemeForest and extract the package
2. Extract file gecko-child.zip and edit file functions.php
3. Copy suggest code to functions.php
4. Compress gecko-child folder with file functions.php to .zip file
5. Install new gecko-child.zip in Appearance > Themes and active child theme.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 1, 2020 at 4:57 pm #35748felicity fabricsSupport Expired
Hi,
I think I have done all of this. I’m just not sure how to install it in Appearance. When I am on Themes how do I install it?
Thanks.
-
April 1, 2020 at 8:15 pm #35749HarrySupport Expired
Please go to Appearance > Themes > Add new and browse to gecko-child.zip to install same as you install parent theme.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 1, 2020 at 8:33 pm #35751felicity fabricsSupport ExpiredThis reply has been marked as private.
-
-
AuthorPosts
You must be logged in to reply to this topic.