Category
Programming
Download and save Google Sheet to CSV with PHP and name today's date
Hi, here is a simple solution to a customer's problem. The client kept a product file in Google Sheets (Google's excel) and...
Read moreFind all woocommerce products that are draft or publish with mysql or php
Another useful article for die-hards who work with excel lists, google spreadsheets or third party services etc. Quickly find your woocommerce products...
Read moreFind duplicate woocommerce product titles with mysql command
Find duplicate woocommerce product titles with mysql command to avoid problems and immediate fixes. Especially if you want to work with services...
Read moreWoocommerce order email template with product photo
Updated steps (29/12/2024): Copy /wp-content/plugins/woocommerce/templates/email/email-order-items.php to: yourtheme/woocommerce/emails/email-order-items.php Edit the copied file and change the "$show_image = false;" to "$show_image = true;" and...
Read more