Disable Membership:
取消选中“Wordpress-Settings-General ~ Membership”下的复选框。
取消选中“WooCommerce-Settings-Accounts&;“隐私”。
Add the following code to your functions.php
file to remove the \'Add to Cart\' button:
remove_action( \'woocommerce_after_shop_loop_item\', \'woocommerce_template_loop_add_to_cart\' );
remove_action( \'woocommerce_single_product_summary\', \'woocommerce_template_single_add_to_cart\', 30 );
To redirect away from the cart or checkout page:
在“WooCommerce-Settings-Advanced ~ page Setup”下为购物车和结账页面选择一个页面。