In today's coding challenge I create a WordPress plugin with the help of Chat GPT. This plugin enables a REST API in WordPress from which the visitor can download an up-to-date pricing list of the WooCommerce store products in XLS format. I hope you like it, I sure liked making it!
See it on GitHub: https://github.com/unconv/woocommerce...
Support: https://buymeacoffee.com/unconv
Consultations: https://www.buymeacoffee.com/unconv/e...
Memberships: https://www.buymeacoffee.com/unconv/m...
00:00 Intro
00:37 Ask Chat GPT to create the plugin
03:00 Create REST API endpoint
05:49 It works!
06:15 Add headers to CSV
07:18 Fixing prices
08:42 Change ID column to SKU column
09:23 Removing products without price
10:15 Make XLS file instead of CSV
12:52 Switch from PHPExcel to PhpSpreadsheet
14:52 It works!
15:06 Widen Excel columns
16:12 Style the Excel header
19:28 Create shortcode that links to pricing list API
22:24 Test adding new product
22:54 Add caching
28:29 Outro