Avada & WooCommerce – Edit Checkout Fields

I’m using the 3.9.3 version of Avada and the 2.5.5 version of WooCommerce.

How can I edit the fields that are in the checkout page?

Read More

I want to auto compile the email field with a saved cookie and make the email input readonly.

Is it possible?
What files I need to edit?

Thanks.

Related posts

1 comment

  1. You can do that in woocommerce templates (and also with some hooks).

    For templates files, they are located in your woocommerce folder. You have to copy this templates directory inside your active theme (or child theme) and rename it woocommerce (if don’t exist yet).

    Inside the new directory woocommerce located in your active theme, go to checkout subfolder and you will find related php files, that you can edit to fit your needs.

    After that if you need a specific hook, you can search in here (or post a related question, if it doesn’t exist yet). Here you can fin an example of hook…

Comments are closed.