Hi @fayeakuzzaman,
After testing, I found that the functionality works only with the Frontstore theme, but not with other themes like Astra or Neve. The issue is related to Font Awesome.
To fix it, you can either:
- Install the Font Awesome plugin.
- Or, add the following code to your functions.php file:
function load_font_awesome() {
wp_enqueue_style(‘font-awesome’, ‘https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css’);
}
add_action(‘wp_enqueue_scripts’, ‘load_font_awesome’);
Hi Everyone,
i found the solution for this issue :
You have to add the shipping method “free shipping” in each Zone if you have more then 1 zone setup and then the customer will get the option to choose free shipping.
in the shipping methods you should have 2 lines :
1- flat rate with your shipping cost
2- Free shipping and choose “a minimum order amount or a coupon”
Thank you,