Vote count:
0
I would like to add a hyperlink between the "Field" and the "First Name" field, that says: "Country not listed, click here to contact us"
Is it possible to echo the hyperlink here:
public function get_default_address_fields() {
$fields = array(
'country' => array(
'type' => 'country',
'label' => __( 'Country', 'woocommerce' ),
'required' => true,
'class' => array( 'form-row-wide', 'address-field', 'update_totals_on_change' ),
),
'first_name' => array(
'label' => __( 'First Name', 'woocommerce' ),
'required' => true,
'class' => array( 'form-row-first' ),
),
asked 26 secs ago
Add a line of text under to WooCommerce Shipping Address form
Aucun commentaire:
Enregistrer un commentaire