• Resolved twelve31

    (@twelve31)


    Great plugin, by the way.

    I was hoping you can help with a request. My client wants to disable the Shipping step if shipping is not required (virtual products). I read through the documentation and added the wmsc_delete_step_by_category filter in my child theme’s function using the “$settings[‘all_products_in_categories’] = array(‘category1’, ‘category2’);” in the third line. The shipping step still shows, however. I was wondering, does the snippet only work on the pro version?

Viewing 1 replies (of 1 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Yes, currently the wmsc_delete_step_by_category filter is only part of the plugin’s pro version.

    Nevertheless, you can still use the filter in the plugin’s free version, if you’ll also add the following PHP snippet to child theme’s functions.php file.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Shipping Step for certain categories’ is closed to new replies.