Your account expired support, please renew to get your support.

Home Forums Themes Support Gecko Checkout page edit

Viewing 2 reply threads
  • Author
    Posts
    • #42758
      Alameeri12
      Support Expired

      Hello i want to remove/Disable the post code option from the chout page. how can i do that?

      Attachments:
      You must be logged in to view attached files.
    • #42762
      Harry
      Support Expired

      Hi,

      Please add below code to gecko-child > functions.php

      // Disable zip/postcode field
      add_filter( 'woocommerce_checkout_fields' , 'QuadLayers_remove_billing_postcode_checkout' );
      function QuadLayers_remove_billing_postcode_checkout( $fields ) {
      unset($fields['billing']['billing_postcode']);
      return $fields;
      }

      kind regards

      • This reply was modified 2 years, 3 months ago by Harry.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #42765
      Harry
      Support Expired

      Hi,

      Please download package on ThemeForest and install gecko-child.zip after that go to Appearance > Theme > Activate Gecko Child after that go to Appearance > Theme Editor to edit gecko-child > functions.php

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 2 reply threads

You must be logged in to reply to this topic.