Just a test repo to mess around with creating a woocommerce pos. :)
- Basic store page with inertia
- Filter products with inertia
- WooCommerce REST API V3 connection
- Make product repositories that create product entities
-
Implement caching layer for product repositoryImport products into elasticsearch - Add products to cart functionality
- WooCommerce REST API V3 does not allow fetching product variations without product ID. Using this api is not a viable solution to build a POS system at this moment. Waiting for update or better API.