/*
Theme Name: level21
Theme URI: 21.amritasera.com
Template: blossom-shop-pro
Author: Blossom Themes
Description: Blossom Shop Pro is a clean, easy to use and SEO-optimized WordPress theme to create fully functional online stores. The theme is designed to highlight products and provide user experience of the highest quality so that your products are sold easily like candy. Your customer will find it easy to browse your store and buy products on both PC and mobile devices. The theme is multipurpose and you can use it for anything: fashion design, clothes, cosmetic store, watches, jewelry, accessories, furniture, and home accessories store, etc. Check theme details at https://blossomthemes.com/downloads/blossom-shop-pro/, demo at https://demo.blossomthemes.com/blossom-shop-pro/, read the documentation at https://docs.blossomthemes.com/docs/blossom-shop-pro/, and get support at https://blossomthemes.com/support-ticket/.
Tags: blog,one-column,two-columns,right-sidebar,left-sidebar,footer-widgets,custom-background,custom-header,custom-menu,custom-logo,featured-images,threaded-comments,full-width-template,rtl-language-support,translation-ready,theme-options,e-commerce
Version: 2.1.7.1635844836
Updated: 2021-11-02 18:20:36




// END ENQUEUE PARENT ACTION


function custom_override_checkout_fields( $fields ) {
	$fields['order']['order_comments']['placeholder'] = '配送に関するリクエストはこちらでは承っておりません。詳細ページをご覧ください。If you have questions or request please contact before your purchase.';
	return $fields;
}
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );

/**

* Hides the product's weight and dimension on the single product page.

*/

add_filter( 'wc_product_enable_dimensions_display', '__return_false' );


