This code is right ??
add_filter(“woocommerce_checkout_fields”, “order_fields”, 1);
function order_fields($fields) {
$fields[‘billing’][‘vat_number’][“priority”] = 1;
return $fields;
}
all right I’ll wait for your feedback
The default price filter does not work. It doesn’t let me select the range of the price to choose and sends me back to an empty page
i Solved by myself 🙂 thank you for the support
Thank you very much it works great. If I wanted to add the filter by price, too?