kmchow
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] Hide billing fields as wellhi Ronald,
Thanks for the reply but can you provide me the specific statement to remove ‘billing_address_1’ and ‘billing_address_2’? My apology for not knowing the syntax and jQuery lingo and what billing fields ids meant.
e.g.
t = jQuery( ‘billing_address_1, billing_address_2, .woocommerce-shipping-fields-cnt’ ) ??Thanks in adv. Much appreciated.
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] Hide billing fields as wellHi Tom,
Thanks for you reply and instructions. It worked indeed. However, it worked so well that it also removes the Billing Name, Last Name, Email and contact fields. Or am I missing some settings? So, when customer selects Local Pickup, I am not able to capture customer contact details. How can I hide ONLY the Billing ADDRESS fields?
Thanks.Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] Hide billing fields as wellhi Tom,
I am a newbie to WP and Woocommerce and what you describe is exactly what i wanted to do. i.e. to hide both the billing and shipping addresses.
Appreciate if you can guide me exactly what I need to do to achieve this using Ronald advise? Where to put the code? Use the php file or simply amend the js file in the plugin directory?
Thanks!