amariei.meHow-to export Woocommerce customers list with total spent on completed ordersSELECT B.meta_value AS first_name, C.meta_value AS last_name, K.user_email AS email, D.meta_value AS phone, ROUND(SUM(L.meta_value)) AS total_orders, H.meta_value AS city, G.meta_value AS state, F.meta_value AS country...Mar 16, 2022·1 min read
amariei.meDisplay datetime in user's local time zoneA simple approach to display datetimes in user's local time zone. https://gist.github.com/acip/c947c123b325d91a53693432acc20615A date formatter can be used to consider the data-format attribute.Aug 20, 2021·1 min read