How To Remove WooCommerce Checkout Page Fields | Remove Unwanted Checkout Page Fields [SOLVED]

Поділитися
Вставка
  • Опубліковано 19 жов 2024
  • WooCommerce plugin in WordPress provides default checkout page which asks many details from your customers like - First Name, Last Name, Address, Zipcode etc. But if you are selling Digital Products, then you will not require so many details from customer. This video helps you how to remove extra and unwanted fields from your WooCommerce Website and make your customers to process checkout page hassle-free.
    While purchasing Digital Products such as software course or Free subscriptions, neither you need customer's address / zipcode nor your customers want to enter all details while making a purchase. Hence it would be good if you ask your customer minimum details like email-id, name etc. By default WooCommerce does not provide option to remove Checkout Page fields, Hence in this video, i have given PHP code to remove fields from Checkout page, Just copy that code and paste it in plugin called "INSERT MY FUNCTIONS" as shown in the video.
    =========================================================
    LINK TO GET PHP CODE TO REMOVE CHECKOUT PAGE FILEDS
    digitalrakshit...
    ========================================================
    contact me @
    Facebook: / digitalrakshith
    Twitter: / digitalrakshith
    Linked-in: / digitalrakshith
    Website: digitalrakshit...
    my LMS: courses.digita...

КОМЕНТАРІ • 5

  • @raymackaway6870
    @raymackaway6870 2 роки тому +1

    Thank you for your video. May I ask if you know if there is a way to not just hide the password field, but to remove the need to enter a password?

    • @digitalrakshith
      @digitalrakshith  2 роки тому

      hi. thank you for watching the video. you can try with adding following line - $fields[‘billing’][‘billing_password’]['required'] = false;

    • @raymackaway6870
      @raymackaway6870 2 роки тому

      @@digitalrakshith Thank you for getting back to me. Unfortunately, after I added the plugin and the code it crashed my website.

    • @digitalrakshith
      @digitalrakshith  Рік тому

      hi. please mail me details at rakshith@digitalrakshith.com

  • @mohammadasif1680
    @mohammadasif1680 3 роки тому

    But how it would be removed with the code if we are developer and wants to make it done without plugin?