Updated High Performance Order Storage Upgrade Recipe Book (markdown)
parent
1b0609986f
commit
c5bd67d18c
|
@ -54,7 +54,7 @@ You can also downgrade the WooCommerce version to a version before the HPOS feat
|
||||||
If one or more active extensions aren't yet compatible with HPOS, the UI will not let the user activate HPOS as it would be unsafe to do so on a live site. However, for testing and for upgrading an extension to work with HPOS it can be useful to override this. The option to enable HPOS is called `woocommerce_feature_custom_order_tables_enabled` and can be enabled via WP CLI like so:
|
If one or more active extensions aren't yet compatible with HPOS, the UI will not let the user activate HPOS as it would be unsafe to do so on a live site. However, for testing and for upgrading an extension to work with HPOS it can be useful to override this. The option to enable HPOS is called `woocommerce_feature_custom_order_tables_enabled` and can be enabled via WP CLI like so:
|
||||||
|
|
||||||
```
|
```
|
||||||
wp option set woocommerce_feature_custom_order_tables_enabled yes
|
wp option set woocommerce_custom_orders_table_enabled yes
|
||||||
```
|
```
|
||||||
|
|
||||||
### Initial sync of orders
|
### Initial sync of orders
|
||||||
|
|
Loading…
Reference in New Issue