Category Archives: Code Snippets
Above image shows where custom field will be added using code below.
1. In screenshot you will see editable fields that can be modified by admin. You will need to add a “edit_address” class as a wrapper for those fields to make them editable.
2. You can make a class “address” as a wrapper for displaying custom fields.
Category: Code Snippets, UncategorizedOrder subtotal is missing from edit order screen in woocommerce after version 3.2 release. Here is a Github thread relevant to this discussion: Woocommerce Github
You can add following piece of code to your active theme’s functions.php file, so that it will show subtotal as shown in image below.
Category: Code Snippets