WooCommerce DKI (Dynamic Keyword Insertion) lets you display the customer details using a simple shortcode. The DKI shortcodes are part of the If-So & WooCommerce Integration.
Insert the customer billing address Name (first and last)
[IfsoWCDKI type="shipping-address" show="name"]
Insert the customer billing address Fisrt Name
[IfsoWCDKI type='billing-address' show='FirstName']
Insert the customer billing address Last Name
[IfsoWCDKI type='billing-address' show='LastName']
Insert the customer billing address Country
[IfsoWCDKI type="billing-address" show="country"]
Insert the customer billing address State
[IfsoWCDKI type="billing-address" show="state"]
Insert the customer billing address City
[IfsoWCDKI type="billing-address" show="city"]
Insert the customer shipping address Name (first and last)
[IfsoWCDKI type="shipping-address" show="name"]
Insert the customer shipping address Fisrt Name
[IfsoWCDKI type='shipping-address' show='FirstName']
Insert the customer shipping address Last Name
[IfsoWCDKI type='shipping-address' show='LastName']
Insert the customer shipping address Country
[IfsoWCDKI type="shipping-address" show="country"]
Insert the customer shipping address State
[IfsoWCDKI type="shipping-address" show="state"]
Insert the customer shipping address City
[IfsoWCDKI type="shipping-address" show="city"]