Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
1k views

Display some WooCommerce product reviews with limited content length randomly

I am making shortcode for reviews Based on WooCommerce: Display some reviews randomly on home page to put on other pages. How can i limit reviews by character numbers, like 100 or 200 characters. SO ...
Polmario's user avatar
1 vote
1 answer
928 views

Set maxlength for checkout postcode field in WooCommerce

I'm trying to delete or increase the default maxlength (nowadays set to 4) on a WordPress site I developed using Woocommerce. Up to now I've tried all these functions on my childtheme's functions.php #...
Antonella Cisale's user avatar
1 vote
1 answer
2k views

Woocommerce checkout field maxlength, make input number field only (postcode)

I've been struggling with this for a few days now. What I want to do, it to limit the Postcode/zip fields to 4 numbers. So, to add a maxlength and a type="number" to those fields. Things I've tried ...
Menno van der Krift's user avatar