Dwindi Ramadhana
e70aa1f554
fix: resolve email shortcode rendering and TypeScript errors
- Fix EmailRenderer.php: add missing \ namespace prefix on instanceof
checks for WC_Order, WC_Product, WC_Customer in get_variables()
(root cause of unrendered {order_number} etc. in all order emails)
- Fix ProductCard.tsx: remove deprecated isClassic/isModern/isBoutique
branches, consolidate into single settings-driven render path
- Fix AccountLayout.tsx: add missing return statement
- Remove orphaned Layout.tsx (imported nothing, referenced missing Header)
2026-03-12 19:10:56 +07:00
..
2025-11-11 17:52:03 +07:00
2026-02-05 00:09:40 +07:00
2025-11-04 11:19:00 +07:00
2025-12-30 17:33:35 +07:00
2026-03-12 19:10:56 +07:00
2026-01-01 16:45:24 +07:00
2025-11-04 11:19:00 +07:00
2026-01-04 11:15:52 +07:00
2025-11-11 10:28:47 +07:00
2026-01-29 11:54:42 +07:00
2025-12-26 10:59:48 +07:00