Category
PHP
WordPress PHP function: Add CSS based on url
If you want to add CSS to a compared page or category-taxonomy etc, here's a quick way: We change the string We...
Read moreWPML Show untranslated products in translated categories or translate without duplicates
Hello, this particular issue is a serious problem for many e-shops as well as simple sites or blogs that use WPML. If...
Read moreDownload 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 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