WP Manifestindependent plugin directory
manifest / developer / wc-hpos-demo

WooCommerce HPOS Demo

This plugin demonstrates HPOS coding examples

by Edith Allison for Codeable · github.com/edithallison/wc-hpos-demo · website

5stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/edithallison/wc-hpos-demo/archive/refs/heads/main.zip

This plugin demonstrates HPOS coding examples

/includes/class-order-table-examples.php => Working examples of modifying the order overview & order edit pages

/includes/class-order-edit-examples.php => Code Snippets

/includes/class-wc-examples.php => Code snippets from WooCommerce to show how WC handles HPOS compatibility internally

Resources

See internal Codeable Google Doc on HPOS for details (access for Codeable experts only)

Offical Documentation by Woo

https://woocommerce.com/document/high-performance-order-storage/

https://github.com/woocommerce/woocommerce/blob/trunk/docs/high-performance-order-storage/README.md

https://github.com/woocommerce/woocommerce/blob/trunk/docs/high-performance-order-storage/guide-large-store.md

https://developer.woocommerce.com/docs/hpos-extension-recipe-book/

https://developer.woocommerce.com/docs/hpos-cli-tools/

https://github.com/orgs/woocommerce/projects/124 Project Kanban Board

https://developer.woocommerce.com/2022/09/29/high-performance-order-storage-backward-compatibility-and-synchronization/

https://developer.woocommerce.com/2022/10/11/hpos-upgrade-faqs/

https://developer.woocommerce.com/docs/developing-using-woocommerce-crud-objects/

https://woocommerce.com/de/posts/platform-update-high-performance-order-storage-for-woocommerce/

https://developer.woocommerce.com/2023/03/07/woocommerce-subscriptions-hpos-understanding-next-steps/

Woo Slack Channel

https://developer.woo.com/2023/11/27/joining-the-conversation-woo-community-slack/ Channel #hpos-upgrade-party.

WooCommerce Releases

https://developer.woocommerce.com/releases/

https://developer.woocommerce.com/changelog/

https://github.com/woocommerce/woocommerce/blob/trunk/changelog.txt

Working with Order Queries

https://github.com/woocommerce/woocommerce/wiki/wc_get_orders-and-WC_Order_Query

https://developer.woocommerce.com/docs/hpos-order-querying-apis/

Tutorials

https://rudrastyh.com/woocommerce/high-performance-order-storage.html

https://devpress.com/how-to-add-a-metabox-to-the-orders-screen-in-woocommerce/