• Resolved abbyswpforum

    (@abbyswpforum)


    I’m using zone shipping and everything is fine, but when vendors go to set up their shipping, it looks like this: https://imgur.com/lI3SNvF which is very complicated and messy.
    So how can I remove EVERYTHING in the red box & the grey writing in the pink circles.

    Can ANYONE help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WC Lovers

    (@wclovers)

    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/

    Thread Starter abbyswpforum

    (@abbyswpforum)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Edit Shipping Methods Form’ is closed to new replies.