-
f Lin posted an update 6 hours ago
-
f Lin posted an update 7 hours ago
7 hours ago (edited)
-
lyric-winslow posted an update 11 hours ago
Is it possible to remove the shipping method field from the WooCommerce checkout page? If not, how can I streamline it so that a default shipping method is pre-selected or hidden from customers, while still being applied automatically?
-
Try adding code to remove
add_filter( ‘woocommerce_cart_needs_shipping’, ‘__return_false’ );
add_filter( ‘woocommerce_checkout_fields’, function( $fields ) {
unset( $fields[‘shipping’][‘shipping_method’] );
return $fields;
});1
-
-
john-smith posted an update a day ago
How can I modify the
yith_wcan_terms_on_first_loading
filter hook in the free YITH plugin from the WordPress repository to change its value?I am trying to set the value to
20
using the following code:add_filter( 'yith_wcan_terms_on_first_loading', function( $number ) { $number = 20; return $number; }, 10, 1 );
I’ve also attempted to…
-
Why is my new post or edit post dashboard blank?
I’d like for someone to be able to help me with this. I have no clue why it’s blank. I did update to the latest WordPress a couple of days ago.
-
-
Taylor changed their profile photo 3 days ago
-
Wilson posted an update 3 days ago
Do outsourcing professionals who use premium themes like the Avada theme actually pay for the license fees every time?
I’ve tried Kadence, Elementor, and Astra, but when you don’t purchase a premium plan, there seem to be significant limitations, especially in implementing headers. However, if you build a site with Pro features, the outsourcing…
-
Wilson changed their profile photo 3 days ago
-
elodie-marston changed their profile photo 3 days ago
- Load More