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
Edit the following file (go to woocommerce email settings): woocommerce/emails/admin-new-order.php Now replace everything with the following: https://pastebin.com/k5VVHCFt
Read more