We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6312dbc commit 2cd1008Copy full SHA for 2cd1008
tests/docker/build/files/build-wordpress.sh
@@ -72,4 +72,5 @@ wp option set woocommerce_store_postalcode 'A1B2C3' && \
72
wp option set woocommerce_currency 'CAD' && \
73
wp option set woocommerce_product_type 'physical' && \
74
wp option set woocommerce_allow_tracking 'no' && \
75
+wp option set woocommerce_coming_soon 'no' && \
76
wp wc --user=admin tool run install_pages;
0 commit comments