Support » Plugin: Calculated Fields Form » Woocommerce – hide fields from order

  • Resolved Sam

    (@ssharples)


    Hi
    Is it possible to hide form fields from the woocommerce order?
    I want to hide some fields from customers order details but have them show on shop admin emails.

    Thanks

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

    (@codepeople)

    Hello @ssharples,

    I’ll try to explain the process with an example. Assuming you want to display only the fields: fieldname1, and fieldname2 in the orders and shopping cart:

    1. Go to the product’s page, and tick the checkbox: “Activate the summary”

    2. Enter the special tags of fields you want to include in the shopping cart and orders through the attribute: “Summary”, for example:

    <p><%fieldname1 separator={{: }}%></p>
    <p><%fieldname2 separator={{: }}%></p>

    and that’s all.

    You can use the same tags supported by the notification emails and the thank you pages. More information in the following link:

    http://cff.dwbooster.com/documentation#special-tags

    Best regards.

    Thread Starter Sam

    (@ssharples)

    absolute lifesaver! Thanks!

    Plugin Author codepeople

    (@codepeople)

    Hello @ssharples,

    It has been a pleasure.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce – hide fields from order’ is closed to new replies.