WooCommerce – How to add a custom field to only a specific email template [closed]

Best way would be to save a custom version of the theme template into your theme folder. That way you can customise that individual email and include the custom field. Can do this by copying the customer-completed-order.php from WooCommerce into a /woocommerce/templates/ folder in your theme. More info on the WooCommerce docs: Template Structure + … Read more

DatePicker in Woocommerce (My Account) Registration [closed]

Don’t include jquery from any other source, it will create conflict. Bcoz jQuery is pre bundled in wordpress by default. For your question, add an id or class to the input element then add the datepicker based on the class. For example <input type=”text” class=”da_test” value=”” > <script type=”text/javascript”> $(window).load(function() { $(‘.da_test’).glDatePicker(); }); </script> This … Read more

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