WooCommerce
Source |
Public — Composer ( |
Purpose |
Commerce engine — products, cart, checkout, orders |
Special infra |
None beyond the shared uploads PVC |
Store defaults
To avoid the interactive setup wizard, the store’s base settings are seeded idempotently in bootstrap:
wp option update woocommerce_default_country '<CC:REGION>'
wp option update woocommerce_currency '<CUR>'
wp option update woocommerce_store_city '<City>'
# skip onboarding / marketing nags
wp option update woocommerce_onboarding_profile '{"completed":true,"skipped":true}' --format=json
wp option update woocommerce_show_marketplace_suggestions 'no'
Payment gateways are configured separately — see PayGate PayWeb.