Skip to content
View ramoticreative's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report ramoticreative

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Tutorial: WooCommerce Checkout: Ad... Tutorial: WooCommerce Checkout: Add multiple custom fields to billing area. This code adds priority placement of field. Shows the custom fields in the backend Order Details screen and in e-mails to the admin and customer. I have also adjusted the checkbox field to give a text result instead of a value of 1. Checkbox is also pre-selected.
    1
    /* --------- Adds custom fields using filters. ------ 
    2
    The below custom fields shows various types one can use.
    3
    It is then displayed in the backend Order Details page and in admin and customer e-mails.
    4
    Checkboxes by default result only show the number 1 when clicked. I have added code so that when the a checkbox is clicked it will
    5
    show text such as On and Yes. Checkbox is also pre-selected.