How to add another ordercomments field to woocommerce checkout

To add another order notes custom fields : add in functions.php : /** * add new order note field */ add_filter( ‘woocommerce_checkout_fields’ , ‘customizing_checkout_fields’, 10, 1 ); function customizing_checkout_fields( $fields ) { // Define new custom Order Notes field data array $customer_note = array( ‘type’ => ‘textarea’, ‘class’ => array(‘form-row-wide’, ‘notes’), ‘label’ => __(‘Order Notes … Read more

WooCommerce: I Need to hide my page title/header (including menu) from all the WooCommerce related product pages, such as category and keyword pages

Take a look at the body class tags. This will help you further define your CSS selectors to target the elements you want to hide. In this use case, you can a single CSS rule to hide the header on each and every woocommerce page. Here is what I would use in your case .woocommerce … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)