In case you need the Company Name field to be mandatory in WooCommerce checkout process add the following code to functions.php file: function sv_require_wc_company_field( $fields ) { $fields['company']['required'] = true; return $fields; } add_filter( 'woocommerce_default_address_fields', 'sv_require_wc_company_field' );
Category: WordPress
Preloader for Elementor website
Change label on WooCommerce Add To Cart button
Disable the WooCommerce product image zoom effect
Elementor Archive Posts widget – pagination 404 error
Elementor is a great page builder but it has its moments to give you a headache when you least expect it. I recently had a “404 page not found error” when trying to load next page of blog posts. So here you can find out about how I fixed this bug. My Permalink Settings are… Continue reading Elementor Archive Posts widget – pagination 404 error