Hi,
Everything can not be removed. Add this snippet, this will remove most of those –
add_filter( 'show_shipping_zone_tax', '__return_false' );
add_filter( 'wcfmmp_is_allow_store_shipping_by_shipping_classes', '__return_false' );
Add custom code(s) to your child theme’s functions.php
In case you do not have child theme then add those using this plugin – https://ww.wp.xz.cn/plugins/code-snippets/
Thanks for the quick reply
1) for the shipping code you gave me it says “parse error : syntax error , expecting ‘ ) ‘ on line 2” not sure what this means.
2) please can you give me the exact code to make ‘add product’ button on mobile say ‘Add Product’ instead of just that box icon.
3) when I scroll down store manager on mobile, the store manager header scrolls with me, and then disappears sometimes when scrolling up or down. seems glitchy. is there a solution to make it stay normally like on desktop?
4) how to change font of store manager text?
5) how to hide SEO from product edit page
-
This reply was modified 5 years, 11 months ago by
abbyswpforum.
3) when I scroll down store manager on mobile, the store manager header scrolls with me, and then disappears sometimes when scrolling up or down. seems glitchy. is there a solution to make it stay normally like on desktop?
I have the same issue here.