Restrict Payment | WordPress.org

[ad_1]

Here is the code

add_filter( ‘woocommerce_states’, ‘bbloomer_custom_woocommerce_states’ );

function bbloomer_custom_woocommerce_states( $states ) {
$states[‘MM’] = array(
‘Yangon’ => ‘Yangon’, ‘Other City’
);
return $states;
}

If the user will choose ‘Yangon’, the payment should available both Direct Bank Transfer and Cash on delivery. But if the user choose ‘Other City’, the payment should available only one Direct Bank Transfer.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer