diff --git a/lerna.json b/lerna.json deleted file mode 100644 index eb74a66b0dd..00000000000 --- a/lerna.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "command": { - "publish": { - "message": "chore(release): publish" - } - }, - "ignoreChanges": [ "**/CHANGELOG.md", "**/test/**" ], - "packages": [ "tests/e2e/*" ], - "version": "independent" -} diff --git a/packages/js/.gitkeep b/packages/js/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d diff --git a/packages/php/.gitkeep b/packages/php/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.distignore b/plugins/woocommerce/.distignore similarity index 100% rename from .distignore rename to plugins/woocommerce/.distignore diff --git a/.gitattributes b/plugins/woocommerce/.gitattributes similarity index 100% rename from .gitattributes rename to plugins/woocommerce/.gitattributes diff --git a/.gitignore b/plugins/woocommerce/.gitignore similarity index 96% rename from .gitignore rename to plugins/woocommerce/.gitignore index 841fe64ce6e..23b90f452eb 100644 --- a/.gitignore +++ b/plugins/woocommerce/.gitignore @@ -69,10 +69,6 @@ contributors.html # Yarn yarn.lock -# Packages -/packages/* -!/packages/README.md - # Screenshots for e2e tests failures /screenshots/ diff --git a/.wordpress-org/banner-1544x500.png b/plugins/woocommerce/.wordpress-org/banner-1544x500.png similarity index 100% rename from .wordpress-org/banner-1544x500.png rename to plugins/woocommerce/.wordpress-org/banner-1544x500.png diff --git a/.wordpress-org/banner-772x250.png b/plugins/woocommerce/.wordpress-org/banner-772x250.png similarity index 100% rename from .wordpress-org/banner-772x250.png rename to plugins/woocommerce/.wordpress-org/banner-772x250.png diff --git a/.wordpress-org/icon-128x128.png b/plugins/woocommerce/.wordpress-org/icon-128x128.png similarity index 100% rename from .wordpress-org/icon-128x128.png rename to plugins/woocommerce/.wordpress-org/icon-128x128.png diff --git a/.wordpress-org/icon-256x256.png b/plugins/woocommerce/.wordpress-org/icon-256x256.png similarity index 100% rename from .wordpress-org/icon-256x256.png rename to plugins/woocommerce/.wordpress-org/icon-256x256.png diff --git a/.wordpress-org/screenshot-1.jpg b/plugins/woocommerce/.wordpress-org/screenshot-1.jpg similarity index 100% rename from .wordpress-org/screenshot-1.jpg rename to plugins/woocommerce/.wordpress-org/screenshot-1.jpg diff --git a/.wordpress-org/screenshot-2.jpg b/plugins/woocommerce/.wordpress-org/screenshot-2.jpg similarity index 100% rename from .wordpress-org/screenshot-2.jpg rename to plugins/woocommerce/.wordpress-org/screenshot-2.jpg diff --git a/.wordpress-org/screenshot-3.jpg b/plugins/woocommerce/.wordpress-org/screenshot-3.jpg similarity index 100% rename from .wordpress-org/screenshot-3.jpg rename to plugins/woocommerce/.wordpress-org/screenshot-3.jpg diff --git a/.wordpress-org/screenshot-4.jpg b/plugins/woocommerce/.wordpress-org/screenshot-4.jpg similarity index 100% rename from .wordpress-org/screenshot-4.jpg rename to plugins/woocommerce/.wordpress-org/screenshot-4.jpg diff --git a/.wordpress-org/screenshot-5.jpg b/plugins/woocommerce/.wordpress-org/screenshot-5.jpg similarity index 100% rename from .wordpress-org/screenshot-5.jpg rename to plugins/woocommerce/.wordpress-org/screenshot-5.jpg diff --git a/.wordpress-org/screenshot-6.jpg b/plugins/woocommerce/.wordpress-org/screenshot-6.jpg similarity index 100% rename from .wordpress-org/screenshot-6.jpg rename to plugins/woocommerce/.wordpress-org/screenshot-6.jpg diff --git a/Gruntfile.js b/plugins/woocommerce/Gruntfile.js similarity index 100% rename from Gruntfile.js rename to plugins/woocommerce/Gruntfile.js diff --git a/assets/css/_animation.scss b/plugins/woocommerce/assets/css/_animation.scss similarity index 100% rename from assets/css/_animation.scss rename to plugins/woocommerce/assets/css/_animation.scss diff --git a/assets/css/_fonts.scss b/plugins/woocommerce/assets/css/_fonts.scss similarity index 100% rename from assets/css/_fonts.scss rename to plugins/woocommerce/assets/css/_fonts.scss diff --git a/assets/css/_mixins.scss b/plugins/woocommerce/assets/css/_mixins.scss similarity index 100% rename from assets/css/_mixins.scss rename to plugins/woocommerce/assets/css/_mixins.scss diff --git a/assets/css/_variables.scss b/plugins/woocommerce/assets/css/_variables.scss similarity index 100% rename from assets/css/_variables.scss rename to plugins/woocommerce/assets/css/_variables.scss diff --git a/assets/css/activation.scss b/plugins/woocommerce/assets/css/activation.scss similarity index 100% rename from assets/css/activation.scss rename to plugins/woocommerce/assets/css/activation.scss diff --git a/assets/css/admin.scss b/plugins/woocommerce/assets/css/admin.scss similarity index 100% rename from assets/css/admin.scss rename to plugins/woocommerce/assets/css/admin.scss diff --git a/assets/css/auth.scss b/plugins/woocommerce/assets/css/auth.scss similarity index 100% rename from assets/css/auth.scss rename to plugins/woocommerce/assets/css/auth.scss diff --git a/assets/css/dashboard-setup.scss b/plugins/woocommerce/assets/css/dashboard-setup.scss similarity index 100% rename from assets/css/dashboard-setup.scss rename to plugins/woocommerce/assets/css/dashboard-setup.scss diff --git a/assets/css/dashboard.scss b/plugins/woocommerce/assets/css/dashboard.scss similarity index 100% rename from assets/css/dashboard.scss rename to plugins/woocommerce/assets/css/dashboard.scss diff --git a/assets/css/helper.scss b/plugins/woocommerce/assets/css/helper.scss similarity index 100% rename from assets/css/helper.scss rename to plugins/woocommerce/assets/css/helper.scss diff --git a/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png similarity index 100% rename from assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png diff --git a/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png similarity index 100% rename from assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png diff --git a/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png similarity index 100% rename from assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png diff --git a/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png similarity index 100% rename from assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png diff --git a/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png similarity index 100% rename from assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png diff --git a/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png similarity index 100% rename from assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png diff --git a/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png similarity index 100% rename from assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png diff --git a/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png similarity index 100% rename from assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png diff --git a/assets/css/jquery-ui/images/ui-icons_222222_256x240.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_222222_256x240.png similarity index 100% rename from assets/css/jquery-ui/images/ui-icons_222222_256x240.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_222222_256x240.png diff --git a/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png similarity index 100% rename from assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png diff --git a/assets/css/jquery-ui/images/ui-icons_454545_256x240.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_454545_256x240.png similarity index 100% rename from assets/css/jquery-ui/images/ui-icons_454545_256x240.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_454545_256x240.png diff --git a/assets/css/jquery-ui/images/ui-icons_888888_256x240.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_888888_256x240.png similarity index 100% rename from assets/css/jquery-ui/images/ui-icons_888888_256x240.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_888888_256x240.png diff --git a/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png b/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png similarity index 100% rename from assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png rename to plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png diff --git a/assets/css/jquery-ui/jquery-ui-rtl.css b/plugins/woocommerce/assets/css/jquery-ui/jquery-ui-rtl.css similarity index 100% rename from assets/css/jquery-ui/jquery-ui-rtl.css rename to plugins/woocommerce/assets/css/jquery-ui/jquery-ui-rtl.css diff --git a/assets/css/jquery-ui/jquery-ui.css b/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.css similarity index 100% rename from assets/css/jquery-ui/jquery-ui.css rename to plugins/woocommerce/assets/css/jquery-ui/jquery-ui.css diff --git a/assets/css/jquery-ui/jquery-ui.min.css b/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.min.css similarity index 100% rename from assets/css/jquery-ui/jquery-ui.min.css rename to plugins/woocommerce/assets/css/jquery-ui/jquery-ui.min.css diff --git a/assets/css/marketplace-suggestions.scss b/plugins/woocommerce/assets/css/marketplace-suggestions.scss similarity index 100% rename from assets/css/marketplace-suggestions.scss rename to plugins/woocommerce/assets/css/marketplace-suggestions.scss diff --git a/assets/css/menu.scss b/plugins/woocommerce/assets/css/menu.scss similarity index 100% rename from assets/css/menu.scss rename to plugins/woocommerce/assets/css/menu.scss diff --git a/assets/css/network-order-widget.scss b/plugins/woocommerce/assets/css/network-order-widget.scss similarity index 100% rename from assets/css/network-order-widget.scss rename to plugins/woocommerce/assets/css/network-order-widget.scss diff --git a/assets/css/photoswipe/default-skin/default-skin.css b/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.css similarity index 100% rename from assets/css/photoswipe/default-skin/default-skin.css rename to plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.css diff --git a/assets/css/photoswipe/default-skin/default-skin.png b/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png similarity index 100% rename from assets/css/photoswipe/default-skin/default-skin.png rename to plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png diff --git a/assets/css/photoswipe/default-skin/default-skin.svg b/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg similarity index 100% rename from assets/css/photoswipe/default-skin/default-skin.svg rename to plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg diff --git a/assets/css/photoswipe/default-skin/preloader.gif b/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif similarity index 100% rename from assets/css/photoswipe/default-skin/preloader.gif rename to plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif diff --git a/assets/css/photoswipe/photoswipe.css b/plugins/woocommerce/assets/css/photoswipe/photoswipe.css similarity index 100% rename from assets/css/photoswipe/photoswipe.css rename to plugins/woocommerce/assets/css/photoswipe/photoswipe.css diff --git a/assets/css/prettyPhoto.scss b/plugins/woocommerce/assets/css/prettyPhoto.scss similarity index 100% rename from assets/css/prettyPhoto.scss rename to plugins/woocommerce/assets/css/prettyPhoto.scss diff --git a/assets/css/privacy.scss b/plugins/woocommerce/assets/css/privacy.scss similarity index 100% rename from assets/css/privacy.scss rename to plugins/woocommerce/assets/css/privacy.scss diff --git a/assets/css/reports-print.scss b/plugins/woocommerce/assets/css/reports-print.scss similarity index 100% rename from assets/css/reports-print.scss rename to plugins/woocommerce/assets/css/reports-print.scss diff --git a/assets/css/select2.scss b/plugins/woocommerce/assets/css/select2.scss similarity index 100% rename from assets/css/select2.scss rename to plugins/woocommerce/assets/css/select2.scss diff --git a/assets/css/twenty-nineteen.scss b/plugins/woocommerce/assets/css/twenty-nineteen.scss similarity index 100% rename from assets/css/twenty-nineteen.scss rename to plugins/woocommerce/assets/css/twenty-nineteen.scss diff --git a/assets/css/twenty-seventeen.scss b/plugins/woocommerce/assets/css/twenty-seventeen.scss similarity index 100% rename from assets/css/twenty-seventeen.scss rename to plugins/woocommerce/assets/css/twenty-seventeen.scss diff --git a/assets/css/twenty-twenty-one-admin.scss b/plugins/woocommerce/assets/css/twenty-twenty-one-admin.scss similarity index 100% rename from assets/css/twenty-twenty-one-admin.scss rename to plugins/woocommerce/assets/css/twenty-twenty-one-admin.scss diff --git a/assets/css/twenty-twenty-one.scss b/plugins/woocommerce/assets/css/twenty-twenty-one.scss similarity index 100% rename from assets/css/twenty-twenty-one.scss rename to plugins/woocommerce/assets/css/twenty-twenty-one.scss diff --git a/assets/css/twenty-twenty.scss b/plugins/woocommerce/assets/css/twenty-twenty.scss similarity index 100% rename from assets/css/twenty-twenty.scss rename to plugins/woocommerce/assets/css/twenty-twenty.scss diff --git a/assets/css/wc-setup.scss b/plugins/woocommerce/assets/css/wc-setup.scss similarity index 100% rename from assets/css/wc-setup.scss rename to plugins/woocommerce/assets/css/wc-setup.scss diff --git a/assets/css/woocommerce-layout.scss b/plugins/woocommerce/assets/css/woocommerce-layout.scss similarity index 100% rename from assets/css/woocommerce-layout.scss rename to plugins/woocommerce/assets/css/woocommerce-layout.scss diff --git a/assets/css/woocommerce-smallscreen.scss b/plugins/woocommerce/assets/css/woocommerce-smallscreen.scss similarity index 100% rename from assets/css/woocommerce-smallscreen.scss rename to plugins/woocommerce/assets/css/woocommerce-smallscreen.scss diff --git a/assets/css/woocommerce.scss b/plugins/woocommerce/assets/css/woocommerce.scss similarity index 100% rename from assets/css/woocommerce.scss rename to plugins/woocommerce/assets/css/woocommerce.scss diff --git a/assets/fonts/WooCommerce.eot b/plugins/woocommerce/assets/fonts/WooCommerce.eot similarity index 100% rename from assets/fonts/WooCommerce.eot rename to plugins/woocommerce/assets/fonts/WooCommerce.eot diff --git a/assets/fonts/WooCommerce.svg b/plugins/woocommerce/assets/fonts/WooCommerce.svg similarity index 100% rename from assets/fonts/WooCommerce.svg rename to plugins/woocommerce/assets/fonts/WooCommerce.svg diff --git a/assets/fonts/WooCommerce.ttf b/plugins/woocommerce/assets/fonts/WooCommerce.ttf similarity index 100% rename from assets/fonts/WooCommerce.ttf rename to plugins/woocommerce/assets/fonts/WooCommerce.ttf diff --git a/assets/fonts/WooCommerce.woff b/plugins/woocommerce/assets/fonts/WooCommerce.woff similarity index 100% rename from assets/fonts/WooCommerce.woff rename to plugins/woocommerce/assets/fonts/WooCommerce.woff diff --git a/assets/fonts/star.eot b/plugins/woocommerce/assets/fonts/star.eot similarity index 100% rename from assets/fonts/star.eot rename to plugins/woocommerce/assets/fonts/star.eot diff --git a/assets/fonts/star.svg b/plugins/woocommerce/assets/fonts/star.svg similarity index 100% rename from assets/fonts/star.svg rename to plugins/woocommerce/assets/fonts/star.svg diff --git a/assets/fonts/star.ttf b/plugins/woocommerce/assets/fonts/star.ttf similarity index 100% rename from assets/fonts/star.ttf rename to plugins/woocommerce/assets/fonts/star.ttf diff --git a/assets/fonts/star.woff b/plugins/woocommerce/assets/fonts/star.woff similarity index 100% rename from assets/fonts/star.woff rename to plugins/woocommerce/assets/fonts/star.woff diff --git a/assets/images/calendar.png b/plugins/woocommerce/assets/images/calendar.png similarity index 100% rename from assets/images/calendar.png rename to plugins/woocommerce/assets/images/calendar.png diff --git a/assets/images/dashboard-widget-setup.png b/plugins/woocommerce/assets/images/dashboard-widget-setup.png similarity index 100% rename from assets/images/dashboard-widget-setup.png rename to plugins/woocommerce/assets/images/dashboard-widget-setup.png diff --git a/assets/images/eway-logo.jpg b/plugins/woocommerce/assets/images/eway-logo.jpg similarity index 100% rename from assets/images/eway-logo.jpg rename to plugins/woocommerce/assets/images/eway-logo.jpg diff --git a/assets/images/help.png b/plugins/woocommerce/assets/images/help.png similarity index 100% rename from assets/images/help.png rename to plugins/woocommerce/assets/images/help.png diff --git a/assets/images/icons/credit-cards/amex.png b/plugins/woocommerce/assets/images/icons/credit-cards/amex.png similarity index 100% rename from assets/images/icons/credit-cards/amex.png rename to plugins/woocommerce/assets/images/icons/credit-cards/amex.png diff --git a/assets/images/icons/credit-cards/amex.svg b/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg similarity index 100% rename from assets/images/icons/credit-cards/amex.svg rename to plugins/woocommerce/assets/images/icons/credit-cards/amex.svg diff --git a/assets/images/icons/credit-cards/diners.png b/plugins/woocommerce/assets/images/icons/credit-cards/diners.png similarity index 100% rename from assets/images/icons/credit-cards/diners.png rename to plugins/woocommerce/assets/images/icons/credit-cards/diners.png diff --git a/assets/images/icons/credit-cards/diners.svg b/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg similarity index 100% rename from assets/images/icons/credit-cards/diners.svg rename to plugins/woocommerce/assets/images/icons/credit-cards/diners.svg diff --git a/assets/images/icons/credit-cards/discover.png b/plugins/woocommerce/assets/images/icons/credit-cards/discover.png similarity index 100% rename from assets/images/icons/credit-cards/discover.png rename to plugins/woocommerce/assets/images/icons/credit-cards/discover.png diff --git a/assets/images/icons/credit-cards/discover.svg b/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg similarity index 100% rename from assets/images/icons/credit-cards/discover.svg rename to plugins/woocommerce/assets/images/icons/credit-cards/discover.svg diff --git a/assets/images/icons/credit-cards/jcb.png b/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png similarity index 100% rename from assets/images/icons/credit-cards/jcb.png rename to plugins/woocommerce/assets/images/icons/credit-cards/jcb.png diff --git a/assets/images/icons/credit-cards/jcb.svg b/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg similarity index 100% rename from assets/images/icons/credit-cards/jcb.svg rename to plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg diff --git a/assets/images/icons/credit-cards/laser.png b/plugins/woocommerce/assets/images/icons/credit-cards/laser.png similarity index 100% rename from assets/images/icons/credit-cards/laser.png rename to plugins/woocommerce/assets/images/icons/credit-cards/laser.png diff --git a/assets/images/icons/credit-cards/laser.svg b/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg similarity index 100% rename from assets/images/icons/credit-cards/laser.svg rename to plugins/woocommerce/assets/images/icons/credit-cards/laser.svg diff --git a/assets/images/icons/credit-cards/maestro.png b/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png similarity index 100% rename from assets/images/icons/credit-cards/maestro.png rename to plugins/woocommerce/assets/images/icons/credit-cards/maestro.png diff --git a/assets/images/icons/credit-cards/maestro.svg b/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg similarity index 100% rename from assets/images/icons/credit-cards/maestro.svg rename to plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg diff --git a/assets/images/icons/credit-cards/mastercard.png b/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png similarity index 100% rename from assets/images/icons/credit-cards/mastercard.png rename to plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png diff --git a/assets/images/icons/credit-cards/mastercard.svg b/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg similarity index 100% rename from assets/images/icons/credit-cards/mastercard.svg rename to plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg diff --git a/assets/images/icons/credit-cards/visa.png b/plugins/woocommerce/assets/images/icons/credit-cards/visa.png similarity index 100% rename from assets/images/icons/credit-cards/visa.png rename to plugins/woocommerce/assets/images/icons/credit-cards/visa.png diff --git a/assets/images/icons/credit-cards/visa.svg b/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg similarity index 100% rename from assets/images/icons/credit-cards/visa.svg rename to plugins/woocommerce/assets/images/icons/credit-cards/visa.svg diff --git a/assets/images/icons/edit.png b/plugins/woocommerce/assets/images/icons/edit.png similarity index 100% rename from assets/images/icons/edit.png rename to plugins/woocommerce/assets/images/icons/edit.png diff --git a/assets/images/icons/gridicons-checkmark.svg b/plugins/woocommerce/assets/images/icons/gridicons-checkmark.svg similarity index 100% rename from assets/images/icons/gridicons-checkmark.svg rename to plugins/woocommerce/assets/images/icons/gridicons-checkmark.svg diff --git a/assets/images/icons/gridicons-chevron-down.svg b/plugins/woocommerce/assets/images/icons/gridicons-chevron-down.svg similarity index 100% rename from assets/images/icons/gridicons-chevron-down.svg rename to plugins/woocommerce/assets/images/icons/gridicons-chevron-down.svg diff --git a/assets/images/icons/loader.svg b/plugins/woocommerce/assets/images/icons/loader.svg similarity index 100% rename from assets/images/icons/loader.svg rename to plugins/woocommerce/assets/images/icons/loader.svg diff --git a/assets/images/icons/star-golden.svg b/plugins/woocommerce/assets/images/icons/star-golden.svg similarity index 100% rename from assets/images/icons/star-golden.svg rename to plugins/woocommerce/assets/images/icons/star-golden.svg diff --git a/assets/images/icons/star-gray.svg b/plugins/woocommerce/assets/images/icons/star-gray.svg similarity index 100% rename from assets/images/icons/star-gray.svg rename to plugins/woocommerce/assets/images/icons/star-gray.svg diff --git a/assets/images/icons/star-half-filled.svg b/plugins/woocommerce/assets/images/icons/star-half-filled.svg similarity index 100% rename from assets/images/icons/star-half-filled.svg rename to plugins/woocommerce/assets/images/icons/star-half-filled.svg diff --git a/assets/images/jetpack_horizontal_logo.png b/plugins/woocommerce/assets/images/jetpack_horizontal_logo.png similarity index 100% rename from assets/images/jetpack_horizontal_logo.png rename to plugins/woocommerce/assets/images/jetpack_horizontal_logo.png diff --git a/assets/images/jetpack_vertical_logo.png b/plugins/woocommerce/assets/images/jetpack_vertical_logo.png similarity index 100% rename from assets/images/jetpack_vertical_logo.png rename to plugins/woocommerce/assets/images/jetpack_vertical_logo.png diff --git a/assets/images/klarna-black.png b/plugins/woocommerce/assets/images/klarna-black.png similarity index 100% rename from assets/images/klarna-black.png rename to plugins/woocommerce/assets/images/klarna-black.png diff --git a/assets/images/marketplace-header-bg@2x.png b/plugins/woocommerce/assets/images/marketplace-header-bg@2x.png similarity index 100% rename from assets/images/marketplace-header-bg@2x.png rename to plugins/woocommerce/assets/images/marketplace-header-bg@2x.png diff --git a/assets/images/mercadopago.png b/plugins/woocommerce/assets/images/mercadopago.png similarity index 100% rename from assets/images/mercadopago.png rename to plugins/woocommerce/assets/images/mercadopago.png diff --git a/assets/images/obw-facebook-icon.svg b/plugins/woocommerce/assets/images/obw-facebook-icon.svg similarity index 100% rename from assets/images/obw-facebook-icon.svg rename to plugins/woocommerce/assets/images/obw-facebook-icon.svg diff --git a/assets/images/obw-mailchimp-icon.svg b/plugins/woocommerce/assets/images/obw-mailchimp-icon.svg similarity index 100% rename from assets/images/obw-mailchimp-icon.svg rename to plugins/woocommerce/assets/images/obw-mailchimp-icon.svg diff --git a/assets/images/obw-shipstation-icon.png b/plugins/woocommerce/assets/images/obw-shipstation-icon.png similarity index 100% rename from assets/images/obw-shipstation-icon.png rename to plugins/woocommerce/assets/images/obw-shipstation-icon.png diff --git a/assets/images/obw-storefront-icon.svg b/plugins/woocommerce/assets/images/obw-storefront-icon.svg similarity index 100% rename from assets/images/obw-storefront-icon.svg rename to plugins/woocommerce/assets/images/obw-storefront-icon.svg diff --git a/assets/images/obw-taxes-icon.svg b/plugins/woocommerce/assets/images/obw-taxes-icon.svg similarity index 100% rename from assets/images/obw-taxes-icon.svg rename to plugins/woocommerce/assets/images/obw-taxes-icon.svg diff --git a/assets/images/obw-woocommerce-admin-icon.svg b/plugins/woocommerce/assets/images/obw-woocommerce-admin-icon.svg similarity index 100% rename from assets/images/obw-woocommerce-admin-icon.svg rename to plugins/woocommerce/assets/images/obw-woocommerce-admin-icon.svg diff --git a/assets/images/obw-woocommerce-services-icon.png b/plugins/woocommerce/assets/images/obw-woocommerce-services-icon.png similarity index 100% rename from assets/images/obw-woocommerce-services-icon.png rename to plugins/woocommerce/assets/images/obw-woocommerce-services-icon.png diff --git a/assets/images/payfast.png b/plugins/woocommerce/assets/images/payfast.png similarity index 100% rename from assets/images/payfast.png rename to plugins/woocommerce/assets/images/payfast.png diff --git a/assets/images/paypal-braintree.png b/plugins/woocommerce/assets/images/paypal-braintree.png similarity index 100% rename from assets/images/paypal-braintree.png rename to plugins/woocommerce/assets/images/paypal-braintree.png diff --git a/assets/images/paypal.png b/plugins/woocommerce/assets/images/paypal.png similarity index 100% rename from assets/images/paypal.png rename to plugins/woocommerce/assets/images/paypal.png diff --git a/assets/images/placeholder-attachment.png b/plugins/woocommerce/assets/images/placeholder-attachment.png similarity index 100% rename from assets/images/placeholder-attachment.png rename to plugins/woocommerce/assets/images/placeholder-attachment.png diff --git a/assets/images/placeholder.png b/plugins/woocommerce/assets/images/placeholder.png similarity index 100% rename from assets/images/placeholder.png rename to plugins/woocommerce/assets/images/placeholder.png diff --git a/assets/images/select2-spinner.gif b/plugins/woocommerce/assets/images/select2-spinner.gif similarity index 100% rename from assets/images/select2-spinner.gif rename to plugins/woocommerce/assets/images/select2-spinner.gif diff --git a/assets/images/select2.png b/plugins/woocommerce/assets/images/select2.png similarity index 100% rename from assets/images/select2.png rename to plugins/woocommerce/assets/images/select2.png diff --git a/assets/images/select2x2.png b/plugins/woocommerce/assets/images/select2x2.png similarity index 100% rename from assets/images/select2x2.png rename to plugins/woocommerce/assets/images/select2x2.png diff --git a/assets/images/square-black.png b/plugins/woocommerce/assets/images/square-black.png similarity index 100% rename from assets/images/square-black.png rename to plugins/woocommerce/assets/images/square-black.png diff --git a/assets/images/storefront-bg.jpg b/plugins/woocommerce/assets/images/storefront-bg.jpg similarity index 100% rename from assets/images/storefront-bg.jpg rename to plugins/woocommerce/assets/images/storefront-bg.jpg diff --git a/assets/images/storefront-intro.png b/plugins/woocommerce/assets/images/storefront-intro.png similarity index 100% rename from assets/images/storefront-intro.png rename to plugins/woocommerce/assets/images/storefront-intro.png diff --git a/assets/images/storefront.png b/plugins/woocommerce/assets/images/storefront.png similarity index 100% rename from assets/images/storefront.png rename to plugins/woocommerce/assets/images/storefront.png diff --git a/assets/images/stripe.png b/plugins/woocommerce/assets/images/stripe.png similarity index 100% rename from assets/images/stripe.png rename to plugins/woocommerce/assets/images/stripe.png diff --git a/assets/images/wcpayments-icon-secure.png b/plugins/woocommerce/assets/images/wcpayments-icon-secure.png similarity index 100% rename from assets/images/wcpayments-icon-secure.png rename to plugins/woocommerce/assets/images/wcpayments-icon-secure.png diff --git a/assets/images/wcs-dhlexpress-logo.png b/plugins/woocommerce/assets/images/wcs-dhlexpress-logo.png similarity index 100% rename from assets/images/wcs-dhlexpress-logo.png rename to plugins/woocommerce/assets/images/wcs-dhlexpress-logo.png diff --git a/assets/images/wcs-extensions-banner-3x.jpg b/plugins/woocommerce/assets/images/wcs-extensions-banner-3x.jpg similarity index 100% rename from assets/images/wcs-extensions-banner-3x.jpg rename to plugins/woocommerce/assets/images/wcs-extensions-banner-3x.jpg diff --git a/assets/images/wcs-notice.png b/plugins/woocommerce/assets/images/wcs-notice.png similarity index 100% rename from assets/images/wcs-notice.png rename to plugins/woocommerce/assets/images/wcs-notice.png diff --git a/assets/images/wcs-usps-logo.png b/plugins/woocommerce/assets/images/wcs-usps-logo.png similarity index 100% rename from assets/images/wcs-usps-logo.png rename to plugins/woocommerce/assets/images/wcs-usps-logo.png diff --git a/assets/images/woocommerce_logo.png b/plugins/woocommerce/assets/images/woocommerce_logo.png similarity index 100% rename from assets/images/woocommerce_logo.png rename to plugins/woocommerce/assets/images/woocommerce_logo.png diff --git a/assets/images/woocommerce_logo.svg b/plugins/woocommerce/assets/images/woocommerce_logo.svg similarity index 100% rename from assets/images/woocommerce_logo.svg rename to plugins/woocommerce/assets/images/woocommerce_logo.svg diff --git a/assets/images/wpspin-2x.gif b/plugins/woocommerce/assets/images/wpspin-2x.gif similarity index 100% rename from assets/images/wpspin-2x.gif rename to plugins/woocommerce/assets/images/wpspin-2x.gif diff --git a/assets/images/wpspin.gif b/plugins/woocommerce/assets/images/wpspin.gif similarity index 100% rename from assets/images/wpspin.gif rename to plugins/woocommerce/assets/images/wpspin.gif diff --git a/assets/js/accounting/accounting.js b/plugins/woocommerce/assets/js/accounting/accounting.js similarity index 100% rename from assets/js/accounting/accounting.js rename to plugins/woocommerce/assets/js/accounting/accounting.js diff --git a/assets/js/admin/api-keys.js b/plugins/woocommerce/assets/js/admin/api-keys.js similarity index 100% rename from assets/js/admin/api-keys.js rename to plugins/woocommerce/assets/js/admin/api-keys.js diff --git a/assets/js/admin/backbone-modal.js b/plugins/woocommerce/assets/js/admin/backbone-modal.js similarity index 100% rename from assets/js/admin/backbone-modal.js rename to plugins/woocommerce/assets/js/admin/backbone-modal.js diff --git a/assets/js/admin/marketplace-suggestions.js b/plugins/woocommerce/assets/js/admin/marketplace-suggestions.js similarity index 100% rename from assets/js/admin/marketplace-suggestions.js rename to plugins/woocommerce/assets/js/admin/marketplace-suggestions.js diff --git a/assets/js/admin/meta-boxes-coupon.js b/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.js similarity index 100% rename from assets/js/admin/meta-boxes-coupon.js rename to plugins/woocommerce/assets/js/admin/meta-boxes-coupon.js diff --git a/assets/js/admin/meta-boxes-order.js b/plugins/woocommerce/assets/js/admin/meta-boxes-order.js similarity index 100% rename from assets/js/admin/meta-boxes-order.js rename to plugins/woocommerce/assets/js/admin/meta-boxes-order.js diff --git a/assets/js/admin/meta-boxes-product-variation.js b/plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.js similarity index 100% rename from assets/js/admin/meta-boxes-product-variation.js rename to plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.js diff --git a/assets/js/admin/meta-boxes-product.js b/plugins/woocommerce/assets/js/admin/meta-boxes-product.js similarity index 100% rename from assets/js/admin/meta-boxes-product.js rename to plugins/woocommerce/assets/js/admin/meta-boxes-product.js diff --git a/assets/js/admin/meta-boxes.js b/plugins/woocommerce/assets/js/admin/meta-boxes.js similarity index 100% rename from assets/js/admin/meta-boxes.js rename to plugins/woocommerce/assets/js/admin/meta-boxes.js diff --git a/assets/js/admin/network-orders.js b/plugins/woocommerce/assets/js/admin/network-orders.js similarity index 100% rename from assets/js/admin/network-orders.js rename to plugins/woocommerce/assets/js/admin/network-orders.js diff --git a/assets/js/admin/product-ordering.js b/plugins/woocommerce/assets/js/admin/product-ordering.js similarity index 100% rename from assets/js/admin/product-ordering.js rename to plugins/woocommerce/assets/js/admin/product-ordering.js diff --git a/assets/js/admin/quick-edit.js b/plugins/woocommerce/assets/js/admin/quick-edit.js similarity index 100% rename from assets/js/admin/quick-edit.js rename to plugins/woocommerce/assets/js/admin/quick-edit.js diff --git a/assets/js/admin/reports.js b/plugins/woocommerce/assets/js/admin/reports.js similarity index 100% rename from assets/js/admin/reports.js rename to plugins/woocommerce/assets/js/admin/reports.js diff --git a/assets/js/admin/settings-views-html-settings-tax.js b/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.js similarity index 100% rename from assets/js/admin/settings-views-html-settings-tax.js rename to plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.js diff --git a/assets/js/admin/settings.js b/plugins/woocommerce/assets/js/admin/settings.js similarity index 100% rename from assets/js/admin/settings.js rename to plugins/woocommerce/assets/js/admin/settings.js diff --git a/assets/js/admin/system-status.js b/plugins/woocommerce/assets/js/admin/system-status.js similarity index 100% rename from assets/js/admin/system-status.js rename to plugins/woocommerce/assets/js/admin/system-status.js diff --git a/assets/js/admin/term-ordering.js b/plugins/woocommerce/assets/js/admin/term-ordering.js similarity index 100% rename from assets/js/admin/term-ordering.js rename to plugins/woocommerce/assets/js/admin/term-ordering.js diff --git a/assets/js/admin/users.js b/plugins/woocommerce/assets/js/admin/users.js similarity index 100% rename from assets/js/admin/users.js rename to plugins/woocommerce/assets/js/admin/users.js diff --git a/assets/js/admin/wc-clipboard.js b/plugins/woocommerce/assets/js/admin/wc-clipboard.js similarity index 100% rename from assets/js/admin/wc-clipboard.js rename to plugins/woocommerce/assets/js/admin/wc-clipboard.js diff --git a/assets/js/admin/wc-enhanced-select.js b/plugins/woocommerce/assets/js/admin/wc-enhanced-select.js similarity index 100% rename from assets/js/admin/wc-enhanced-select.js rename to plugins/woocommerce/assets/js/admin/wc-enhanced-select.js diff --git a/assets/js/admin/wc-orders.js b/plugins/woocommerce/assets/js/admin/wc-orders.js similarity index 100% rename from assets/js/admin/wc-orders.js rename to plugins/woocommerce/assets/js/admin/wc-orders.js diff --git a/assets/js/admin/wc-product-export.js b/plugins/woocommerce/assets/js/admin/wc-product-export.js similarity index 100% rename from assets/js/admin/wc-product-export.js rename to plugins/woocommerce/assets/js/admin/wc-product-export.js diff --git a/assets/js/admin/wc-product-import.js b/plugins/woocommerce/assets/js/admin/wc-product-import.js similarity index 100% rename from assets/js/admin/wc-product-import.js rename to plugins/woocommerce/assets/js/admin/wc-product-import.js diff --git a/assets/js/admin/wc-setup.js b/plugins/woocommerce/assets/js/admin/wc-setup.js similarity index 100% rename from assets/js/admin/wc-setup.js rename to plugins/woocommerce/assets/js/admin/wc-setup.js diff --git a/assets/js/admin/wc-shipping-classes.js b/plugins/woocommerce/assets/js/admin/wc-shipping-classes.js similarity index 100% rename from assets/js/admin/wc-shipping-classes.js rename to plugins/woocommerce/assets/js/admin/wc-shipping-classes.js diff --git a/assets/js/admin/wc-shipping-zone-methods.js b/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.js similarity index 100% rename from assets/js/admin/wc-shipping-zone-methods.js rename to plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.js diff --git a/assets/js/admin/wc-shipping-zones.js b/plugins/woocommerce/assets/js/admin/wc-shipping-zones.js similarity index 100% rename from assets/js/admin/wc-shipping-zones.js rename to plugins/woocommerce/assets/js/admin/wc-shipping-zones.js diff --git a/assets/js/admin/wc-status-widget.js b/plugins/woocommerce/assets/js/admin/wc-status-widget.js similarity index 100% rename from assets/js/admin/wc-status-widget.js rename to plugins/woocommerce/assets/js/admin/wc-status-widget.js diff --git a/assets/js/admin/woocommerce_admin.js b/plugins/woocommerce/assets/js/admin/woocommerce_admin.js similarity index 100% rename from assets/js/admin/woocommerce_admin.js rename to plugins/woocommerce/assets/js/admin/woocommerce_admin.js diff --git a/assets/js/flexslider/jquery.flexslider.js b/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.js similarity index 100% rename from assets/js/flexslider/jquery.flexslider.js rename to plugins/woocommerce/assets/js/flexslider/jquery.flexslider.js diff --git a/assets/js/frontend/add-payment-method.js b/plugins/woocommerce/assets/js/frontend/add-payment-method.js similarity index 100% rename from assets/js/frontend/add-payment-method.js rename to plugins/woocommerce/assets/js/frontend/add-payment-method.js diff --git a/assets/js/frontend/add-to-cart-variation.js b/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.js similarity index 100% rename from assets/js/frontend/add-to-cart-variation.js rename to plugins/woocommerce/assets/js/frontend/add-to-cart-variation.js diff --git a/assets/js/frontend/add-to-cart.js b/plugins/woocommerce/assets/js/frontend/add-to-cart.js similarity index 100% rename from assets/js/frontend/add-to-cart.js rename to plugins/woocommerce/assets/js/frontend/add-to-cart.js diff --git a/assets/js/frontend/address-i18n.js b/plugins/woocommerce/assets/js/frontend/address-i18n.js similarity index 100% rename from assets/js/frontend/address-i18n.js rename to plugins/woocommerce/assets/js/frontend/address-i18n.js diff --git a/assets/js/frontend/cart-fragments.js b/plugins/woocommerce/assets/js/frontend/cart-fragments.js similarity index 100% rename from assets/js/frontend/cart-fragments.js rename to plugins/woocommerce/assets/js/frontend/cart-fragments.js diff --git a/assets/js/frontend/cart.js b/plugins/woocommerce/assets/js/frontend/cart.js similarity index 100% rename from assets/js/frontend/cart.js rename to plugins/woocommerce/assets/js/frontend/cart.js diff --git a/assets/js/frontend/checkout.js b/plugins/woocommerce/assets/js/frontend/checkout.js similarity index 100% rename from assets/js/frontend/checkout.js rename to plugins/woocommerce/assets/js/frontend/checkout.js diff --git a/assets/js/frontend/country-select.js b/plugins/woocommerce/assets/js/frontend/country-select.js similarity index 100% rename from assets/js/frontend/country-select.js rename to plugins/woocommerce/assets/js/frontend/country-select.js diff --git a/assets/js/frontend/credit-card-form.js b/plugins/woocommerce/assets/js/frontend/credit-card-form.js similarity index 100% rename from assets/js/frontend/credit-card-form.js rename to plugins/woocommerce/assets/js/frontend/credit-card-form.js diff --git a/assets/js/frontend/geolocation.js b/plugins/woocommerce/assets/js/frontend/geolocation.js similarity index 100% rename from assets/js/frontend/geolocation.js rename to plugins/woocommerce/assets/js/frontend/geolocation.js diff --git a/assets/js/frontend/lost-password.js b/plugins/woocommerce/assets/js/frontend/lost-password.js similarity index 100% rename from assets/js/frontend/lost-password.js rename to plugins/woocommerce/assets/js/frontend/lost-password.js diff --git a/assets/js/frontend/password-strength-meter.js b/plugins/woocommerce/assets/js/frontend/password-strength-meter.js similarity index 100% rename from assets/js/frontend/password-strength-meter.js rename to plugins/woocommerce/assets/js/frontend/password-strength-meter.js diff --git a/assets/js/frontend/price-slider.js b/plugins/woocommerce/assets/js/frontend/price-slider.js similarity index 100% rename from assets/js/frontend/price-slider.js rename to plugins/woocommerce/assets/js/frontend/price-slider.js diff --git a/assets/js/frontend/single-product.js b/plugins/woocommerce/assets/js/frontend/single-product.js similarity index 100% rename from assets/js/frontend/single-product.js rename to plugins/woocommerce/assets/js/frontend/single-product.js diff --git a/assets/js/frontend/tokenization-form.js b/plugins/woocommerce/assets/js/frontend/tokenization-form.js similarity index 100% rename from assets/js/frontend/tokenization-form.js rename to plugins/woocommerce/assets/js/frontend/tokenization-form.js diff --git a/assets/js/frontend/woocommerce.js b/plugins/woocommerce/assets/js/frontend/woocommerce.js similarity index 100% rename from assets/js/frontend/woocommerce.js rename to plugins/woocommerce/assets/js/frontend/woocommerce.js diff --git a/assets/js/jquery-blockui/jquery.blockUI.js b/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.js similarity index 100% rename from assets/js/jquery-blockui/jquery.blockUI.js rename to plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.js diff --git a/assets/js/jquery-cookie/jquery.cookie.js b/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.js similarity index 100% rename from assets/js/jquery-cookie/jquery.cookie.js rename to plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.js diff --git a/assets/js/jquery-flot/jquery.flot.js b/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.js similarity index 100% rename from assets/js/jquery-flot/jquery.flot.js rename to plugins/woocommerce/assets/js/jquery-flot/jquery.flot.js diff --git a/assets/js/jquery-flot/jquery.flot.pie.js b/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.js similarity index 100% rename from assets/js/jquery-flot/jquery.flot.pie.js rename to plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.js diff --git a/assets/js/jquery-flot/jquery.flot.resize.js b/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.js similarity index 100% rename from assets/js/jquery-flot/jquery.flot.resize.js rename to plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.js diff --git a/assets/js/jquery-flot/jquery.flot.stack.js b/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.js similarity index 100% rename from assets/js/jquery-flot/jquery.flot.stack.js rename to plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.js diff --git a/assets/js/jquery-flot/jquery.flot.time.js b/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.js similarity index 100% rename from assets/js/jquery-flot/jquery.flot.time.js rename to plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.js diff --git a/assets/js/jquery-payment/jquery.payment.js b/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.js similarity index 100% rename from assets/js/jquery-payment/jquery.payment.js rename to plugins/woocommerce/assets/js/jquery-payment/jquery.payment.js diff --git a/assets/js/jquery-qrcode/jquery.qrcode.js b/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.js similarity index 100% rename from assets/js/jquery-qrcode/jquery.qrcode.js rename to plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.js diff --git a/assets/js/jquery-serializejson/jquery.serializejson.js b/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.js similarity index 100% rename from assets/js/jquery-serializejson/jquery.serializejson.js rename to plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.js diff --git a/assets/js/jquery-tiptip/jquery.tipTip.js b/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.js similarity index 100% rename from assets/js/jquery-tiptip/jquery.tipTip.js rename to plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.js diff --git a/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js b/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js similarity index 100% rename from assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js rename to plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js diff --git a/assets/js/js-cookie/js.cookie.js b/plugins/woocommerce/assets/js/js-cookie/js.cookie.js similarity index 100% rename from assets/js/js-cookie/js.cookie.js rename to plugins/woocommerce/assets/js/js-cookie/js.cookie.js diff --git a/assets/js/photoswipe/photoswipe-ui-default.js b/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.js similarity index 100% rename from assets/js/photoswipe/photoswipe-ui-default.js rename to plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.js diff --git a/assets/js/photoswipe/photoswipe.js b/plugins/woocommerce/assets/js/photoswipe/photoswipe.js similarity index 100% rename from assets/js/photoswipe/photoswipe.js rename to plugins/woocommerce/assets/js/photoswipe/photoswipe.js diff --git a/assets/js/prettyPhoto/jquery.prettyPhoto.init.js b/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js similarity index 100% rename from assets/js/prettyPhoto/jquery.prettyPhoto.init.js rename to plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js diff --git a/assets/js/prettyPhoto/jquery.prettyPhoto.js b/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.js similarity index 100% rename from assets/js/prettyPhoto/jquery.prettyPhoto.js rename to plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.js diff --git a/assets/js/round/round.js b/plugins/woocommerce/assets/js/round/round.js similarity index 100% rename from assets/js/round/round.js rename to plugins/woocommerce/assets/js/round/round.js diff --git a/assets/js/select2/select2.full.js b/plugins/woocommerce/assets/js/select2/select2.full.js similarity index 100% rename from assets/js/select2/select2.full.js rename to plugins/woocommerce/assets/js/select2/select2.full.js diff --git a/assets/js/select2/select2.js b/plugins/woocommerce/assets/js/select2/select2.js similarity index 100% rename from assets/js/select2/select2.js rename to plugins/woocommerce/assets/js/select2/select2.js diff --git a/assets/js/selectWoo/selectWoo.full.js b/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.js similarity index 100% rename from assets/js/selectWoo/selectWoo.full.js rename to plugins/woocommerce/assets/js/selectWoo/selectWoo.full.js diff --git a/assets/js/selectWoo/selectWoo.js b/plugins/woocommerce/assets/js/selectWoo/selectWoo.js similarity index 100% rename from assets/js/selectWoo/selectWoo.js rename to plugins/woocommerce/assets/js/selectWoo/selectWoo.js diff --git a/assets/js/stupidtable/stupidtable.js b/plugins/woocommerce/assets/js/stupidtable/stupidtable.js similarity index 100% rename from assets/js/stupidtable/stupidtable.js rename to plugins/woocommerce/assets/js/stupidtable/stupidtable.js diff --git a/assets/js/zeroclipboard/ZeroClipboard.swf b/plugins/woocommerce/assets/js/zeroclipboard/ZeroClipboard.swf similarity index 100% rename from assets/js/zeroclipboard/ZeroClipboard.swf rename to plugins/woocommerce/assets/js/zeroclipboard/ZeroClipboard.swf diff --git a/assets/js/zeroclipboard/jquery.zeroclipboard.js b/plugins/woocommerce/assets/js/zeroclipboard/jquery.zeroclipboard.js similarity index 100% rename from assets/js/zeroclipboard/jquery.zeroclipboard.js rename to plugins/woocommerce/assets/js/zeroclipboard/jquery.zeroclipboard.js diff --git a/assets/js/zoom/jquery.zoom.js b/plugins/woocommerce/assets/js/zoom/jquery.zoom.js similarity index 100% rename from assets/js/zoom/jquery.zoom.js rename to plugins/woocommerce/assets/js/zoom/jquery.zoom.js diff --git a/bin/build-lib.sh b/plugins/woocommerce/bin/build-lib.sh similarity index 100% rename from bin/build-lib.sh rename to plugins/woocommerce/bin/build-lib.sh diff --git a/bin/build-zip.sh b/plugins/woocommerce/bin/build-zip.sh similarity index 100% rename from bin/build-zip.sh rename to plugins/woocommerce/bin/build-zip.sh diff --git a/bin/composer/mozart/composer.json b/plugins/woocommerce/bin/composer/mozart/composer.json similarity index 100% rename from bin/composer/mozart/composer.json rename to plugins/woocommerce/bin/composer/mozart/composer.json diff --git a/bin/composer/mozart/composer.lock b/plugins/woocommerce/bin/composer/mozart/composer.lock similarity index 100% rename from bin/composer/mozart/composer.lock rename to plugins/woocommerce/bin/composer/mozart/composer.lock diff --git a/bin/composer/phpcs/composer.json b/plugins/woocommerce/bin/composer/phpcs/composer.json similarity index 100% rename from bin/composer/phpcs/composer.json rename to plugins/woocommerce/bin/composer/phpcs/composer.json diff --git a/bin/composer/phpcs/composer.lock b/plugins/woocommerce/bin/composer/phpcs/composer.lock similarity index 100% rename from bin/composer/phpcs/composer.lock rename to plugins/woocommerce/bin/composer/phpcs/composer.lock diff --git a/bin/composer/phpunit/composer.json b/plugins/woocommerce/bin/composer/phpunit/composer.json similarity index 100% rename from bin/composer/phpunit/composer.json rename to plugins/woocommerce/bin/composer/phpunit/composer.json diff --git a/bin/composer/phpunit/composer.lock b/plugins/woocommerce/bin/composer/phpunit/composer.lock similarity index 100% rename from bin/composer/phpunit/composer.lock rename to plugins/woocommerce/bin/composer/phpunit/composer.lock diff --git a/bin/composer/wp/composer.json b/plugins/woocommerce/bin/composer/wp/composer.json similarity index 100% rename from bin/composer/wp/composer.json rename to plugins/woocommerce/bin/composer/wp/composer.json diff --git a/bin/composer/wp/composer.lock b/plugins/woocommerce/bin/composer/wp/composer.lock similarity index 100% rename from bin/composer/wp/composer.lock rename to plugins/woocommerce/bin/composer/wp/composer.lock diff --git a/bin/contributors.sh b/plugins/woocommerce/bin/contributors.sh similarity index 100% rename from bin/contributors.sh rename to plugins/woocommerce/bin/contributors.sh diff --git a/bin/package-update-textdomain.js b/plugins/woocommerce/bin/package-update-textdomain.js similarity index 100% rename from bin/package-update-textdomain.js rename to plugins/woocommerce/bin/package-update-textdomain.js diff --git a/bin/package-update.sh b/plugins/woocommerce/bin/package-update.sh similarity index 100% rename from bin/package-update.sh rename to plugins/woocommerce/bin/package-update.sh diff --git a/bin/post-merge.sh b/plugins/woocommerce/bin/post-merge.sh similarity index 100% rename from bin/post-merge.sh rename to plugins/woocommerce/bin/post-merge.sh diff --git a/bin/pre-push.sh b/plugins/woocommerce/bin/pre-push.sh similarity index 100% rename from bin/pre-push.sh rename to plugins/woocommerce/bin/pre-push.sh diff --git a/composer.json b/plugins/woocommerce/composer.json similarity index 100% rename from composer.json rename to plugins/woocommerce/composer.json diff --git a/composer.lock b/plugins/woocommerce/composer.lock similarity index 100% rename from composer.lock rename to plugins/woocommerce/composer.lock diff --git a/i18n/continents.php b/plugins/woocommerce/i18n/continents.php similarity index 100% rename from i18n/continents.php rename to plugins/woocommerce/i18n/continents.php diff --git a/i18n/countries.php b/plugins/woocommerce/i18n/countries.php similarity index 100% rename from i18n/countries.php rename to plugins/woocommerce/i18n/countries.php diff --git a/i18n/currency-info.php b/plugins/woocommerce/i18n/currency-info.php similarity index 100% rename from i18n/currency-info.php rename to plugins/woocommerce/i18n/currency-info.php diff --git a/i18n/languages/README.md b/plugins/woocommerce/i18n/languages/README.md similarity index 100% rename from i18n/languages/README.md rename to plugins/woocommerce/i18n/languages/README.md diff --git a/i18n/locale-info.php b/plugins/woocommerce/i18n/locale-info.php similarity index 100% rename from i18n/locale-info.php rename to plugins/woocommerce/i18n/locale-info.php diff --git a/i18n/phone.php b/plugins/woocommerce/i18n/phone.php similarity index 100% rename from i18n/phone.php rename to plugins/woocommerce/i18n/phone.php diff --git a/i18n/states.php b/plugins/woocommerce/i18n/states.php similarity index 100% rename from i18n/states.php rename to plugins/woocommerce/i18n/states.php diff --git a/includes/README.md b/plugins/woocommerce/includes/README.md similarity index 100% rename from includes/README.md rename to plugins/woocommerce/includes/README.md diff --git a/includes/abstracts/abstract-wc-data.php b/plugins/woocommerce/includes/abstracts/abstract-wc-data.php similarity index 100% rename from includes/abstracts/abstract-wc-data.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-data.php diff --git a/includes/abstracts/abstract-wc-deprecated-hooks.php b/plugins/woocommerce/includes/abstracts/abstract-wc-deprecated-hooks.php similarity index 100% rename from includes/abstracts/abstract-wc-deprecated-hooks.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-deprecated-hooks.php diff --git a/includes/abstracts/abstract-wc-integration.php b/plugins/woocommerce/includes/abstracts/abstract-wc-integration.php similarity index 100% rename from includes/abstracts/abstract-wc-integration.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-integration.php diff --git a/includes/abstracts/abstract-wc-log-handler.php b/plugins/woocommerce/includes/abstracts/abstract-wc-log-handler.php similarity index 100% rename from includes/abstracts/abstract-wc-log-handler.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-log-handler.php diff --git a/includes/abstracts/abstract-wc-object-query.php b/plugins/woocommerce/includes/abstracts/abstract-wc-object-query.php similarity index 100% rename from includes/abstracts/abstract-wc-object-query.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-object-query.php diff --git a/includes/abstracts/abstract-wc-order.php b/plugins/woocommerce/includes/abstracts/abstract-wc-order.php similarity index 100% rename from includes/abstracts/abstract-wc-order.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-order.php diff --git a/includes/abstracts/abstract-wc-payment-gateway.php b/plugins/woocommerce/includes/abstracts/abstract-wc-payment-gateway.php similarity index 100% rename from includes/abstracts/abstract-wc-payment-gateway.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-payment-gateway.php diff --git a/includes/abstracts/abstract-wc-payment-token.php b/plugins/woocommerce/includes/abstracts/abstract-wc-payment-token.php similarity index 100% rename from includes/abstracts/abstract-wc-payment-token.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-payment-token.php diff --git a/includes/abstracts/abstract-wc-privacy.php b/plugins/woocommerce/includes/abstracts/abstract-wc-privacy.php similarity index 100% rename from includes/abstracts/abstract-wc-privacy.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-privacy.php diff --git a/includes/abstracts/abstract-wc-product.php b/plugins/woocommerce/includes/abstracts/abstract-wc-product.php similarity index 100% rename from includes/abstracts/abstract-wc-product.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-product.php diff --git a/includes/abstracts/abstract-wc-session.php b/plugins/woocommerce/includes/abstracts/abstract-wc-session.php similarity index 100% rename from includes/abstracts/abstract-wc-session.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-session.php diff --git a/includes/abstracts/abstract-wc-settings-api.php b/plugins/woocommerce/includes/abstracts/abstract-wc-settings-api.php similarity index 100% rename from includes/abstracts/abstract-wc-settings-api.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-settings-api.php diff --git a/includes/abstracts/abstract-wc-shipping-method.php b/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php similarity index 100% rename from includes/abstracts/abstract-wc-shipping-method.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php diff --git a/includes/abstracts/abstract-wc-widget.php b/plugins/woocommerce/includes/abstracts/abstract-wc-widget.php similarity index 100% rename from includes/abstracts/abstract-wc-widget.php rename to plugins/woocommerce/includes/abstracts/abstract-wc-widget.php diff --git a/includes/abstracts/class-wc-background-process.php b/plugins/woocommerce/includes/abstracts/class-wc-background-process.php similarity index 100% rename from includes/abstracts/class-wc-background-process.php rename to plugins/woocommerce/includes/abstracts/class-wc-background-process.php diff --git a/includes/admin/class-wc-admin-addons.php b/plugins/woocommerce/includes/admin/class-wc-admin-addons.php similarity index 100% rename from includes/admin/class-wc-admin-addons.php rename to plugins/woocommerce/includes/admin/class-wc-admin-addons.php diff --git a/includes/admin/class-wc-admin-api-keys-table-list.php b/plugins/woocommerce/includes/admin/class-wc-admin-api-keys-table-list.php similarity index 100% rename from includes/admin/class-wc-admin-api-keys-table-list.php rename to plugins/woocommerce/includes/admin/class-wc-admin-api-keys-table-list.php diff --git a/includes/admin/class-wc-admin-api-keys.php b/plugins/woocommerce/includes/admin/class-wc-admin-api-keys.php similarity index 100% rename from includes/admin/class-wc-admin-api-keys.php rename to plugins/woocommerce/includes/admin/class-wc-admin-api-keys.php diff --git a/includes/admin/class-wc-admin-assets.php b/plugins/woocommerce/includes/admin/class-wc-admin-assets.php similarity index 100% rename from includes/admin/class-wc-admin-assets.php rename to plugins/woocommerce/includes/admin/class-wc-admin-assets.php diff --git a/includes/admin/class-wc-admin-attributes.php b/plugins/woocommerce/includes/admin/class-wc-admin-attributes.php similarity index 100% rename from includes/admin/class-wc-admin-attributes.php rename to plugins/woocommerce/includes/admin/class-wc-admin-attributes.php diff --git a/includes/admin/class-wc-admin-customize.php b/plugins/woocommerce/includes/admin/class-wc-admin-customize.php similarity index 100% rename from includes/admin/class-wc-admin-customize.php rename to plugins/woocommerce/includes/admin/class-wc-admin-customize.php diff --git a/includes/admin/class-wc-admin-dashboard-setup.php b/plugins/woocommerce/includes/admin/class-wc-admin-dashboard-setup.php similarity index 100% rename from includes/admin/class-wc-admin-dashboard-setup.php rename to plugins/woocommerce/includes/admin/class-wc-admin-dashboard-setup.php diff --git a/includes/admin/class-wc-admin-dashboard.php b/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php similarity index 100% rename from includes/admin/class-wc-admin-dashboard.php rename to plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php diff --git a/includes/admin/class-wc-admin-duplicate-product.php b/plugins/woocommerce/includes/admin/class-wc-admin-duplicate-product.php similarity index 100% rename from includes/admin/class-wc-admin-duplicate-product.php rename to plugins/woocommerce/includes/admin/class-wc-admin-duplicate-product.php diff --git a/includes/admin/class-wc-admin-exporters.php b/plugins/woocommerce/includes/admin/class-wc-admin-exporters.php similarity index 100% rename from includes/admin/class-wc-admin-exporters.php rename to plugins/woocommerce/includes/admin/class-wc-admin-exporters.php diff --git a/includes/admin/class-wc-admin-help.php b/plugins/woocommerce/includes/admin/class-wc-admin-help.php similarity index 100% rename from includes/admin/class-wc-admin-help.php rename to plugins/woocommerce/includes/admin/class-wc-admin-help.php diff --git a/includes/admin/class-wc-admin-importers.php b/plugins/woocommerce/includes/admin/class-wc-admin-importers.php similarity index 100% rename from includes/admin/class-wc-admin-importers.php rename to plugins/woocommerce/includes/admin/class-wc-admin-importers.php diff --git a/includes/admin/class-wc-admin-log-table-list.php b/plugins/woocommerce/includes/admin/class-wc-admin-log-table-list.php similarity index 100% rename from includes/admin/class-wc-admin-log-table-list.php rename to plugins/woocommerce/includes/admin/class-wc-admin-log-table-list.php diff --git a/includes/admin/class-wc-admin-menus.php b/plugins/woocommerce/includes/admin/class-wc-admin-menus.php similarity index 100% rename from includes/admin/class-wc-admin-menus.php rename to plugins/woocommerce/includes/admin/class-wc-admin-menus.php diff --git a/includes/admin/class-wc-admin-meta-boxes.php b/plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php similarity index 100% rename from includes/admin/class-wc-admin-meta-boxes.php rename to plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php diff --git a/includes/admin/class-wc-admin-notices.php b/plugins/woocommerce/includes/admin/class-wc-admin-notices.php similarity index 100% rename from includes/admin/class-wc-admin-notices.php rename to plugins/woocommerce/includes/admin/class-wc-admin-notices.php diff --git a/includes/admin/class-wc-admin-permalink-settings.php b/plugins/woocommerce/includes/admin/class-wc-admin-permalink-settings.php similarity index 100% rename from includes/admin/class-wc-admin-permalink-settings.php rename to plugins/woocommerce/includes/admin/class-wc-admin-permalink-settings.php diff --git a/includes/admin/class-wc-admin-pointers.php b/plugins/woocommerce/includes/admin/class-wc-admin-pointers.php similarity index 100% rename from includes/admin/class-wc-admin-pointers.php rename to plugins/woocommerce/includes/admin/class-wc-admin-pointers.php diff --git a/includes/admin/class-wc-admin-post-types.php b/plugins/woocommerce/includes/admin/class-wc-admin-post-types.php similarity index 100% rename from includes/admin/class-wc-admin-post-types.php rename to plugins/woocommerce/includes/admin/class-wc-admin-post-types.php diff --git a/includes/admin/class-wc-admin-profile.php b/plugins/woocommerce/includes/admin/class-wc-admin-profile.php similarity index 100% rename from includes/admin/class-wc-admin-profile.php rename to plugins/woocommerce/includes/admin/class-wc-admin-profile.php diff --git a/includes/admin/class-wc-admin-reports.php b/plugins/woocommerce/includes/admin/class-wc-admin-reports.php similarity index 100% rename from includes/admin/class-wc-admin-reports.php rename to plugins/woocommerce/includes/admin/class-wc-admin-reports.php diff --git a/includes/admin/class-wc-admin-settings.php b/plugins/woocommerce/includes/admin/class-wc-admin-settings.php similarity index 100% rename from includes/admin/class-wc-admin-settings.php rename to plugins/woocommerce/includes/admin/class-wc-admin-settings.php diff --git a/includes/admin/class-wc-admin-setup-wizard.php b/plugins/woocommerce/includes/admin/class-wc-admin-setup-wizard.php similarity index 100% rename from includes/admin/class-wc-admin-setup-wizard.php rename to plugins/woocommerce/includes/admin/class-wc-admin-setup-wizard.php diff --git a/includes/admin/class-wc-admin-status.php b/plugins/woocommerce/includes/admin/class-wc-admin-status.php similarity index 100% rename from includes/admin/class-wc-admin-status.php rename to plugins/woocommerce/includes/admin/class-wc-admin-status.php diff --git a/includes/admin/class-wc-admin-taxonomies.php b/plugins/woocommerce/includes/admin/class-wc-admin-taxonomies.php similarity index 100% rename from includes/admin/class-wc-admin-taxonomies.php rename to plugins/woocommerce/includes/admin/class-wc-admin-taxonomies.php diff --git a/includes/admin/class-wc-admin-webhooks-table-list.php b/plugins/woocommerce/includes/admin/class-wc-admin-webhooks-table-list.php similarity index 100% rename from includes/admin/class-wc-admin-webhooks-table-list.php rename to plugins/woocommerce/includes/admin/class-wc-admin-webhooks-table-list.php diff --git a/includes/admin/class-wc-admin-webhooks.php b/plugins/woocommerce/includes/admin/class-wc-admin-webhooks.php similarity index 100% rename from includes/admin/class-wc-admin-webhooks.php rename to plugins/woocommerce/includes/admin/class-wc-admin-webhooks.php diff --git a/includes/admin/class-wc-admin.php b/plugins/woocommerce/includes/admin/class-wc-admin.php similarity index 100% rename from includes/admin/class-wc-admin.php rename to plugins/woocommerce/includes/admin/class-wc-admin.php diff --git a/includes/admin/helper/class-wc-helper-api.php b/plugins/woocommerce/includes/admin/helper/class-wc-helper-api.php similarity index 100% rename from includes/admin/helper/class-wc-helper-api.php rename to plugins/woocommerce/includes/admin/helper/class-wc-helper-api.php diff --git a/includes/admin/helper/class-wc-helper-compat.php b/plugins/woocommerce/includes/admin/helper/class-wc-helper-compat.php similarity index 100% rename from includes/admin/helper/class-wc-helper-compat.php rename to plugins/woocommerce/includes/admin/helper/class-wc-helper-compat.php diff --git a/includes/admin/helper/class-wc-helper-options.php b/plugins/woocommerce/includes/admin/helper/class-wc-helper-options.php similarity index 100% rename from includes/admin/helper/class-wc-helper-options.php rename to plugins/woocommerce/includes/admin/helper/class-wc-helper-options.php diff --git a/includes/admin/helper/class-wc-helper-plugin-info.php b/plugins/woocommerce/includes/admin/helper/class-wc-helper-plugin-info.php similarity index 100% rename from includes/admin/helper/class-wc-helper-plugin-info.php rename to plugins/woocommerce/includes/admin/helper/class-wc-helper-plugin-info.php diff --git a/includes/admin/helper/class-wc-helper-updater.php b/plugins/woocommerce/includes/admin/helper/class-wc-helper-updater.php similarity index 100% rename from includes/admin/helper/class-wc-helper-updater.php rename to plugins/woocommerce/includes/admin/helper/class-wc-helper-updater.php diff --git a/includes/admin/helper/class-wc-helper.php b/plugins/woocommerce/includes/admin/helper/class-wc-helper.php similarity index 100% rename from includes/admin/helper/class-wc-helper.php rename to plugins/woocommerce/includes/admin/helper/class-wc-helper.php diff --git a/includes/admin/helper/views/html-helper-compat.php b/plugins/woocommerce/includes/admin/helper/views/html-helper-compat.php similarity index 100% rename from includes/admin/helper/views/html-helper-compat.php rename to plugins/woocommerce/includes/admin/helper/views/html-helper-compat.php diff --git a/includes/admin/helper/views/html-main.php b/plugins/woocommerce/includes/admin/helper/views/html-main.php similarity index 100% rename from includes/admin/helper/views/html-main.php rename to plugins/woocommerce/includes/admin/helper/views/html-main.php diff --git a/includes/admin/helper/views/html-oauth-start.php b/plugins/woocommerce/includes/admin/helper/views/html-oauth-start.php similarity index 100% rename from includes/admin/helper/views/html-oauth-start.php rename to plugins/woocommerce/includes/admin/helper/views/html-oauth-start.php diff --git a/includes/admin/helper/views/html-section-account.php b/plugins/woocommerce/includes/admin/helper/views/html-section-account.php similarity index 100% rename from includes/admin/helper/views/html-section-account.php rename to plugins/woocommerce/includes/admin/helper/views/html-section-account.php diff --git a/includes/admin/helper/views/html-section-nav.php b/plugins/woocommerce/includes/admin/helper/views/html-section-nav.php similarity index 100% rename from includes/admin/helper/views/html-section-nav.php rename to plugins/woocommerce/includes/admin/helper/views/html-section-nav.php diff --git a/includes/admin/helper/views/html-section-notices.php b/plugins/woocommerce/includes/admin/helper/views/html-section-notices.php similarity index 100% rename from includes/admin/helper/views/html-section-notices.php rename to plugins/woocommerce/includes/admin/helper/views/html-section-notices.php diff --git a/includes/admin/importers/class-wc-product-csv-importer-controller.php b/plugins/woocommerce/includes/admin/importers/class-wc-product-csv-importer-controller.php similarity index 100% rename from includes/admin/importers/class-wc-product-csv-importer-controller.php rename to plugins/woocommerce/includes/admin/importers/class-wc-product-csv-importer-controller.php diff --git a/includes/admin/importers/class-wc-tax-rate-importer.php b/plugins/woocommerce/includes/admin/importers/class-wc-tax-rate-importer.php similarity index 100% rename from includes/admin/importers/class-wc-tax-rate-importer.php rename to plugins/woocommerce/includes/admin/importers/class-wc-tax-rate-importer.php diff --git a/includes/admin/importers/mappings/default.php b/plugins/woocommerce/includes/admin/importers/mappings/default.php similarity index 100% rename from includes/admin/importers/mappings/default.php rename to plugins/woocommerce/includes/admin/importers/mappings/default.php diff --git a/includes/admin/importers/mappings/generic.php b/plugins/woocommerce/includes/admin/importers/mappings/generic.php similarity index 100% rename from includes/admin/importers/mappings/generic.php rename to plugins/woocommerce/includes/admin/importers/mappings/generic.php diff --git a/includes/admin/importers/mappings/mappings.php b/plugins/woocommerce/includes/admin/importers/mappings/mappings.php similarity index 100% rename from includes/admin/importers/mappings/mappings.php rename to plugins/woocommerce/includes/admin/importers/mappings/mappings.php diff --git a/includes/admin/importers/mappings/shopify.php b/plugins/woocommerce/includes/admin/importers/mappings/shopify.php similarity index 100% rename from includes/admin/importers/mappings/shopify.php rename to plugins/woocommerce/includes/admin/importers/mappings/shopify.php diff --git a/includes/admin/importers/mappings/wordpress.php b/plugins/woocommerce/includes/admin/importers/mappings/wordpress.php similarity index 100% rename from includes/admin/importers/mappings/wordpress.php rename to plugins/woocommerce/includes/admin/importers/mappings/wordpress.php diff --git a/includes/admin/importers/views/html-csv-import-done.php b/plugins/woocommerce/includes/admin/importers/views/html-csv-import-done.php similarity index 100% rename from includes/admin/importers/views/html-csv-import-done.php rename to plugins/woocommerce/includes/admin/importers/views/html-csv-import-done.php diff --git a/includes/admin/importers/views/html-csv-import-footer.php b/plugins/woocommerce/includes/admin/importers/views/html-csv-import-footer.php similarity index 100% rename from includes/admin/importers/views/html-csv-import-footer.php rename to plugins/woocommerce/includes/admin/importers/views/html-csv-import-footer.php diff --git a/includes/admin/importers/views/html-csv-import-header.php b/plugins/woocommerce/includes/admin/importers/views/html-csv-import-header.php similarity index 100% rename from includes/admin/importers/views/html-csv-import-header.php rename to plugins/woocommerce/includes/admin/importers/views/html-csv-import-header.php diff --git a/includes/admin/importers/views/html-csv-import-mapping.php b/plugins/woocommerce/includes/admin/importers/views/html-csv-import-mapping.php similarity index 100% rename from includes/admin/importers/views/html-csv-import-mapping.php rename to plugins/woocommerce/includes/admin/importers/views/html-csv-import-mapping.php diff --git a/includes/admin/importers/views/html-csv-import-progress.php b/plugins/woocommerce/includes/admin/importers/views/html-csv-import-progress.php similarity index 100% rename from includes/admin/importers/views/html-csv-import-progress.php rename to plugins/woocommerce/includes/admin/importers/views/html-csv-import-progress.php diff --git a/includes/admin/importers/views/html-csv-import-steps.php b/plugins/woocommerce/includes/admin/importers/views/html-csv-import-steps.php similarity index 100% rename from includes/admin/importers/views/html-csv-import-steps.php rename to plugins/woocommerce/includes/admin/importers/views/html-csv-import-steps.php diff --git a/includes/admin/importers/views/html-product-csv-import-form.php b/plugins/woocommerce/includes/admin/importers/views/html-product-csv-import-form.php similarity index 100% rename from includes/admin/importers/views/html-product-csv-import-form.php rename to plugins/woocommerce/includes/admin/importers/views/html-product-csv-import-form.php diff --git a/includes/admin/list-tables/abstract-class-wc-admin-list-table.php b/plugins/woocommerce/includes/admin/list-tables/abstract-class-wc-admin-list-table.php similarity index 100% rename from includes/admin/list-tables/abstract-class-wc-admin-list-table.php rename to plugins/woocommerce/includes/admin/list-tables/abstract-class-wc-admin-list-table.php diff --git a/includes/admin/list-tables/class-wc-admin-list-table-coupons.php b/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-coupons.php similarity index 100% rename from includes/admin/list-tables/class-wc-admin-list-table-coupons.php rename to plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-coupons.php diff --git a/includes/admin/list-tables/class-wc-admin-list-table-orders.php b/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-orders.php similarity index 100% rename from includes/admin/list-tables/class-wc-admin-list-table-orders.php rename to plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-orders.php diff --git a/includes/admin/list-tables/class-wc-admin-list-table-products.php b/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-products.php similarity index 100% rename from includes/admin/list-tables/class-wc-admin-list-table-products.php rename to plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-products.php diff --git a/includes/admin/marketplace-suggestions/class-wc-marketplace-suggestions.php b/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-suggestions.php similarity index 100% rename from includes/admin/marketplace-suggestions/class-wc-marketplace-suggestions.php rename to plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-suggestions.php diff --git a/includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php b/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php similarity index 100% rename from includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php rename to plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php diff --git a/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php b/plugins/woocommerce/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php similarity index 100% rename from includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php rename to plugins/woocommerce/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php diff --git a/includes/admin/marketplace-suggestions/views/container.php b/plugins/woocommerce/includes/admin/marketplace-suggestions/views/container.php similarity index 100% rename from includes/admin/marketplace-suggestions/views/container.php rename to plugins/woocommerce/includes/admin/marketplace-suggestions/views/container.php diff --git a/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php b/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php similarity index 100% rename from includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php rename to plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php diff --git a/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php b/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php similarity index 100% rename from includes/admin/meta-boxes/class-wc-meta-box-order-actions.php rename to plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php diff --git a/includes/admin/meta-boxes/class-wc-meta-box-order-data.php b/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-data.php similarity index 100% rename from includes/admin/meta-boxes/class-wc-meta-box-order-data.php rename to plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-data.php diff --git a/includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php b/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php similarity index 100% rename from includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php rename to plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php diff --git a/includes/admin/meta-boxes/class-wc-meta-box-order-items.php b/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-items.php similarity index 100% rename from includes/admin/meta-boxes/class-wc-meta-box-order-items.php rename to plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-items.php diff --git a/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php b/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php similarity index 100% rename from includes/admin/meta-boxes/class-wc-meta-box-order-notes.php rename to plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php diff --git a/includes/admin/meta-boxes/class-wc-meta-box-product-data.php b/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php similarity index 100% rename from includes/admin/meta-boxes/class-wc-meta-box-product-data.php rename to plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php diff --git a/includes/admin/meta-boxes/class-wc-meta-box-product-images.php b/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php similarity index 100% rename from includes/admin/meta-boxes/class-wc-meta-box-product-images.php rename to plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php diff --git a/includes/admin/meta-boxes/class-wc-meta-box-product-reviews.php b/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-reviews.php similarity index 100% rename from includes/admin/meta-boxes/class-wc-meta-box-product-reviews.php rename to plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-reviews.php diff --git a/includes/admin/meta-boxes/class-wc-meta-box-product-short-description.php b/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-short-description.php similarity index 100% rename from includes/admin/meta-boxes/class-wc-meta-box-product-short-description.php rename to plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-short-description.php diff --git a/includes/admin/meta-boxes/views/html-order-download-permission.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-download-permission.php similarity index 100% rename from includes/admin/meta-boxes/views/html-order-download-permission.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-order-download-permission.php diff --git a/includes/admin/meta-boxes/views/html-order-fee.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-fee.php similarity index 100% rename from includes/admin/meta-boxes/views/html-order-fee.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-order-fee.php diff --git a/includes/admin/meta-boxes/views/html-order-item-meta.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item-meta.php similarity index 100% rename from includes/admin/meta-boxes/views/html-order-item-meta.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item-meta.php diff --git a/includes/admin/meta-boxes/views/html-order-item.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item.php similarity index 100% rename from includes/admin/meta-boxes/views/html-order-item.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item.php diff --git a/includes/admin/meta-boxes/views/html-order-items.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-items.php similarity index 100% rename from includes/admin/meta-boxes/views/html-order-items.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-order-items.php diff --git a/includes/admin/meta-boxes/views/html-order-notes.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-notes.php similarity index 100% rename from includes/admin/meta-boxes/views/html-order-notes.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-order-notes.php diff --git a/includes/admin/meta-boxes/views/html-order-refund.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-refund.php similarity index 100% rename from includes/admin/meta-boxes/views/html-order-refund.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-order-refund.php diff --git a/includes/admin/meta-boxes/views/html-order-shipping.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-shipping.php similarity index 100% rename from includes/admin/meta-boxes/views/html-order-shipping.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-order-shipping.php diff --git a/includes/admin/meta-boxes/views/html-product-attribute.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-attribute.php similarity index 100% rename from includes/admin/meta-boxes/views/html-product-attribute.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-product-attribute.php diff --git a/includes/admin/meta-boxes/views/html-product-data-advanced.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-advanced.php similarity index 100% rename from includes/admin/meta-boxes/views/html-product-data-advanced.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-advanced.php diff --git a/includes/admin/meta-boxes/views/html-product-data-attributes.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-attributes.php similarity index 100% rename from includes/admin/meta-boxes/views/html-product-data-attributes.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-attributes.php diff --git a/includes/admin/meta-boxes/views/html-product-data-general.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-general.php similarity index 100% rename from includes/admin/meta-boxes/views/html-product-data-general.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-general.php diff --git a/includes/admin/meta-boxes/views/html-product-data-inventory.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php similarity index 100% rename from includes/admin/meta-boxes/views/html-product-data-inventory.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php diff --git a/includes/admin/meta-boxes/views/html-product-data-linked-products.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-linked-products.php similarity index 100% rename from includes/admin/meta-boxes/views/html-product-data-linked-products.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-linked-products.php diff --git a/includes/admin/meta-boxes/views/html-product-data-panel.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php similarity index 100% rename from includes/admin/meta-boxes/views/html-product-data-panel.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php diff --git a/includes/admin/meta-boxes/views/html-product-data-shipping.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-shipping.php similarity index 100% rename from includes/admin/meta-boxes/views/html-product-data-shipping.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-shipping.php diff --git a/includes/admin/meta-boxes/views/html-product-data-variations.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php similarity index 100% rename from includes/admin/meta-boxes/views/html-product-data-variations.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php diff --git a/includes/admin/meta-boxes/views/html-product-download.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-download.php similarity index 100% rename from includes/admin/meta-boxes/views/html-product-download.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-product-download.php diff --git a/includes/admin/meta-boxes/views/html-product-variation-download.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-variation-download.php similarity index 100% rename from includes/admin/meta-boxes/views/html-product-variation-download.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-product-variation-download.php diff --git a/includes/admin/meta-boxes/views/html-variation-admin.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-variation-admin.php similarity index 100% rename from includes/admin/meta-boxes/views/html-variation-admin.php rename to plugins/woocommerce/includes/admin/meta-boxes/views/html-variation-admin.php diff --git a/includes/admin/notes/class-wc-notes-refund-returns.php b/plugins/woocommerce/includes/admin/notes/class-wc-notes-refund-returns.php similarity index 100% rename from includes/admin/notes/class-wc-notes-refund-returns.php rename to plugins/woocommerce/includes/admin/notes/class-wc-notes-refund-returns.php diff --git a/includes/admin/notes/class-wc-notes-run-db-update.php b/plugins/woocommerce/includes/admin/notes/class-wc-notes-run-db-update.php similarity index 100% rename from includes/admin/notes/class-wc-notes-run-db-update.php rename to plugins/woocommerce/includes/admin/notes/class-wc-notes-run-db-update.php diff --git a/includes/admin/plugin-updates/class-wc-plugin-updates.php b/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugin-updates.php similarity index 100% rename from includes/admin/plugin-updates/class-wc-plugin-updates.php rename to plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugin-updates.php diff --git a/includes/admin/plugin-updates/class-wc-plugins-screen-updates.php b/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugins-screen-updates.php similarity index 100% rename from includes/admin/plugin-updates/class-wc-plugins-screen-updates.php rename to plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugins-screen-updates.php diff --git a/includes/admin/plugin-updates/class-wc-updates-screen-updates.php b/plugins/woocommerce/includes/admin/plugin-updates/class-wc-updates-screen-updates.php similarity index 100% rename from includes/admin/plugin-updates/class-wc-updates-screen-updates.php rename to plugins/woocommerce/includes/admin/plugin-updates/class-wc-updates-screen-updates.php diff --git a/includes/admin/plugin-updates/views/html-notice-untested-extensions-inline.php b/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-inline.php similarity index 100% rename from includes/admin/plugin-updates/views/html-notice-untested-extensions-inline.php rename to plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-inline.php diff --git a/includes/admin/plugin-updates/views/html-notice-untested-extensions-modal.php b/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-modal.php similarity index 100% rename from includes/admin/plugin-updates/views/html-notice-untested-extensions-modal.php rename to plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-modal.php diff --git a/includes/admin/reports/class-wc-admin-report.php b/plugins/woocommerce/includes/admin/reports/class-wc-admin-report.php similarity index 100% rename from includes/admin/reports/class-wc-admin-report.php rename to plugins/woocommerce/includes/admin/reports/class-wc-admin-report.php diff --git a/includes/admin/reports/class-wc-report-coupon-usage.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-coupon-usage.php similarity index 100% rename from includes/admin/reports/class-wc-report-coupon-usage.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-coupon-usage.php diff --git a/includes/admin/reports/class-wc-report-customer-list.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-customer-list.php similarity index 100% rename from includes/admin/reports/class-wc-report-customer-list.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-customer-list.php diff --git a/includes/admin/reports/class-wc-report-customers.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-customers.php similarity index 100% rename from includes/admin/reports/class-wc-report-customers.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-customers.php diff --git a/includes/admin/reports/class-wc-report-downloads.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-downloads.php similarity index 100% rename from includes/admin/reports/class-wc-report-downloads.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-downloads.php diff --git a/includes/admin/reports/class-wc-report-low-in-stock.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-low-in-stock.php similarity index 100% rename from includes/admin/reports/class-wc-report-low-in-stock.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-low-in-stock.php diff --git a/includes/admin/reports/class-wc-report-most-stocked.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-most-stocked.php similarity index 100% rename from includes/admin/reports/class-wc-report-most-stocked.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-most-stocked.php diff --git a/includes/admin/reports/class-wc-report-out-of-stock.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-out-of-stock.php similarity index 100% rename from includes/admin/reports/class-wc-report-out-of-stock.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-out-of-stock.php diff --git a/includes/admin/reports/class-wc-report-sales-by-category.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-category.php similarity index 100% rename from includes/admin/reports/class-wc-report-sales-by-category.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-category.php diff --git a/includes/admin/reports/class-wc-report-sales-by-date.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-date.php similarity index 100% rename from includes/admin/reports/class-wc-report-sales-by-date.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-date.php diff --git a/includes/admin/reports/class-wc-report-sales-by-product.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-product.php similarity index 100% rename from includes/admin/reports/class-wc-report-sales-by-product.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-product.php diff --git a/includes/admin/reports/class-wc-report-stock.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-stock.php similarity index 100% rename from includes/admin/reports/class-wc-report-stock.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-stock.php diff --git a/includes/admin/reports/class-wc-report-taxes-by-code.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-code.php similarity index 100% rename from includes/admin/reports/class-wc-report-taxes-by-code.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-code.php diff --git a/includes/admin/reports/class-wc-report-taxes-by-date.php b/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-date.php similarity index 100% rename from includes/admin/reports/class-wc-report-taxes-by-date.php rename to plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-date.php diff --git a/includes/admin/settings/class-wc-settings-accounts.php b/plugins/woocommerce/includes/admin/settings/class-wc-settings-accounts.php similarity index 100% rename from includes/admin/settings/class-wc-settings-accounts.php rename to plugins/woocommerce/includes/admin/settings/class-wc-settings-accounts.php diff --git a/includes/admin/settings/class-wc-settings-advanced.php b/plugins/woocommerce/includes/admin/settings/class-wc-settings-advanced.php similarity index 100% rename from includes/admin/settings/class-wc-settings-advanced.php rename to plugins/woocommerce/includes/admin/settings/class-wc-settings-advanced.php diff --git a/includes/admin/settings/class-wc-settings-checkout.php b/plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php similarity index 100% rename from includes/admin/settings/class-wc-settings-checkout.php rename to plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php diff --git a/includes/admin/settings/class-wc-settings-emails.php b/plugins/woocommerce/includes/admin/settings/class-wc-settings-emails.php similarity index 100% rename from includes/admin/settings/class-wc-settings-emails.php rename to plugins/woocommerce/includes/admin/settings/class-wc-settings-emails.php diff --git a/includes/admin/settings/class-wc-settings-general.php b/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php similarity index 100% rename from includes/admin/settings/class-wc-settings-general.php rename to plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php diff --git a/includes/admin/settings/class-wc-settings-integrations.php b/plugins/woocommerce/includes/admin/settings/class-wc-settings-integrations.php similarity index 100% rename from includes/admin/settings/class-wc-settings-integrations.php rename to plugins/woocommerce/includes/admin/settings/class-wc-settings-integrations.php diff --git a/includes/admin/settings/class-wc-settings-page.php b/plugins/woocommerce/includes/admin/settings/class-wc-settings-page.php similarity index 100% rename from includes/admin/settings/class-wc-settings-page.php rename to plugins/woocommerce/includes/admin/settings/class-wc-settings-page.php diff --git a/includes/admin/settings/class-wc-settings-payment-gateways.php b/plugins/woocommerce/includes/admin/settings/class-wc-settings-payment-gateways.php similarity index 100% rename from includes/admin/settings/class-wc-settings-payment-gateways.php rename to plugins/woocommerce/includes/admin/settings/class-wc-settings-payment-gateways.php diff --git a/includes/admin/settings/class-wc-settings-products.php b/plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php similarity index 100% rename from includes/admin/settings/class-wc-settings-products.php rename to plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php diff --git a/includes/admin/settings/class-wc-settings-shipping.php b/plugins/woocommerce/includes/admin/settings/class-wc-settings-shipping.php similarity index 100% rename from includes/admin/settings/class-wc-settings-shipping.php rename to plugins/woocommerce/includes/admin/settings/class-wc-settings-shipping.php diff --git a/includes/admin/settings/class-wc-settings-tax.php b/plugins/woocommerce/includes/admin/settings/class-wc-settings-tax.php similarity index 100% rename from includes/admin/settings/class-wc-settings-tax.php rename to plugins/woocommerce/includes/admin/settings/class-wc-settings-tax.php diff --git a/includes/admin/settings/views/class-wc-settings-rest-api.php b/plugins/woocommerce/includes/admin/settings/views/class-wc-settings-rest-api.php similarity index 100% rename from includes/admin/settings/views/class-wc-settings-rest-api.php rename to plugins/woocommerce/includes/admin/settings/views/class-wc-settings-rest-api.php diff --git a/includes/admin/settings/views/html-admin-page-shipping-classes.php b/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-classes.php similarity index 100% rename from includes/admin/settings/views/html-admin-page-shipping-classes.php rename to plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-classes.php diff --git a/includes/admin/settings/views/html-admin-page-shipping-zone-methods.php b/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zone-methods.php similarity index 100% rename from includes/admin/settings/views/html-admin-page-shipping-zone-methods.php rename to plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zone-methods.php diff --git a/includes/admin/settings/views/html-admin-page-shipping-zones-instance.php b/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones-instance.php similarity index 100% rename from includes/admin/settings/views/html-admin-page-shipping-zones-instance.php rename to plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones-instance.php diff --git a/includes/admin/settings/views/html-admin-page-shipping-zones.php b/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones.php similarity index 100% rename from includes/admin/settings/views/html-admin-page-shipping-zones.php rename to plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones.php diff --git a/includes/admin/settings/views/html-keys-edit.php b/plugins/woocommerce/includes/admin/settings/views/html-keys-edit.php similarity index 100% rename from includes/admin/settings/views/html-keys-edit.php rename to plugins/woocommerce/includes/admin/settings/views/html-keys-edit.php diff --git a/includes/admin/settings/views/html-settings-tax.php b/plugins/woocommerce/includes/admin/settings/views/html-settings-tax.php similarity index 100% rename from includes/admin/settings/views/html-settings-tax.php rename to plugins/woocommerce/includes/admin/settings/views/html-settings-tax.php diff --git a/includes/admin/settings/views/html-webhooks-edit.php b/plugins/woocommerce/includes/admin/settings/views/html-webhooks-edit.php similarity index 100% rename from includes/admin/settings/views/html-webhooks-edit.php rename to plugins/woocommerce/includes/admin/settings/views/html-webhooks-edit.php diff --git a/includes/admin/settings/views/settings-tax.php b/plugins/woocommerce/includes/admin/settings/views/settings-tax.php similarity index 100% rename from includes/admin/settings/views/settings-tax.php rename to plugins/woocommerce/includes/admin/settings/views/settings-tax.php diff --git a/includes/admin/views/html-admin-dashboard-setup.php b/plugins/woocommerce/includes/admin/views/html-admin-dashboard-setup.php similarity index 100% rename from includes/admin/views/html-admin-dashboard-setup.php rename to plugins/woocommerce/includes/admin/views/html-admin-dashboard-setup.php diff --git a/includes/admin/views/html-admin-page-addons.php b/plugins/woocommerce/includes/admin/views/html-admin-page-addons.php similarity index 100% rename from includes/admin/views/html-admin-page-addons.php rename to plugins/woocommerce/includes/admin/views/html-admin-page-addons.php diff --git a/includes/admin/views/html-admin-page-product-export.php b/plugins/woocommerce/includes/admin/views/html-admin-page-product-export.php similarity index 100% rename from includes/admin/views/html-admin-page-product-export.php rename to plugins/woocommerce/includes/admin/views/html-admin-page-product-export.php diff --git a/includes/admin/views/html-admin-page-reports.php b/plugins/woocommerce/includes/admin/views/html-admin-page-reports.php similarity index 100% rename from includes/admin/views/html-admin-page-reports.php rename to plugins/woocommerce/includes/admin/views/html-admin-page-reports.php diff --git a/includes/admin/views/html-admin-page-status-logs-db.php b/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs-db.php similarity index 100% rename from includes/admin/views/html-admin-page-status-logs-db.php rename to plugins/woocommerce/includes/admin/views/html-admin-page-status-logs-db.php diff --git a/includes/admin/views/html-admin-page-status-logs.php b/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs.php similarity index 100% rename from includes/admin/views/html-admin-page-status-logs.php rename to plugins/woocommerce/includes/admin/views/html-admin-page-status-logs.php diff --git a/includes/admin/views/html-admin-page-status-report.php b/plugins/woocommerce/includes/admin/views/html-admin-page-status-report.php similarity index 100% rename from includes/admin/views/html-admin-page-status-report.php rename to plugins/woocommerce/includes/admin/views/html-admin-page-status-report.php diff --git a/includes/admin/views/html-admin-page-status-tools.php b/plugins/woocommerce/includes/admin/views/html-admin-page-status-tools.php similarity index 100% rename from includes/admin/views/html-admin-page-status-tools.php rename to plugins/woocommerce/includes/admin/views/html-admin-page-status-tools.php diff --git a/includes/admin/views/html-admin-page-status.php b/plugins/woocommerce/includes/admin/views/html-admin-page-status.php similarity index 100% rename from includes/admin/views/html-admin-page-status.php rename to plugins/woocommerce/includes/admin/views/html-admin-page-status.php diff --git a/includes/admin/views/html-admin-settings.php b/plugins/woocommerce/includes/admin/views/html-admin-settings.php similarity index 100% rename from includes/admin/views/html-admin-settings.php rename to plugins/woocommerce/includes/admin/views/html-admin-settings.php diff --git a/includes/admin/views/html-bulk-edit-product.php b/plugins/woocommerce/includes/admin/views/html-bulk-edit-product.php similarity index 100% rename from includes/admin/views/html-bulk-edit-product.php rename to plugins/woocommerce/includes/admin/views/html-bulk-edit-product.php diff --git a/includes/admin/views/html-email-template-preview.php b/plugins/woocommerce/includes/admin/views/html-email-template-preview.php similarity index 100% rename from includes/admin/views/html-email-template-preview.php rename to plugins/woocommerce/includes/admin/views/html-email-template-preview.php diff --git a/includes/admin/views/html-notice-base-table-missing.php b/plugins/woocommerce/includes/admin/views/html-notice-base-table-missing.php similarity index 100% rename from includes/admin/views/html-notice-base-table-missing.php rename to plugins/woocommerce/includes/admin/views/html-notice-base-table-missing.php diff --git a/includes/admin/views/html-notice-custom.php b/plugins/woocommerce/includes/admin/views/html-notice-custom.php similarity index 100% rename from includes/admin/views/html-notice-custom.php rename to plugins/woocommerce/includes/admin/views/html-notice-custom.php diff --git a/includes/admin/views/html-notice-install.php b/plugins/woocommerce/includes/admin/views/html-notice-install.php similarity index 100% rename from includes/admin/views/html-notice-install.php rename to plugins/woocommerce/includes/admin/views/html-notice-install.php diff --git a/includes/admin/views/html-notice-legacy-shipping.php b/plugins/woocommerce/includes/admin/views/html-notice-legacy-shipping.php similarity index 100% rename from includes/admin/views/html-notice-legacy-shipping.php rename to plugins/woocommerce/includes/admin/views/html-notice-legacy-shipping.php diff --git a/includes/admin/views/html-notice-maxmind-license-key.php b/plugins/woocommerce/includes/admin/views/html-notice-maxmind-license-key.php similarity index 100% rename from includes/admin/views/html-notice-maxmind-license-key.php rename to plugins/woocommerce/includes/admin/views/html-notice-maxmind-license-key.php diff --git a/includes/admin/views/html-notice-no-shipping-methods.php b/plugins/woocommerce/includes/admin/views/html-notice-no-shipping-methods.php similarity index 100% rename from includes/admin/views/html-notice-no-shipping-methods.php rename to plugins/woocommerce/includes/admin/views/html-notice-no-shipping-methods.php diff --git a/includes/admin/views/html-notice-redirect-only-download.php b/plugins/woocommerce/includes/admin/views/html-notice-redirect-only-download.php similarity index 100% rename from includes/admin/views/html-notice-redirect-only-download.php rename to plugins/woocommerce/includes/admin/views/html-notice-redirect-only-download.php diff --git a/includes/admin/views/html-notice-regenerating-lookup-table.php b/plugins/woocommerce/includes/admin/views/html-notice-regenerating-lookup-table.php similarity index 100% rename from includes/admin/views/html-notice-regenerating-lookup-table.php rename to plugins/woocommerce/includes/admin/views/html-notice-regenerating-lookup-table.php diff --git a/includes/admin/views/html-notice-regenerating-thumbnails.php b/plugins/woocommerce/includes/admin/views/html-notice-regenerating-thumbnails.php similarity index 100% rename from includes/admin/views/html-notice-regenerating-thumbnails.php rename to plugins/woocommerce/includes/admin/views/html-notice-regenerating-thumbnails.php diff --git a/includes/admin/views/html-notice-secure-connection.php b/plugins/woocommerce/includes/admin/views/html-notice-secure-connection.php similarity index 100% rename from includes/admin/views/html-notice-secure-connection.php rename to plugins/woocommerce/includes/admin/views/html-notice-secure-connection.php diff --git a/includes/admin/views/html-notice-template-check.php b/plugins/woocommerce/includes/admin/views/html-notice-template-check.php similarity index 100% rename from includes/admin/views/html-notice-template-check.php rename to plugins/woocommerce/includes/admin/views/html-notice-template-check.php diff --git a/includes/admin/views/html-notice-update.php b/plugins/woocommerce/includes/admin/views/html-notice-update.php similarity index 100% rename from includes/admin/views/html-notice-update.php rename to plugins/woocommerce/includes/admin/views/html-notice-update.php diff --git a/includes/admin/views/html-notice-updated.php b/plugins/woocommerce/includes/admin/views/html-notice-updated.php similarity index 100% rename from includes/admin/views/html-notice-updated.php rename to plugins/woocommerce/includes/admin/views/html-notice-updated.php diff --git a/includes/admin/views/html-notice-updating.php b/plugins/woocommerce/includes/admin/views/html-notice-updating.php similarity index 100% rename from includes/admin/views/html-notice-updating.php rename to plugins/woocommerce/includes/admin/views/html-notice-updating.php diff --git a/includes/admin/views/html-notice-uploads-directory-is-unprotected.php b/plugins/woocommerce/includes/admin/views/html-notice-uploads-directory-is-unprotected.php similarity index 100% rename from includes/admin/views/html-notice-uploads-directory-is-unprotected.php rename to plugins/woocommerce/includes/admin/views/html-notice-uploads-directory-is-unprotected.php diff --git a/includes/admin/views/html-notice-wp-php-minimum-requirements.php b/plugins/woocommerce/includes/admin/views/html-notice-wp-php-minimum-requirements.php similarity index 100% rename from includes/admin/views/html-notice-wp-php-minimum-requirements.php rename to plugins/woocommerce/includes/admin/views/html-notice-wp-php-minimum-requirements.php diff --git a/includes/admin/views/html-quick-edit-product.php b/plugins/woocommerce/includes/admin/views/html-quick-edit-product.php similarity index 100% rename from includes/admin/views/html-quick-edit-product.php rename to plugins/woocommerce/includes/admin/views/html-quick-edit-product.php diff --git a/includes/admin/views/html-report-by-date.php b/plugins/woocommerce/includes/admin/views/html-report-by-date.php similarity index 100% rename from includes/admin/views/html-report-by-date.php rename to plugins/woocommerce/includes/admin/views/html-report-by-date.php diff --git a/includes/admin/wc-admin-functions.php b/plugins/woocommerce/includes/admin/wc-admin-functions.php similarity index 100% rename from includes/admin/wc-admin-functions.php rename to plugins/woocommerce/includes/admin/wc-admin-functions.php diff --git a/includes/admin/wc-meta-box-functions.php b/plugins/woocommerce/includes/admin/wc-meta-box-functions.php similarity index 100% rename from includes/admin/wc-meta-box-functions.php rename to plugins/woocommerce/includes/admin/wc-meta-box-functions.php diff --git a/includes/blocks/class-wc-blocks-utils.php b/plugins/woocommerce/includes/blocks/class-wc-blocks-utils.php similarity index 100% rename from includes/blocks/class-wc-blocks-utils.php rename to plugins/woocommerce/includes/blocks/class-wc-blocks-utils.php diff --git a/includes/class-wc-ajax.php b/plugins/woocommerce/includes/class-wc-ajax.php similarity index 100% rename from includes/class-wc-ajax.php rename to plugins/woocommerce/includes/class-wc-ajax.php diff --git a/includes/class-wc-api.php b/plugins/woocommerce/includes/class-wc-api.php similarity index 100% rename from includes/class-wc-api.php rename to plugins/woocommerce/includes/class-wc-api.php diff --git a/includes/class-wc-auth.php b/plugins/woocommerce/includes/class-wc-auth.php similarity index 100% rename from includes/class-wc-auth.php rename to plugins/woocommerce/includes/class-wc-auth.php diff --git a/includes/class-wc-autoloader.php b/plugins/woocommerce/includes/class-wc-autoloader.php similarity index 100% rename from includes/class-wc-autoloader.php rename to plugins/woocommerce/includes/class-wc-autoloader.php diff --git a/includes/class-wc-background-emailer.php b/plugins/woocommerce/includes/class-wc-background-emailer.php similarity index 100% rename from includes/class-wc-background-emailer.php rename to plugins/woocommerce/includes/class-wc-background-emailer.php diff --git a/includes/class-wc-background-updater.php b/plugins/woocommerce/includes/class-wc-background-updater.php similarity index 100% rename from includes/class-wc-background-updater.php rename to plugins/woocommerce/includes/class-wc-background-updater.php diff --git a/includes/class-wc-breadcrumb.php b/plugins/woocommerce/includes/class-wc-breadcrumb.php similarity index 100% rename from includes/class-wc-breadcrumb.php rename to plugins/woocommerce/includes/class-wc-breadcrumb.php diff --git a/includes/class-wc-cache-helper.php b/plugins/woocommerce/includes/class-wc-cache-helper.php similarity index 100% rename from includes/class-wc-cache-helper.php rename to plugins/woocommerce/includes/class-wc-cache-helper.php diff --git a/includes/class-wc-cart-fees.php b/plugins/woocommerce/includes/class-wc-cart-fees.php similarity index 100% rename from includes/class-wc-cart-fees.php rename to plugins/woocommerce/includes/class-wc-cart-fees.php diff --git a/includes/class-wc-cart-session.php b/plugins/woocommerce/includes/class-wc-cart-session.php similarity index 100% rename from includes/class-wc-cart-session.php rename to plugins/woocommerce/includes/class-wc-cart-session.php diff --git a/includes/class-wc-cart-totals.php b/plugins/woocommerce/includes/class-wc-cart-totals.php similarity index 100% rename from includes/class-wc-cart-totals.php rename to plugins/woocommerce/includes/class-wc-cart-totals.php diff --git a/includes/class-wc-cart.php b/plugins/woocommerce/includes/class-wc-cart.php similarity index 100% rename from includes/class-wc-cart.php rename to plugins/woocommerce/includes/class-wc-cart.php diff --git a/includes/class-wc-checkout.php b/plugins/woocommerce/includes/class-wc-checkout.php similarity index 100% rename from includes/class-wc-checkout.php rename to plugins/woocommerce/includes/class-wc-checkout.php diff --git a/includes/class-wc-cli.php b/plugins/woocommerce/includes/class-wc-cli.php similarity index 100% rename from includes/class-wc-cli.php rename to plugins/woocommerce/includes/class-wc-cli.php diff --git a/includes/class-wc-comments.php b/plugins/woocommerce/includes/class-wc-comments.php similarity index 100% rename from includes/class-wc-comments.php rename to plugins/woocommerce/includes/class-wc-comments.php diff --git a/includes/class-wc-countries.php b/plugins/woocommerce/includes/class-wc-countries.php similarity index 100% rename from includes/class-wc-countries.php rename to plugins/woocommerce/includes/class-wc-countries.php diff --git a/includes/class-wc-coupon.php b/plugins/woocommerce/includes/class-wc-coupon.php similarity index 100% rename from includes/class-wc-coupon.php rename to plugins/woocommerce/includes/class-wc-coupon.php diff --git a/includes/class-wc-customer-download-log.php b/plugins/woocommerce/includes/class-wc-customer-download-log.php similarity index 100% rename from includes/class-wc-customer-download-log.php rename to plugins/woocommerce/includes/class-wc-customer-download-log.php diff --git a/includes/class-wc-customer-download.php b/plugins/woocommerce/includes/class-wc-customer-download.php similarity index 100% rename from includes/class-wc-customer-download.php rename to plugins/woocommerce/includes/class-wc-customer-download.php diff --git a/includes/class-wc-customer.php b/plugins/woocommerce/includes/class-wc-customer.php similarity index 100% rename from includes/class-wc-customer.php rename to plugins/woocommerce/includes/class-wc-customer.php diff --git a/includes/class-wc-data-exception.php b/plugins/woocommerce/includes/class-wc-data-exception.php similarity index 100% rename from includes/class-wc-data-exception.php rename to plugins/woocommerce/includes/class-wc-data-exception.php diff --git a/includes/class-wc-data-store.php b/plugins/woocommerce/includes/class-wc-data-store.php similarity index 100% rename from includes/class-wc-data-store.php rename to plugins/woocommerce/includes/class-wc-data-store.php diff --git a/includes/class-wc-datetime.php b/plugins/woocommerce/includes/class-wc-datetime.php similarity index 100% rename from includes/class-wc-datetime.php rename to plugins/woocommerce/includes/class-wc-datetime.php diff --git a/includes/class-wc-deprecated-action-hooks.php b/plugins/woocommerce/includes/class-wc-deprecated-action-hooks.php similarity index 100% rename from includes/class-wc-deprecated-action-hooks.php rename to plugins/woocommerce/includes/class-wc-deprecated-action-hooks.php diff --git a/includes/class-wc-deprecated-filter-hooks.php b/plugins/woocommerce/includes/class-wc-deprecated-filter-hooks.php similarity index 100% rename from includes/class-wc-deprecated-filter-hooks.php rename to plugins/woocommerce/includes/class-wc-deprecated-filter-hooks.php diff --git a/includes/class-wc-discounts.php b/plugins/woocommerce/includes/class-wc-discounts.php similarity index 100% rename from includes/class-wc-discounts.php rename to plugins/woocommerce/includes/class-wc-discounts.php diff --git a/includes/class-wc-download-handler.php b/plugins/woocommerce/includes/class-wc-download-handler.php similarity index 100% rename from includes/class-wc-download-handler.php rename to plugins/woocommerce/includes/class-wc-download-handler.php diff --git a/includes/class-wc-emails.php b/plugins/woocommerce/includes/class-wc-emails.php similarity index 100% rename from includes/class-wc-emails.php rename to plugins/woocommerce/includes/class-wc-emails.php diff --git a/includes/class-wc-embed.php b/plugins/woocommerce/includes/class-wc-embed.php similarity index 100% rename from includes/class-wc-embed.php rename to plugins/woocommerce/includes/class-wc-embed.php diff --git a/includes/class-wc-form-handler.php b/plugins/woocommerce/includes/class-wc-form-handler.php similarity index 100% rename from includes/class-wc-form-handler.php rename to plugins/woocommerce/includes/class-wc-form-handler.php diff --git a/includes/class-wc-frontend-scripts.php b/plugins/woocommerce/includes/class-wc-frontend-scripts.php similarity index 100% rename from includes/class-wc-frontend-scripts.php rename to plugins/woocommerce/includes/class-wc-frontend-scripts.php diff --git a/includes/class-wc-geo-ip.php b/plugins/woocommerce/includes/class-wc-geo-ip.php similarity index 100% rename from includes/class-wc-geo-ip.php rename to plugins/woocommerce/includes/class-wc-geo-ip.php diff --git a/includes/class-wc-geolite-integration.php b/plugins/woocommerce/includes/class-wc-geolite-integration.php similarity index 100% rename from includes/class-wc-geolite-integration.php rename to plugins/woocommerce/includes/class-wc-geolite-integration.php diff --git a/includes/class-wc-geolocation.php b/plugins/woocommerce/includes/class-wc-geolocation.php similarity index 100% rename from includes/class-wc-geolocation.php rename to plugins/woocommerce/includes/class-wc-geolocation.php diff --git a/includes/class-wc-https.php b/plugins/woocommerce/includes/class-wc-https.php similarity index 100% rename from includes/class-wc-https.php rename to plugins/woocommerce/includes/class-wc-https.php diff --git a/includes/class-wc-install.php b/plugins/woocommerce/includes/class-wc-install.php similarity index 100% rename from includes/class-wc-install.php rename to plugins/woocommerce/includes/class-wc-install.php diff --git a/includes/class-wc-integrations.php b/plugins/woocommerce/includes/class-wc-integrations.php similarity index 100% rename from includes/class-wc-integrations.php rename to plugins/woocommerce/includes/class-wc-integrations.php diff --git a/includes/class-wc-log-levels.php b/plugins/woocommerce/includes/class-wc-log-levels.php similarity index 100% rename from includes/class-wc-log-levels.php rename to plugins/woocommerce/includes/class-wc-log-levels.php diff --git a/includes/class-wc-logger.php b/plugins/woocommerce/includes/class-wc-logger.php similarity index 100% rename from includes/class-wc-logger.php rename to plugins/woocommerce/includes/class-wc-logger.php diff --git a/includes/class-wc-meta-data.php b/plugins/woocommerce/includes/class-wc-meta-data.php similarity index 100% rename from includes/class-wc-meta-data.php rename to plugins/woocommerce/includes/class-wc-meta-data.php diff --git a/includes/class-wc-order-factory.php b/plugins/woocommerce/includes/class-wc-order-factory.php similarity index 100% rename from includes/class-wc-order-factory.php rename to plugins/woocommerce/includes/class-wc-order-factory.php diff --git a/includes/class-wc-order-item-coupon.php b/plugins/woocommerce/includes/class-wc-order-item-coupon.php similarity index 100% rename from includes/class-wc-order-item-coupon.php rename to plugins/woocommerce/includes/class-wc-order-item-coupon.php diff --git a/includes/class-wc-order-item-fee.php b/plugins/woocommerce/includes/class-wc-order-item-fee.php similarity index 100% rename from includes/class-wc-order-item-fee.php rename to plugins/woocommerce/includes/class-wc-order-item-fee.php diff --git a/includes/class-wc-order-item-meta.php b/plugins/woocommerce/includes/class-wc-order-item-meta.php similarity index 100% rename from includes/class-wc-order-item-meta.php rename to plugins/woocommerce/includes/class-wc-order-item-meta.php diff --git a/includes/class-wc-order-item-product.php b/plugins/woocommerce/includes/class-wc-order-item-product.php similarity index 100% rename from includes/class-wc-order-item-product.php rename to plugins/woocommerce/includes/class-wc-order-item-product.php diff --git a/includes/class-wc-order-item-shipping.php b/plugins/woocommerce/includes/class-wc-order-item-shipping.php similarity index 100% rename from includes/class-wc-order-item-shipping.php rename to plugins/woocommerce/includes/class-wc-order-item-shipping.php diff --git a/includes/class-wc-order-item-tax.php b/plugins/woocommerce/includes/class-wc-order-item-tax.php similarity index 100% rename from includes/class-wc-order-item-tax.php rename to plugins/woocommerce/includes/class-wc-order-item-tax.php diff --git a/includes/class-wc-order-item.php b/plugins/woocommerce/includes/class-wc-order-item.php similarity index 100% rename from includes/class-wc-order-item.php rename to plugins/woocommerce/includes/class-wc-order-item.php diff --git a/includes/class-wc-order-query.php b/plugins/woocommerce/includes/class-wc-order-query.php similarity index 100% rename from includes/class-wc-order-query.php rename to plugins/woocommerce/includes/class-wc-order-query.php diff --git a/includes/class-wc-order-refund.php b/plugins/woocommerce/includes/class-wc-order-refund.php similarity index 100% rename from includes/class-wc-order-refund.php rename to plugins/woocommerce/includes/class-wc-order-refund.php diff --git a/includes/class-wc-order.php b/plugins/woocommerce/includes/class-wc-order.php similarity index 100% rename from includes/class-wc-order.php rename to plugins/woocommerce/includes/class-wc-order.php diff --git a/includes/class-wc-payment-gateways.php b/plugins/woocommerce/includes/class-wc-payment-gateways.php similarity index 100% rename from includes/class-wc-payment-gateways.php rename to plugins/woocommerce/includes/class-wc-payment-gateways.php diff --git a/includes/class-wc-payment-tokens.php b/plugins/woocommerce/includes/class-wc-payment-tokens.php similarity index 100% rename from includes/class-wc-payment-tokens.php rename to plugins/woocommerce/includes/class-wc-payment-tokens.php diff --git a/includes/class-wc-post-data.php b/plugins/woocommerce/includes/class-wc-post-data.php similarity index 100% rename from includes/class-wc-post-data.php rename to plugins/woocommerce/includes/class-wc-post-data.php diff --git a/includes/class-wc-post-types.php b/plugins/woocommerce/includes/class-wc-post-types.php similarity index 100% rename from includes/class-wc-post-types.php rename to plugins/woocommerce/includes/class-wc-post-types.php diff --git a/includes/class-wc-privacy-background-process.php b/plugins/woocommerce/includes/class-wc-privacy-background-process.php similarity index 100% rename from includes/class-wc-privacy-background-process.php rename to plugins/woocommerce/includes/class-wc-privacy-background-process.php diff --git a/includes/class-wc-privacy-erasers.php b/plugins/woocommerce/includes/class-wc-privacy-erasers.php similarity index 100% rename from includes/class-wc-privacy-erasers.php rename to plugins/woocommerce/includes/class-wc-privacy-erasers.php diff --git a/includes/class-wc-privacy-exporters.php b/plugins/woocommerce/includes/class-wc-privacy-exporters.php similarity index 100% rename from includes/class-wc-privacy-exporters.php rename to plugins/woocommerce/includes/class-wc-privacy-exporters.php diff --git a/includes/class-wc-privacy.php b/plugins/woocommerce/includes/class-wc-privacy.php similarity index 100% rename from includes/class-wc-privacy.php rename to plugins/woocommerce/includes/class-wc-privacy.php diff --git a/includes/class-wc-product-attribute.php b/plugins/woocommerce/includes/class-wc-product-attribute.php similarity index 100% rename from includes/class-wc-product-attribute.php rename to plugins/woocommerce/includes/class-wc-product-attribute.php diff --git a/includes/class-wc-product-download.php b/plugins/woocommerce/includes/class-wc-product-download.php similarity index 100% rename from includes/class-wc-product-download.php rename to plugins/woocommerce/includes/class-wc-product-download.php diff --git a/includes/class-wc-product-external.php b/plugins/woocommerce/includes/class-wc-product-external.php similarity index 100% rename from includes/class-wc-product-external.php rename to plugins/woocommerce/includes/class-wc-product-external.php diff --git a/includes/class-wc-product-factory.php b/plugins/woocommerce/includes/class-wc-product-factory.php similarity index 100% rename from includes/class-wc-product-factory.php rename to plugins/woocommerce/includes/class-wc-product-factory.php diff --git a/includes/class-wc-product-grouped.php b/plugins/woocommerce/includes/class-wc-product-grouped.php similarity index 100% rename from includes/class-wc-product-grouped.php rename to plugins/woocommerce/includes/class-wc-product-grouped.php diff --git a/includes/class-wc-product-query.php b/plugins/woocommerce/includes/class-wc-product-query.php similarity index 100% rename from includes/class-wc-product-query.php rename to plugins/woocommerce/includes/class-wc-product-query.php diff --git a/includes/class-wc-product-simple.php b/plugins/woocommerce/includes/class-wc-product-simple.php similarity index 100% rename from includes/class-wc-product-simple.php rename to plugins/woocommerce/includes/class-wc-product-simple.php diff --git a/includes/class-wc-product-variable.php b/plugins/woocommerce/includes/class-wc-product-variable.php similarity index 100% rename from includes/class-wc-product-variable.php rename to plugins/woocommerce/includes/class-wc-product-variable.php diff --git a/includes/class-wc-product-variation.php b/plugins/woocommerce/includes/class-wc-product-variation.php similarity index 100% rename from includes/class-wc-product-variation.php rename to plugins/woocommerce/includes/class-wc-product-variation.php diff --git a/includes/class-wc-query.php b/plugins/woocommerce/includes/class-wc-query.php similarity index 100% rename from includes/class-wc-query.php rename to plugins/woocommerce/includes/class-wc-query.php diff --git a/includes/class-wc-rate-limiter.php b/plugins/woocommerce/includes/class-wc-rate-limiter.php similarity index 100% rename from includes/class-wc-rate-limiter.php rename to plugins/woocommerce/includes/class-wc-rate-limiter.php diff --git a/includes/class-wc-regenerate-images-request.php b/plugins/woocommerce/includes/class-wc-regenerate-images-request.php similarity index 100% rename from includes/class-wc-regenerate-images-request.php rename to plugins/woocommerce/includes/class-wc-regenerate-images-request.php diff --git a/includes/class-wc-regenerate-images.php b/plugins/woocommerce/includes/class-wc-regenerate-images.php similarity index 100% rename from includes/class-wc-regenerate-images.php rename to plugins/woocommerce/includes/class-wc-regenerate-images.php diff --git a/includes/class-wc-register-wp-admin-settings.php b/plugins/woocommerce/includes/class-wc-register-wp-admin-settings.php similarity index 100% rename from includes/class-wc-register-wp-admin-settings.php rename to plugins/woocommerce/includes/class-wc-register-wp-admin-settings.php diff --git a/includes/class-wc-rest-authentication.php b/plugins/woocommerce/includes/class-wc-rest-authentication.php similarity index 100% rename from includes/class-wc-rest-authentication.php rename to plugins/woocommerce/includes/class-wc-rest-authentication.php diff --git a/includes/class-wc-rest-exception.php b/plugins/woocommerce/includes/class-wc-rest-exception.php similarity index 100% rename from includes/class-wc-rest-exception.php rename to plugins/woocommerce/includes/class-wc-rest-exception.php diff --git a/includes/class-wc-session-handler.php b/plugins/woocommerce/includes/class-wc-session-handler.php similarity index 100% rename from includes/class-wc-session-handler.php rename to plugins/woocommerce/includes/class-wc-session-handler.php diff --git a/includes/class-wc-shipping-rate.php b/plugins/woocommerce/includes/class-wc-shipping-rate.php similarity index 100% rename from includes/class-wc-shipping-rate.php rename to plugins/woocommerce/includes/class-wc-shipping-rate.php diff --git a/includes/class-wc-shipping-zone.php b/plugins/woocommerce/includes/class-wc-shipping-zone.php similarity index 100% rename from includes/class-wc-shipping-zone.php rename to plugins/woocommerce/includes/class-wc-shipping-zone.php diff --git a/includes/class-wc-shipping-zones.php b/plugins/woocommerce/includes/class-wc-shipping-zones.php similarity index 100% rename from includes/class-wc-shipping-zones.php rename to plugins/woocommerce/includes/class-wc-shipping-zones.php diff --git a/includes/class-wc-shipping.php b/plugins/woocommerce/includes/class-wc-shipping.php similarity index 100% rename from includes/class-wc-shipping.php rename to plugins/woocommerce/includes/class-wc-shipping.php diff --git a/includes/class-wc-shortcodes.php b/plugins/woocommerce/includes/class-wc-shortcodes.php similarity index 100% rename from includes/class-wc-shortcodes.php rename to plugins/woocommerce/includes/class-wc-shortcodes.php diff --git a/includes/class-wc-structured-data.php b/plugins/woocommerce/includes/class-wc-structured-data.php similarity index 100% rename from includes/class-wc-structured-data.php rename to plugins/woocommerce/includes/class-wc-structured-data.php diff --git a/includes/class-wc-tax.php b/plugins/woocommerce/includes/class-wc-tax.php similarity index 100% rename from includes/class-wc-tax.php rename to plugins/woocommerce/includes/class-wc-tax.php diff --git a/includes/class-wc-template-loader.php b/plugins/woocommerce/includes/class-wc-template-loader.php similarity index 100% rename from includes/class-wc-template-loader.php rename to plugins/woocommerce/includes/class-wc-template-loader.php diff --git a/includes/class-wc-tracker.php b/plugins/woocommerce/includes/class-wc-tracker.php similarity index 100% rename from includes/class-wc-tracker.php rename to plugins/woocommerce/includes/class-wc-tracker.php diff --git a/includes/class-wc-validation.php b/plugins/woocommerce/includes/class-wc-validation.php similarity index 100% rename from includes/class-wc-validation.php rename to plugins/woocommerce/includes/class-wc-validation.php diff --git a/includes/class-wc-webhook.php b/plugins/woocommerce/includes/class-wc-webhook.php similarity index 100% rename from includes/class-wc-webhook.php rename to plugins/woocommerce/includes/class-wc-webhook.php diff --git a/includes/class-woocommerce.php b/plugins/woocommerce/includes/class-woocommerce.php similarity index 100% rename from includes/class-woocommerce.php rename to plugins/woocommerce/includes/class-woocommerce.php diff --git a/includes/cli/class-wc-cli-rest-command.php b/plugins/woocommerce/includes/cli/class-wc-cli-rest-command.php similarity index 100% rename from includes/cli/class-wc-cli-rest-command.php rename to plugins/woocommerce/includes/cli/class-wc-cli-rest-command.php diff --git a/includes/cli/class-wc-cli-runner.php b/plugins/woocommerce/includes/cli/class-wc-cli-runner.php similarity index 100% rename from includes/cli/class-wc-cli-runner.php rename to plugins/woocommerce/includes/cli/class-wc-cli-runner.php diff --git a/includes/cli/class-wc-cli-tool-command.php b/plugins/woocommerce/includes/cli/class-wc-cli-tool-command.php similarity index 100% rename from includes/cli/class-wc-cli-tool-command.php rename to plugins/woocommerce/includes/cli/class-wc-cli-tool-command.php diff --git a/includes/cli/class-wc-cli-tracker-command.php b/plugins/woocommerce/includes/cli/class-wc-cli-tracker-command.php similarity index 100% rename from includes/cli/class-wc-cli-tracker-command.php rename to plugins/woocommerce/includes/cli/class-wc-cli-tracker-command.php diff --git a/includes/cli/class-wc-cli-update-command.php b/plugins/woocommerce/includes/cli/class-wc-cli-update-command.php similarity index 100% rename from includes/cli/class-wc-cli-update-command.php rename to plugins/woocommerce/includes/cli/class-wc-cli-update-command.php diff --git a/includes/customizer/class-wc-customizer-control-cropping.php b/plugins/woocommerce/includes/customizer/class-wc-customizer-control-cropping.php similarity index 100% rename from includes/customizer/class-wc-customizer-control-cropping.php rename to plugins/woocommerce/includes/customizer/class-wc-customizer-control-cropping.php diff --git a/includes/customizer/class-wc-shop-customizer.php b/plugins/woocommerce/includes/customizer/class-wc-shop-customizer.php similarity index 100% rename from includes/customizer/class-wc-shop-customizer.php rename to plugins/woocommerce/includes/customizer/class-wc-shop-customizer.php diff --git a/includes/data-stores/abstract-wc-order-data-store-cpt.php b/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php similarity index 100% rename from includes/data-stores/abstract-wc-order-data-store-cpt.php rename to plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php diff --git a/includes/data-stores/abstract-wc-order-item-type-data-store.php b/plugins/woocommerce/includes/data-stores/abstract-wc-order-item-type-data-store.php similarity index 100% rename from includes/data-stores/abstract-wc-order-item-type-data-store.php rename to plugins/woocommerce/includes/data-stores/abstract-wc-order-item-type-data-store.php diff --git a/includes/data-stores/class-wc-coupon-data-store-cpt.php b/plugins/woocommerce/includes/data-stores/class-wc-coupon-data-store-cpt.php similarity index 100% rename from includes/data-stores/class-wc-coupon-data-store-cpt.php rename to plugins/woocommerce/includes/data-stores/class-wc-coupon-data-store-cpt.php diff --git a/includes/data-stores/class-wc-customer-data-store-session.php b/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store-session.php similarity index 100% rename from includes/data-stores/class-wc-customer-data-store-session.php rename to plugins/woocommerce/includes/data-stores/class-wc-customer-data-store-session.php diff --git a/includes/data-stores/class-wc-customer-data-store.php b/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store.php similarity index 100% rename from includes/data-stores/class-wc-customer-data-store.php rename to plugins/woocommerce/includes/data-stores/class-wc-customer-data-store.php diff --git a/includes/data-stores/class-wc-customer-download-data-store.php b/plugins/woocommerce/includes/data-stores/class-wc-customer-download-data-store.php similarity index 100% rename from includes/data-stores/class-wc-customer-download-data-store.php rename to plugins/woocommerce/includes/data-stores/class-wc-customer-download-data-store.php diff --git a/includes/data-stores/class-wc-customer-download-log-data-store.php b/plugins/woocommerce/includes/data-stores/class-wc-customer-download-log-data-store.php similarity index 100% rename from includes/data-stores/class-wc-customer-download-log-data-store.php rename to plugins/woocommerce/includes/data-stores/class-wc-customer-download-log-data-store.php diff --git a/includes/data-stores/class-wc-data-store-wp.php b/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php similarity index 100% rename from includes/data-stores/class-wc-data-store-wp.php rename to plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php diff --git a/includes/data-stores/class-wc-order-data-store-cpt.php b/plugins/woocommerce/includes/data-stores/class-wc-order-data-store-cpt.php similarity index 100% rename from includes/data-stores/class-wc-order-data-store-cpt.php rename to plugins/woocommerce/includes/data-stores/class-wc-order-data-store-cpt.php diff --git a/includes/data-stores/class-wc-order-item-coupon-data-store.php b/plugins/woocommerce/includes/data-stores/class-wc-order-item-coupon-data-store.php similarity index 100% rename from includes/data-stores/class-wc-order-item-coupon-data-store.php rename to plugins/woocommerce/includes/data-stores/class-wc-order-item-coupon-data-store.php diff --git a/includes/data-stores/class-wc-order-item-data-store.php b/plugins/woocommerce/includes/data-stores/class-wc-order-item-data-store.php similarity index 100% rename from includes/data-stores/class-wc-order-item-data-store.php rename to plugins/woocommerce/includes/data-stores/class-wc-order-item-data-store.php diff --git a/includes/data-stores/class-wc-order-item-fee-data-store.php b/plugins/woocommerce/includes/data-stores/class-wc-order-item-fee-data-store.php similarity index 100% rename from includes/data-stores/class-wc-order-item-fee-data-store.php rename to plugins/woocommerce/includes/data-stores/class-wc-order-item-fee-data-store.php diff --git a/includes/data-stores/class-wc-order-item-product-data-store.php b/plugins/woocommerce/includes/data-stores/class-wc-order-item-product-data-store.php similarity index 100% rename from includes/data-stores/class-wc-order-item-product-data-store.php rename to plugins/woocommerce/includes/data-stores/class-wc-order-item-product-data-store.php diff --git a/includes/data-stores/class-wc-order-item-shipping-data-store.php b/plugins/woocommerce/includes/data-stores/class-wc-order-item-shipping-data-store.php similarity index 100% rename from includes/data-stores/class-wc-order-item-shipping-data-store.php rename to plugins/woocommerce/includes/data-stores/class-wc-order-item-shipping-data-store.php diff --git a/includes/data-stores/class-wc-order-item-tax-data-store.php b/plugins/woocommerce/includes/data-stores/class-wc-order-item-tax-data-store.php similarity index 100% rename from includes/data-stores/class-wc-order-item-tax-data-store.php rename to plugins/woocommerce/includes/data-stores/class-wc-order-item-tax-data-store.php diff --git a/includes/data-stores/class-wc-order-refund-data-store-cpt.php b/plugins/woocommerce/includes/data-stores/class-wc-order-refund-data-store-cpt.php similarity index 100% rename from includes/data-stores/class-wc-order-refund-data-store-cpt.php rename to plugins/woocommerce/includes/data-stores/class-wc-order-refund-data-store-cpt.php diff --git a/includes/data-stores/class-wc-payment-token-data-store.php b/plugins/woocommerce/includes/data-stores/class-wc-payment-token-data-store.php similarity index 100% rename from includes/data-stores/class-wc-payment-token-data-store.php rename to plugins/woocommerce/includes/data-stores/class-wc-payment-token-data-store.php diff --git a/includes/data-stores/class-wc-product-data-store-cpt.php b/plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php similarity index 100% rename from includes/data-stores/class-wc-product-data-store-cpt.php rename to plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php diff --git a/includes/data-stores/class-wc-product-grouped-data-store-cpt.php b/plugins/woocommerce/includes/data-stores/class-wc-product-grouped-data-store-cpt.php similarity index 100% rename from includes/data-stores/class-wc-product-grouped-data-store-cpt.php rename to plugins/woocommerce/includes/data-stores/class-wc-product-grouped-data-store-cpt.php diff --git a/includes/data-stores/class-wc-product-variable-data-store-cpt.php b/plugins/woocommerce/includes/data-stores/class-wc-product-variable-data-store-cpt.php similarity index 100% rename from includes/data-stores/class-wc-product-variable-data-store-cpt.php rename to plugins/woocommerce/includes/data-stores/class-wc-product-variable-data-store-cpt.php diff --git a/includes/data-stores/class-wc-product-variation-data-store-cpt.php b/plugins/woocommerce/includes/data-stores/class-wc-product-variation-data-store-cpt.php similarity index 100% rename from includes/data-stores/class-wc-product-variation-data-store-cpt.php rename to plugins/woocommerce/includes/data-stores/class-wc-product-variation-data-store-cpt.php diff --git a/includes/data-stores/class-wc-shipping-zone-data-store.php b/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php similarity index 100% rename from includes/data-stores/class-wc-shipping-zone-data-store.php rename to plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php diff --git a/includes/data-stores/class-wc-webhook-data-store.php b/plugins/woocommerce/includes/data-stores/class-wc-webhook-data-store.php similarity index 100% rename from includes/data-stores/class-wc-webhook-data-store.php rename to plugins/woocommerce/includes/data-stores/class-wc-webhook-data-store.php diff --git a/includes/emails/class-wc-email-cancelled-order.php b/plugins/woocommerce/includes/emails/class-wc-email-cancelled-order.php similarity index 100% rename from includes/emails/class-wc-email-cancelled-order.php rename to plugins/woocommerce/includes/emails/class-wc-email-cancelled-order.php diff --git a/includes/emails/class-wc-email-customer-completed-order.php b/plugins/woocommerce/includes/emails/class-wc-email-customer-completed-order.php similarity index 100% rename from includes/emails/class-wc-email-customer-completed-order.php rename to plugins/woocommerce/includes/emails/class-wc-email-customer-completed-order.php diff --git a/includes/emails/class-wc-email-customer-invoice.php b/plugins/woocommerce/includes/emails/class-wc-email-customer-invoice.php similarity index 100% rename from includes/emails/class-wc-email-customer-invoice.php rename to plugins/woocommerce/includes/emails/class-wc-email-customer-invoice.php diff --git a/includes/emails/class-wc-email-customer-new-account.php b/plugins/woocommerce/includes/emails/class-wc-email-customer-new-account.php similarity index 100% rename from includes/emails/class-wc-email-customer-new-account.php rename to plugins/woocommerce/includes/emails/class-wc-email-customer-new-account.php diff --git a/includes/emails/class-wc-email-customer-note.php b/plugins/woocommerce/includes/emails/class-wc-email-customer-note.php similarity index 100% rename from includes/emails/class-wc-email-customer-note.php rename to plugins/woocommerce/includes/emails/class-wc-email-customer-note.php diff --git a/includes/emails/class-wc-email-customer-on-hold-order.php b/plugins/woocommerce/includes/emails/class-wc-email-customer-on-hold-order.php similarity index 100% rename from includes/emails/class-wc-email-customer-on-hold-order.php rename to plugins/woocommerce/includes/emails/class-wc-email-customer-on-hold-order.php diff --git a/includes/emails/class-wc-email-customer-processing-order.php b/plugins/woocommerce/includes/emails/class-wc-email-customer-processing-order.php similarity index 100% rename from includes/emails/class-wc-email-customer-processing-order.php rename to plugins/woocommerce/includes/emails/class-wc-email-customer-processing-order.php diff --git a/includes/emails/class-wc-email-customer-refunded-order.php b/plugins/woocommerce/includes/emails/class-wc-email-customer-refunded-order.php similarity index 100% rename from includes/emails/class-wc-email-customer-refunded-order.php rename to plugins/woocommerce/includes/emails/class-wc-email-customer-refunded-order.php diff --git a/includes/emails/class-wc-email-customer-reset-password.php b/plugins/woocommerce/includes/emails/class-wc-email-customer-reset-password.php similarity index 100% rename from includes/emails/class-wc-email-customer-reset-password.php rename to plugins/woocommerce/includes/emails/class-wc-email-customer-reset-password.php diff --git a/includes/emails/class-wc-email-failed-order.php b/plugins/woocommerce/includes/emails/class-wc-email-failed-order.php similarity index 100% rename from includes/emails/class-wc-email-failed-order.php rename to plugins/woocommerce/includes/emails/class-wc-email-failed-order.php diff --git a/includes/emails/class-wc-email-new-order.php b/plugins/woocommerce/includes/emails/class-wc-email-new-order.php similarity index 100% rename from includes/emails/class-wc-email-new-order.php rename to plugins/woocommerce/includes/emails/class-wc-email-new-order.php diff --git a/includes/emails/class-wc-email.php b/plugins/woocommerce/includes/emails/class-wc-email.php similarity index 100% rename from includes/emails/class-wc-email.php rename to plugins/woocommerce/includes/emails/class-wc-email.php diff --git a/includes/export/abstract-wc-csv-batch-exporter.php b/plugins/woocommerce/includes/export/abstract-wc-csv-batch-exporter.php similarity index 100% rename from includes/export/abstract-wc-csv-batch-exporter.php rename to plugins/woocommerce/includes/export/abstract-wc-csv-batch-exporter.php diff --git a/includes/export/abstract-wc-csv-exporter.php b/plugins/woocommerce/includes/export/abstract-wc-csv-exporter.php similarity index 100% rename from includes/export/abstract-wc-csv-exporter.php rename to plugins/woocommerce/includes/export/abstract-wc-csv-exporter.php diff --git a/includes/export/class-wc-product-csv-exporter.php b/plugins/woocommerce/includes/export/class-wc-product-csv-exporter.php similarity index 100% rename from includes/export/class-wc-product-csv-exporter.php rename to plugins/woocommerce/includes/export/class-wc-product-csv-exporter.php diff --git a/includes/gateways/bacs/class-wc-gateway-bacs.php b/plugins/woocommerce/includes/gateways/bacs/class-wc-gateway-bacs.php similarity index 100% rename from includes/gateways/bacs/class-wc-gateway-bacs.php rename to plugins/woocommerce/includes/gateways/bacs/class-wc-gateway-bacs.php diff --git a/includes/gateways/cheque/class-wc-gateway-cheque.php b/plugins/woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php similarity index 100% rename from includes/gateways/cheque/class-wc-gateway-cheque.php rename to plugins/woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php diff --git a/includes/gateways/class-wc-payment-gateway-cc.php b/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-cc.php similarity index 100% rename from includes/gateways/class-wc-payment-gateway-cc.php rename to plugins/woocommerce/includes/gateways/class-wc-payment-gateway-cc.php diff --git a/includes/gateways/class-wc-payment-gateway-echeck.php b/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-echeck.php similarity index 100% rename from includes/gateways/class-wc-payment-gateway-echeck.php rename to plugins/woocommerce/includes/gateways/class-wc-payment-gateway-echeck.php diff --git a/includes/gateways/cod/class-wc-gateway-cod.php b/plugins/woocommerce/includes/gateways/cod/class-wc-gateway-cod.php similarity index 100% rename from includes/gateways/cod/class-wc-gateway-cod.php rename to plugins/woocommerce/includes/gateways/cod/class-wc-gateway-cod.php diff --git a/includes/gateways/paypal/assets/images/paypal.png b/plugins/woocommerce/includes/gateways/paypal/assets/images/paypal.png similarity index 100% rename from includes/gateways/paypal/assets/images/paypal.png rename to plugins/woocommerce/includes/gateways/paypal/assets/images/paypal.png diff --git a/includes/gateways/paypal/assets/js/paypal-admin.js b/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.js similarity index 100% rename from includes/gateways/paypal/assets/js/paypal-admin.js rename to plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.js diff --git a/includes/gateways/paypal/assets/js/paypal-admin.min.js b/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.min.js similarity index 100% rename from includes/gateways/paypal/assets/js/paypal-admin.min.js rename to plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.min.js diff --git a/includes/gateways/paypal/class-wc-gateway-paypal.php b/plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php similarity index 100% rename from includes/gateways/paypal/class-wc-gateway-paypal.php rename to plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php diff --git a/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php b/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php similarity index 100% rename from includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php rename to plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php diff --git a/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php b/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php similarity index 100% rename from includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php rename to plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php diff --git a/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php b/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php similarity index 100% rename from includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php rename to plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php diff --git a/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php b/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php similarity index 100% rename from includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php rename to plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php diff --git a/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php b/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php similarity index 100% rename from includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php rename to plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php diff --git a/includes/gateways/paypal/includes/settings-paypal.php b/plugins/woocommerce/includes/gateways/paypal/includes/settings-paypal.php similarity index 100% rename from includes/gateways/paypal/includes/settings-paypal.php rename to plugins/woocommerce/includes/gateways/paypal/includes/settings-paypal.php diff --git a/includes/import/abstract-wc-product-importer.php b/plugins/woocommerce/includes/import/abstract-wc-product-importer.php similarity index 100% rename from includes/import/abstract-wc-product-importer.php rename to plugins/woocommerce/includes/import/abstract-wc-product-importer.php diff --git a/includes/import/class-wc-product-csv-importer.php b/plugins/woocommerce/includes/import/class-wc-product-csv-importer.php similarity index 100% rename from includes/import/class-wc-product-csv-importer.php rename to plugins/woocommerce/includes/import/class-wc-product-csv-importer.php diff --git a/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-database-service.php b/plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-database-service.php similarity index 100% rename from includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-database-service.php rename to plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-database-service.php diff --git a/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php b/plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php similarity index 100% rename from includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php rename to plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php diff --git a/includes/integrations/maxmind-geolocation/views/html-admin-options.php b/plugins/woocommerce/includes/integrations/maxmind-geolocation/views/html-admin-options.php similarity index 100% rename from includes/integrations/maxmind-geolocation/views/html-admin-options.php rename to plugins/woocommerce/includes/integrations/maxmind-geolocation/views/html-admin-options.php diff --git a/includes/interfaces/class-wc-abstract-order-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-abstract-order-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-abstract-order-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-abstract-order-data-store-interface.php diff --git a/includes/interfaces/class-wc-coupon-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-coupon-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-coupon-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-coupon-data-store-interface.php diff --git a/includes/interfaces/class-wc-customer-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-customer-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-customer-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-customer-data-store-interface.php diff --git a/includes/interfaces/class-wc-customer-download-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-customer-download-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-customer-download-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-customer-download-data-store-interface.php diff --git a/includes/interfaces/class-wc-customer-download-log-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-customer-download-log-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-customer-download-log-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-customer-download-log-data-store-interface.php diff --git a/includes/interfaces/class-wc-importer-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-importer-interface.php similarity index 100% rename from includes/interfaces/class-wc-importer-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-importer-interface.php diff --git a/includes/interfaces/class-wc-log-handler-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-log-handler-interface.php similarity index 100% rename from includes/interfaces/class-wc-log-handler-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-log-handler-interface.php diff --git a/includes/interfaces/class-wc-logger-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-logger-interface.php similarity index 100% rename from includes/interfaces/class-wc-logger-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-logger-interface.php diff --git a/includes/interfaces/class-wc-object-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-object-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-object-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-object-data-store-interface.php diff --git a/includes/interfaces/class-wc-order-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-order-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-order-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-order-data-store-interface.php diff --git a/includes/interfaces/class-wc-order-item-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-order-item-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-order-item-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-order-item-data-store-interface.php diff --git a/includes/interfaces/class-wc-order-item-product-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-order-item-product-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-order-item-product-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-order-item-product-data-store-interface.php diff --git a/includes/interfaces/class-wc-order-item-type-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-order-item-type-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-order-item-type-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-order-item-type-data-store-interface.php diff --git a/includes/interfaces/class-wc-order-refund-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-order-refund-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-order-refund-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-order-refund-data-store-interface.php diff --git a/includes/interfaces/class-wc-payment-token-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-payment-token-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-payment-token-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-payment-token-data-store-interface.php diff --git a/includes/interfaces/class-wc-product-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-product-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-product-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-product-data-store-interface.php diff --git a/includes/interfaces/class-wc-product-variable-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-product-variable-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-product-variable-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-product-variable-data-store-interface.php diff --git a/includes/interfaces/class-wc-queue-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-queue-interface.php similarity index 100% rename from includes/interfaces/class-wc-queue-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-queue-interface.php diff --git a/includes/interfaces/class-wc-shipping-zone-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-shipping-zone-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-shipping-zone-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-shipping-zone-data-store-interface.php diff --git a/includes/interfaces/class-wc-webhooks-data-store-interface.php b/plugins/woocommerce/includes/interfaces/class-wc-webhooks-data-store-interface.php similarity index 100% rename from includes/interfaces/class-wc-webhooks-data-store-interface.php rename to plugins/woocommerce/includes/interfaces/class-wc-webhooks-data-store-interface.php diff --git a/includes/legacy/abstract-wc-legacy-order.php b/plugins/woocommerce/includes/legacy/abstract-wc-legacy-order.php similarity index 100% rename from includes/legacy/abstract-wc-legacy-order.php rename to plugins/woocommerce/includes/legacy/abstract-wc-legacy-order.php diff --git a/includes/legacy/abstract-wc-legacy-payment-token.php b/plugins/woocommerce/includes/legacy/abstract-wc-legacy-payment-token.php similarity index 100% rename from includes/legacy/abstract-wc-legacy-payment-token.php rename to plugins/woocommerce/includes/legacy/abstract-wc-legacy-payment-token.php diff --git a/includes/legacy/abstract-wc-legacy-product.php b/plugins/woocommerce/includes/legacy/abstract-wc-legacy-product.php similarity index 100% rename from includes/legacy/abstract-wc-legacy-product.php rename to plugins/woocommerce/includes/legacy/abstract-wc-legacy-product.php diff --git a/includes/legacy/api/class-wc-rest-legacy-coupons-controller.php b/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-coupons-controller.php similarity index 100% rename from includes/legacy/api/class-wc-rest-legacy-coupons-controller.php rename to plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-coupons-controller.php diff --git a/includes/legacy/api/class-wc-rest-legacy-orders-controller.php b/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-orders-controller.php similarity index 100% rename from includes/legacy/api/class-wc-rest-legacy-orders-controller.php rename to plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-orders-controller.php diff --git a/includes/legacy/api/class-wc-rest-legacy-products-controller.php b/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-products-controller.php similarity index 100% rename from includes/legacy/api/class-wc-rest-legacy-products-controller.php rename to plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-products-controller.php diff --git a/includes/legacy/api/v1/class-wc-api-authentication.php b/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-authentication.php similarity index 100% rename from includes/legacy/api/v1/class-wc-api-authentication.php rename to plugins/woocommerce/includes/legacy/api/v1/class-wc-api-authentication.php diff --git a/includes/legacy/api/v1/class-wc-api-coupons.php b/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-coupons.php similarity index 100% rename from includes/legacy/api/v1/class-wc-api-coupons.php rename to plugins/woocommerce/includes/legacy/api/v1/class-wc-api-coupons.php diff --git a/includes/legacy/api/v1/class-wc-api-customers.php b/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-customers.php similarity index 100% rename from includes/legacy/api/v1/class-wc-api-customers.php rename to plugins/woocommerce/includes/legacy/api/v1/class-wc-api-customers.php diff --git a/includes/legacy/api/v1/class-wc-api-json-handler.php b/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-json-handler.php similarity index 100% rename from includes/legacy/api/v1/class-wc-api-json-handler.php rename to plugins/woocommerce/includes/legacy/api/v1/class-wc-api-json-handler.php diff --git a/includes/legacy/api/v1/class-wc-api-orders.php b/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-orders.php similarity index 100% rename from includes/legacy/api/v1/class-wc-api-orders.php rename to plugins/woocommerce/includes/legacy/api/v1/class-wc-api-orders.php diff --git a/includes/legacy/api/v1/class-wc-api-products.php b/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-products.php similarity index 100% rename from includes/legacy/api/v1/class-wc-api-products.php rename to plugins/woocommerce/includes/legacy/api/v1/class-wc-api-products.php diff --git a/includes/legacy/api/v1/class-wc-api-reports.php b/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-reports.php similarity index 100% rename from includes/legacy/api/v1/class-wc-api-reports.php rename to plugins/woocommerce/includes/legacy/api/v1/class-wc-api-reports.php diff --git a/includes/legacy/api/v1/class-wc-api-resource.php b/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-resource.php similarity index 100% rename from includes/legacy/api/v1/class-wc-api-resource.php rename to plugins/woocommerce/includes/legacy/api/v1/class-wc-api-resource.php diff --git a/includes/legacy/api/v1/class-wc-api-server.php b/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-server.php similarity index 100% rename from includes/legacy/api/v1/class-wc-api-server.php rename to plugins/woocommerce/includes/legacy/api/v1/class-wc-api-server.php diff --git a/includes/legacy/api/v1/class-wc-api-xml-handler.php b/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-xml-handler.php similarity index 100% rename from includes/legacy/api/v1/class-wc-api-xml-handler.php rename to plugins/woocommerce/includes/legacy/api/v1/class-wc-api-xml-handler.php diff --git a/includes/legacy/api/v1/interface-wc-api-handler.php b/plugins/woocommerce/includes/legacy/api/v1/interface-wc-api-handler.php similarity index 100% rename from includes/legacy/api/v1/interface-wc-api-handler.php rename to plugins/woocommerce/includes/legacy/api/v1/interface-wc-api-handler.php diff --git a/includes/legacy/api/v2/class-wc-api-authentication.php b/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-authentication.php similarity index 100% rename from includes/legacy/api/v2/class-wc-api-authentication.php rename to plugins/woocommerce/includes/legacy/api/v2/class-wc-api-authentication.php diff --git a/includes/legacy/api/v2/class-wc-api-coupons.php b/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-coupons.php similarity index 100% rename from includes/legacy/api/v2/class-wc-api-coupons.php rename to plugins/woocommerce/includes/legacy/api/v2/class-wc-api-coupons.php diff --git a/includes/legacy/api/v2/class-wc-api-customers.php b/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-customers.php similarity index 100% rename from includes/legacy/api/v2/class-wc-api-customers.php rename to plugins/woocommerce/includes/legacy/api/v2/class-wc-api-customers.php diff --git a/includes/legacy/api/v2/class-wc-api-exception.php b/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-exception.php similarity index 100% rename from includes/legacy/api/v2/class-wc-api-exception.php rename to plugins/woocommerce/includes/legacy/api/v2/class-wc-api-exception.php diff --git a/includes/legacy/api/v2/class-wc-api-json-handler.php b/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-json-handler.php similarity index 100% rename from includes/legacy/api/v2/class-wc-api-json-handler.php rename to plugins/woocommerce/includes/legacy/api/v2/class-wc-api-json-handler.php diff --git a/includes/legacy/api/v2/class-wc-api-orders.php b/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-orders.php similarity index 100% rename from includes/legacy/api/v2/class-wc-api-orders.php rename to plugins/woocommerce/includes/legacy/api/v2/class-wc-api-orders.php diff --git a/includes/legacy/api/v2/class-wc-api-products.php b/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-products.php similarity index 100% rename from includes/legacy/api/v2/class-wc-api-products.php rename to plugins/woocommerce/includes/legacy/api/v2/class-wc-api-products.php diff --git a/includes/legacy/api/v2/class-wc-api-reports.php b/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-reports.php similarity index 100% rename from includes/legacy/api/v2/class-wc-api-reports.php rename to plugins/woocommerce/includes/legacy/api/v2/class-wc-api-reports.php diff --git a/includes/legacy/api/v2/class-wc-api-resource.php b/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-resource.php similarity index 100% rename from includes/legacy/api/v2/class-wc-api-resource.php rename to plugins/woocommerce/includes/legacy/api/v2/class-wc-api-resource.php diff --git a/includes/legacy/api/v2/class-wc-api-server.php b/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-server.php similarity index 100% rename from includes/legacy/api/v2/class-wc-api-server.php rename to plugins/woocommerce/includes/legacy/api/v2/class-wc-api-server.php diff --git a/includes/legacy/api/v2/class-wc-api-webhooks.php b/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-webhooks.php similarity index 100% rename from includes/legacy/api/v2/class-wc-api-webhooks.php rename to plugins/woocommerce/includes/legacy/api/v2/class-wc-api-webhooks.php diff --git a/includes/legacy/api/v2/interface-wc-api-handler.php b/plugins/woocommerce/includes/legacy/api/v2/interface-wc-api-handler.php similarity index 100% rename from includes/legacy/api/v2/interface-wc-api-handler.php rename to plugins/woocommerce/includes/legacy/api/v2/interface-wc-api-handler.php diff --git a/includes/legacy/api/v3/class-wc-api-authentication.php b/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-authentication.php similarity index 100% rename from includes/legacy/api/v3/class-wc-api-authentication.php rename to plugins/woocommerce/includes/legacy/api/v3/class-wc-api-authentication.php diff --git a/includes/legacy/api/v3/class-wc-api-coupons.php b/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-coupons.php similarity index 100% rename from includes/legacy/api/v3/class-wc-api-coupons.php rename to plugins/woocommerce/includes/legacy/api/v3/class-wc-api-coupons.php diff --git a/includes/legacy/api/v3/class-wc-api-customers.php b/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-customers.php similarity index 100% rename from includes/legacy/api/v3/class-wc-api-customers.php rename to plugins/woocommerce/includes/legacy/api/v3/class-wc-api-customers.php diff --git a/includes/legacy/api/v3/class-wc-api-exception.php b/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-exception.php similarity index 100% rename from includes/legacy/api/v3/class-wc-api-exception.php rename to plugins/woocommerce/includes/legacy/api/v3/class-wc-api-exception.php diff --git a/includes/legacy/api/v3/class-wc-api-json-handler.php b/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-json-handler.php similarity index 100% rename from includes/legacy/api/v3/class-wc-api-json-handler.php rename to plugins/woocommerce/includes/legacy/api/v3/class-wc-api-json-handler.php diff --git a/includes/legacy/api/v3/class-wc-api-orders.php b/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-orders.php similarity index 100% rename from includes/legacy/api/v3/class-wc-api-orders.php rename to plugins/woocommerce/includes/legacy/api/v3/class-wc-api-orders.php diff --git a/includes/legacy/api/v3/class-wc-api-products.php b/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-products.php similarity index 100% rename from includes/legacy/api/v3/class-wc-api-products.php rename to plugins/woocommerce/includes/legacy/api/v3/class-wc-api-products.php diff --git a/includes/legacy/api/v3/class-wc-api-reports.php b/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-reports.php similarity index 100% rename from includes/legacy/api/v3/class-wc-api-reports.php rename to plugins/woocommerce/includes/legacy/api/v3/class-wc-api-reports.php diff --git a/includes/legacy/api/v3/class-wc-api-resource.php b/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-resource.php similarity index 100% rename from includes/legacy/api/v3/class-wc-api-resource.php rename to plugins/woocommerce/includes/legacy/api/v3/class-wc-api-resource.php diff --git a/includes/legacy/api/v3/class-wc-api-server.php b/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-server.php similarity index 100% rename from includes/legacy/api/v3/class-wc-api-server.php rename to plugins/woocommerce/includes/legacy/api/v3/class-wc-api-server.php diff --git a/includes/legacy/api/v3/class-wc-api-taxes.php b/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-taxes.php similarity index 100% rename from includes/legacy/api/v3/class-wc-api-taxes.php rename to plugins/woocommerce/includes/legacy/api/v3/class-wc-api-taxes.php diff --git a/includes/legacy/api/v3/class-wc-api-webhooks.php b/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-webhooks.php similarity index 100% rename from includes/legacy/api/v3/class-wc-api-webhooks.php rename to plugins/woocommerce/includes/legacy/api/v3/class-wc-api-webhooks.php diff --git a/includes/legacy/api/v3/interface-wc-api-handler.php b/plugins/woocommerce/includes/legacy/api/v3/interface-wc-api-handler.php similarity index 100% rename from includes/legacy/api/v3/interface-wc-api-handler.php rename to plugins/woocommerce/includes/legacy/api/v3/interface-wc-api-handler.php diff --git a/includes/legacy/class-wc-legacy-api.php b/plugins/woocommerce/includes/legacy/class-wc-legacy-api.php similarity index 100% rename from includes/legacy/class-wc-legacy-api.php rename to plugins/woocommerce/includes/legacy/class-wc-legacy-api.php diff --git a/includes/legacy/class-wc-legacy-cart.php b/plugins/woocommerce/includes/legacy/class-wc-legacy-cart.php similarity index 100% rename from includes/legacy/class-wc-legacy-cart.php rename to plugins/woocommerce/includes/legacy/class-wc-legacy-cart.php diff --git a/includes/legacy/class-wc-legacy-coupon.php b/plugins/woocommerce/includes/legacy/class-wc-legacy-coupon.php similarity index 100% rename from includes/legacy/class-wc-legacy-coupon.php rename to plugins/woocommerce/includes/legacy/class-wc-legacy-coupon.php diff --git a/includes/legacy/class-wc-legacy-customer.php b/plugins/woocommerce/includes/legacy/class-wc-legacy-customer.php similarity index 100% rename from includes/legacy/class-wc-legacy-customer.php rename to plugins/woocommerce/includes/legacy/class-wc-legacy-customer.php diff --git a/includes/legacy/class-wc-legacy-shipping-zone.php b/plugins/woocommerce/includes/legacy/class-wc-legacy-shipping-zone.php similarity index 100% rename from includes/legacy/class-wc-legacy-shipping-zone.php rename to plugins/woocommerce/includes/legacy/class-wc-legacy-shipping-zone.php diff --git a/includes/legacy/class-wc-legacy-webhook.php b/plugins/woocommerce/includes/legacy/class-wc-legacy-webhook.php similarity index 100% rename from includes/legacy/class-wc-legacy-webhook.php rename to plugins/woocommerce/includes/legacy/class-wc-legacy-webhook.php diff --git a/includes/libraries/class-wc-eval-math.php b/plugins/woocommerce/includes/libraries/class-wc-eval-math.php similarity index 100% rename from includes/libraries/class-wc-eval-math.php rename to plugins/woocommerce/includes/libraries/class-wc-eval-math.php diff --git a/includes/libraries/wp-async-request.php b/plugins/woocommerce/includes/libraries/wp-async-request.php similarity index 100% rename from includes/libraries/wp-async-request.php rename to plugins/woocommerce/includes/libraries/wp-async-request.php diff --git a/includes/libraries/wp-background-process.php b/plugins/woocommerce/includes/libraries/wp-background-process.php similarity index 100% rename from includes/libraries/wp-background-process.php rename to plugins/woocommerce/includes/libraries/wp-background-process.php diff --git a/includes/log-handlers/class-wc-log-handler-db.php b/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-db.php similarity index 100% rename from includes/log-handlers/class-wc-log-handler-db.php rename to plugins/woocommerce/includes/log-handlers/class-wc-log-handler-db.php diff --git a/includes/log-handlers/class-wc-log-handler-email.php b/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-email.php similarity index 100% rename from includes/log-handlers/class-wc-log-handler-email.php rename to plugins/woocommerce/includes/log-handlers/class-wc-log-handler-email.php diff --git a/includes/log-handlers/class-wc-log-handler-file.php b/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-file.php similarity index 100% rename from includes/log-handlers/class-wc-log-handler-file.php rename to plugins/woocommerce/includes/log-handlers/class-wc-log-handler-file.php diff --git a/includes/payment-tokens/class-wc-payment-token-cc.php b/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-cc.php similarity index 100% rename from includes/payment-tokens/class-wc-payment-token-cc.php rename to plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-cc.php diff --git a/includes/payment-tokens/class-wc-payment-token-echeck.php b/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-echeck.php similarity index 100% rename from includes/payment-tokens/class-wc-payment-token-echeck.php rename to plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-echeck.php diff --git a/includes/queue/class-wc-action-queue.php b/plugins/woocommerce/includes/queue/class-wc-action-queue.php similarity index 100% rename from includes/queue/class-wc-action-queue.php rename to plugins/woocommerce/includes/queue/class-wc-action-queue.php diff --git a/includes/queue/class-wc-queue.php b/plugins/woocommerce/includes/queue/class-wc-queue.php similarity index 100% rename from includes/queue/class-wc-queue.php rename to plugins/woocommerce/includes/queue/class-wc-queue.php diff --git a/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php similarity index 100% rename from includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php diff --git a/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php diff --git a/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-product-tags-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-tags-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-product-tags-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-tags-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-product-variations-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-variations-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-product-variations-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-variations-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-report-sales-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-sales-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-report-sales-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-sales-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-settings-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-settings-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-settings-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-settings-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php diff --git a/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php b/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php similarity index 100% rename from includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php rename to plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php diff --git a/includes/rest-api/Package.php b/plugins/woocommerce/includes/rest-api/Package.php similarity index 100% rename from includes/rest-api/Package.php rename to plugins/woocommerce/includes/rest-api/Package.php diff --git a/includes/rest-api/Server.php b/plugins/woocommerce/includes/rest-api/Server.php similarity index 100% rename from includes/rest-api/Server.php rename to plugins/woocommerce/includes/rest-api/Server.php diff --git a/includes/rest-api/Utilities/ImageAttachment.php b/plugins/woocommerce/includes/rest-api/Utilities/ImageAttachment.php similarity index 100% rename from includes/rest-api/Utilities/ImageAttachment.php rename to plugins/woocommerce/includes/rest-api/Utilities/ImageAttachment.php diff --git a/includes/rest-api/Utilities/SingletonTrait.php b/plugins/woocommerce/includes/rest-api/Utilities/SingletonTrait.php similarity index 100% rename from includes/rest-api/Utilities/SingletonTrait.php rename to plugins/woocommerce/includes/rest-api/Utilities/SingletonTrait.php diff --git a/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php b/plugins/woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php similarity index 100% rename from includes/shipping/flat-rate/class-wc-shipping-flat-rate.php rename to plugins/woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php diff --git a/includes/shipping/flat-rate/includes/settings-flat-rate.php b/plugins/woocommerce/includes/shipping/flat-rate/includes/settings-flat-rate.php similarity index 100% rename from includes/shipping/flat-rate/includes/settings-flat-rate.php rename to plugins/woocommerce/includes/shipping/flat-rate/includes/settings-flat-rate.php diff --git a/includes/shipping/free-shipping/class-wc-shipping-free-shipping.php b/plugins/woocommerce/includes/shipping/free-shipping/class-wc-shipping-free-shipping.php similarity index 100% rename from includes/shipping/free-shipping/class-wc-shipping-free-shipping.php rename to plugins/woocommerce/includes/shipping/free-shipping/class-wc-shipping-free-shipping.php diff --git a/includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php b/plugins/woocommerce/includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php similarity index 100% rename from includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php rename to plugins/woocommerce/includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php diff --git a/includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php b/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php similarity index 100% rename from includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php rename to plugins/woocommerce/includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php diff --git a/includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php b/plugins/woocommerce/includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php similarity index 100% rename from includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php rename to plugins/woocommerce/includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php diff --git a/includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php b/plugins/woocommerce/includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php similarity index 100% rename from includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php rename to plugins/woocommerce/includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php diff --git a/includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php b/plugins/woocommerce/includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php similarity index 100% rename from includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php rename to plugins/woocommerce/includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php diff --git a/includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php b/plugins/woocommerce/includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php similarity index 100% rename from includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php rename to plugins/woocommerce/includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php diff --git a/includes/shipping/local-pickup/class-wc-shipping-local-pickup.php b/plugins/woocommerce/includes/shipping/local-pickup/class-wc-shipping-local-pickup.php similarity index 100% rename from includes/shipping/local-pickup/class-wc-shipping-local-pickup.php rename to plugins/woocommerce/includes/shipping/local-pickup/class-wc-shipping-local-pickup.php diff --git a/includes/shortcodes/class-wc-shortcode-cart.php b/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-cart.php similarity index 100% rename from includes/shortcodes/class-wc-shortcode-cart.php rename to plugins/woocommerce/includes/shortcodes/class-wc-shortcode-cart.php diff --git a/includes/shortcodes/class-wc-shortcode-checkout.php b/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-checkout.php similarity index 100% rename from includes/shortcodes/class-wc-shortcode-checkout.php rename to plugins/woocommerce/includes/shortcodes/class-wc-shortcode-checkout.php diff --git a/includes/shortcodes/class-wc-shortcode-my-account.php b/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php similarity index 100% rename from includes/shortcodes/class-wc-shortcode-my-account.php rename to plugins/woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php diff --git a/includes/shortcodes/class-wc-shortcode-order-tracking.php b/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-order-tracking.php similarity index 100% rename from includes/shortcodes/class-wc-shortcode-order-tracking.php rename to plugins/woocommerce/includes/shortcodes/class-wc-shortcode-order-tracking.php diff --git a/includes/shortcodes/class-wc-shortcode-products.php b/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-products.php similarity index 100% rename from includes/shortcodes/class-wc-shortcode-products.php rename to plugins/woocommerce/includes/shortcodes/class-wc-shortcode-products.php diff --git a/includes/theme-support/class-wc-twenty-eleven.php b/plugins/woocommerce/includes/theme-support/class-wc-twenty-eleven.php similarity index 100% rename from includes/theme-support/class-wc-twenty-eleven.php rename to plugins/woocommerce/includes/theme-support/class-wc-twenty-eleven.php diff --git a/includes/theme-support/class-wc-twenty-fifteen.php b/plugins/woocommerce/includes/theme-support/class-wc-twenty-fifteen.php similarity index 100% rename from includes/theme-support/class-wc-twenty-fifteen.php rename to plugins/woocommerce/includes/theme-support/class-wc-twenty-fifteen.php diff --git a/includes/theme-support/class-wc-twenty-fourteen.php b/plugins/woocommerce/includes/theme-support/class-wc-twenty-fourteen.php similarity index 100% rename from includes/theme-support/class-wc-twenty-fourteen.php rename to plugins/woocommerce/includes/theme-support/class-wc-twenty-fourteen.php diff --git a/includes/theme-support/class-wc-twenty-nineteen.php b/plugins/woocommerce/includes/theme-support/class-wc-twenty-nineteen.php similarity index 100% rename from includes/theme-support/class-wc-twenty-nineteen.php rename to plugins/woocommerce/includes/theme-support/class-wc-twenty-nineteen.php diff --git a/includes/theme-support/class-wc-twenty-seventeen.php b/plugins/woocommerce/includes/theme-support/class-wc-twenty-seventeen.php similarity index 100% rename from includes/theme-support/class-wc-twenty-seventeen.php rename to plugins/woocommerce/includes/theme-support/class-wc-twenty-seventeen.php diff --git a/includes/theme-support/class-wc-twenty-sixteen.php b/plugins/woocommerce/includes/theme-support/class-wc-twenty-sixteen.php similarity index 100% rename from includes/theme-support/class-wc-twenty-sixteen.php rename to plugins/woocommerce/includes/theme-support/class-wc-twenty-sixteen.php diff --git a/includes/theme-support/class-wc-twenty-ten.php b/plugins/woocommerce/includes/theme-support/class-wc-twenty-ten.php similarity index 100% rename from includes/theme-support/class-wc-twenty-ten.php rename to plugins/woocommerce/includes/theme-support/class-wc-twenty-ten.php diff --git a/includes/theme-support/class-wc-twenty-thirteen.php b/plugins/woocommerce/includes/theme-support/class-wc-twenty-thirteen.php similarity index 100% rename from includes/theme-support/class-wc-twenty-thirteen.php rename to plugins/woocommerce/includes/theme-support/class-wc-twenty-thirteen.php diff --git a/includes/theme-support/class-wc-twenty-twelve.php b/plugins/woocommerce/includes/theme-support/class-wc-twenty-twelve.php similarity index 100% rename from includes/theme-support/class-wc-twenty-twelve.php rename to plugins/woocommerce/includes/theme-support/class-wc-twenty-twelve.php diff --git a/includes/theme-support/class-wc-twenty-twenty-one.php b/plugins/woocommerce/includes/theme-support/class-wc-twenty-twenty-one.php similarity index 100% rename from includes/theme-support/class-wc-twenty-twenty-one.php rename to plugins/woocommerce/includes/theme-support/class-wc-twenty-twenty-one.php diff --git a/includes/theme-support/class-wc-twenty-twenty.php b/plugins/woocommerce/includes/theme-support/class-wc-twenty-twenty.php similarity index 100% rename from includes/theme-support/class-wc-twenty-twenty.php rename to plugins/woocommerce/includes/theme-support/class-wc-twenty-twenty.php diff --git a/includes/tracks/class-wc-site-tracking.php b/plugins/woocommerce/includes/tracks/class-wc-site-tracking.php similarity index 100% rename from includes/tracks/class-wc-site-tracking.php rename to plugins/woocommerce/includes/tracks/class-wc-site-tracking.php diff --git a/includes/tracks/class-wc-tracks-client.php b/plugins/woocommerce/includes/tracks/class-wc-tracks-client.php similarity index 100% rename from includes/tracks/class-wc-tracks-client.php rename to plugins/woocommerce/includes/tracks/class-wc-tracks-client.php diff --git a/includes/tracks/class-wc-tracks-event.php b/plugins/woocommerce/includes/tracks/class-wc-tracks-event.php similarity index 100% rename from includes/tracks/class-wc-tracks-event.php rename to plugins/woocommerce/includes/tracks/class-wc-tracks-event.php diff --git a/includes/tracks/class-wc-tracks-footer-pixel.php b/plugins/woocommerce/includes/tracks/class-wc-tracks-footer-pixel.php similarity index 100% rename from includes/tracks/class-wc-tracks-footer-pixel.php rename to plugins/woocommerce/includes/tracks/class-wc-tracks-footer-pixel.php diff --git a/includes/tracks/class-wc-tracks.php b/plugins/woocommerce/includes/tracks/class-wc-tracks.php similarity index 100% rename from includes/tracks/class-wc-tracks.php rename to plugins/woocommerce/includes/tracks/class-wc-tracks.php diff --git a/includes/tracks/events/class-wc-admin-setup-wizard-tracking.php b/plugins/woocommerce/includes/tracks/events/class-wc-admin-setup-wizard-tracking.php similarity index 100% rename from includes/tracks/events/class-wc-admin-setup-wizard-tracking.php rename to plugins/woocommerce/includes/tracks/events/class-wc-admin-setup-wizard-tracking.php diff --git a/includes/tracks/events/class-wc-coupon-tracking.php b/plugins/woocommerce/includes/tracks/events/class-wc-coupon-tracking.php similarity index 100% rename from includes/tracks/events/class-wc-coupon-tracking.php rename to plugins/woocommerce/includes/tracks/events/class-wc-coupon-tracking.php diff --git a/includes/tracks/events/class-wc-coupons-tracking.php b/plugins/woocommerce/includes/tracks/events/class-wc-coupons-tracking.php similarity index 100% rename from includes/tracks/events/class-wc-coupons-tracking.php rename to plugins/woocommerce/includes/tracks/events/class-wc-coupons-tracking.php diff --git a/includes/tracks/events/class-wc-extensions-tracking.php b/plugins/woocommerce/includes/tracks/events/class-wc-extensions-tracking.php similarity index 100% rename from includes/tracks/events/class-wc-extensions-tracking.php rename to plugins/woocommerce/includes/tracks/events/class-wc-extensions-tracking.php diff --git a/includes/tracks/events/class-wc-importer-tracking.php b/plugins/woocommerce/includes/tracks/events/class-wc-importer-tracking.php similarity index 100% rename from includes/tracks/events/class-wc-importer-tracking.php rename to plugins/woocommerce/includes/tracks/events/class-wc-importer-tracking.php diff --git a/includes/tracks/events/class-wc-order-tracking.php b/plugins/woocommerce/includes/tracks/events/class-wc-order-tracking.php similarity index 100% rename from includes/tracks/events/class-wc-order-tracking.php rename to plugins/woocommerce/includes/tracks/events/class-wc-order-tracking.php diff --git a/includes/tracks/events/class-wc-orders-tracking.php b/plugins/woocommerce/includes/tracks/events/class-wc-orders-tracking.php similarity index 100% rename from includes/tracks/events/class-wc-orders-tracking.php rename to plugins/woocommerce/includes/tracks/events/class-wc-orders-tracking.php diff --git a/includes/tracks/events/class-wc-products-tracking.php b/plugins/woocommerce/includes/tracks/events/class-wc-products-tracking.php similarity index 100% rename from includes/tracks/events/class-wc-products-tracking.php rename to plugins/woocommerce/includes/tracks/events/class-wc-products-tracking.php diff --git a/includes/tracks/events/class-wc-settings-tracking.php b/plugins/woocommerce/includes/tracks/events/class-wc-settings-tracking.php similarity index 100% rename from includes/tracks/events/class-wc-settings-tracking.php rename to plugins/woocommerce/includes/tracks/events/class-wc-settings-tracking.php diff --git a/includes/tracks/events/class-wc-status-tracking.php b/plugins/woocommerce/includes/tracks/events/class-wc-status-tracking.php similarity index 100% rename from includes/tracks/events/class-wc-status-tracking.php rename to plugins/woocommerce/includes/tracks/events/class-wc-status-tracking.php diff --git a/includes/traits/trait-wc-item-totals.php b/plugins/woocommerce/includes/traits/trait-wc-item-totals.php similarity index 100% rename from includes/traits/trait-wc-item-totals.php rename to plugins/woocommerce/includes/traits/trait-wc-item-totals.php diff --git a/includes/walkers/class-product-cat-dropdown-walker.php b/plugins/woocommerce/includes/walkers/class-product-cat-dropdown-walker.php similarity index 100% rename from includes/walkers/class-product-cat-dropdown-walker.php rename to plugins/woocommerce/includes/walkers/class-product-cat-dropdown-walker.php diff --git a/includes/walkers/class-product-cat-list-walker.php b/plugins/woocommerce/includes/walkers/class-product-cat-list-walker.php similarity index 100% rename from includes/walkers/class-product-cat-list-walker.php rename to plugins/woocommerce/includes/walkers/class-product-cat-list-walker.php diff --git a/includes/walkers/class-wc-product-cat-dropdown-walker.php b/plugins/woocommerce/includes/walkers/class-wc-product-cat-dropdown-walker.php similarity index 100% rename from includes/walkers/class-wc-product-cat-dropdown-walker.php rename to plugins/woocommerce/includes/walkers/class-wc-product-cat-dropdown-walker.php diff --git a/includes/walkers/class-wc-product-cat-list-walker.php b/plugins/woocommerce/includes/walkers/class-wc-product-cat-list-walker.php similarity index 100% rename from includes/walkers/class-wc-product-cat-list-walker.php rename to plugins/woocommerce/includes/walkers/class-wc-product-cat-list-walker.php diff --git a/includes/wc-account-functions.php b/plugins/woocommerce/includes/wc-account-functions.php similarity index 100% rename from includes/wc-account-functions.php rename to plugins/woocommerce/includes/wc-account-functions.php diff --git a/includes/wc-attribute-functions.php b/plugins/woocommerce/includes/wc-attribute-functions.php similarity index 100% rename from includes/wc-attribute-functions.php rename to plugins/woocommerce/includes/wc-attribute-functions.php diff --git a/includes/wc-cart-functions.php b/plugins/woocommerce/includes/wc-cart-functions.php similarity index 100% rename from includes/wc-cart-functions.php rename to plugins/woocommerce/includes/wc-cart-functions.php diff --git a/includes/wc-conditional-functions.php b/plugins/woocommerce/includes/wc-conditional-functions.php similarity index 100% rename from includes/wc-conditional-functions.php rename to plugins/woocommerce/includes/wc-conditional-functions.php diff --git a/includes/wc-core-functions.php b/plugins/woocommerce/includes/wc-core-functions.php similarity index 100% rename from includes/wc-core-functions.php rename to plugins/woocommerce/includes/wc-core-functions.php diff --git a/includes/wc-coupon-functions.php b/plugins/woocommerce/includes/wc-coupon-functions.php similarity index 100% rename from includes/wc-coupon-functions.php rename to plugins/woocommerce/includes/wc-coupon-functions.php diff --git a/includes/wc-deprecated-functions.php b/plugins/woocommerce/includes/wc-deprecated-functions.php similarity index 100% rename from includes/wc-deprecated-functions.php rename to plugins/woocommerce/includes/wc-deprecated-functions.php diff --git a/includes/wc-formatting-functions.php b/plugins/woocommerce/includes/wc-formatting-functions.php similarity index 100% rename from includes/wc-formatting-functions.php rename to plugins/woocommerce/includes/wc-formatting-functions.php diff --git a/includes/wc-notice-functions.php b/plugins/woocommerce/includes/wc-notice-functions.php similarity index 100% rename from includes/wc-notice-functions.php rename to plugins/woocommerce/includes/wc-notice-functions.php diff --git a/includes/wc-order-functions.php b/plugins/woocommerce/includes/wc-order-functions.php similarity index 100% rename from includes/wc-order-functions.php rename to plugins/woocommerce/includes/wc-order-functions.php diff --git a/includes/wc-order-item-functions.php b/plugins/woocommerce/includes/wc-order-item-functions.php similarity index 100% rename from includes/wc-order-item-functions.php rename to plugins/woocommerce/includes/wc-order-item-functions.php diff --git a/includes/wc-page-functions.php b/plugins/woocommerce/includes/wc-page-functions.php similarity index 100% rename from includes/wc-page-functions.php rename to plugins/woocommerce/includes/wc-page-functions.php diff --git a/includes/wc-product-functions.php b/plugins/woocommerce/includes/wc-product-functions.php similarity index 100% rename from includes/wc-product-functions.php rename to plugins/woocommerce/includes/wc-product-functions.php diff --git a/includes/wc-rest-functions.php b/plugins/woocommerce/includes/wc-rest-functions.php similarity index 100% rename from includes/wc-rest-functions.php rename to plugins/woocommerce/includes/wc-rest-functions.php diff --git a/includes/wc-stock-functions.php b/plugins/woocommerce/includes/wc-stock-functions.php similarity index 100% rename from includes/wc-stock-functions.php rename to plugins/woocommerce/includes/wc-stock-functions.php diff --git a/includes/wc-template-functions.php b/plugins/woocommerce/includes/wc-template-functions.php similarity index 100% rename from includes/wc-template-functions.php rename to plugins/woocommerce/includes/wc-template-functions.php diff --git a/includes/wc-template-hooks.php b/plugins/woocommerce/includes/wc-template-hooks.php similarity index 100% rename from includes/wc-template-hooks.php rename to plugins/woocommerce/includes/wc-template-hooks.php diff --git a/includes/wc-term-functions.php b/plugins/woocommerce/includes/wc-term-functions.php similarity index 100% rename from includes/wc-term-functions.php rename to plugins/woocommerce/includes/wc-term-functions.php diff --git a/includes/wc-update-functions.php b/plugins/woocommerce/includes/wc-update-functions.php similarity index 100% rename from includes/wc-update-functions.php rename to plugins/woocommerce/includes/wc-update-functions.php diff --git a/includes/wc-user-functions.php b/plugins/woocommerce/includes/wc-user-functions.php similarity index 100% rename from includes/wc-user-functions.php rename to plugins/woocommerce/includes/wc-user-functions.php diff --git a/includes/wc-webhook-functions.php b/plugins/woocommerce/includes/wc-webhook-functions.php similarity index 100% rename from includes/wc-webhook-functions.php rename to plugins/woocommerce/includes/wc-webhook-functions.php diff --git a/includes/wc-widget-functions.php b/plugins/woocommerce/includes/wc-widget-functions.php similarity index 100% rename from includes/wc-widget-functions.php rename to plugins/woocommerce/includes/wc-widget-functions.php diff --git a/includes/wccom-site/class-wc-wccom-site-installer-requirements-check.php b/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer-requirements-check.php similarity index 100% rename from includes/wccom-site/class-wc-wccom-site-installer-requirements-check.php rename to plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer-requirements-check.php diff --git a/includes/wccom-site/class-wc-wccom-site-installer.php b/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer.php similarity index 100% rename from includes/wccom-site/class-wc-wccom-site-installer.php rename to plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer.php diff --git a/includes/wccom-site/class-wc-wccom-site.php b/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site.php similarity index 100% rename from includes/wccom-site/class-wc-wccom-site.php rename to plugins/woocommerce/includes/wccom-site/class-wc-wccom-site.php diff --git a/includes/wccom-site/rest-api/class-wc-rest-wccom-site-installer-errors.php b/plugins/woocommerce/includes/wccom-site/rest-api/class-wc-rest-wccom-site-installer-errors.php similarity index 100% rename from includes/wccom-site/rest-api/class-wc-rest-wccom-site-installer-errors.php rename to plugins/woocommerce/includes/wccom-site/rest-api/class-wc-rest-wccom-site-installer-errors.php diff --git a/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-installer-controller.php b/plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-installer-controller.php similarity index 100% rename from includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-installer-controller.php rename to plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-installer-controller.php diff --git a/includes/widgets/class-wc-widget-cart.php b/plugins/woocommerce/includes/widgets/class-wc-widget-cart.php similarity index 100% rename from includes/widgets/class-wc-widget-cart.php rename to plugins/woocommerce/includes/widgets/class-wc-widget-cart.php diff --git a/includes/widgets/class-wc-widget-layered-nav-filters.php b/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav-filters.php similarity index 100% rename from includes/widgets/class-wc-widget-layered-nav-filters.php rename to plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav-filters.php diff --git a/includes/widgets/class-wc-widget-layered-nav.php b/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav.php similarity index 100% rename from includes/widgets/class-wc-widget-layered-nav.php rename to plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav.php diff --git a/includes/widgets/class-wc-widget-price-filter.php b/plugins/woocommerce/includes/widgets/class-wc-widget-price-filter.php similarity index 100% rename from includes/widgets/class-wc-widget-price-filter.php rename to plugins/woocommerce/includes/widgets/class-wc-widget-price-filter.php diff --git a/includes/widgets/class-wc-widget-product-categories.php b/plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php similarity index 100% rename from includes/widgets/class-wc-widget-product-categories.php rename to plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php diff --git a/includes/widgets/class-wc-widget-product-search.php b/plugins/woocommerce/includes/widgets/class-wc-widget-product-search.php similarity index 100% rename from includes/widgets/class-wc-widget-product-search.php rename to plugins/woocommerce/includes/widgets/class-wc-widget-product-search.php diff --git a/includes/widgets/class-wc-widget-product-tag-cloud.php b/plugins/woocommerce/includes/widgets/class-wc-widget-product-tag-cloud.php similarity index 100% rename from includes/widgets/class-wc-widget-product-tag-cloud.php rename to plugins/woocommerce/includes/widgets/class-wc-widget-product-tag-cloud.php diff --git a/includes/widgets/class-wc-widget-products.php b/plugins/woocommerce/includes/widgets/class-wc-widget-products.php similarity index 100% rename from includes/widgets/class-wc-widget-products.php rename to plugins/woocommerce/includes/widgets/class-wc-widget-products.php diff --git a/includes/widgets/class-wc-widget-rating-filter.php b/plugins/woocommerce/includes/widgets/class-wc-widget-rating-filter.php similarity index 100% rename from includes/widgets/class-wc-widget-rating-filter.php rename to plugins/woocommerce/includes/widgets/class-wc-widget-rating-filter.php diff --git a/includes/widgets/class-wc-widget-recent-reviews.php b/plugins/woocommerce/includes/widgets/class-wc-widget-recent-reviews.php similarity index 100% rename from includes/widgets/class-wc-widget-recent-reviews.php rename to plugins/woocommerce/includes/widgets/class-wc-widget-recent-reviews.php diff --git a/includes/widgets/class-wc-widget-recently-viewed.php b/plugins/woocommerce/includes/widgets/class-wc-widget-recently-viewed.php similarity index 100% rename from includes/widgets/class-wc-widget-recently-viewed.php rename to plugins/woocommerce/includes/widgets/class-wc-widget-recently-viewed.php diff --git a/includes/widgets/class-wc-widget-top-rated-products.php b/plugins/woocommerce/includes/widgets/class-wc-widget-top-rated-products.php similarity index 100% rename from includes/widgets/class-wc-widget-top-rated-products.php rename to plugins/woocommerce/includes/widgets/class-wc-widget-top-rated-products.php diff --git a/lib/README.md b/plugins/woocommerce/lib/README.md similarity index 100% rename from lib/README.md rename to plugins/woocommerce/lib/README.md diff --git a/lib/composer.json b/plugins/woocommerce/lib/composer.json similarity index 100% rename from lib/composer.json rename to plugins/woocommerce/lib/composer.json diff --git a/lib/composer.lock b/plugins/woocommerce/lib/composer.lock similarity index 100% rename from lib/composer.lock rename to plugins/woocommerce/lib/composer.lock diff --git a/lib/packages/League/Container/Argument/ArgumentResolverInterface.php b/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverInterface.php similarity index 100% rename from lib/packages/League/Container/Argument/ArgumentResolverInterface.php rename to plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverInterface.php diff --git a/lib/packages/League/Container/Argument/ArgumentResolverTrait.php b/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverTrait.php similarity index 100% rename from lib/packages/League/Container/Argument/ArgumentResolverTrait.php rename to plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverTrait.php diff --git a/lib/packages/League/Container/Argument/ClassName.php b/plugins/woocommerce/lib/packages/League/Container/Argument/ClassName.php similarity index 100% rename from lib/packages/League/Container/Argument/ClassName.php rename to plugins/woocommerce/lib/packages/League/Container/Argument/ClassName.php diff --git a/lib/packages/League/Container/Argument/ClassNameInterface.php b/plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameInterface.php similarity index 100% rename from lib/packages/League/Container/Argument/ClassNameInterface.php rename to plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameInterface.php diff --git a/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php b/plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php similarity index 100% rename from lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php rename to plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php diff --git a/lib/packages/League/Container/Argument/RawArgument.php b/plugins/woocommerce/lib/packages/League/Container/Argument/RawArgument.php similarity index 100% rename from lib/packages/League/Container/Argument/RawArgument.php rename to plugins/woocommerce/lib/packages/League/Container/Argument/RawArgument.php diff --git a/lib/packages/League/Container/Argument/RawArgumentInterface.php b/plugins/woocommerce/lib/packages/League/Container/Argument/RawArgumentInterface.php similarity index 100% rename from lib/packages/League/Container/Argument/RawArgumentInterface.php rename to plugins/woocommerce/lib/packages/League/Container/Argument/RawArgumentInterface.php diff --git a/lib/packages/League/Container/Container.php b/plugins/woocommerce/lib/packages/League/Container/Container.php similarity index 100% rename from lib/packages/League/Container/Container.php rename to plugins/woocommerce/lib/packages/League/Container/Container.php diff --git a/lib/packages/League/Container/ContainerAwareInterface.php b/plugins/woocommerce/lib/packages/League/Container/ContainerAwareInterface.php similarity index 100% rename from lib/packages/League/Container/ContainerAwareInterface.php rename to plugins/woocommerce/lib/packages/League/Container/ContainerAwareInterface.php diff --git a/lib/packages/League/Container/ContainerAwareTrait.php b/plugins/woocommerce/lib/packages/League/Container/ContainerAwareTrait.php similarity index 100% rename from lib/packages/League/Container/ContainerAwareTrait.php rename to plugins/woocommerce/lib/packages/League/Container/ContainerAwareTrait.php diff --git a/lib/packages/League/Container/Definition/Definition.php b/plugins/woocommerce/lib/packages/League/Container/Definition/Definition.php similarity index 100% rename from lib/packages/League/Container/Definition/Definition.php rename to plugins/woocommerce/lib/packages/League/Container/Definition/Definition.php diff --git a/lib/packages/League/Container/Definition/DefinitionAggregate.php b/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionAggregate.php similarity index 100% rename from lib/packages/League/Container/Definition/DefinitionAggregate.php rename to plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionAggregate.php diff --git a/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php b/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php similarity index 100% rename from lib/packages/League/Container/Definition/DefinitionAggregateInterface.php rename to plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php diff --git a/lib/packages/League/Container/Definition/DefinitionInterface.php b/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionInterface.php similarity index 100% rename from lib/packages/League/Container/Definition/DefinitionInterface.php rename to plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionInterface.php diff --git a/lib/packages/League/Container/Exception/ContainerException.php b/plugins/woocommerce/lib/packages/League/Container/Exception/ContainerException.php similarity index 100% rename from lib/packages/League/Container/Exception/ContainerException.php rename to plugins/woocommerce/lib/packages/League/Container/Exception/ContainerException.php diff --git a/lib/packages/League/Container/Exception/NotFoundException.php b/plugins/woocommerce/lib/packages/League/Container/Exception/NotFoundException.php similarity index 100% rename from lib/packages/League/Container/Exception/NotFoundException.php rename to plugins/woocommerce/lib/packages/League/Container/Exception/NotFoundException.php diff --git a/lib/packages/League/Container/Inflector/Inflector.php b/plugins/woocommerce/lib/packages/League/Container/Inflector/Inflector.php similarity index 100% rename from lib/packages/League/Container/Inflector/Inflector.php rename to plugins/woocommerce/lib/packages/League/Container/Inflector/Inflector.php diff --git a/lib/packages/League/Container/Inflector/InflectorAggregate.php b/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorAggregate.php similarity index 100% rename from lib/packages/League/Container/Inflector/InflectorAggregate.php rename to plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorAggregate.php diff --git a/lib/packages/League/Container/Inflector/InflectorAggregateInterface.php b/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorAggregateInterface.php similarity index 100% rename from lib/packages/League/Container/Inflector/InflectorAggregateInterface.php rename to plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorAggregateInterface.php diff --git a/lib/packages/League/Container/Inflector/InflectorInterface.php b/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorInterface.php similarity index 100% rename from lib/packages/League/Container/Inflector/InflectorInterface.php rename to plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorInterface.php diff --git a/lib/packages/League/Container/ReflectionContainer.php b/plugins/woocommerce/lib/packages/League/Container/ReflectionContainer.php similarity index 100% rename from lib/packages/League/Container/ReflectionContainer.php rename to plugins/woocommerce/lib/packages/League/Container/ReflectionContainer.php diff --git a/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php b/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php similarity index 100% rename from lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php rename to plugins/woocommerce/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php diff --git a/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php b/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php similarity index 100% rename from lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php rename to plugins/woocommerce/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php diff --git a/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php b/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php similarity index 100% rename from lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php rename to plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php diff --git a/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php b/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php similarity index 100% rename from lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php rename to plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php diff --git a/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php b/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php similarity index 100% rename from lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php rename to plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php diff --git a/license.txt b/plugins/woocommerce/license.txt similarity index 100% rename from license.txt rename to plugins/woocommerce/license.txt diff --git a/package-lock.json b/plugins/woocommerce/package-lock.json similarity index 100% rename from package-lock.json rename to plugins/woocommerce/package-lock.json diff --git a/package.json b/plugins/woocommerce/package.json similarity index 100% rename from package.json rename to plugins/woocommerce/package.json diff --git a/packages/README.md b/plugins/woocommerce/packages/README.md similarity index 100% rename from packages/README.md rename to plugins/woocommerce/packages/README.md diff --git a/readme.txt b/plugins/woocommerce/readme.txt similarity index 100% rename from readme.txt rename to plugins/woocommerce/readme.txt diff --git a/sample-data/sample_products.csv b/plugins/woocommerce/sample-data/sample_products.csv similarity index 100% rename from sample-data/sample_products.csv rename to plugins/woocommerce/sample-data/sample_products.csv diff --git a/sample-data/sample_products.xml b/plugins/woocommerce/sample-data/sample_products.xml similarity index 100% rename from sample-data/sample_products.xml rename to plugins/woocommerce/sample-data/sample_products.xml diff --git a/sample-data/sample_tax_rates.csv b/plugins/woocommerce/sample-data/sample_tax_rates.csv similarity index 100% rename from sample-data/sample_tax_rates.csv rename to plugins/woocommerce/sample-data/sample_tax_rates.csv diff --git a/src/Admin/.gitignore b/plugins/woocommerce/src/Admin/.gitignore similarity index 100% rename from src/Admin/.gitignore rename to plugins/woocommerce/src/Admin/.gitignore diff --git a/src/Admin/README.md b/plugins/woocommerce/src/Admin/README.md similarity index 100% rename from src/Admin/README.md rename to plugins/woocommerce/src/Admin/README.md diff --git a/src/Autoloader.php b/plugins/woocommerce/src/Autoloader.php similarity index 100% rename from src/Autoloader.php rename to plugins/woocommerce/src/Autoloader.php diff --git a/src/Blocks/.gitignore b/plugins/woocommerce/src/Blocks/.gitignore similarity index 100% rename from src/Blocks/.gitignore rename to plugins/woocommerce/src/Blocks/.gitignore diff --git a/src/Blocks/README.md b/plugins/woocommerce/src/Blocks/README.md similarity index 100% rename from src/Blocks/README.md rename to plugins/woocommerce/src/Blocks/README.md diff --git a/src/Checkout/Helpers/ReserveStock.php b/plugins/woocommerce/src/Checkout/Helpers/ReserveStock.php similarity index 100% rename from src/Checkout/Helpers/ReserveStock.php rename to plugins/woocommerce/src/Checkout/Helpers/ReserveStock.php diff --git a/src/Checkout/Helpers/ReserveStockException.php b/plugins/woocommerce/src/Checkout/Helpers/ReserveStockException.php similarity index 100% rename from src/Checkout/Helpers/ReserveStockException.php rename to plugins/woocommerce/src/Checkout/Helpers/ReserveStockException.php diff --git a/src/Container.php b/plugins/woocommerce/src/Container.php similarity index 100% rename from src/Container.php rename to plugins/woocommerce/src/Container.php diff --git a/src/Internal/AssignDefaultCategory.php b/plugins/woocommerce/src/Internal/AssignDefaultCategory.php similarity index 100% rename from src/Internal/AssignDefaultCategory.php rename to plugins/woocommerce/src/Internal/AssignDefaultCategory.php diff --git a/src/Internal/DependencyManagement/AbstractServiceProvider.php b/plugins/woocommerce/src/Internal/DependencyManagement/AbstractServiceProvider.php similarity index 100% rename from src/Internal/DependencyManagement/AbstractServiceProvider.php rename to plugins/woocommerce/src/Internal/DependencyManagement/AbstractServiceProvider.php diff --git a/src/Internal/DependencyManagement/ContainerException.php b/plugins/woocommerce/src/Internal/DependencyManagement/ContainerException.php similarity index 100% rename from src/Internal/DependencyManagement/ContainerException.php rename to plugins/woocommerce/src/Internal/DependencyManagement/ContainerException.php diff --git a/src/Internal/DependencyManagement/Definition.php b/plugins/woocommerce/src/Internal/DependencyManagement/Definition.php similarity index 100% rename from src/Internal/DependencyManagement/Definition.php rename to plugins/woocommerce/src/Internal/DependencyManagement/Definition.php diff --git a/src/Internal/DependencyManagement/ExtendedContainer.php b/plugins/woocommerce/src/Internal/DependencyManagement/ExtendedContainer.php similarity index 100% rename from src/Internal/DependencyManagement/ExtendedContainer.php rename to plugins/woocommerce/src/Internal/DependencyManagement/ExtendedContainer.php diff --git a/src/Internal/DependencyManagement/ServiceProviders/AssignDefaultCategoryServiceProvider.php b/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/AssignDefaultCategoryServiceProvider.php similarity index 100% rename from src/Internal/DependencyManagement/ServiceProviders/AssignDefaultCategoryServiceProvider.php rename to plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/AssignDefaultCategoryServiceProvider.php diff --git a/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php b/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php similarity index 100% rename from src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php rename to plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php diff --git a/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php b/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php similarity index 100% rename from src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php rename to plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php diff --git a/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php b/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php similarity index 100% rename from src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php rename to plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php diff --git a/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php b/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php similarity index 100% rename from src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php rename to plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php diff --git a/src/Internal/DownloadPermissionsAdjuster.php b/plugins/woocommerce/src/Internal/DownloadPermissionsAdjuster.php similarity index 100% rename from src/Internal/DownloadPermissionsAdjuster.php rename to plugins/woocommerce/src/Internal/DownloadPermissionsAdjuster.php diff --git a/src/Internal/ProductAttributesLookup/DataRegenerator.php b/plugins/woocommerce/src/Internal/ProductAttributesLookup/DataRegenerator.php similarity index 100% rename from src/Internal/ProductAttributesLookup/DataRegenerator.php rename to plugins/woocommerce/src/Internal/ProductAttributesLookup/DataRegenerator.php diff --git a/src/Internal/ProductAttributesLookup/Filterer.php b/plugins/woocommerce/src/Internal/ProductAttributesLookup/Filterer.php similarity index 100% rename from src/Internal/ProductAttributesLookup/Filterer.php rename to plugins/woocommerce/src/Internal/ProductAttributesLookup/Filterer.php diff --git a/src/Internal/ProductAttributesLookup/LookupDataStore.php b/plugins/woocommerce/src/Internal/ProductAttributesLookup/LookupDataStore.php similarity index 100% rename from src/Internal/ProductAttributesLookup/LookupDataStore.php rename to plugins/woocommerce/src/Internal/ProductAttributesLookup/LookupDataStore.php diff --git a/src/Internal/README.md b/plugins/woocommerce/src/Internal/README.md similarity index 100% rename from src/Internal/README.md rename to plugins/woocommerce/src/Internal/README.md diff --git a/src/Internal/RestApiUtil.php b/plugins/woocommerce/src/Internal/RestApiUtil.php similarity index 100% rename from src/Internal/RestApiUtil.php rename to plugins/woocommerce/src/Internal/RestApiUtil.php diff --git a/src/Internal/RestockRefundedItemsAdjuster.php b/plugins/woocommerce/src/Internal/RestockRefundedItemsAdjuster.php similarity index 100% rename from src/Internal/RestockRefundedItemsAdjuster.php rename to plugins/woocommerce/src/Internal/RestockRefundedItemsAdjuster.php diff --git a/src/Internal/WCCom/ConnectionHelper.php b/plugins/woocommerce/src/Internal/WCCom/ConnectionHelper.php similarity index 100% rename from src/Internal/WCCom/ConnectionHelper.php rename to plugins/woocommerce/src/Internal/WCCom/ConnectionHelper.php diff --git a/src/Packages.php b/plugins/woocommerce/src/Packages.php similarity index 100% rename from src/Packages.php rename to plugins/woocommerce/src/Packages.php diff --git a/src/Proxies/ActionsProxy.php b/plugins/woocommerce/src/Proxies/ActionsProxy.php similarity index 100% rename from src/Proxies/ActionsProxy.php rename to plugins/woocommerce/src/Proxies/ActionsProxy.php diff --git a/src/Proxies/LegacyProxy.php b/plugins/woocommerce/src/Proxies/LegacyProxy.php similarity index 100% rename from src/Proxies/LegacyProxy.php rename to plugins/woocommerce/src/Proxies/LegacyProxy.php diff --git a/src/README.md b/plugins/woocommerce/src/README.md similarity index 100% rename from src/README.md rename to plugins/woocommerce/src/README.md diff --git a/src/Utilities/ArrayUtil.php b/plugins/woocommerce/src/Utilities/ArrayUtil.php similarity index 100% rename from src/Utilities/ArrayUtil.php rename to plugins/woocommerce/src/Utilities/ArrayUtil.php diff --git a/src/Utilities/NumberUtil.php b/plugins/woocommerce/src/Utilities/NumberUtil.php similarity index 100% rename from src/Utilities/NumberUtil.php rename to plugins/woocommerce/src/Utilities/NumberUtil.php diff --git a/src/Utilities/StringUtil.php b/plugins/woocommerce/src/Utilities/StringUtil.php similarity index 100% rename from src/Utilities/StringUtil.php rename to plugins/woocommerce/src/Utilities/StringUtil.php diff --git a/src/Vendor/.gitignore b/plugins/woocommerce/src/Vendor/.gitignore similarity index 100% rename from src/Vendor/.gitignore rename to plugins/woocommerce/src/Vendor/.gitignore diff --git a/src/Vendor/README.md b/plugins/woocommerce/src/Vendor/README.md similarity index 100% rename from src/Vendor/README.md rename to plugins/woocommerce/src/Vendor/README.md diff --git a/templates/archive-product.php b/plugins/woocommerce/templates/archive-product.php similarity index 100% rename from templates/archive-product.php rename to plugins/woocommerce/templates/archive-product.php diff --git a/templates/auth/footer.php b/plugins/woocommerce/templates/auth/footer.php similarity index 100% rename from templates/auth/footer.php rename to plugins/woocommerce/templates/auth/footer.php diff --git a/templates/auth/form-grant-access.php b/plugins/woocommerce/templates/auth/form-grant-access.php similarity index 100% rename from templates/auth/form-grant-access.php rename to plugins/woocommerce/templates/auth/form-grant-access.php diff --git a/templates/auth/form-login.php b/plugins/woocommerce/templates/auth/form-login.php similarity index 100% rename from templates/auth/form-login.php rename to plugins/woocommerce/templates/auth/form-login.php diff --git a/templates/auth/header.php b/plugins/woocommerce/templates/auth/header.php similarity index 100% rename from templates/auth/header.php rename to plugins/woocommerce/templates/auth/header.php diff --git a/templates/cart/cart-empty.php b/plugins/woocommerce/templates/cart/cart-empty.php similarity index 100% rename from templates/cart/cart-empty.php rename to plugins/woocommerce/templates/cart/cart-empty.php diff --git a/templates/cart/cart-item-data.php b/plugins/woocommerce/templates/cart/cart-item-data.php similarity index 100% rename from templates/cart/cart-item-data.php rename to plugins/woocommerce/templates/cart/cart-item-data.php diff --git a/templates/cart/cart-shipping.php b/plugins/woocommerce/templates/cart/cart-shipping.php similarity index 100% rename from templates/cart/cart-shipping.php rename to plugins/woocommerce/templates/cart/cart-shipping.php diff --git a/templates/cart/cart-totals.php b/plugins/woocommerce/templates/cart/cart-totals.php similarity index 100% rename from templates/cart/cart-totals.php rename to plugins/woocommerce/templates/cart/cart-totals.php diff --git a/templates/cart/cart.php b/plugins/woocommerce/templates/cart/cart.php similarity index 100% rename from templates/cart/cart.php rename to plugins/woocommerce/templates/cart/cart.php diff --git a/templates/cart/cross-sells.php b/plugins/woocommerce/templates/cart/cross-sells.php similarity index 100% rename from templates/cart/cross-sells.php rename to plugins/woocommerce/templates/cart/cross-sells.php diff --git a/templates/cart/mini-cart.php b/plugins/woocommerce/templates/cart/mini-cart.php similarity index 100% rename from templates/cart/mini-cart.php rename to plugins/woocommerce/templates/cart/mini-cart.php diff --git a/templates/cart/proceed-to-checkout-button.php b/plugins/woocommerce/templates/cart/proceed-to-checkout-button.php similarity index 100% rename from templates/cart/proceed-to-checkout-button.php rename to plugins/woocommerce/templates/cart/proceed-to-checkout-button.php diff --git a/templates/cart/shipping-calculator.php b/plugins/woocommerce/templates/cart/shipping-calculator.php similarity index 100% rename from templates/cart/shipping-calculator.php rename to plugins/woocommerce/templates/cart/shipping-calculator.php diff --git a/templates/checkout/cart-errors.php b/plugins/woocommerce/templates/checkout/cart-errors.php similarity index 100% rename from templates/checkout/cart-errors.php rename to plugins/woocommerce/templates/checkout/cart-errors.php diff --git a/templates/checkout/form-billing.php b/plugins/woocommerce/templates/checkout/form-billing.php similarity index 100% rename from templates/checkout/form-billing.php rename to plugins/woocommerce/templates/checkout/form-billing.php diff --git a/templates/checkout/form-checkout.php b/plugins/woocommerce/templates/checkout/form-checkout.php similarity index 100% rename from templates/checkout/form-checkout.php rename to plugins/woocommerce/templates/checkout/form-checkout.php diff --git a/templates/checkout/form-coupon.php b/plugins/woocommerce/templates/checkout/form-coupon.php similarity index 100% rename from templates/checkout/form-coupon.php rename to plugins/woocommerce/templates/checkout/form-coupon.php diff --git a/templates/checkout/form-login.php b/plugins/woocommerce/templates/checkout/form-login.php similarity index 100% rename from templates/checkout/form-login.php rename to plugins/woocommerce/templates/checkout/form-login.php diff --git a/templates/checkout/form-pay.php b/plugins/woocommerce/templates/checkout/form-pay.php similarity index 100% rename from templates/checkout/form-pay.php rename to plugins/woocommerce/templates/checkout/form-pay.php diff --git a/templates/checkout/form-shipping.php b/plugins/woocommerce/templates/checkout/form-shipping.php similarity index 100% rename from templates/checkout/form-shipping.php rename to plugins/woocommerce/templates/checkout/form-shipping.php diff --git a/templates/checkout/order-receipt.php b/plugins/woocommerce/templates/checkout/order-receipt.php similarity index 100% rename from templates/checkout/order-receipt.php rename to plugins/woocommerce/templates/checkout/order-receipt.php diff --git a/templates/checkout/payment-method.php b/plugins/woocommerce/templates/checkout/payment-method.php similarity index 100% rename from templates/checkout/payment-method.php rename to plugins/woocommerce/templates/checkout/payment-method.php diff --git a/templates/checkout/payment.php b/plugins/woocommerce/templates/checkout/payment.php similarity index 100% rename from templates/checkout/payment.php rename to plugins/woocommerce/templates/checkout/payment.php diff --git a/templates/checkout/review-order.php b/plugins/woocommerce/templates/checkout/review-order.php similarity index 100% rename from templates/checkout/review-order.php rename to plugins/woocommerce/templates/checkout/review-order.php diff --git a/templates/checkout/terms.php b/plugins/woocommerce/templates/checkout/terms.php similarity index 100% rename from templates/checkout/terms.php rename to plugins/woocommerce/templates/checkout/terms.php diff --git a/templates/checkout/thankyou.php b/plugins/woocommerce/templates/checkout/thankyou.php similarity index 100% rename from templates/checkout/thankyou.php rename to plugins/woocommerce/templates/checkout/thankyou.php diff --git a/templates/content-product-cat.php b/plugins/woocommerce/templates/content-product-cat.php similarity index 100% rename from templates/content-product-cat.php rename to plugins/woocommerce/templates/content-product-cat.php diff --git a/templates/content-product.php b/plugins/woocommerce/templates/content-product.php similarity index 100% rename from templates/content-product.php rename to plugins/woocommerce/templates/content-product.php diff --git a/templates/content-single-product.php b/plugins/woocommerce/templates/content-single-product.php similarity index 100% rename from templates/content-single-product.php rename to plugins/woocommerce/templates/content-single-product.php diff --git a/templates/content-widget-price-filter.php b/plugins/woocommerce/templates/content-widget-price-filter.php similarity index 100% rename from templates/content-widget-price-filter.php rename to plugins/woocommerce/templates/content-widget-price-filter.php diff --git a/templates/content-widget-product.php b/plugins/woocommerce/templates/content-widget-product.php similarity index 100% rename from templates/content-widget-product.php rename to plugins/woocommerce/templates/content-widget-product.php diff --git a/templates/content-widget-reviews.php b/plugins/woocommerce/templates/content-widget-reviews.php similarity index 100% rename from templates/content-widget-reviews.php rename to plugins/woocommerce/templates/content-widget-reviews.php diff --git a/templates/emails/admin-cancelled-order.php b/plugins/woocommerce/templates/emails/admin-cancelled-order.php similarity index 100% rename from templates/emails/admin-cancelled-order.php rename to plugins/woocommerce/templates/emails/admin-cancelled-order.php diff --git a/templates/emails/admin-failed-order.php b/plugins/woocommerce/templates/emails/admin-failed-order.php similarity index 100% rename from templates/emails/admin-failed-order.php rename to plugins/woocommerce/templates/emails/admin-failed-order.php diff --git a/templates/emails/admin-new-order.php b/plugins/woocommerce/templates/emails/admin-new-order.php similarity index 100% rename from templates/emails/admin-new-order.php rename to plugins/woocommerce/templates/emails/admin-new-order.php diff --git a/templates/emails/customer-completed-order.php b/plugins/woocommerce/templates/emails/customer-completed-order.php similarity index 100% rename from templates/emails/customer-completed-order.php rename to plugins/woocommerce/templates/emails/customer-completed-order.php diff --git a/templates/emails/customer-invoice.php b/plugins/woocommerce/templates/emails/customer-invoice.php similarity index 100% rename from templates/emails/customer-invoice.php rename to plugins/woocommerce/templates/emails/customer-invoice.php diff --git a/templates/emails/customer-new-account.php b/plugins/woocommerce/templates/emails/customer-new-account.php similarity index 100% rename from templates/emails/customer-new-account.php rename to plugins/woocommerce/templates/emails/customer-new-account.php diff --git a/templates/emails/customer-note.php b/plugins/woocommerce/templates/emails/customer-note.php similarity index 100% rename from templates/emails/customer-note.php rename to plugins/woocommerce/templates/emails/customer-note.php diff --git a/templates/emails/customer-on-hold-order.php b/plugins/woocommerce/templates/emails/customer-on-hold-order.php similarity index 100% rename from templates/emails/customer-on-hold-order.php rename to plugins/woocommerce/templates/emails/customer-on-hold-order.php diff --git a/templates/emails/customer-processing-order.php b/plugins/woocommerce/templates/emails/customer-processing-order.php similarity index 100% rename from templates/emails/customer-processing-order.php rename to plugins/woocommerce/templates/emails/customer-processing-order.php diff --git a/templates/emails/customer-refunded-order.php b/plugins/woocommerce/templates/emails/customer-refunded-order.php similarity index 100% rename from templates/emails/customer-refunded-order.php rename to plugins/woocommerce/templates/emails/customer-refunded-order.php diff --git a/templates/emails/customer-reset-password.php b/plugins/woocommerce/templates/emails/customer-reset-password.php similarity index 100% rename from templates/emails/customer-reset-password.php rename to plugins/woocommerce/templates/emails/customer-reset-password.php diff --git a/templates/emails/email-addresses.php b/plugins/woocommerce/templates/emails/email-addresses.php similarity index 100% rename from templates/emails/email-addresses.php rename to plugins/woocommerce/templates/emails/email-addresses.php diff --git a/templates/emails/email-customer-details.php b/plugins/woocommerce/templates/emails/email-customer-details.php similarity index 100% rename from templates/emails/email-customer-details.php rename to plugins/woocommerce/templates/emails/email-customer-details.php diff --git a/templates/emails/email-downloads.php b/plugins/woocommerce/templates/emails/email-downloads.php similarity index 100% rename from templates/emails/email-downloads.php rename to plugins/woocommerce/templates/emails/email-downloads.php diff --git a/templates/emails/email-footer.php b/plugins/woocommerce/templates/emails/email-footer.php similarity index 100% rename from templates/emails/email-footer.php rename to plugins/woocommerce/templates/emails/email-footer.php diff --git a/templates/emails/email-header.php b/plugins/woocommerce/templates/emails/email-header.php similarity index 100% rename from templates/emails/email-header.php rename to plugins/woocommerce/templates/emails/email-header.php diff --git a/templates/emails/email-order-details.php b/plugins/woocommerce/templates/emails/email-order-details.php similarity index 100% rename from templates/emails/email-order-details.php rename to plugins/woocommerce/templates/emails/email-order-details.php diff --git a/templates/emails/email-order-items.php b/plugins/woocommerce/templates/emails/email-order-items.php similarity index 100% rename from templates/emails/email-order-items.php rename to plugins/woocommerce/templates/emails/email-order-items.php diff --git a/templates/emails/email-styles.php b/plugins/woocommerce/templates/emails/email-styles.php similarity index 100% rename from templates/emails/email-styles.php rename to plugins/woocommerce/templates/emails/email-styles.php diff --git a/templates/emails/plain/admin-cancelled-order.php b/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php similarity index 100% rename from templates/emails/plain/admin-cancelled-order.php rename to plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php diff --git a/templates/emails/plain/admin-failed-order.php b/plugins/woocommerce/templates/emails/plain/admin-failed-order.php similarity index 100% rename from templates/emails/plain/admin-failed-order.php rename to plugins/woocommerce/templates/emails/plain/admin-failed-order.php diff --git a/templates/emails/plain/admin-new-order.php b/plugins/woocommerce/templates/emails/plain/admin-new-order.php similarity index 100% rename from templates/emails/plain/admin-new-order.php rename to plugins/woocommerce/templates/emails/plain/admin-new-order.php diff --git a/templates/emails/plain/customer-completed-order.php b/plugins/woocommerce/templates/emails/plain/customer-completed-order.php similarity index 100% rename from templates/emails/plain/customer-completed-order.php rename to plugins/woocommerce/templates/emails/plain/customer-completed-order.php diff --git a/templates/emails/plain/customer-invoice.php b/plugins/woocommerce/templates/emails/plain/customer-invoice.php similarity index 100% rename from templates/emails/plain/customer-invoice.php rename to plugins/woocommerce/templates/emails/plain/customer-invoice.php diff --git a/templates/emails/plain/customer-new-account.php b/plugins/woocommerce/templates/emails/plain/customer-new-account.php similarity index 100% rename from templates/emails/plain/customer-new-account.php rename to plugins/woocommerce/templates/emails/plain/customer-new-account.php diff --git a/templates/emails/plain/customer-note.php b/plugins/woocommerce/templates/emails/plain/customer-note.php similarity index 100% rename from templates/emails/plain/customer-note.php rename to plugins/woocommerce/templates/emails/plain/customer-note.php diff --git a/templates/emails/plain/customer-on-hold-order.php b/plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php similarity index 100% rename from templates/emails/plain/customer-on-hold-order.php rename to plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php diff --git a/templates/emails/plain/customer-processing-order.php b/plugins/woocommerce/templates/emails/plain/customer-processing-order.php similarity index 100% rename from templates/emails/plain/customer-processing-order.php rename to plugins/woocommerce/templates/emails/plain/customer-processing-order.php diff --git a/templates/emails/plain/customer-refunded-order.php b/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php similarity index 100% rename from templates/emails/plain/customer-refunded-order.php rename to plugins/woocommerce/templates/emails/plain/customer-refunded-order.php diff --git a/templates/emails/plain/customer-reset-password.php b/plugins/woocommerce/templates/emails/plain/customer-reset-password.php similarity index 100% rename from templates/emails/plain/customer-reset-password.php rename to plugins/woocommerce/templates/emails/plain/customer-reset-password.php diff --git a/templates/emails/plain/email-addresses.php b/plugins/woocommerce/templates/emails/plain/email-addresses.php similarity index 100% rename from templates/emails/plain/email-addresses.php rename to plugins/woocommerce/templates/emails/plain/email-addresses.php diff --git a/templates/emails/plain/email-customer-details.php b/plugins/woocommerce/templates/emails/plain/email-customer-details.php similarity index 100% rename from templates/emails/plain/email-customer-details.php rename to plugins/woocommerce/templates/emails/plain/email-customer-details.php diff --git a/templates/emails/plain/email-downloads.php b/plugins/woocommerce/templates/emails/plain/email-downloads.php similarity index 100% rename from templates/emails/plain/email-downloads.php rename to plugins/woocommerce/templates/emails/plain/email-downloads.php diff --git a/templates/emails/plain/email-order-details.php b/plugins/woocommerce/templates/emails/plain/email-order-details.php similarity index 100% rename from templates/emails/plain/email-order-details.php rename to plugins/woocommerce/templates/emails/plain/email-order-details.php diff --git a/templates/emails/plain/email-order-items.php b/plugins/woocommerce/templates/emails/plain/email-order-items.php similarity index 100% rename from templates/emails/plain/email-order-items.php rename to plugins/woocommerce/templates/emails/plain/email-order-items.php diff --git a/templates/global/breadcrumb.php b/plugins/woocommerce/templates/global/breadcrumb.php similarity index 100% rename from templates/global/breadcrumb.php rename to plugins/woocommerce/templates/global/breadcrumb.php diff --git a/templates/global/form-login.php b/plugins/woocommerce/templates/global/form-login.php similarity index 100% rename from templates/global/form-login.php rename to plugins/woocommerce/templates/global/form-login.php diff --git a/templates/global/quantity-input.php b/plugins/woocommerce/templates/global/quantity-input.php similarity index 100% rename from templates/global/quantity-input.php rename to plugins/woocommerce/templates/global/quantity-input.php diff --git a/templates/global/sidebar.php b/plugins/woocommerce/templates/global/sidebar.php similarity index 100% rename from templates/global/sidebar.php rename to plugins/woocommerce/templates/global/sidebar.php diff --git a/templates/global/wrapper-end.php b/plugins/woocommerce/templates/global/wrapper-end.php similarity index 100% rename from templates/global/wrapper-end.php rename to plugins/woocommerce/templates/global/wrapper-end.php diff --git a/templates/global/wrapper-start.php b/plugins/woocommerce/templates/global/wrapper-start.php similarity index 100% rename from templates/global/wrapper-start.php rename to plugins/woocommerce/templates/global/wrapper-start.php diff --git a/templates/loop/add-to-cart.php b/plugins/woocommerce/templates/loop/add-to-cart.php similarity index 100% rename from templates/loop/add-to-cart.php rename to plugins/woocommerce/templates/loop/add-to-cart.php diff --git a/templates/loop/loop-end.php b/plugins/woocommerce/templates/loop/loop-end.php similarity index 100% rename from templates/loop/loop-end.php rename to plugins/woocommerce/templates/loop/loop-end.php diff --git a/templates/loop/loop-start.php b/plugins/woocommerce/templates/loop/loop-start.php similarity index 100% rename from templates/loop/loop-start.php rename to plugins/woocommerce/templates/loop/loop-start.php diff --git a/templates/loop/no-products-found.php b/plugins/woocommerce/templates/loop/no-products-found.php similarity index 100% rename from templates/loop/no-products-found.php rename to plugins/woocommerce/templates/loop/no-products-found.php diff --git a/templates/loop/orderby.php b/plugins/woocommerce/templates/loop/orderby.php similarity index 100% rename from templates/loop/orderby.php rename to plugins/woocommerce/templates/loop/orderby.php diff --git a/templates/loop/pagination.php b/plugins/woocommerce/templates/loop/pagination.php similarity index 100% rename from templates/loop/pagination.php rename to plugins/woocommerce/templates/loop/pagination.php diff --git a/templates/loop/price.php b/plugins/woocommerce/templates/loop/price.php similarity index 100% rename from templates/loop/price.php rename to plugins/woocommerce/templates/loop/price.php diff --git a/templates/loop/rating.php b/plugins/woocommerce/templates/loop/rating.php similarity index 100% rename from templates/loop/rating.php rename to plugins/woocommerce/templates/loop/rating.php diff --git a/templates/loop/result-count.php b/plugins/woocommerce/templates/loop/result-count.php similarity index 100% rename from templates/loop/result-count.php rename to plugins/woocommerce/templates/loop/result-count.php diff --git a/templates/loop/sale-flash.php b/plugins/woocommerce/templates/loop/sale-flash.php similarity index 100% rename from templates/loop/sale-flash.php rename to plugins/woocommerce/templates/loop/sale-flash.php diff --git a/templates/myaccount/dashboard.php b/plugins/woocommerce/templates/myaccount/dashboard.php similarity index 100% rename from templates/myaccount/dashboard.php rename to plugins/woocommerce/templates/myaccount/dashboard.php diff --git a/templates/myaccount/downloads.php b/plugins/woocommerce/templates/myaccount/downloads.php similarity index 100% rename from templates/myaccount/downloads.php rename to plugins/woocommerce/templates/myaccount/downloads.php diff --git a/templates/myaccount/form-add-payment-method.php b/plugins/woocommerce/templates/myaccount/form-add-payment-method.php similarity index 100% rename from templates/myaccount/form-add-payment-method.php rename to plugins/woocommerce/templates/myaccount/form-add-payment-method.php diff --git a/templates/myaccount/form-edit-account.php b/plugins/woocommerce/templates/myaccount/form-edit-account.php similarity index 100% rename from templates/myaccount/form-edit-account.php rename to plugins/woocommerce/templates/myaccount/form-edit-account.php diff --git a/templates/myaccount/form-edit-address.php b/plugins/woocommerce/templates/myaccount/form-edit-address.php similarity index 100% rename from templates/myaccount/form-edit-address.php rename to plugins/woocommerce/templates/myaccount/form-edit-address.php diff --git a/templates/myaccount/form-login.php b/plugins/woocommerce/templates/myaccount/form-login.php similarity index 100% rename from templates/myaccount/form-login.php rename to plugins/woocommerce/templates/myaccount/form-login.php diff --git a/templates/myaccount/form-lost-password.php b/plugins/woocommerce/templates/myaccount/form-lost-password.php similarity index 100% rename from templates/myaccount/form-lost-password.php rename to plugins/woocommerce/templates/myaccount/form-lost-password.php diff --git a/templates/myaccount/form-reset-password.php b/plugins/woocommerce/templates/myaccount/form-reset-password.php similarity index 100% rename from templates/myaccount/form-reset-password.php rename to plugins/woocommerce/templates/myaccount/form-reset-password.php diff --git a/templates/myaccount/lost-password-confirmation.php b/plugins/woocommerce/templates/myaccount/lost-password-confirmation.php similarity index 100% rename from templates/myaccount/lost-password-confirmation.php rename to plugins/woocommerce/templates/myaccount/lost-password-confirmation.php diff --git a/templates/myaccount/my-account.php b/plugins/woocommerce/templates/myaccount/my-account.php similarity index 100% rename from templates/myaccount/my-account.php rename to plugins/woocommerce/templates/myaccount/my-account.php diff --git a/templates/myaccount/my-address.php b/plugins/woocommerce/templates/myaccount/my-address.php similarity index 100% rename from templates/myaccount/my-address.php rename to plugins/woocommerce/templates/myaccount/my-address.php diff --git a/templates/myaccount/my-downloads.php b/plugins/woocommerce/templates/myaccount/my-downloads.php similarity index 100% rename from templates/myaccount/my-downloads.php rename to plugins/woocommerce/templates/myaccount/my-downloads.php diff --git a/templates/myaccount/my-orders.php b/plugins/woocommerce/templates/myaccount/my-orders.php similarity index 100% rename from templates/myaccount/my-orders.php rename to plugins/woocommerce/templates/myaccount/my-orders.php diff --git a/templates/myaccount/navigation.php b/plugins/woocommerce/templates/myaccount/navigation.php similarity index 100% rename from templates/myaccount/navigation.php rename to plugins/woocommerce/templates/myaccount/navigation.php diff --git a/templates/myaccount/orders.php b/plugins/woocommerce/templates/myaccount/orders.php similarity index 100% rename from templates/myaccount/orders.php rename to plugins/woocommerce/templates/myaccount/orders.php diff --git a/templates/myaccount/payment-methods.php b/plugins/woocommerce/templates/myaccount/payment-methods.php similarity index 100% rename from templates/myaccount/payment-methods.php rename to plugins/woocommerce/templates/myaccount/payment-methods.php diff --git a/templates/myaccount/view-order.php b/plugins/woocommerce/templates/myaccount/view-order.php similarity index 100% rename from templates/myaccount/view-order.php rename to plugins/woocommerce/templates/myaccount/view-order.php diff --git a/templates/notices/error.php b/plugins/woocommerce/templates/notices/error.php similarity index 100% rename from templates/notices/error.php rename to plugins/woocommerce/templates/notices/error.php diff --git a/templates/notices/notice.php b/plugins/woocommerce/templates/notices/notice.php similarity index 100% rename from templates/notices/notice.php rename to plugins/woocommerce/templates/notices/notice.php diff --git a/templates/notices/success.php b/plugins/woocommerce/templates/notices/success.php similarity index 100% rename from templates/notices/success.php rename to plugins/woocommerce/templates/notices/success.php diff --git a/templates/order/form-tracking.php b/plugins/woocommerce/templates/order/form-tracking.php similarity index 100% rename from templates/order/form-tracking.php rename to plugins/woocommerce/templates/order/form-tracking.php diff --git a/templates/order/order-again.php b/plugins/woocommerce/templates/order/order-again.php similarity index 100% rename from templates/order/order-again.php rename to plugins/woocommerce/templates/order/order-again.php diff --git a/templates/order/order-details-customer.php b/plugins/woocommerce/templates/order/order-details-customer.php similarity index 100% rename from templates/order/order-details-customer.php rename to plugins/woocommerce/templates/order/order-details-customer.php diff --git a/templates/order/order-details-item.php b/plugins/woocommerce/templates/order/order-details-item.php similarity index 100% rename from templates/order/order-details-item.php rename to plugins/woocommerce/templates/order/order-details-item.php diff --git a/templates/order/order-details.php b/plugins/woocommerce/templates/order/order-details.php similarity index 100% rename from templates/order/order-details.php rename to plugins/woocommerce/templates/order/order-details.php diff --git a/templates/order/order-downloads.php b/plugins/woocommerce/templates/order/order-downloads.php similarity index 100% rename from templates/order/order-downloads.php rename to plugins/woocommerce/templates/order/order-downloads.php diff --git a/templates/order/tracking.php b/plugins/woocommerce/templates/order/tracking.php similarity index 100% rename from templates/order/tracking.php rename to plugins/woocommerce/templates/order/tracking.php diff --git a/templates/product-searchform.php b/plugins/woocommerce/templates/product-searchform.php similarity index 100% rename from templates/product-searchform.php rename to plugins/woocommerce/templates/product-searchform.php diff --git a/templates/single-product-reviews.php b/plugins/woocommerce/templates/single-product-reviews.php similarity index 100% rename from templates/single-product-reviews.php rename to plugins/woocommerce/templates/single-product-reviews.php diff --git a/templates/single-product.php b/plugins/woocommerce/templates/single-product.php similarity index 100% rename from templates/single-product.php rename to plugins/woocommerce/templates/single-product.php diff --git a/templates/single-product/add-to-cart/external.php b/plugins/woocommerce/templates/single-product/add-to-cart/external.php similarity index 100% rename from templates/single-product/add-to-cart/external.php rename to plugins/woocommerce/templates/single-product/add-to-cart/external.php diff --git a/templates/single-product/add-to-cart/grouped.php b/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php similarity index 100% rename from templates/single-product/add-to-cart/grouped.php rename to plugins/woocommerce/templates/single-product/add-to-cart/grouped.php diff --git a/templates/single-product/add-to-cart/simple.php b/plugins/woocommerce/templates/single-product/add-to-cart/simple.php similarity index 100% rename from templates/single-product/add-to-cart/simple.php rename to plugins/woocommerce/templates/single-product/add-to-cart/simple.php diff --git a/templates/single-product/add-to-cart/variable.php b/plugins/woocommerce/templates/single-product/add-to-cart/variable.php similarity index 100% rename from templates/single-product/add-to-cart/variable.php rename to plugins/woocommerce/templates/single-product/add-to-cart/variable.php diff --git a/templates/single-product/add-to-cart/variation-add-to-cart-button.php b/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php similarity index 100% rename from templates/single-product/add-to-cart/variation-add-to-cart-button.php rename to plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php diff --git a/templates/single-product/add-to-cart/variation.php b/plugins/woocommerce/templates/single-product/add-to-cart/variation.php similarity index 100% rename from templates/single-product/add-to-cart/variation.php rename to plugins/woocommerce/templates/single-product/add-to-cart/variation.php diff --git a/templates/single-product/meta.php b/plugins/woocommerce/templates/single-product/meta.php similarity index 100% rename from templates/single-product/meta.php rename to plugins/woocommerce/templates/single-product/meta.php diff --git a/templates/single-product/photoswipe.php b/plugins/woocommerce/templates/single-product/photoswipe.php similarity index 100% rename from templates/single-product/photoswipe.php rename to plugins/woocommerce/templates/single-product/photoswipe.php diff --git a/templates/single-product/price.php b/plugins/woocommerce/templates/single-product/price.php similarity index 100% rename from templates/single-product/price.php rename to plugins/woocommerce/templates/single-product/price.php diff --git a/templates/single-product/product-attributes.php b/plugins/woocommerce/templates/single-product/product-attributes.php similarity index 100% rename from templates/single-product/product-attributes.php rename to plugins/woocommerce/templates/single-product/product-attributes.php diff --git a/templates/single-product/product-image.php b/plugins/woocommerce/templates/single-product/product-image.php similarity index 100% rename from templates/single-product/product-image.php rename to plugins/woocommerce/templates/single-product/product-image.php diff --git a/templates/single-product/product-thumbnails.php b/plugins/woocommerce/templates/single-product/product-thumbnails.php similarity index 100% rename from templates/single-product/product-thumbnails.php rename to plugins/woocommerce/templates/single-product/product-thumbnails.php diff --git a/templates/single-product/rating.php b/plugins/woocommerce/templates/single-product/rating.php similarity index 100% rename from templates/single-product/rating.php rename to plugins/woocommerce/templates/single-product/rating.php diff --git a/templates/single-product/related.php b/plugins/woocommerce/templates/single-product/related.php similarity index 100% rename from templates/single-product/related.php rename to plugins/woocommerce/templates/single-product/related.php diff --git a/templates/single-product/review-meta.php b/plugins/woocommerce/templates/single-product/review-meta.php similarity index 100% rename from templates/single-product/review-meta.php rename to plugins/woocommerce/templates/single-product/review-meta.php diff --git a/templates/single-product/review-rating.php b/plugins/woocommerce/templates/single-product/review-rating.php similarity index 100% rename from templates/single-product/review-rating.php rename to plugins/woocommerce/templates/single-product/review-rating.php diff --git a/templates/single-product/review.php b/plugins/woocommerce/templates/single-product/review.php similarity index 100% rename from templates/single-product/review.php rename to plugins/woocommerce/templates/single-product/review.php diff --git a/templates/single-product/sale-flash.php b/plugins/woocommerce/templates/single-product/sale-flash.php similarity index 100% rename from templates/single-product/sale-flash.php rename to plugins/woocommerce/templates/single-product/sale-flash.php diff --git a/templates/single-product/share.php b/plugins/woocommerce/templates/single-product/share.php similarity index 100% rename from templates/single-product/share.php rename to plugins/woocommerce/templates/single-product/share.php diff --git a/templates/single-product/short-description.php b/plugins/woocommerce/templates/single-product/short-description.php similarity index 100% rename from templates/single-product/short-description.php rename to plugins/woocommerce/templates/single-product/short-description.php diff --git a/templates/single-product/stock.php b/plugins/woocommerce/templates/single-product/stock.php similarity index 100% rename from templates/single-product/stock.php rename to plugins/woocommerce/templates/single-product/stock.php diff --git a/templates/single-product/tabs/additional-information.php b/plugins/woocommerce/templates/single-product/tabs/additional-information.php similarity index 100% rename from templates/single-product/tabs/additional-information.php rename to plugins/woocommerce/templates/single-product/tabs/additional-information.php diff --git a/templates/single-product/tabs/description.php b/plugins/woocommerce/templates/single-product/tabs/description.php similarity index 100% rename from templates/single-product/tabs/description.php rename to plugins/woocommerce/templates/single-product/tabs/description.php diff --git a/templates/single-product/tabs/tabs.php b/plugins/woocommerce/templates/single-product/tabs/tabs.php similarity index 100% rename from templates/single-product/tabs/tabs.php rename to plugins/woocommerce/templates/single-product/tabs/tabs.php diff --git a/templates/single-product/title.php b/plugins/woocommerce/templates/single-product/title.php similarity index 100% rename from templates/single-product/title.php rename to plugins/woocommerce/templates/single-product/title.php diff --git a/templates/single-product/up-sells.php b/plugins/woocommerce/templates/single-product/up-sells.php similarity index 100% rename from templates/single-product/up-sells.php rename to plugins/woocommerce/templates/single-product/up-sells.php diff --git a/templates/taxonomy-product-cat.php b/plugins/woocommerce/templates/taxonomy-product-cat.php similarity index 100% rename from templates/taxonomy-product-cat.php rename to plugins/woocommerce/templates/taxonomy-product-cat.php diff --git a/templates/taxonomy-product-tag.php b/plugins/woocommerce/templates/taxonomy-product-tag.php similarity index 100% rename from templates/taxonomy-product-tag.php rename to plugins/woocommerce/templates/taxonomy-product-tag.php diff --git a/tests/README.md b/plugins/woocommerce/tests/README.md similarity index 100% rename from tests/README.md rename to plugins/woocommerce/tests/README.md diff --git a/tests/Tools/CodeHacking/CodeHacker.php b/plugins/woocommerce/tests/Tools/CodeHacking/CodeHacker.php similarity index 100% rename from tests/Tools/CodeHacking/CodeHacker.php rename to plugins/woocommerce/tests/Tools/CodeHacking/CodeHacker.php diff --git a/tests/Tools/CodeHacking/Hacks/BypassFinalsHack.php b/plugins/woocommerce/tests/Tools/CodeHacking/Hacks/BypassFinalsHack.php similarity index 100% rename from tests/Tools/CodeHacking/Hacks/BypassFinalsHack.php rename to plugins/woocommerce/tests/Tools/CodeHacking/Hacks/BypassFinalsHack.php diff --git a/tests/Tools/CodeHacking/Hacks/CodeHack.php b/plugins/woocommerce/tests/Tools/CodeHacking/Hacks/CodeHack.php similarity index 100% rename from tests/Tools/CodeHacking/Hacks/CodeHack.php rename to plugins/woocommerce/tests/Tools/CodeHacking/Hacks/CodeHack.php diff --git a/tests/Tools/CodeHacking/Hacks/FunctionsMockerHack.php b/plugins/woocommerce/tests/Tools/CodeHacking/Hacks/FunctionsMockerHack.php similarity index 100% rename from tests/Tools/CodeHacking/Hacks/FunctionsMockerHack.php rename to plugins/woocommerce/tests/Tools/CodeHacking/Hacks/FunctionsMockerHack.php diff --git a/tests/Tools/CodeHacking/Hacks/StaticMockerHack.php b/plugins/woocommerce/tests/Tools/CodeHacking/Hacks/StaticMockerHack.php similarity index 100% rename from tests/Tools/CodeHacking/Hacks/StaticMockerHack.php rename to plugins/woocommerce/tests/Tools/CodeHacking/Hacks/StaticMockerHack.php diff --git a/tests/Tools/CodeHacking/README.md b/plugins/woocommerce/tests/Tools/CodeHacking/README.md similarity index 100% rename from tests/Tools/CodeHacking/README.md rename to plugins/woocommerce/tests/Tools/CodeHacking/README.md diff --git a/tests/Tools/DependencyManagement/MockableLegacyProxy.php b/plugins/woocommerce/tests/Tools/DependencyManagement/MockableLegacyProxy.php similarity index 100% rename from tests/Tools/DependencyManagement/MockableLegacyProxy.php rename to plugins/woocommerce/tests/Tools/DependencyManagement/MockableLegacyProxy.php diff --git a/tests/Tools/FakeQueue.php b/plugins/woocommerce/tests/Tools/FakeQueue.php similarity index 100% rename from tests/Tools/FakeQueue.php rename to plugins/woocommerce/tests/Tools/FakeQueue.php diff --git a/tests/bin/install.sh b/plugins/woocommerce/tests/bin/install.sh similarity index 100% rename from tests/bin/install.sh rename to plugins/woocommerce/tests/bin/install.sh diff --git a/tests/bin/phpcs.sh b/plugins/woocommerce/tests/bin/phpcs.sh similarity index 100% rename from tests/bin/phpcs.sh rename to plugins/woocommerce/tests/bin/phpcs.sh diff --git a/tests/bin/phpunit.sh b/plugins/woocommerce/tests/bin/phpunit.sh similarity index 100% rename from tests/bin/phpunit.sh rename to plugins/woocommerce/tests/bin/phpunit.sh diff --git a/tests/cli/bin/install-package-tests.sh b/plugins/woocommerce/tests/cli/bin/install-package-tests.sh similarity index 100% rename from tests/cli/bin/install-package-tests.sh rename to plugins/woocommerce/tests/cli/bin/install-package-tests.sh diff --git a/tests/cli/credits.txt b/plugins/woocommerce/tests/cli/credits.txt similarity index 100% rename from tests/cli/credits.txt rename to plugins/woocommerce/tests/cli/credits.txt diff --git a/tests/cli/features/bootstrap/FeatureContext.php b/plugins/woocommerce/tests/cli/features/bootstrap/FeatureContext.php similarity index 100% rename from tests/cli/features/bootstrap/FeatureContext.php rename to plugins/woocommerce/tests/cli/features/bootstrap/FeatureContext.php diff --git a/tests/cli/features/bootstrap/Process.php b/plugins/woocommerce/tests/cli/features/bootstrap/Process.php similarity index 100% rename from tests/cli/features/bootstrap/Process.php rename to plugins/woocommerce/tests/cli/features/bootstrap/Process.php diff --git a/tests/cli/features/bootstrap/support.php b/plugins/woocommerce/tests/cli/features/bootstrap/support.php similarity index 100% rename from tests/cli/features/bootstrap/support.php rename to plugins/woocommerce/tests/cli/features/bootstrap/support.php diff --git a/tests/cli/features/bootstrap/utils.php b/plugins/woocommerce/tests/cli/features/bootstrap/utils.php similarity index 100% rename from tests/cli/features/bootstrap/utils.php rename to plugins/woocommerce/tests/cli/features/bootstrap/utils.php diff --git a/tests/cli/features/customer.feature b/plugins/woocommerce/tests/cli/features/customer.feature similarity index 100% rename from tests/cli/features/customer.feature rename to plugins/woocommerce/tests/cli/features/customer.feature diff --git a/tests/cli/features/customer_download.feature b/plugins/woocommerce/tests/cli/features/customer_download.feature similarity index 100% rename from tests/cli/features/customer_download.feature rename to plugins/woocommerce/tests/cli/features/customer_download.feature diff --git a/tests/cli/features/extra/no-mail.php b/plugins/woocommerce/tests/cli/features/extra/no-mail.php similarity index 100% rename from tests/cli/features/extra/no-mail.php rename to plugins/woocommerce/tests/cli/features/extra/no-mail.php diff --git a/tests/cli/features/payment_gateway.feature b/plugins/woocommerce/tests/cli/features/payment_gateway.feature similarity index 100% rename from tests/cli/features/payment_gateway.feature rename to plugins/woocommerce/tests/cli/features/payment_gateway.feature diff --git a/tests/cli/features/product.feature b/plugins/woocommerce/tests/cli/features/product.feature similarity index 100% rename from tests/cli/features/product.feature rename to plugins/woocommerce/tests/cli/features/product.feature diff --git a/tests/cli/features/product_review.feature b/plugins/woocommerce/tests/cli/features/product_review.feature similarity index 100% rename from tests/cli/features/product_review.feature rename to plugins/woocommerce/tests/cli/features/product_review.feature diff --git a/tests/cli/features/shop_coupon.feature b/plugins/woocommerce/tests/cli/features/shop_coupon.feature similarity index 100% rename from tests/cli/features/shop_coupon.feature rename to plugins/woocommerce/tests/cli/features/shop_coupon.feature diff --git a/tests/cli/features/steps/given.php b/plugins/woocommerce/tests/cli/features/steps/given.php similarity index 100% rename from tests/cli/features/steps/given.php rename to plugins/woocommerce/tests/cli/features/steps/given.php diff --git a/tests/cli/features/steps/then.php b/plugins/woocommerce/tests/cli/features/steps/then.php similarity index 100% rename from tests/cli/features/steps/then.php rename to plugins/woocommerce/tests/cli/features/steps/then.php diff --git a/tests/cli/features/steps/when.php b/plugins/woocommerce/tests/cli/features/steps/when.php similarity index 100% rename from tests/cli/features/steps/when.php rename to plugins/woocommerce/tests/cli/features/steps/when.php diff --git a/tests/cli/features/tool.feature b/plugins/woocommerce/tests/cli/features/tool.feature similarity index 100% rename from tests/cli/features/tool.feature rename to plugins/woocommerce/tests/cli/features/tool.feature diff --git a/tests/cli/utils/behat-tags.php b/plugins/woocommerce/tests/cli/utils/behat-tags.php similarity index 100% rename from tests/cli/utils/behat-tags.php rename to plugins/woocommerce/tests/cli/utils/behat-tags.php diff --git a/tests/e2e/README.md b/plugins/woocommerce/tests/e2e/README.md similarity index 100% rename from tests/e2e/README.md rename to plugins/woocommerce/tests/e2e/README.md diff --git a/tests/e2e/api-core-tests/.env.example b/plugins/woocommerce/tests/e2e/api-core-tests/.env.example similarity index 100% rename from tests/e2e/api-core-tests/.env.example rename to plugins/woocommerce/tests/e2e/api-core-tests/.env.example diff --git a/tests/e2e/api-core-tests/.gitignore b/plugins/woocommerce/tests/e2e/api-core-tests/.gitignore similarity index 100% rename from tests/e2e/api-core-tests/.gitignore rename to plugins/woocommerce/tests/e2e/api-core-tests/.gitignore diff --git a/tests/e2e/api-core-tests/CHANGELOG.md b/plugins/woocommerce/tests/e2e/api-core-tests/CHANGELOG.md similarity index 100% rename from tests/e2e/api-core-tests/CHANGELOG.md rename to plugins/woocommerce/tests/e2e/api-core-tests/CHANGELOG.md diff --git a/tests/e2e/api-core-tests/README.md b/plugins/woocommerce/tests/e2e/api-core-tests/README.md similarity index 100% rename from tests/e2e/api-core-tests/README.md rename to plugins/woocommerce/tests/e2e/api-core-tests/README.md diff --git a/tests/e2e/api-core-tests/bin/wc-api-tests.sh b/plugins/woocommerce/tests/e2e/api-core-tests/bin/wc-api-tests.sh similarity index 100% rename from tests/e2e/api-core-tests/bin/wc-api-tests.sh rename to plugins/woocommerce/tests/e2e/api-core-tests/bin/wc-api-tests.sh diff --git a/tests/e2e/api-core-tests/data/coupon.js b/plugins/woocommerce/tests/e2e/api-core-tests/data/coupon.js similarity index 100% rename from tests/e2e/api-core-tests/data/coupon.js rename to plugins/woocommerce/tests/e2e/api-core-tests/data/coupon.js diff --git a/tests/e2e/api-core-tests/data/index.js b/plugins/woocommerce/tests/e2e/api-core-tests/data/index.js similarity index 100% rename from tests/e2e/api-core-tests/data/index.js rename to plugins/woocommerce/tests/e2e/api-core-tests/data/index.js diff --git a/tests/e2e/api-core-tests/data/order.js b/plugins/woocommerce/tests/e2e/api-core-tests/data/order.js similarity index 100% rename from tests/e2e/api-core-tests/data/order.js rename to plugins/woocommerce/tests/e2e/api-core-tests/data/order.js diff --git a/tests/e2e/api-core-tests/data/products.js b/plugins/woocommerce/tests/e2e/api-core-tests/data/products.js similarity index 100% rename from tests/e2e/api-core-tests/data/products.js rename to plugins/woocommerce/tests/e2e/api-core-tests/data/products.js diff --git a/tests/e2e/api-core-tests/data/shared/batch-update.js b/plugins/woocommerce/tests/e2e/api-core-tests/data/shared/batch-update.js similarity index 100% rename from tests/e2e/api-core-tests/data/shared/batch-update.js rename to plugins/woocommerce/tests/e2e/api-core-tests/data/shared/batch-update.js diff --git a/tests/e2e/api-core-tests/data/shared/customer.js b/plugins/woocommerce/tests/e2e/api-core-tests/data/shared/customer.js similarity index 100% rename from tests/e2e/api-core-tests/data/shared/customer.js rename to plugins/woocommerce/tests/e2e/api-core-tests/data/shared/customer.js diff --git a/tests/e2e/api-core-tests/data/shared/error-response.js b/plugins/woocommerce/tests/e2e/api-core-tests/data/shared/error-response.js similarity index 100% rename from tests/e2e/api-core-tests/data/shared/error-response.js rename to plugins/woocommerce/tests/e2e/api-core-tests/data/shared/error-response.js diff --git a/tests/e2e/api-core-tests/data/shared/index.js b/plugins/woocommerce/tests/e2e/api-core-tests/data/shared/index.js similarity index 100% rename from tests/e2e/api-core-tests/data/shared/index.js rename to plugins/woocommerce/tests/e2e/api-core-tests/data/shared/index.js diff --git a/tests/e2e/api-core-tests/endpoints/coupons.js b/plugins/woocommerce/tests/e2e/api-core-tests/endpoints/coupons.js similarity index 100% rename from tests/e2e/api-core-tests/endpoints/coupons.js rename to plugins/woocommerce/tests/e2e/api-core-tests/endpoints/coupons.js diff --git a/tests/e2e/api-core-tests/endpoints/index.js b/plugins/woocommerce/tests/e2e/api-core-tests/endpoints/index.js similarity index 100% rename from tests/e2e/api-core-tests/endpoints/index.js rename to plugins/woocommerce/tests/e2e/api-core-tests/endpoints/index.js diff --git a/tests/e2e/api-core-tests/endpoints/orders.js b/plugins/woocommerce/tests/e2e/api-core-tests/endpoints/orders.js similarity index 100% rename from tests/e2e/api-core-tests/endpoints/orders.js rename to plugins/woocommerce/tests/e2e/api-core-tests/endpoints/orders.js diff --git a/tests/e2e/api-core-tests/endpoints/products.js b/plugins/woocommerce/tests/e2e/api-core-tests/endpoints/products.js similarity index 100% rename from tests/e2e/api-core-tests/endpoints/products.js rename to plugins/woocommerce/tests/e2e/api-core-tests/endpoints/products.js diff --git a/tests/e2e/api-core-tests/jest.config.js b/plugins/woocommerce/tests/e2e/api-core-tests/jest.config.js similarity index 100% rename from tests/e2e/api-core-tests/jest.config.js rename to plugins/woocommerce/tests/e2e/api-core-tests/jest.config.js diff --git a/tests/e2e/api-core-tests/package-lock.json b/plugins/woocommerce/tests/e2e/api-core-tests/package-lock.json similarity index 100% rename from tests/e2e/api-core-tests/package-lock.json rename to plugins/woocommerce/tests/e2e/api-core-tests/package-lock.json diff --git a/tests/e2e/api-core-tests/package.json b/plugins/woocommerce/tests/e2e/api-core-tests/package.json similarity index 100% rename from tests/e2e/api-core-tests/package.json rename to plugins/woocommerce/tests/e2e/api-core-tests/package.json diff --git a/tests/e2e/api-core-tests/tests/hello/hello.test.js b/plugins/woocommerce/tests/e2e/api-core-tests/tests/hello/hello.test.js similarity index 100% rename from tests/e2e/api-core-tests/tests/hello/hello.test.js rename to plugins/woocommerce/tests/e2e/api-core-tests/tests/hello/hello.test.js diff --git a/tests/e2e/api-core-tests/tests/orders/orders.test.js b/plugins/woocommerce/tests/e2e/api-core-tests/tests/orders/orders.test.js similarity index 100% rename from tests/e2e/api-core-tests/tests/orders/orders.test.js rename to plugins/woocommerce/tests/e2e/api-core-tests/tests/orders/orders.test.js diff --git a/tests/e2e/api-core-tests/tests/products/products.test.js b/plugins/woocommerce/tests/e2e/api-core-tests/tests/products/products.test.js similarity index 100% rename from tests/e2e/api-core-tests/tests/products/products.test.js rename to plugins/woocommerce/tests/e2e/api-core-tests/tests/products/products.test.js diff --git a/tests/e2e/api-core-tests/utils/api-collection/build-collection.js b/plugins/woocommerce/tests/e2e/api-core-tests/utils/api-collection/build-collection.js similarity index 100% rename from tests/e2e/api-core-tests/utils/api-collection/build-collection.js rename to plugins/woocommerce/tests/e2e/api-core-tests/utils/api-collection/build-collection.js diff --git a/tests/e2e/api-core-tests/utils/request.js b/plugins/woocommerce/tests/e2e/api-core-tests/utils/request.js similarity index 100% rename from tests/e2e/api-core-tests/utils/request.js rename to plugins/woocommerce/tests/e2e/api-core-tests/utils/request.js diff --git a/tests/e2e/api/.eslintignore b/plugins/woocommerce/tests/e2e/api/.eslintignore similarity index 100% rename from tests/e2e/api/.eslintignore rename to plugins/woocommerce/tests/e2e/api/.eslintignore diff --git a/tests/e2e/api/.eslintrc.js b/plugins/woocommerce/tests/e2e/api/.eslintrc.js similarity index 100% rename from tests/e2e/api/.eslintrc.js rename to plugins/woocommerce/tests/e2e/api/.eslintrc.js diff --git a/tests/e2e/api/.gitignore b/plugins/woocommerce/tests/e2e/api/.gitignore similarity index 100% rename from tests/e2e/api/.gitignore rename to plugins/woocommerce/tests/e2e/api/.gitignore diff --git a/tests/e2e/api/CHANGELOG.md b/plugins/woocommerce/tests/e2e/api/CHANGELOG.md similarity index 100% rename from tests/e2e/api/CHANGELOG.md rename to plugins/woocommerce/tests/e2e/api/CHANGELOG.md diff --git a/tests/e2e/api/README.md b/plugins/woocommerce/tests/e2e/api/README.md similarity index 100% rename from tests/e2e/api/README.md rename to plugins/woocommerce/tests/e2e/api/README.md diff --git a/tests/e2e/api/jest.config.js b/plugins/woocommerce/tests/e2e/api/jest.config.js similarity index 100% rename from tests/e2e/api/jest.config.js rename to plugins/woocommerce/tests/e2e/api/jest.config.js diff --git a/tests/e2e/api/package-lock.json b/plugins/woocommerce/tests/e2e/api/package-lock.json similarity index 100% rename from tests/e2e/api/package-lock.json rename to plugins/woocommerce/tests/e2e/api/package-lock.json diff --git a/tests/e2e/api/package.json b/plugins/woocommerce/tests/e2e/api/package.json similarity index 100% rename from tests/e2e/api/package.json rename to plugins/woocommerce/tests/e2e/api/package.json diff --git a/tests/e2e/api/src/__test_data__/dummy-model.ts b/plugins/woocommerce/tests/e2e/api/src/__test_data__/dummy-model.ts similarity index 100% rename from tests/e2e/api/src/__test_data__/dummy-model.ts rename to plugins/woocommerce/tests/e2e/api/src/__test_data__/dummy-model.ts diff --git a/tests/e2e/api/src/framework/__tests__/model-repository.spec.ts b/plugins/woocommerce/tests/e2e/api/src/framework/__tests__/model-repository.spec.ts similarity index 100% rename from tests/e2e/api/src/framework/__tests__/model-repository.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/__tests__/model-repository.spec.ts diff --git a/tests/e2e/api/src/framework/__tests__/model-transformer.spec.ts b/plugins/woocommerce/tests/e2e/api/src/framework/__tests__/model-transformer.spec.ts similarity index 100% rename from tests/e2e/api/src/framework/__tests__/model-transformer.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/__tests__/model-transformer.spec.ts diff --git a/tests/e2e/api/src/framework/index.ts b/plugins/woocommerce/tests/e2e/api/src/framework/index.ts similarity index 100% rename from tests/e2e/api/src/framework/index.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/index.ts diff --git a/tests/e2e/api/src/framework/model-repository.ts b/plugins/woocommerce/tests/e2e/api/src/framework/model-repository.ts similarity index 100% rename from tests/e2e/api/src/framework/model-repository.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/model-repository.ts diff --git a/tests/e2e/api/src/framework/model-transformer.ts b/plugins/woocommerce/tests/e2e/api/src/framework/model-transformer.ts similarity index 100% rename from tests/e2e/api/src/framework/model-transformer.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/model-transformer.ts diff --git a/tests/e2e/api/src/framework/transformations/__tests__/add-property-transformation.spec.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/__tests__/add-property-transformation.spec.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/__tests__/add-property-transformation.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/__tests__/add-property-transformation.spec.ts diff --git a/tests/e2e/api/src/framework/transformations/__tests__/custom-transformation.spec.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/__tests__/custom-transformation.spec.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/__tests__/custom-transformation.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/__tests__/custom-transformation.spec.ts diff --git a/tests/e2e/api/src/framework/transformations/__tests__/ignore-property-transformation.spec.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/__tests__/ignore-property-transformation.spec.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/__tests__/ignore-property-transformation.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/__tests__/ignore-property-transformation.spec.ts diff --git a/tests/e2e/api/src/framework/transformations/__tests__/key-change-transformation.spec.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/__tests__/key-change-transformation.spec.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/__tests__/key-change-transformation.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/__tests__/key-change-transformation.spec.ts diff --git a/tests/e2e/api/src/framework/transformations/__tests__/model-transformer-transformation.spec.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/__tests__/model-transformer-transformation.spec.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/__tests__/model-transformer-transformation.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/__tests__/model-transformer-transformation.spec.ts diff --git a/tests/e2e/api/src/framework/transformations/__tests__/property-type-transformation.spec.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/__tests__/property-type-transformation.spec.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/__tests__/property-type-transformation.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/__tests__/property-type-transformation.spec.ts diff --git a/tests/e2e/api/src/framework/transformations/add-property-transformation.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/add-property-transformation.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/add-property-transformation.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/add-property-transformation.ts diff --git a/tests/e2e/api/src/framework/transformations/custom-transformation.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/custom-transformation.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/custom-transformation.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/custom-transformation.ts diff --git a/tests/e2e/api/src/framework/transformations/ignore-property-transformation.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/ignore-property-transformation.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/ignore-property-transformation.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/ignore-property-transformation.ts diff --git a/tests/e2e/api/src/framework/transformations/index.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/index.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/index.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/index.ts diff --git a/tests/e2e/api/src/framework/transformations/key-change-transformation.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/key-change-transformation.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/key-change-transformation.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/key-change-transformation.ts diff --git a/tests/e2e/api/src/framework/transformations/model-transformer-transformation.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/model-transformer-transformation.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/model-transformer-transformation.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/model-transformer-transformation.ts diff --git a/tests/e2e/api/src/framework/transformations/property-type-transformation.ts b/plugins/woocommerce/tests/e2e/api/src/framework/transformations/property-type-transformation.ts similarity index 100% rename from tests/e2e/api/src/framework/transformations/property-type-transformation.ts rename to plugins/woocommerce/tests/e2e/api/src/framework/transformations/property-type-transformation.ts diff --git a/tests/e2e/api/src/http/axios/__tests__/axios-client.spec.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/__tests__/axios-client.spec.ts similarity index 100% rename from tests/e2e/api/src/http/axios/__tests__/axios-client.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/__tests__/axios-client.spec.ts diff --git a/tests/e2e/api/src/http/axios/__tests__/axios-interceptor.spec.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/__tests__/axios-interceptor.spec.ts similarity index 100% rename from tests/e2e/api/src/http/axios/__tests__/axios-interceptor.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/__tests__/axios-interceptor.spec.ts diff --git a/tests/e2e/api/src/http/axios/__tests__/axios-oauth-interceptor.spec.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/__tests__/axios-oauth-interceptor.spec.ts similarity index 100% rename from tests/e2e/api/src/http/axios/__tests__/axios-oauth-interceptor.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/__tests__/axios-oauth-interceptor.spec.ts diff --git a/tests/e2e/api/src/http/axios/__tests__/axios-response-interceptor.spec.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/__tests__/axios-response-interceptor.spec.ts similarity index 100% rename from tests/e2e/api/src/http/axios/__tests__/axios-response-interceptor.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/__tests__/axios-response-interceptor.spec.ts diff --git a/tests/e2e/api/src/http/axios/__tests__/axios-url-to-query-interceptor.spec.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/__tests__/axios-url-to-query-interceptor.spec.ts similarity index 100% rename from tests/e2e/api/src/http/axios/__tests__/axios-url-to-query-interceptor.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/__tests__/axios-url-to-query-interceptor.spec.ts diff --git a/tests/e2e/api/src/http/axios/__tests__/utils.spec.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/__tests__/utils.spec.ts similarity index 100% rename from tests/e2e/api/src/http/axios/__tests__/utils.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/__tests__/utils.spec.ts diff --git a/tests/e2e/api/src/http/axios/axios-client.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/axios-client.ts similarity index 100% rename from tests/e2e/api/src/http/axios/axios-client.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/axios-client.ts diff --git a/tests/e2e/api/src/http/axios/axios-interceptor.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/axios-interceptor.ts similarity index 100% rename from tests/e2e/api/src/http/axios/axios-interceptor.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/axios-interceptor.ts diff --git a/tests/e2e/api/src/http/axios/axios-oauth-interceptor.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/axios-oauth-interceptor.ts similarity index 100% rename from tests/e2e/api/src/http/axios/axios-oauth-interceptor.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/axios-oauth-interceptor.ts diff --git a/tests/e2e/api/src/http/axios/axios-response-interceptor.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/axios-response-interceptor.ts similarity index 100% rename from tests/e2e/api/src/http/axios/axios-response-interceptor.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/axios-response-interceptor.ts diff --git a/tests/e2e/api/src/http/axios/axios-url-to-query-interceptor.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/axios-url-to-query-interceptor.ts similarity index 100% rename from tests/e2e/api/src/http/axios/axios-url-to-query-interceptor.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/axios-url-to-query-interceptor.ts diff --git a/tests/e2e/api/src/http/axios/index.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/index.ts similarity index 100% rename from tests/e2e/api/src/http/axios/index.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/index.ts diff --git a/tests/e2e/api/src/http/axios/utils.ts b/plugins/woocommerce/tests/e2e/api/src/http/axios/utils.ts similarity index 100% rename from tests/e2e/api/src/http/axios/utils.ts rename to plugins/woocommerce/tests/e2e/api/src/http/axios/utils.ts diff --git a/tests/e2e/api/src/http/http-client-factory.ts b/plugins/woocommerce/tests/e2e/api/src/http/http-client-factory.ts similarity index 100% rename from tests/e2e/api/src/http/http-client-factory.ts rename to plugins/woocommerce/tests/e2e/api/src/http/http-client-factory.ts diff --git a/tests/e2e/api/src/http/http-client.ts b/plugins/woocommerce/tests/e2e/api/src/http/http-client.ts similarity index 100% rename from tests/e2e/api/src/http/http-client.ts rename to plugins/woocommerce/tests/e2e/api/src/http/http-client.ts diff --git a/tests/e2e/api/src/http/index.ts b/plugins/woocommerce/tests/e2e/api/src/http/index.ts similarity index 100% rename from tests/e2e/api/src/http/index.ts rename to plugins/woocommerce/tests/e2e/api/src/http/index.ts diff --git a/tests/e2e/api/src/index.ts b/plugins/woocommerce/tests/e2e/api/src/index.ts similarity index 100% rename from tests/e2e/api/src/index.ts rename to plugins/woocommerce/tests/e2e/api/src/index.ts diff --git a/tests/e2e/api/src/models/coupons/coupon.ts b/plugins/woocommerce/tests/e2e/api/src/models/coupons/coupon.ts similarity index 100% rename from tests/e2e/api/src/models/coupons/coupon.ts rename to plugins/woocommerce/tests/e2e/api/src/models/coupons/coupon.ts diff --git a/tests/e2e/api/src/models/coupons/index.ts b/plugins/woocommerce/tests/e2e/api/src/models/coupons/index.ts similarity index 100% rename from tests/e2e/api/src/models/coupons/index.ts rename to plugins/woocommerce/tests/e2e/api/src/models/coupons/index.ts diff --git a/tests/e2e/api/src/models/coupons/shared/index.ts b/plugins/woocommerce/tests/e2e/api/src/models/coupons/shared/index.ts similarity index 100% rename from tests/e2e/api/src/models/coupons/shared/index.ts rename to plugins/woocommerce/tests/e2e/api/src/models/coupons/shared/index.ts diff --git a/tests/e2e/api/src/models/coupons/shared/update-params.ts b/plugins/woocommerce/tests/e2e/api/src/models/coupons/shared/update-params.ts similarity index 100% rename from tests/e2e/api/src/models/coupons/shared/update-params.ts rename to plugins/woocommerce/tests/e2e/api/src/models/coupons/shared/update-params.ts diff --git a/tests/e2e/api/src/models/index.ts b/plugins/woocommerce/tests/e2e/api/src/models/index.ts similarity index 100% rename from tests/e2e/api/src/models/index.ts rename to plugins/woocommerce/tests/e2e/api/src/models/index.ts diff --git a/tests/e2e/api/src/models/model.ts b/plugins/woocommerce/tests/e2e/api/src/models/model.ts similarity index 100% rename from tests/e2e/api/src/models/model.ts rename to plugins/woocommerce/tests/e2e/api/src/models/model.ts diff --git a/tests/e2e/api/src/models/orders/index.ts b/plugins/woocommerce/tests/e2e/api/src/models/orders/index.ts similarity index 100% rename from tests/e2e/api/src/models/orders/index.ts rename to plugins/woocommerce/tests/e2e/api/src/models/orders/index.ts diff --git a/tests/e2e/api/src/models/orders/orders.ts b/plugins/woocommerce/tests/e2e/api/src/models/orders/orders.ts similarity index 100% rename from tests/e2e/api/src/models/orders/orders.ts rename to plugins/woocommerce/tests/e2e/api/src/models/orders/orders.ts diff --git a/tests/e2e/api/src/models/orders/shared/classes.ts b/plugins/woocommerce/tests/e2e/api/src/models/orders/shared/classes.ts similarity index 100% rename from tests/e2e/api/src/models/orders/shared/classes.ts rename to plugins/woocommerce/tests/e2e/api/src/models/orders/shared/classes.ts diff --git a/tests/e2e/api/src/models/orders/shared/index.ts b/plugins/woocommerce/tests/e2e/api/src/models/orders/shared/index.ts similarity index 100% rename from tests/e2e/api/src/models/orders/shared/index.ts rename to plugins/woocommerce/tests/e2e/api/src/models/orders/shared/index.ts diff --git a/tests/e2e/api/src/models/orders/shared/types.ts b/plugins/woocommerce/tests/e2e/api/src/models/orders/shared/types.ts similarity index 100% rename from tests/e2e/api/src/models/orders/shared/types.ts rename to plugins/woocommerce/tests/e2e/api/src/models/orders/shared/types.ts diff --git a/tests/e2e/api/src/models/products/abstract/common.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/abstract/common.ts similarity index 100% rename from tests/e2e/api/src/models/products/abstract/common.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/abstract/common.ts diff --git a/tests/e2e/api/src/models/products/abstract/cross-sell.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/abstract/cross-sell.ts similarity index 100% rename from tests/e2e/api/src/models/products/abstract/cross-sell.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/abstract/cross-sell.ts diff --git a/tests/e2e/api/src/models/products/abstract/data.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/abstract/data.ts similarity index 100% rename from tests/e2e/api/src/models/products/abstract/data.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/abstract/data.ts diff --git a/tests/e2e/api/src/models/products/abstract/delivery.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/abstract/delivery.ts similarity index 100% rename from tests/e2e/api/src/models/products/abstract/delivery.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/abstract/delivery.ts diff --git a/tests/e2e/api/src/models/products/abstract/external.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/abstract/external.ts similarity index 100% rename from tests/e2e/api/src/models/products/abstract/external.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/abstract/external.ts diff --git a/tests/e2e/api/src/models/products/abstract/grouped.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/abstract/grouped.ts similarity index 100% rename from tests/e2e/api/src/models/products/abstract/grouped.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/abstract/grouped.ts diff --git a/tests/e2e/api/src/models/products/abstract/index.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/abstract/index.ts similarity index 100% rename from tests/e2e/api/src/models/products/abstract/index.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/abstract/index.ts diff --git a/tests/e2e/api/src/models/products/abstract/inventory.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/abstract/inventory.ts similarity index 100% rename from tests/e2e/api/src/models/products/abstract/inventory.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/abstract/inventory.ts diff --git a/tests/e2e/api/src/models/products/abstract/price.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/abstract/price.ts similarity index 100% rename from tests/e2e/api/src/models/products/abstract/price.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/abstract/price.ts diff --git a/tests/e2e/api/src/models/products/abstract/sales-tax.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/abstract/sales-tax.ts similarity index 100% rename from tests/e2e/api/src/models/products/abstract/sales-tax.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/abstract/sales-tax.ts diff --git a/tests/e2e/api/src/models/products/abstract/shipping.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/abstract/shipping.ts similarity index 100% rename from tests/e2e/api/src/models/products/abstract/shipping.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/abstract/shipping.ts diff --git a/tests/e2e/api/src/models/products/abstract/upsell.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/abstract/upsell.ts similarity index 100% rename from tests/e2e/api/src/models/products/abstract/upsell.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/abstract/upsell.ts diff --git a/tests/e2e/api/src/models/products/external-product.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/external-product.ts similarity index 100% rename from tests/e2e/api/src/models/products/external-product.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/external-product.ts diff --git a/tests/e2e/api/src/models/products/grouped-product.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/grouped-product.ts similarity index 100% rename from tests/e2e/api/src/models/products/grouped-product.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/grouped-product.ts diff --git a/tests/e2e/api/src/models/products/index.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/index.ts similarity index 100% rename from tests/e2e/api/src/models/products/index.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/index.ts diff --git a/tests/e2e/api/src/models/products/shared/classes.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/shared/classes.ts similarity index 100% rename from tests/e2e/api/src/models/products/shared/classes.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/shared/classes.ts diff --git a/tests/e2e/api/src/models/products/shared/enums.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/shared/enums.ts similarity index 100% rename from tests/e2e/api/src/models/products/shared/enums.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/shared/enums.ts diff --git a/tests/e2e/api/src/models/products/shared/index.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/shared/index.ts similarity index 100% rename from tests/e2e/api/src/models/products/shared/index.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/shared/index.ts diff --git a/tests/e2e/api/src/models/products/shared/types.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/shared/types.ts similarity index 100% rename from tests/e2e/api/src/models/products/shared/types.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/shared/types.ts diff --git a/tests/e2e/api/src/models/products/simple-product.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/simple-product.ts similarity index 100% rename from tests/e2e/api/src/models/products/simple-product.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/simple-product.ts diff --git a/tests/e2e/api/src/models/products/variable-product.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/variable-product.ts similarity index 100% rename from tests/e2e/api/src/models/products/variable-product.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/variable-product.ts diff --git a/tests/e2e/api/src/models/products/variation.ts b/plugins/woocommerce/tests/e2e/api/src/models/products/variation.ts similarity index 100% rename from tests/e2e/api/src/models/products/variation.ts rename to plugins/woocommerce/tests/e2e/api/src/models/products/variation.ts diff --git a/tests/e2e/api/src/models/settings/index.ts b/plugins/woocommerce/tests/e2e/api/src/models/settings/index.ts similarity index 100% rename from tests/e2e/api/src/models/settings/index.ts rename to plugins/woocommerce/tests/e2e/api/src/models/settings/index.ts diff --git a/tests/e2e/api/src/models/settings/setting-group.ts b/plugins/woocommerce/tests/e2e/api/src/models/settings/setting-group.ts similarity index 100% rename from tests/e2e/api/src/models/settings/setting-group.ts rename to plugins/woocommerce/tests/e2e/api/src/models/settings/setting-group.ts diff --git a/tests/e2e/api/src/models/settings/setting.ts b/plugins/woocommerce/tests/e2e/api/src/models/settings/setting.ts similarity index 100% rename from tests/e2e/api/src/models/settings/setting.ts rename to plugins/woocommerce/tests/e2e/api/src/models/settings/setting.ts diff --git a/tests/e2e/api/src/models/shared-types.ts b/plugins/woocommerce/tests/e2e/api/src/models/shared-types.ts similarity index 100% rename from tests/e2e/api/src/models/shared-types.ts rename to plugins/woocommerce/tests/e2e/api/src/models/shared-types.ts diff --git a/tests/e2e/api/src/repositories/index.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/index.ts similarity index 100% rename from tests/e2e/api/src/repositories/index.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/index.ts diff --git a/tests/e2e/api/src/repositories/rest/__tests__/shared.spec.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/__tests__/shared.spec.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/__tests__/shared.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/__tests__/shared.spec.ts diff --git a/tests/e2e/api/src/repositories/rest/coupons/coupon.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/coupons/coupon.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/coupons/coupon.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/coupons/coupon.ts diff --git a/tests/e2e/api/src/repositories/rest/coupons/index.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/coupons/index.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/coupons/index.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/coupons/index.ts diff --git a/tests/e2e/api/src/repositories/rest/coupons/transformer.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/coupons/transformer.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/coupons/transformer.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/coupons/transformer.ts diff --git a/tests/e2e/api/src/repositories/rest/index.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/index.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/index.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/index.ts diff --git a/tests/e2e/api/src/repositories/rest/orders/index.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/orders/index.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/orders/index.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/orders/index.ts diff --git a/tests/e2e/api/src/repositories/rest/orders/order.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/orders/order.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/orders/order.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/orders/order.ts diff --git a/tests/e2e/api/src/repositories/rest/orders/transformer.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/orders/transformer.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/orders/transformer.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/orders/transformer.ts diff --git a/tests/e2e/api/src/repositories/rest/products/external-product.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/external-product.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/products/external-product.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/external-product.ts diff --git a/tests/e2e/api/src/repositories/rest/products/grouped-product.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/grouped-product.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/products/grouped-product.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/grouped-product.ts diff --git a/tests/e2e/api/src/repositories/rest/products/index.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/index.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/products/index.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/index.ts diff --git a/tests/e2e/api/src/repositories/rest/products/shared.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/shared.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/products/shared.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/shared.ts diff --git a/tests/e2e/api/src/repositories/rest/products/simple-product.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/simple-product.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/products/simple-product.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/simple-product.ts diff --git a/tests/e2e/api/src/repositories/rest/products/variable-product.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/variable-product.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/products/variable-product.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/variable-product.ts diff --git a/tests/e2e/api/src/repositories/rest/products/variation.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/variation.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/products/variation.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/products/variation.ts diff --git a/tests/e2e/api/src/repositories/rest/settings/index.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/settings/index.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/settings/index.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/settings/index.ts diff --git a/tests/e2e/api/src/repositories/rest/settings/setting-group.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/settings/setting-group.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/settings/setting-group.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/settings/setting-group.ts diff --git a/tests/e2e/api/src/repositories/rest/settings/setting.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/settings/setting.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/settings/setting.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/settings/setting.ts diff --git a/tests/e2e/api/src/repositories/rest/shared.ts b/plugins/woocommerce/tests/e2e/api/src/repositories/rest/shared.ts similarity index 100% rename from tests/e2e/api/src/repositories/rest/shared.ts rename to plugins/woocommerce/tests/e2e/api/src/repositories/rest/shared.ts diff --git a/tests/e2e/api/src/services/__tests__/setting-service.spec.ts b/plugins/woocommerce/tests/e2e/api/src/services/__tests__/setting-service.spec.ts similarity index 100% rename from tests/e2e/api/src/services/__tests__/setting-service.spec.ts rename to plugins/woocommerce/tests/e2e/api/src/services/__tests__/setting-service.spec.ts diff --git a/tests/e2e/api/src/services/index.ts b/plugins/woocommerce/tests/e2e/api/src/services/index.ts similarity index 100% rename from tests/e2e/api/src/services/index.ts rename to plugins/woocommerce/tests/e2e/api/src/services/index.ts diff --git a/tests/e2e/api/src/services/setting-service.ts b/plugins/woocommerce/tests/e2e/api/src/services/setting-service.ts similarity index 100% rename from tests/e2e/api/src/services/setting-service.ts rename to plugins/woocommerce/tests/e2e/api/src/services/setting-service.ts diff --git a/tests/e2e/api/tsconfig.json b/plugins/woocommerce/tests/e2e/api/tsconfig.json similarity index 100% rename from tests/e2e/api/tsconfig.json rename to plugins/woocommerce/tests/e2e/api/tsconfig.json diff --git a/tests/e2e/bin/build.js b/plugins/woocommerce/tests/e2e/bin/build.js similarity index 100% rename from tests/e2e/bin/build.js rename to plugins/woocommerce/tests/e2e/bin/build.js diff --git a/tests/e2e/bin/get-babel-config.js b/plugins/woocommerce/tests/e2e/bin/get-babel-config.js similarity index 100% rename from tests/e2e/bin/get-babel-config.js rename to plugins/woocommerce/tests/e2e/bin/get-babel-config.js diff --git a/tests/e2e/config/default.json b/plugins/woocommerce/tests/e2e/config/default.json similarity index 100% rename from tests/e2e/config/default.json rename to plugins/woocommerce/tests/e2e/config/default.json diff --git a/tests/e2e/config/jest.config.js b/plugins/woocommerce/tests/e2e/config/jest.config.js similarity index 100% rename from tests/e2e/config/jest.config.js rename to plugins/woocommerce/tests/e2e/config/jest.config.js diff --git a/tests/e2e/config/jest.setup.js b/plugins/woocommerce/tests/e2e/config/jest.setup.js similarity index 100% rename from tests/e2e/config/jest.setup.js rename to plugins/woocommerce/tests/e2e/config/jest.setup.js diff --git a/tests/e2e/core-tests/CHANGELOG.md b/plugins/woocommerce/tests/e2e/core-tests/CHANGELOG.md similarity index 100% rename from tests/e2e/core-tests/CHANGELOG.md rename to plugins/woocommerce/tests/e2e/core-tests/CHANGELOG.md diff --git a/tests/e2e/core-tests/README.md b/plugins/woocommerce/tests/e2e/core-tests/README.md similarity index 100% rename from tests/e2e/core-tests/README.md rename to plugins/woocommerce/tests/e2e/core-tests/README.md diff --git a/tests/e2e/core-tests/core-tests-root.js b/plugins/woocommerce/tests/e2e/core-tests/core-tests-root.js similarity index 100% rename from tests/e2e/core-tests/core-tests-root.js rename to plugins/woocommerce/tests/e2e/core-tests/core-tests-root.js diff --git a/tests/e2e/core-tests/index.js b/plugins/woocommerce/tests/e2e/core-tests/index.js similarity index 100% rename from tests/e2e/core-tests/index.js rename to plugins/woocommerce/tests/e2e/core-tests/index.js diff --git a/tests/e2e/core-tests/package-lock.json b/plugins/woocommerce/tests/e2e/core-tests/package-lock.json similarity index 100% rename from tests/e2e/core-tests/package-lock.json rename to plugins/woocommerce/tests/e2e/core-tests/package-lock.json diff --git a/tests/e2e/core-tests/package.json b/plugins/woocommerce/tests/e2e/core-tests/package.json similarity index 100% rename from tests/e2e/core-tests/package.json rename to plugins/woocommerce/tests/e2e/core-tests/package.json diff --git a/tests/e2e/core-tests/specs/activate-and-setup/activate.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/activate-and-setup/activate.test.js similarity index 100% rename from tests/e2e/core-tests/specs/activate-and-setup/activate.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/activate-and-setup/activate.test.js diff --git a/tests/e2e/core-tests/specs/activate-and-setup/onboarding-tasklist.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/activate-and-setup/onboarding-tasklist.test.js similarity index 100% rename from tests/e2e/core-tests/specs/activate-and-setup/onboarding-tasklist.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/activate-and-setup/onboarding-tasklist.test.js diff --git a/tests/e2e/core-tests/specs/activate-and-setup/setup.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/activate-and-setup/setup.test.js similarity index 100% rename from tests/e2e/core-tests/specs/activate-and-setup/setup.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/activate-and-setup/setup.test.js diff --git a/tests/e2e/core-tests/specs/api/coupon.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/api/coupon.test.js similarity index 100% rename from tests/e2e/core-tests/specs/api/coupon.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/api/coupon.test.js diff --git a/tests/e2e/core-tests/specs/api/external-product.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/api/external-product.test.js similarity index 100% rename from tests/e2e/core-tests/specs/api/external-product.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/api/external-product.test.js diff --git a/tests/e2e/core-tests/specs/api/grouped-product.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/api/grouped-product.test.js similarity index 100% rename from tests/e2e/core-tests/specs/api/grouped-product.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/api/grouped-product.test.js diff --git a/tests/e2e/core-tests/specs/api/order.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/api/order.test.js similarity index 100% rename from tests/e2e/core-tests/specs/api/order.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/api/order.test.js diff --git a/tests/e2e/core-tests/specs/api/telemetry.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/api/telemetry.test.js similarity index 100% rename from tests/e2e/core-tests/specs/api/telemetry.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/api/telemetry.test.js diff --git a/tests/e2e/core-tests/specs/api/variable-product.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/api/variable-product.test.js similarity index 100% rename from tests/e2e/core-tests/specs/api/variable-product.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/api/variable-product.test.js diff --git a/tests/e2e/core-tests/specs/index.js b/plugins/woocommerce/tests/e2e/core-tests/specs/index.js similarity index 100% rename from tests/e2e/core-tests/specs/index.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/index.js diff --git a/tests/e2e/core-tests/specs/keep/onboarding-tasklist.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/keep/onboarding-tasklist.test.js similarity index 100% rename from tests/e2e/core-tests/specs/keep/onboarding-tasklist.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/keep/onboarding-tasklist.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-analytics-page-loads.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-analytics-page-loads.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-analytics-page-loads.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-analytics-page-loads.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-coupon-new.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-coupon-new.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-coupon-new.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-coupon-new.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-extensions-connect-wccom.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-extensions-connect-wccom.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-extensions-connect-wccom.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-extensions-connect-wccom.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-order-apply-coupon.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-apply-coupon.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-order-apply-coupon.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-apply-coupon.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-order-customer-payment-page.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-customer-payment-page.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-order-customer-payment-page.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-customer-payment-page.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-order-edit.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-edit.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-order-edit.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-edit.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-order-emails.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-emails.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-order-emails.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-emails.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-order-new.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-new.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-order-new.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-new.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-order-refund.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-refund.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-order-refund.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-refund.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-order-searching.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-searching.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-order-searching.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-searching.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-order-status-filters.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-status-filters.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-order-status-filters.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-order-status-filters.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-product-edit-details.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-product-edit-details.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-product-edit-details.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-product-edit-details.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-product-import-csv.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-product-import-csv.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-product-import-csv.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-product-import-csv.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-product-new.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-product-new.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-product-new.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-product-new.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-product-search.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-product-search.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-product-search.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-product-search.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-settings-general.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-settings-general.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-settings-general.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-settings-general.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-settings-product.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-settings-product.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-settings-product.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-settings-product.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-settings-shipping-classes.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-settings-shipping-classes.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-settings-shipping-classes.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-settings-shipping-classes.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-settings-shipping-zones.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-settings-shipping-zones.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-settings-shipping-zones.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-settings-shipping-zones.test.js diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-settings-tax.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-settings-tax.test.js similarity index 100% rename from tests/e2e/core-tests/specs/merchant/wp-admin-settings-tax.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-settings-tax.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-cart-calculate-shipping.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-cart-calculate-shipping.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-cart-calculate-shipping.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-cart-calculate-shipping.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-cart-coupons.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-cart-coupons.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-cart-coupons.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-cart-coupons.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-cart-redirection.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-cart-redirection.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-cart-redirection.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-cart-redirection.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-cart.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-cart.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-cart.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-cart.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-checkout-coupons.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-checkout-coupons.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-checkout-coupons.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-checkout-coupons.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-checkout-create-account.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-checkout-create-account.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-checkout-create-account.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-checkout-create-account.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-checkout-login-account.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-checkout-login-account.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-checkout-login-account.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-checkout-login-account.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-checkout.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-checkout.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-checkout.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-checkout.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-my-account-create-account.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-my-account-create-account.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-my-account-create-account.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-my-account-create-account.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-my-account-pay-order.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-my-account-pay-order.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-my-account-pay-order.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-my-account-pay-order.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-my-account.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-my-account.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-my-account.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-my-account.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-order-email-receiving.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-order-email-receiving.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-order-email-receiving.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-order-email-receiving.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-product-browse-search-sort.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-product-browse-search-sort.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-product-browse-search-sort.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-product-browse-search-sort.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-single-product.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-single-product.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-single-product.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-single-product.test.js diff --git a/tests/e2e/core-tests/specs/shopper/front-end-variable-product-updates.test.js b/plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-variable-product-updates.test.js similarity index 100% rename from tests/e2e/core-tests/specs/shopper/front-end-variable-product-updates.test.js rename to plugins/woocommerce/tests/e2e/core-tests/specs/shopper/front-end-variable-product-updates.test.js diff --git a/tests/e2e/core-tests/test-data/sample_products_override.csv b/plugins/woocommerce/tests/e2e/core-tests/test-data/sample_products_override.csv similarity index 100% rename from tests/e2e/core-tests/test-data/sample_products_override.csv rename to plugins/woocommerce/tests/e2e/core-tests/test-data/sample_products_override.csv diff --git a/tests/e2e/docker/init-sample-products.sh b/plugins/woocommerce/tests/e2e/docker/init-sample-products.sh similarity index 100% rename from tests/e2e/docker/init-sample-products.sh rename to plugins/woocommerce/tests/e2e/docker/init-sample-products.sh diff --git a/tests/e2e/docker/init-wp-beta.sh b/plugins/woocommerce/tests/e2e/docker/init-wp-beta.sh similarity index 100% rename from tests/e2e/docker/init-wp-beta.sh rename to plugins/woocommerce/tests/e2e/docker/init-wp-beta.sh diff --git a/tests/e2e/docker/initialize.sh b/plugins/woocommerce/tests/e2e/docker/initialize.sh similarity index 100% rename from tests/e2e/docker/initialize.sh rename to plugins/woocommerce/tests/e2e/docker/initialize.sh diff --git a/tests/e2e/env/.env b/plugins/woocommerce/tests/e2e/env/.env similarity index 100% rename from tests/e2e/env/.env rename to plugins/woocommerce/tests/e2e/env/.env diff --git a/tests/e2e/env/.eslintrc.js b/plugins/woocommerce/tests/e2e/env/.eslintrc.js similarity index 100% rename from tests/e2e/env/.eslintrc.js rename to plugins/woocommerce/tests/e2e/env/.eslintrc.js diff --git a/tests/e2e/env/.npmrc b/plugins/woocommerce/tests/e2e/env/.npmrc similarity index 100% rename from tests/e2e/env/.npmrc rename to plugins/woocommerce/tests/e2e/env/.npmrc diff --git a/tests/e2e/env/CHANGELOG.md b/plugins/woocommerce/tests/e2e/env/CHANGELOG.md similarity index 100% rename from tests/e2e/env/CHANGELOG.md rename to plugins/woocommerce/tests/e2e/env/CHANGELOG.md diff --git a/tests/e2e/env/README.md b/plugins/woocommerce/tests/e2e/env/README.md similarity index 100% rename from tests/e2e/env/README.md rename to plugins/woocommerce/tests/e2e/env/README.md diff --git a/tests/e2e/env/babel.config.js b/plugins/woocommerce/tests/e2e/env/babel.config.js similarity index 100% rename from tests/e2e/env/babel.config.js rename to plugins/woocommerce/tests/e2e/env/babel.config.js diff --git a/tests/e2e/env/bin/docker-compose.js b/plugins/woocommerce/tests/e2e/env/bin/docker-compose.js similarity index 100% rename from tests/e2e/env/bin/docker-compose.js rename to plugins/woocommerce/tests/e2e/env/bin/docker-compose.js diff --git a/tests/e2e/env/bin/docker-compose.sh b/plugins/woocommerce/tests/e2e/env/bin/docker-compose.sh similarity index 100% rename from tests/e2e/env/bin/docker-compose.sh rename to plugins/woocommerce/tests/e2e/env/bin/docker-compose.sh diff --git a/tests/e2e/env/bin/e2e-test-integration.js b/plugins/woocommerce/tests/e2e/env/bin/e2e-test-integration.js similarity index 100% rename from tests/e2e/env/bin/e2e-test-integration.js rename to plugins/woocommerce/tests/e2e/env/bin/e2e-test-integration.js diff --git a/tests/e2e/env/bin/get-latest-docker-tag.js b/plugins/woocommerce/tests/e2e/env/bin/get-latest-docker-tag.js similarity index 100% rename from tests/e2e/env/bin/get-latest-docker-tag.js rename to plugins/woocommerce/tests/e2e/env/bin/get-latest-docker-tag.js diff --git a/tests/e2e/env/bin/get-previous-version.js b/plugins/woocommerce/tests/e2e/env/bin/get-previous-version.js similarity index 100% rename from tests/e2e/env/bin/get-previous-version.js rename to plugins/woocommerce/tests/e2e/env/bin/get-previous-version.js diff --git a/tests/e2e/env/bin/wait-for-build.sh b/plugins/woocommerce/tests/e2e/env/bin/wait-for-build.sh similarity index 100% rename from tests/e2e/env/bin/wait-for-build.sh rename to plugins/woocommerce/tests/e2e/env/bin/wait-for-build.sh diff --git a/tests/e2e/env/bin/wc-e2e.sh b/plugins/woocommerce/tests/e2e/env/bin/wc-e2e.sh similarity index 100% rename from tests/e2e/env/bin/wc-e2e.sh rename to plugins/woocommerce/tests/e2e/env/bin/wc-e2e.sh diff --git a/tests/e2e/env/builtin.md b/plugins/woocommerce/tests/e2e/env/builtin.md similarity index 100% rename from tests/e2e/env/builtin.md rename to plugins/woocommerce/tests/e2e/env/builtin.md diff --git a/tests/e2e/env/config/custom-environment-variables.json b/plugins/woocommerce/tests/e2e/env/config/custom-environment-variables.json similarity index 100% rename from tests/e2e/env/config/custom-environment-variables.json rename to plugins/woocommerce/tests/e2e/env/config/custom-environment-variables.json diff --git a/tests/e2e/env/config/default/default.json b/plugins/woocommerce/tests/e2e/env/config/default/default.json similarity index 100% rename from tests/e2e/env/config/default/default.json rename to plugins/woocommerce/tests/e2e/env/config/default/default.json diff --git a/tests/e2e/env/config/env.setup.js b/plugins/woocommerce/tests/e2e/env/config/env.setup.js similarity index 100% rename from tests/e2e/env/config/env.setup.js rename to plugins/woocommerce/tests/e2e/env/config/env.setup.js diff --git a/tests/e2e/env/config/index.js b/plugins/woocommerce/tests/e2e/env/config/index.js similarity index 100% rename from tests/e2e/env/config/index.js rename to plugins/woocommerce/tests/e2e/env/config/index.js diff --git a/tests/e2e/env/config/jest-custom-sequencer.js b/plugins/woocommerce/tests/e2e/env/config/jest-custom-sequencer.js similarity index 100% rename from tests/e2e/env/config/jest-custom-sequencer.js rename to plugins/woocommerce/tests/e2e/env/config/jest-custom-sequencer.js diff --git a/tests/e2e/env/config/jest-puppeteer.config.js b/plugins/woocommerce/tests/e2e/env/config/jest-puppeteer.config.js similarity index 100% rename from tests/e2e/env/config/jest-puppeteer.config.js rename to plugins/woocommerce/tests/e2e/env/config/jest-puppeteer.config.js diff --git a/tests/e2e/env/config/jest.config.js b/plugins/woocommerce/tests/e2e/env/config/jest.config.js similarity index 100% rename from tests/e2e/env/config/jest.config.js rename to plugins/woocommerce/tests/e2e/env/config/jest.config.js diff --git a/tests/e2e/env/config/test-e2e.json b/plugins/woocommerce/tests/e2e/env/config/test-e2e.json similarity index 100% rename from tests/e2e/env/config/test-e2e.json rename to plugins/woocommerce/tests/e2e/env/config/test-e2e.json diff --git a/tests/e2e/env/config/use-config.js b/plugins/woocommerce/tests/e2e/env/config/use-config.js similarity index 100% rename from tests/e2e/env/config/use-config.js rename to plugins/woocommerce/tests/e2e/env/config/use-config.js diff --git a/tests/e2e/env/docker-compose.yaml b/plugins/woocommerce/tests/e2e/env/docker-compose.yaml similarity index 100% rename from tests/e2e/env/docker-compose.yaml rename to plugins/woocommerce/tests/e2e/env/docker-compose.yaml diff --git a/tests/e2e/env/docker/wp-cli/Dockerfile b/plugins/woocommerce/tests/e2e/env/docker/wp-cli/Dockerfile similarity index 100% rename from tests/e2e/env/docker/wp-cli/Dockerfile rename to plugins/woocommerce/tests/e2e/env/docker/wp-cli/Dockerfile diff --git a/tests/e2e/env/docker/wp-cli/entrypoint.sh b/plugins/woocommerce/tests/e2e/env/docker/wp-cli/entrypoint.sh similarity index 100% rename from tests/e2e/env/docker/wp-cli/entrypoint.sh rename to plugins/woocommerce/tests/e2e/env/docker/wp-cli/entrypoint.sh diff --git a/tests/e2e/env/docker/wp-cli/wait-for-it.sh b/plugins/woocommerce/tests/e2e/env/docker/wp-cli/wait-for-it.sh similarity index 100% rename from tests/e2e/env/docker/wp-cli/wait-for-it.sh rename to plugins/woocommerce/tests/e2e/env/docker/wp-cli/wait-for-it.sh diff --git a/tests/e2e/env/external.md b/plugins/woocommerce/tests/e2e/env/external.md similarity index 100% rename from tests/e2e/env/external.md rename to plugins/woocommerce/tests/e2e/env/external.md diff --git a/tests/e2e/env/index.js b/plugins/woocommerce/tests/e2e/env/index.js similarity index 100% rename from tests/e2e/env/index.js rename to plugins/woocommerce/tests/e2e/env/index.js diff --git a/tests/e2e/env/package-lock.json b/plugins/woocommerce/tests/e2e/env/package-lock.json similarity index 100% rename from tests/e2e/env/package-lock.json rename to plugins/woocommerce/tests/e2e/env/package-lock.json diff --git a/tests/e2e/env/package.json b/plugins/woocommerce/tests/e2e/env/package.json similarity index 100% rename from tests/e2e/env/package.json rename to plugins/woocommerce/tests/e2e/env/package.json diff --git a/tests/e2e/env/src/setup/jest.failure.js b/plugins/woocommerce/tests/e2e/env/src/setup/jest.failure.js similarity index 100% rename from tests/e2e/env/src/setup/jest.failure.js rename to plugins/woocommerce/tests/e2e/env/src/setup/jest.failure.js diff --git a/tests/e2e/env/src/setup/jest.setup.js b/plugins/woocommerce/tests/e2e/env/src/setup/jest.setup.js similarity index 100% rename from tests/e2e/env/src/setup/jest.setup.js rename to plugins/woocommerce/tests/e2e/env/src/setup/jest.setup.js diff --git a/tests/e2e/env/src/slack/index.js b/plugins/woocommerce/tests/e2e/env/src/slack/index.js similarity index 100% rename from tests/e2e/env/src/slack/index.js rename to plugins/woocommerce/tests/e2e/env/src/slack/index.js diff --git a/tests/e2e/env/src/slack/reporter.js b/plugins/woocommerce/tests/e2e/env/src/slack/reporter.js similarity index 100% rename from tests/e2e/env/src/slack/reporter.js rename to plugins/woocommerce/tests/e2e/env/src/slack/reporter.js diff --git a/tests/e2e/env/utils/app-name.js b/plugins/woocommerce/tests/e2e/env/utils/app-name.js similarity index 100% rename from tests/e2e/env/utils/app-name.js rename to plugins/woocommerce/tests/e2e/env/utils/app-name.js diff --git a/tests/e2e/env/utils/app-root.js b/plugins/woocommerce/tests/e2e/env/utils/app-root.js similarity index 100% rename from tests/e2e/env/utils/app-root.js rename to plugins/woocommerce/tests/e2e/env/utils/app-root.js diff --git a/tests/e2e/env/utils/filter-console.js b/plugins/woocommerce/tests/e2e/env/utils/filter-console.js similarity index 100% rename from tests/e2e/env/utils/filter-console.js rename to plugins/woocommerce/tests/e2e/env/utils/filter-console.js diff --git a/tests/e2e/env/utils/get-app-name.js b/plugins/woocommerce/tests/e2e/env/utils/get-app-name.js similarity index 100% rename from tests/e2e/env/utils/get-app-name.js rename to plugins/woocommerce/tests/e2e/env/utils/get-app-name.js diff --git a/tests/e2e/env/utils/get-base-url.js b/plugins/woocommerce/tests/e2e/env/utils/get-base-url.js similarity index 100% rename from tests/e2e/env/utils/get-base-url.js rename to plugins/woocommerce/tests/e2e/env/utils/get-base-url.js diff --git a/tests/e2e/env/utils/get-plugin-zip.js b/plugins/woocommerce/tests/e2e/env/utils/get-plugin-zip.js similarity index 100% rename from tests/e2e/env/utils/get-plugin-zip.js rename to plugins/woocommerce/tests/e2e/env/utils/get-plugin-zip.js diff --git a/tests/e2e/env/utils/index.js b/plugins/woocommerce/tests/e2e/env/utils/index.js similarity index 100% rename from tests/e2e/env/utils/index.js rename to plugins/woocommerce/tests/e2e/env/utils/index.js diff --git a/tests/e2e/env/utils/take-screenshot.js b/plugins/woocommerce/tests/e2e/env/utils/take-screenshot.js similarity index 100% rename from tests/e2e/env/utils/take-screenshot.js rename to plugins/woocommerce/tests/e2e/env/utils/take-screenshot.js diff --git a/tests/e2e/env/utils/test-config.js b/plugins/woocommerce/tests/e2e/env/utils/test-config.js similarity index 100% rename from tests/e2e/env/utils/test-config.js rename to plugins/woocommerce/tests/e2e/env/utils/test-config.js diff --git a/tests/e2e/env/utils/update-ready-page.js b/plugins/woocommerce/tests/e2e/env/utils/update-ready-page.js similarity index 100% rename from tests/e2e/env/utils/update-ready-page.js rename to plugins/woocommerce/tests/e2e/env/utils/update-ready-page.js diff --git a/tests/e2e/specs/activate-and-setup/basic-setup.test.js b/plugins/woocommerce/tests/e2e/specs/activate-and-setup/basic-setup.test.js similarity index 100% rename from tests/e2e/specs/activate-and-setup/basic-setup.test.js rename to plugins/woocommerce/tests/e2e/specs/activate-and-setup/basic-setup.test.js diff --git a/tests/e2e/specs/activate-and-setup/complete-onboarding-wizard.test.js b/plugins/woocommerce/tests/e2e/specs/activate-and-setup/complete-onboarding-wizard.test.js similarity index 100% rename from tests/e2e/specs/activate-and-setup/complete-onboarding-wizard.test.js rename to plugins/woocommerce/tests/e2e/specs/activate-and-setup/complete-onboarding-wizard.test.js diff --git a/tests/e2e/specs/activate-and-setup/setup-onboarding.js b/plugins/woocommerce/tests/e2e/specs/activate-and-setup/setup-onboarding.js similarity index 100% rename from tests/e2e/specs/activate-and-setup/setup-onboarding.js rename to plugins/woocommerce/tests/e2e/specs/activate-and-setup/setup-onboarding.js diff --git a/tests/e2e/specs/admin-analytics/analytics-overview.test.js b/plugins/woocommerce/tests/e2e/specs/admin-analytics/analytics-overview.test.js similarity index 100% rename from tests/e2e/specs/admin-analytics/analytics-overview.test.js rename to plugins/woocommerce/tests/e2e/specs/admin-analytics/analytics-overview.test.js diff --git a/tests/e2e/specs/admin-analytics/analytics.test.js b/plugins/woocommerce/tests/e2e/specs/admin-analytics/analytics.test.js similarity index 100% rename from tests/e2e/specs/admin-analytics/analytics.test.js rename to plugins/woocommerce/tests/e2e/specs/admin-analytics/analytics.test.js diff --git a/tests/e2e/specs/admin-marketing/coupons.test.js b/plugins/woocommerce/tests/e2e/specs/admin-marketing/coupons.test.js similarity index 100% rename from tests/e2e/specs/admin-marketing/coupons.test.js rename to plugins/woocommerce/tests/e2e/specs/admin-marketing/coupons.test.js diff --git a/tests/e2e/specs/admin-tasks/payment.test.tsx b/plugins/woocommerce/tests/e2e/specs/admin-tasks/payment.test.tsx similarity index 100% rename from tests/e2e/specs/admin-tasks/payment.test.tsx rename to plugins/woocommerce/tests/e2e/specs/admin-tasks/payment.test.tsx diff --git a/tests/e2e/specs/front-end/cart-begin.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/cart-begin.test.js similarity index 100% rename from tests/e2e/specs/front-end/cart-begin.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/cart-begin.test.js diff --git a/tests/e2e/specs/front-end/cart-calculate-shipping.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/cart-calculate-shipping.test.js similarity index 100% rename from tests/e2e/specs/front-end/cart-calculate-shipping.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/cart-calculate-shipping.test.js diff --git a/tests/e2e/specs/front-end/cart-coupons.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/cart-coupons.test.js similarity index 100% rename from tests/e2e/specs/front-end/cart-coupons.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/cart-coupons.test.js diff --git a/tests/e2e/specs/front-end/cart-redirection.cart.js b/plugins/woocommerce/tests/e2e/specs/front-end/cart-redirection.cart.js similarity index 100% rename from tests/e2e/specs/front-end/cart-redirection.cart.js rename to plugins/woocommerce/tests/e2e/specs/front-end/cart-redirection.cart.js diff --git a/tests/e2e/specs/front-end/checkout-begin.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/checkout-begin.test.js similarity index 100% rename from tests/e2e/specs/front-end/checkout-begin.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/checkout-begin.test.js diff --git a/tests/e2e/specs/front-end/checkout-coupons.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/checkout-coupons.test.js similarity index 100% rename from tests/e2e/specs/front-end/checkout-coupons.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/checkout-coupons.test.js diff --git a/tests/e2e/specs/front-end/checkout-create-account.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/checkout-create-account.test.js similarity index 100% rename from tests/e2e/specs/front-end/checkout-create-account.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/checkout-create-account.test.js diff --git a/tests/e2e/specs/front-end/checkout-login-account.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/checkout-login-account.test.js similarity index 100% rename from tests/e2e/specs/front-end/checkout-login-account.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/checkout-login-account.test.js diff --git a/tests/e2e/specs/front-end/my-account-create-account.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/my-account-create-account.test.js similarity index 100% rename from tests/e2e/specs/front-end/my-account-create-account.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/my-account-create-account.test.js diff --git a/tests/e2e/specs/front-end/my-account-pay-order.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/my-account-pay-order.test.js similarity index 100% rename from tests/e2e/specs/front-end/my-account-pay-order.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/my-account-pay-order.test.js diff --git a/tests/e2e/specs/front-end/my-account.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/my-account.test.js similarity index 100% rename from tests/e2e/specs/front-end/my-account.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/my-account.test.js diff --git a/tests/e2e/specs/front-end/order-email-receiving.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/order-email-receiving.test.js similarity index 100% rename from tests/e2e/specs/front-end/order-email-receiving.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/order-email-receiving.test.js diff --git a/tests/e2e/specs/front-end/product-browse-search-sort.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/product-browse-search-sort.test.js similarity index 100% rename from tests/e2e/specs/front-end/product-browse-search-sort.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/product-browse-search-sort.test.js diff --git a/tests/e2e/specs/front-end/shopper.js b/plugins/woocommerce/tests/e2e/specs/front-end/shopper.js similarity index 100% rename from tests/e2e/specs/front-end/shopper.js rename to plugins/woocommerce/tests/e2e/specs/front-end/shopper.js diff --git a/tests/e2e/specs/front-end/single-product-page.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/single-product-page.test.js similarity index 100% rename from tests/e2e/specs/front-end/single-product-page.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/single-product-page.test.js diff --git a/tests/e2e/specs/front-end/variable-product-updates.test.js b/plugins/woocommerce/tests/e2e/specs/front-end/variable-product-updates.test.js similarity index 100% rename from tests/e2e/specs/front-end/variable-product-updates.test.js rename to plugins/woocommerce/tests/e2e/specs/front-end/variable-product-updates.test.js diff --git a/tests/e2e/specs/rest-api/api.test.js b/plugins/woocommerce/tests/e2e/specs/rest-api/api.test.js similarity index 100% rename from tests/e2e/specs/rest-api/api.test.js rename to plugins/woocommerce/tests/e2e/specs/rest-api/api.test.js diff --git a/tests/e2e/specs/rest-api/coupon.js b/plugins/woocommerce/tests/e2e/specs/rest-api/coupon.js similarity index 100% rename from tests/e2e/specs/rest-api/coupon.js rename to plugins/woocommerce/tests/e2e/specs/rest-api/coupon.js diff --git a/tests/e2e/specs/rest-api/external-product.js b/plugins/woocommerce/tests/e2e/specs/rest-api/external-product.js similarity index 100% rename from tests/e2e/specs/rest-api/external-product.js rename to plugins/woocommerce/tests/e2e/specs/rest-api/external-product.js diff --git a/tests/e2e/specs/rest-api/grouped-product.js b/plugins/woocommerce/tests/e2e/specs/rest-api/grouped-product.js similarity index 100% rename from tests/e2e/specs/rest-api/grouped-product.js rename to plugins/woocommerce/tests/e2e/specs/rest-api/grouped-product.js diff --git a/tests/e2e/specs/rest-api/order.js b/plugins/woocommerce/tests/e2e/specs/rest-api/order.js similarity index 100% rename from tests/e2e/specs/rest-api/order.js rename to plugins/woocommerce/tests/e2e/specs/rest-api/order.js diff --git a/tests/e2e/specs/rest-api/telemetry.js b/plugins/woocommerce/tests/e2e/specs/rest-api/telemetry.js similarity index 100% rename from tests/e2e/specs/rest-api/telemetry.js rename to plugins/woocommerce/tests/e2e/specs/rest-api/telemetry.js diff --git a/tests/e2e/specs/rest-api/variable-product.js b/plugins/woocommerce/tests/e2e/specs/rest-api/variable-product.js similarity index 100% rename from tests/e2e/specs/rest-api/variable-product.js rename to plugins/woocommerce/tests/e2e/specs/rest-api/variable-product.js diff --git a/tests/e2e/specs/smoke-tests/update-woocommerce.js b/plugins/woocommerce/tests/e2e/specs/smoke-tests/update-woocommerce.js similarity index 100% rename from tests/e2e/specs/smoke-tests/update-woocommerce.js rename to plugins/woocommerce/tests/e2e/specs/smoke-tests/update-woocommerce.js diff --git a/tests/e2e/specs/wp-admin/analytics-page-loads.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/analytics-page-loads.js similarity index 100% rename from tests/e2e/specs/wp-admin/analytics-page-loads.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/analytics-page-loads.js diff --git a/tests/e2e/specs/wp-admin/create-coupon.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/create-coupon.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/create-coupon.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/create-coupon.test.js diff --git a/tests/e2e/specs/wp-admin/create-order.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/create-order.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/create-order.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/create-order.test.js diff --git a/tests/e2e/specs/wp-admin/create-shipping-classes.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/create-shipping-classes.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/create-shipping-classes.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/create-shipping-classes.test.js diff --git a/tests/e2e/specs/wp-admin/create-shipping-zones.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/create-shipping-zones.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/create-shipping-zones.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/create-shipping-zones.test.js diff --git a/tests/e2e/specs/wp-admin/create-simple-product.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/create-simple-product.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/create-simple-product.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/create-simple-product.test.js diff --git a/tests/e2e/specs/wp-admin/create-variable-product.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/create-variable-product.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/create-variable-product.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/create-variable-product.test.js diff --git a/tests/e2e/specs/wp-admin/merchant.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/merchant.js similarity index 100% rename from tests/e2e/specs/wp-admin/merchant.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/merchant.js diff --git a/tests/e2e/specs/wp-admin/order-coupon.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/order-coupon.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/order-coupon.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/order-coupon.test.js diff --git a/tests/e2e/specs/wp-admin/order-customer-payment-page.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/order-customer-payment-page.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/order-customer-payment-page.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/order-customer-payment-page.test.js diff --git a/tests/e2e/specs/wp-admin/order-edit.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/order-edit.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/order-edit.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/order-edit.test.js diff --git a/tests/e2e/specs/wp-admin/order-emails.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/order-emails.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/order-emails.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/order-emails.test.js diff --git a/tests/e2e/specs/wp-admin/order-refund.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/order-refund.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/order-refund.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/order-refund.test.js diff --git a/tests/e2e/specs/wp-admin/order-searching.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/order-searching.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/order-searching.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/order-searching.test.js diff --git a/tests/e2e/specs/wp-admin/order-status-filters.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/order-status-filters.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/order-status-filters.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/order-status-filters.test.js diff --git a/tests/e2e/specs/wp-admin/product-edit.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/product-edit.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/product-edit.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/product-edit.test.js diff --git a/tests/e2e/specs/wp-admin/product-import-csv.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/product-import-csv.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/product-import-csv.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/product-import-csv.test.js diff --git a/tests/e2e/specs/wp-admin/product-search.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/product-search.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/product-search.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/product-search.test.js diff --git a/tests/e2e/specs/wp-admin/update-general-settings.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/update-general-settings.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/update-general-settings.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/update-general-settings.test.js diff --git a/tests/e2e/specs/wp-admin/update-product-settings.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/update-product-settings.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/update-product-settings.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/update-product-settings.test.js diff --git a/tests/e2e/specs/wp-admin/update-tax-settings.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/update-tax-settings.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/update-tax-settings.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/update-tax-settings.test.js diff --git a/tests/e2e/specs/wp-admin/wccom-connect.test.js b/plugins/woocommerce/tests/e2e/specs/wp-admin/wccom-connect.test.js similarity index 100% rename from tests/e2e/specs/wp-admin/wccom-connect.test.js rename to plugins/woocommerce/tests/e2e/specs/wp-admin/wccom-connect.test.js diff --git a/tests/e2e/utils/CHANGELOG.md b/plugins/woocommerce/tests/e2e/utils/CHANGELOG.md similarity index 100% rename from tests/e2e/utils/CHANGELOG.md rename to plugins/woocommerce/tests/e2e/utils/CHANGELOG.md diff --git a/tests/e2e/utils/README.md b/plugins/woocommerce/tests/e2e/utils/README.md similarity index 100% rename from tests/e2e/utils/README.md rename to plugins/woocommerce/tests/e2e/utils/README.md diff --git a/tests/e2e/utils/package-lock.json b/plugins/woocommerce/tests/e2e/utils/package-lock.json similarity index 100% rename from tests/e2e/utils/package-lock.json rename to plugins/woocommerce/tests/e2e/utils/package-lock.json diff --git a/tests/e2e/utils/package.json b/plugins/woocommerce/tests/e2e/utils/package.json similarity index 100% rename from tests/e2e/utils/package.json rename to plugins/woocommerce/tests/e2e/utils/package.json diff --git a/tests/e2e/utils/src/components.js b/plugins/woocommerce/tests/e2e/utils/src/components.js similarity index 100% rename from tests/e2e/utils/src/components.js rename to plugins/woocommerce/tests/e2e/utils/src/components.js diff --git a/tests/e2e/utils/src/factories.js b/plugins/woocommerce/tests/e2e/utils/src/factories.js similarity index 100% rename from tests/e2e/utils/src/factories.js rename to plugins/woocommerce/tests/e2e/utils/src/factories.js diff --git a/tests/e2e/utils/src/factories/grouped-product.js b/plugins/woocommerce/tests/e2e/utils/src/factories/grouped-product.js similarity index 100% rename from tests/e2e/utils/src/factories/grouped-product.js rename to plugins/woocommerce/tests/e2e/utils/src/factories/grouped-product.js diff --git a/tests/e2e/utils/src/factories/simple-product.js b/plugins/woocommerce/tests/e2e/utils/src/factories/simple-product.js similarity index 100% rename from tests/e2e/utils/src/factories/simple-product.js rename to plugins/woocommerce/tests/e2e/utils/src/factories/simple-product.js diff --git a/tests/e2e/utils/src/factories/variable-product.js b/plugins/woocommerce/tests/e2e/utils/src/factories/variable-product.js similarity index 100% rename from tests/e2e/utils/src/factories/variable-product.js rename to plugins/woocommerce/tests/e2e/utils/src/factories/variable-product.js diff --git a/tests/e2e/utils/src/factories/variation.js b/plugins/woocommerce/tests/e2e/utils/src/factories/variation.js similarity index 100% rename from tests/e2e/utils/src/factories/variation.js rename to plugins/woocommerce/tests/e2e/utils/src/factories/variation.js diff --git a/tests/e2e/utils/src/flows/constants.js b/plugins/woocommerce/tests/e2e/utils/src/flows/constants.js similarity index 100% rename from tests/e2e/utils/src/flows/constants.js rename to plugins/woocommerce/tests/e2e/utils/src/flows/constants.js diff --git a/tests/e2e/utils/src/flows/expressions.js b/plugins/woocommerce/tests/e2e/utils/src/flows/expressions.js similarity index 100% rename from tests/e2e/utils/src/flows/expressions.js rename to plugins/woocommerce/tests/e2e/utils/src/flows/expressions.js diff --git a/tests/e2e/utils/src/flows/index.js b/plugins/woocommerce/tests/e2e/utils/src/flows/index.js similarity index 100% rename from tests/e2e/utils/src/flows/index.js rename to plugins/woocommerce/tests/e2e/utils/src/flows/index.js diff --git a/tests/e2e/utils/src/flows/merchant.js b/plugins/woocommerce/tests/e2e/utils/src/flows/merchant.js similarity index 100% rename from tests/e2e/utils/src/flows/merchant.js rename to plugins/woocommerce/tests/e2e/utils/src/flows/merchant.js diff --git a/tests/e2e/utils/src/flows/shopper.js b/plugins/woocommerce/tests/e2e/utils/src/flows/shopper.js similarity index 100% rename from tests/e2e/utils/src/flows/shopper.js rename to plugins/woocommerce/tests/e2e/utils/src/flows/shopper.js diff --git a/tests/e2e/utils/src/flows/utils.js b/plugins/woocommerce/tests/e2e/utils/src/flows/utils.js similarity index 100% rename from tests/e2e/utils/src/flows/utils.js rename to plugins/woocommerce/tests/e2e/utils/src/flows/utils.js diff --git a/tests/e2e/utils/src/flows/with-rest-api.js b/plugins/woocommerce/tests/e2e/utils/src/flows/with-rest-api.js similarity index 100% rename from tests/e2e/utils/src/flows/with-rest-api.js rename to plugins/woocommerce/tests/e2e/utils/src/flows/with-rest-api.js diff --git a/tests/e2e/utils/src/index.js b/plugins/woocommerce/tests/e2e/utils/src/index.js similarity index 100% rename from tests/e2e/utils/src/index.js rename to plugins/woocommerce/tests/e2e/utils/src/index.js diff --git a/tests/e2e/utils/src/old-flows.js b/plugins/woocommerce/tests/e2e/utils/src/old-flows.js similarity index 100% rename from tests/e2e/utils/src/old-flows.js rename to plugins/woocommerce/tests/e2e/utils/src/old-flows.js diff --git a/tests/e2e/utils/src/page-utils.js b/plugins/woocommerce/tests/e2e/utils/src/page-utils.js similarity index 100% rename from tests/e2e/utils/src/page-utils.js rename to plugins/woocommerce/tests/e2e/utils/src/page-utils.js diff --git a/tests/e2e/utils/src/pages/admin-edit.js b/plugins/woocommerce/tests/e2e/utils/src/pages/admin-edit.js similarity index 100% rename from tests/e2e/utils/src/pages/admin-edit.js rename to plugins/woocommerce/tests/e2e/utils/src/pages/admin-edit.js diff --git a/tests/e2e/utils/src/system-environment.js b/plugins/woocommerce/tests/e2e/utils/src/system-environment.js similarity index 100% rename from tests/e2e/utils/src/system-environment.js rename to plugins/woocommerce/tests/e2e/utils/src/system-environment.js diff --git a/tests/legacy/bootstrap.php b/plugins/woocommerce/tests/legacy/bootstrap.php similarity index 100% rename from tests/legacy/bootstrap.php rename to plugins/woocommerce/tests/legacy/bootstrap.php diff --git a/tests/legacy/classes-with-mockable-static-methods.php b/plugins/woocommerce/tests/legacy/classes-with-mockable-static-methods.php similarity index 100% rename from tests/legacy/classes-with-mockable-static-methods.php rename to plugins/woocommerce/tests/legacy/classes-with-mockable-static-methods.php diff --git a/tests/legacy/data/Dr1Bczxq4q.png b/plugins/woocommerce/tests/legacy/data/Dr1Bczxq4q.png similarity index 100% rename from tests/legacy/data/Dr1Bczxq4q.png rename to plugins/woocommerce/tests/legacy/data/Dr1Bczxq4q.png diff --git a/tests/legacy/data/GeoLite2-Country.tar.gz b/plugins/woocommerce/tests/legacy/data/GeoLite2-Country.tar.gz similarity index 100% rename from tests/legacy/data/GeoLite2-Country.tar.gz rename to plugins/woocommerce/tests/legacy/data/GeoLite2-Country.tar.gz diff --git a/tests/legacy/data/file.txt b/plugins/woocommerce/tests/legacy/data/file.txt similarity index 100% rename from tests/legacy/data/file.txt rename to plugins/woocommerce/tests/legacy/data/file.txt diff --git a/tests/legacy/data/sample-email.html b/plugins/woocommerce/tests/legacy/data/sample-email.html similarity index 100% rename from tests/legacy/data/sample-email.html rename to plugins/woocommerce/tests/legacy/data/sample-email.html diff --git a/tests/legacy/data/sample-woo-plugin.php b/plugins/woocommerce/tests/legacy/data/sample-woo-plugin.php similarity index 100% rename from tests/legacy/data/sample-woo-plugin.php rename to plugins/woocommerce/tests/legacy/data/sample-woo-plugin.php diff --git a/tests/legacy/framework/class-wc-api-unit-test-case.php b/plugins/woocommerce/tests/legacy/framework/class-wc-api-unit-test-case.php similarity index 100% rename from tests/legacy/framework/class-wc-api-unit-test-case.php rename to plugins/woocommerce/tests/legacy/framework/class-wc-api-unit-test-case.php diff --git a/tests/legacy/framework/class-wc-dummy-data-store.php b/plugins/woocommerce/tests/legacy/framework/class-wc-dummy-data-store.php similarity index 100% rename from tests/legacy/framework/class-wc-dummy-data-store.php rename to plugins/woocommerce/tests/legacy/framework/class-wc-dummy-data-store.php diff --git a/tests/legacy/framework/class-wc-mock-payment-gateway.php b/plugins/woocommerce/tests/legacy/framework/class-wc-mock-payment-gateway.php similarity index 100% rename from tests/legacy/framework/class-wc-mock-payment-gateway.php rename to plugins/woocommerce/tests/legacy/framework/class-wc-mock-payment-gateway.php diff --git a/tests/legacy/framework/class-wc-mock-session-handler.php b/plugins/woocommerce/tests/legacy/framework/class-wc-mock-session-handler.php similarity index 100% rename from tests/legacy/framework/class-wc-mock-session-handler.php rename to plugins/woocommerce/tests/legacy/framework/class-wc-mock-session-handler.php diff --git a/tests/legacy/framework/class-wc-mock-wc-data.php b/plugins/woocommerce/tests/legacy/framework/class-wc-mock-wc-data.php similarity index 100% rename from tests/legacy/framework/class-wc-mock-wc-data.php rename to plugins/woocommerce/tests/legacy/framework/class-wc-mock-wc-data.php diff --git a/tests/legacy/framework/class-wc-mock-wc-object-query.php b/plugins/woocommerce/tests/legacy/framework/class-wc-mock-wc-object-query.php similarity index 100% rename from tests/legacy/framework/class-wc-mock-wc-object-query.php rename to plugins/woocommerce/tests/legacy/framework/class-wc-mock-wc-object-query.php diff --git a/tests/legacy/framework/class-wc-payment-token-stub.php b/plugins/woocommerce/tests/legacy/framework/class-wc-payment-token-stub.php similarity index 100% rename from tests/legacy/framework/class-wc-payment-token-stub.php rename to plugins/woocommerce/tests/legacy/framework/class-wc-payment-token-stub.php diff --git a/tests/legacy/framework/class-wc-rest-unit-test-case.php b/plugins/woocommerce/tests/legacy/framework/class-wc-rest-unit-test-case.php similarity index 100% rename from tests/legacy/framework/class-wc-rest-unit-test-case.php rename to plugins/woocommerce/tests/legacy/framework/class-wc-rest-unit-test-case.php diff --git a/tests/legacy/framework/class-wc-unit-test-case.php b/plugins/woocommerce/tests/legacy/framework/class-wc-unit-test-case.php similarity index 100% rename from tests/legacy/framework/class-wc-unit-test-case.php rename to plugins/woocommerce/tests/legacy/framework/class-wc-unit-test-case.php diff --git a/tests/legacy/framework/class-wc-unit-test-factory.php b/plugins/woocommerce/tests/legacy/framework/class-wc-unit-test-factory.php similarity index 100% rename from tests/legacy/framework/class-wc-unit-test-factory.php rename to plugins/woocommerce/tests/legacy/framework/class-wc-unit-test-factory.php diff --git a/tests/legacy/framework/helpers/class-wc-helper-coupon.php b/plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-coupon.php similarity index 100% rename from tests/legacy/framework/helpers/class-wc-helper-coupon.php rename to plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-coupon.php diff --git a/tests/legacy/framework/helpers/class-wc-helper-customer.php b/plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-customer.php similarity index 100% rename from tests/legacy/framework/helpers/class-wc-helper-customer.php rename to plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-customer.php diff --git a/tests/legacy/framework/helpers/class-wc-helper-fee.php b/plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-fee.php similarity index 100% rename from tests/legacy/framework/helpers/class-wc-helper-fee.php rename to plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-fee.php diff --git a/tests/legacy/framework/helpers/class-wc-helper-order.php b/plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-order.php similarity index 100% rename from tests/legacy/framework/helpers/class-wc-helper-order.php rename to plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-order.php diff --git a/tests/legacy/framework/helpers/class-wc-helper-payment-token.php b/plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-payment-token.php similarity index 100% rename from tests/legacy/framework/helpers/class-wc-helper-payment-token.php rename to plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-payment-token.php diff --git a/tests/legacy/framework/helpers/class-wc-helper-product.php b/plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-product.php similarity index 100% rename from tests/legacy/framework/helpers/class-wc-helper-product.php rename to plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-product.php diff --git a/tests/legacy/framework/helpers/class-wc-helper-settings.php b/plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-settings.php similarity index 100% rename from tests/legacy/framework/helpers/class-wc-helper-settings.php rename to plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-settings.php diff --git a/tests/legacy/framework/helpers/class-wc-helper-shipping-zones.php b/plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-shipping-zones.php similarity index 100% rename from tests/legacy/framework/helpers/class-wc-helper-shipping-zones.php rename to plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-shipping-zones.php diff --git a/tests/legacy/framework/helpers/class-wc-helper-shipping.php b/plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-shipping.php similarity index 100% rename from tests/legacy/framework/helpers/class-wc-helper-shipping.php rename to plugins/woocommerce/tests/legacy/framework/helpers/class-wc-helper-shipping.php diff --git a/tests/legacy/framework/traits/trait-wc-rest-api-complex-meta.php b/plugins/woocommerce/tests/legacy/framework/traits/trait-wc-rest-api-complex-meta.php similarity index 100% rename from tests/legacy/framework/traits/trait-wc-rest-api-complex-meta.php rename to plugins/woocommerce/tests/legacy/framework/traits/trait-wc-rest-api-complex-meta.php diff --git a/tests/legacy/framework/vendor/class-wp-test-spy-rest-server.php b/plugins/woocommerce/tests/legacy/framework/vendor/class-wp-test-spy-rest-server.php similarity index 100% rename from tests/legacy/framework/vendor/class-wp-test-spy-rest-server.php rename to plugins/woocommerce/tests/legacy/framework/vendor/class-wp-test-spy-rest-server.php diff --git a/tests/legacy/includes/wp-http-testcase.php b/plugins/woocommerce/tests/legacy/includes/wp-http-testcase.php similarity index 100% rename from tests/legacy/includes/wp-http-testcase.php rename to plugins/woocommerce/tests/legacy/includes/wp-http-testcase.php diff --git a/tests/legacy/mockable-functions.php b/plugins/woocommerce/tests/legacy/mockable-functions.php similarity index 100% rename from tests/legacy/mockable-functions.php rename to plugins/woocommerce/tests/legacy/mockable-functions.php diff --git a/tests/legacy/unit-tests/account/functions.php b/plugins/woocommerce/tests/legacy/unit-tests/account/functions.php similarity index 100% rename from tests/legacy/unit-tests/account/functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/account/functions.php diff --git a/tests/legacy/unit-tests/account/permissions.php b/plugins/woocommerce/tests/legacy/unit-tests/account/permissions.php similarity index 100% rename from tests/legacy/unit-tests/account/permissions.php rename to plugins/woocommerce/tests/legacy/unit-tests/account/permissions.php diff --git a/tests/legacy/unit-tests/admin/class-wc-tests-admin-dashboard.php b/plugins/woocommerce/tests/legacy/unit-tests/admin/class-wc-tests-admin-dashboard.php similarity index 100% rename from tests/legacy/unit-tests/admin/class-wc-tests-admin-dashboard.php rename to plugins/woocommerce/tests/legacy/unit-tests/admin/class-wc-tests-admin-dashboard.php diff --git a/tests/legacy/unit-tests/admin/class-wc-tests-admin-duplicate-product.php b/plugins/woocommerce/tests/legacy/unit-tests/admin/class-wc-tests-admin-duplicate-product.php similarity index 100% rename from tests/legacy/unit-tests/admin/class-wc-tests-admin-duplicate-product.php rename to plugins/woocommerce/tests/legacy/unit-tests/admin/class-wc-tests-admin-duplicate-product.php diff --git a/tests/legacy/unit-tests/admin/notes/class-wc-tests-notes-run-db-update.php b/plugins/woocommerce/tests/legacy/unit-tests/admin/notes/class-wc-tests-notes-run-db-update.php similarity index 100% rename from tests/legacy/unit-tests/admin/notes/class-wc-tests-notes-run-db-update.php rename to plugins/woocommerce/tests/legacy/unit-tests/admin/notes/class-wc-tests-notes-run-db-update.php diff --git a/tests/legacy/unit-tests/admin/reports/class-wc-tests-admin-report.php b/plugins/woocommerce/tests/legacy/unit-tests/admin/reports/class-wc-tests-admin-report.php similarity index 100% rename from tests/legacy/unit-tests/admin/reports/class-wc-tests-admin-report.php rename to plugins/woocommerce/tests/legacy/unit-tests/admin/reports/class-wc-tests-admin-report.php diff --git a/tests/legacy/unit-tests/admin/reports/class-wc-tests-report-sales-by-date.php b/plugins/woocommerce/tests/legacy/unit-tests/admin/reports/class-wc-tests-report-sales-by-date.php similarity index 100% rename from tests/legacy/unit-tests/admin/reports/class-wc-tests-report-sales-by-date.php rename to plugins/woocommerce/tests/legacy/unit-tests/admin/reports/class-wc-tests-report-sales-by-date.php diff --git a/tests/legacy/unit-tests/admin/settings.php b/plugins/woocommerce/tests/legacy/unit-tests/admin/settings.php similarity index 100% rename from tests/legacy/unit-tests/admin/settings.php rename to plugins/woocommerce/tests/legacy/unit-tests/admin/settings.php diff --git a/tests/legacy/unit-tests/attributes/functions.php b/plugins/woocommerce/tests/legacy/unit-tests/attributes/functions.php similarity index 100% rename from tests/legacy/unit-tests/attributes/functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/attributes/functions.php diff --git a/tests/legacy/unit-tests/blocks/class-wc-tests-blocks-utils.php b/plugins/woocommerce/tests/legacy/unit-tests/blocks/class-wc-tests-blocks-utils.php similarity index 100% rename from tests/legacy/unit-tests/blocks/class-wc-tests-blocks-utils.php rename to plugins/woocommerce/tests/legacy/unit-tests/blocks/class-wc-tests-blocks-utils.php diff --git a/tests/legacy/unit-tests/cart/cart-fees.php b/plugins/woocommerce/tests/legacy/unit-tests/cart/cart-fees.php similarity index 100% rename from tests/legacy/unit-tests/cart/cart-fees.php rename to plugins/woocommerce/tests/legacy/unit-tests/cart/cart-fees.php diff --git a/tests/legacy/unit-tests/cart/cart.php b/plugins/woocommerce/tests/legacy/unit-tests/cart/cart.php similarity index 100% rename from tests/legacy/unit-tests/cart/cart.php rename to plugins/woocommerce/tests/legacy/unit-tests/cart/cart.php diff --git a/tests/legacy/unit-tests/cart/functions.php b/plugins/woocommerce/tests/legacy/unit-tests/cart/functions.php similarity index 100% rename from tests/legacy/unit-tests/cart/functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/cart/functions.php diff --git a/tests/legacy/unit-tests/checkout/checkout.php b/plugins/woocommerce/tests/legacy/unit-tests/checkout/checkout.php similarity index 100% rename from tests/legacy/unit-tests/checkout/checkout.php rename to plugins/woocommerce/tests/legacy/unit-tests/checkout/checkout.php diff --git a/tests/legacy/unit-tests/core/main-class.php b/plugins/woocommerce/tests/legacy/unit-tests/core/main-class.php similarity index 100% rename from tests/legacy/unit-tests/core/main-class.php rename to plugins/woocommerce/tests/legacy/unit-tests/core/main-class.php diff --git a/tests/legacy/unit-tests/core/post-types-admin.php b/plugins/woocommerce/tests/legacy/unit-tests/core/post-types-admin.php similarity index 100% rename from tests/legacy/unit-tests/core/post-types-admin.php rename to plugins/woocommerce/tests/legacy/unit-tests/core/post-types-admin.php diff --git a/tests/legacy/unit-tests/core/taxonomies.php b/plugins/woocommerce/tests/legacy/unit-tests/core/taxonomies.php similarity index 100% rename from tests/legacy/unit-tests/core/taxonomies.php rename to plugins/woocommerce/tests/legacy/unit-tests/core/taxonomies.php diff --git a/tests/legacy/unit-tests/core/template-cache.php b/plugins/woocommerce/tests/legacy/unit-tests/core/template-cache.php similarity index 100% rename from tests/legacy/unit-tests/core/template-cache.php rename to plugins/woocommerce/tests/legacy/unit-tests/core/template-cache.php diff --git a/tests/legacy/unit-tests/countries/countries.php b/plugins/woocommerce/tests/legacy/unit-tests/countries/countries.php similarity index 100% rename from tests/legacy/unit-tests/countries/countries.php rename to plugins/woocommerce/tests/legacy/unit-tests/countries/countries.php diff --git a/tests/legacy/unit-tests/coupon/coupon.php b/plugins/woocommerce/tests/legacy/unit-tests/coupon/coupon.php similarity index 100% rename from tests/legacy/unit-tests/coupon/coupon.php rename to plugins/woocommerce/tests/legacy/unit-tests/coupon/coupon.php diff --git a/tests/legacy/unit-tests/coupon/data-store.php b/plugins/woocommerce/tests/legacy/unit-tests/coupon/data-store.php similarity index 100% rename from tests/legacy/unit-tests/coupon/data-store.php rename to plugins/woocommerce/tests/legacy/unit-tests/coupon/data-store.php diff --git a/tests/legacy/unit-tests/coupon/data.php b/plugins/woocommerce/tests/legacy/unit-tests/coupon/data.php similarity index 100% rename from tests/legacy/unit-tests/coupon/data.php rename to plugins/woocommerce/tests/legacy/unit-tests/coupon/data.php diff --git a/tests/legacy/unit-tests/coupon/functions.php b/plugins/woocommerce/tests/legacy/unit-tests/coupon/functions.php similarity index 100% rename from tests/legacy/unit-tests/coupon/functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/coupon/functions.php diff --git a/tests/legacy/unit-tests/crud/data-store.php b/plugins/woocommerce/tests/legacy/unit-tests/crud/data-store.php similarity index 100% rename from tests/legacy/unit-tests/crud/data-store.php rename to plugins/woocommerce/tests/legacy/unit-tests/crud/data-store.php diff --git a/tests/legacy/unit-tests/crud/data.php b/plugins/woocommerce/tests/legacy/unit-tests/crud/data.php similarity index 100% rename from tests/legacy/unit-tests/crud/data.php rename to plugins/woocommerce/tests/legacy/unit-tests/crud/data.php diff --git a/tests/legacy/unit-tests/crud/meta.php b/plugins/woocommerce/tests/legacy/unit-tests/crud/meta.php similarity index 100% rename from tests/legacy/unit-tests/crud/meta.php rename to plugins/woocommerce/tests/legacy/unit-tests/crud/meta.php diff --git a/tests/legacy/unit-tests/crud/query.php b/plugins/woocommerce/tests/legacy/unit-tests/crud/query.php similarity index 100% rename from tests/legacy/unit-tests/crud/query.php rename to plugins/woocommerce/tests/legacy/unit-tests/crud/query.php diff --git a/tests/legacy/unit-tests/crud/refunds.php b/plugins/woocommerce/tests/legacy/unit-tests/crud/refunds.php similarity index 100% rename from tests/legacy/unit-tests/crud/refunds.php rename to plugins/woocommerce/tests/legacy/unit-tests/crud/refunds.php diff --git a/tests/legacy/unit-tests/customer/class-wc-customer-download-log-data-store.php b/plugins/woocommerce/tests/legacy/unit-tests/customer/class-wc-customer-download-log-data-store.php similarity index 100% rename from tests/legacy/unit-tests/customer/class-wc-customer-download-log-data-store.php rename to plugins/woocommerce/tests/legacy/unit-tests/customer/class-wc-customer-download-log-data-store.php diff --git a/tests/legacy/unit-tests/customer/class-wc-tests-customer-download.php b/plugins/woocommerce/tests/legacy/unit-tests/customer/class-wc-tests-customer-download.php similarity index 100% rename from tests/legacy/unit-tests/customer/class-wc-tests-customer-download.php rename to plugins/woocommerce/tests/legacy/unit-tests/customer/class-wc-tests-customer-download.php diff --git a/tests/legacy/unit-tests/customer/crud.php b/plugins/woocommerce/tests/legacy/unit-tests/customer/crud.php similarity index 100% rename from tests/legacy/unit-tests/customer/crud.php rename to plugins/woocommerce/tests/legacy/unit-tests/customer/crud.php diff --git a/tests/legacy/unit-tests/customer/customer-download-log.php b/plugins/woocommerce/tests/legacy/unit-tests/customer/customer-download-log.php similarity index 100% rename from tests/legacy/unit-tests/customer/customer-download-log.php rename to plugins/woocommerce/tests/legacy/unit-tests/customer/customer-download-log.php diff --git a/tests/legacy/unit-tests/customer/customer.php b/plugins/woocommerce/tests/legacy/unit-tests/customer/customer.php similarity index 100% rename from tests/legacy/unit-tests/customer/customer.php rename to plugins/woocommerce/tests/legacy/unit-tests/customer/customer.php diff --git a/tests/legacy/unit-tests/customer/functions.php b/plugins/woocommerce/tests/legacy/unit-tests/customer/functions.php similarity index 100% rename from tests/legacy/unit-tests/customer/functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/customer/functions.php diff --git a/tests/legacy/unit-tests/discounts/discounts.php b/plugins/woocommerce/tests/legacy/unit-tests/discounts/discounts.php similarity index 100% rename from tests/legacy/unit-tests/discounts/discounts.php rename to plugins/woocommerce/tests/legacy/unit-tests/discounts/discounts.php diff --git a/tests/legacy/unit-tests/email/emails.php b/plugins/woocommerce/tests/legacy/unit-tests/email/emails.php similarity index 100% rename from tests/legacy/unit-tests/email/emails.php rename to plugins/woocommerce/tests/legacy/unit-tests/email/emails.php diff --git a/tests/legacy/unit-tests/exporter/product.php b/plugins/woocommerce/tests/legacy/unit-tests/exporter/product.php similarity index 100% rename from tests/legacy/unit-tests/exporter/product.php rename to plugins/woocommerce/tests/legacy/unit-tests/exporter/product.php diff --git a/tests/legacy/unit-tests/formatting/functions.php b/plugins/woocommerce/tests/legacy/unit-tests/formatting/functions.php similarity index 100% rename from tests/legacy/unit-tests/formatting/functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/formatting/functions.php diff --git a/tests/legacy/unit-tests/gateways/gateways.php b/plugins/woocommerce/tests/legacy/unit-tests/gateways/gateways.php similarity index 100% rename from tests/legacy/unit-tests/gateways/gateways.php rename to plugins/woocommerce/tests/legacy/unit-tests/gateways/gateways.php diff --git a/tests/legacy/unit-tests/gateways/paypal/request.php b/plugins/woocommerce/tests/legacy/unit-tests/gateways/paypal/request.php similarity index 100% rename from tests/legacy/unit-tests/gateways/paypal/request.php rename to plugins/woocommerce/tests/legacy/unit-tests/gateways/paypal/request.php diff --git a/tests/legacy/unit-tests/geolocation/class-wc-test-gelocation.php b/plugins/woocommerce/tests/legacy/unit-tests/geolocation/class-wc-test-gelocation.php similarity index 100% rename from tests/legacy/unit-tests/geolocation/class-wc-test-gelocation.php rename to plugins/woocommerce/tests/legacy/unit-tests/geolocation/class-wc-test-gelocation.php diff --git a/tests/legacy/unit-tests/importer/product.php b/plugins/woocommerce/tests/legacy/unit-tests/importer/product.php similarity index 100% rename from tests/legacy/unit-tests/importer/product.php rename to plugins/woocommerce/tests/legacy/unit-tests/importer/product.php diff --git a/tests/legacy/unit-tests/importer/sample.csv b/plugins/woocommerce/tests/legacy/unit-tests/importer/sample.csv similarity index 100% rename from tests/legacy/unit-tests/importer/sample.csv rename to plugins/woocommerce/tests/legacy/unit-tests/importer/sample.csv diff --git a/tests/legacy/unit-tests/importer/sample_tax_rates.csv b/plugins/woocommerce/tests/legacy/unit-tests/importer/sample_tax_rates.csv similarity index 100% rename from tests/legacy/unit-tests/importer/sample_tax_rates.csv rename to plugins/woocommerce/tests/legacy/unit-tests/importer/sample_tax_rates.csv diff --git a/tests/legacy/unit-tests/importer/sample_update_product.csv b/plugins/woocommerce/tests/legacy/unit-tests/importer/sample_update_product.csv similarity index 100% rename from tests/legacy/unit-tests/importer/sample_update_product.csv rename to plugins/woocommerce/tests/legacy/unit-tests/importer/sample_update_product.csv diff --git a/tests/legacy/unit-tests/importer/tax.php b/plugins/woocommerce/tests/legacy/unit-tests/importer/tax.php similarity index 100% rename from tests/legacy/unit-tests/importer/tax.php rename to plugins/woocommerce/tests/legacy/unit-tests/importer/tax.php diff --git a/tests/legacy/unit-tests/integrations/class-dummy-integration.php b/plugins/woocommerce/tests/legacy/unit-tests/integrations/class-dummy-integration.php similarity index 100% rename from tests/legacy/unit-tests/integrations/class-dummy-integration.php rename to plugins/woocommerce/tests/legacy/unit-tests/integrations/class-dummy-integration.php diff --git a/tests/legacy/unit-tests/integrations/class-wc-tests-integrations.php b/plugins/woocommerce/tests/legacy/unit-tests/integrations/class-wc-tests-integrations.php similarity index 100% rename from tests/legacy/unit-tests/integrations/class-wc-tests-integrations.php rename to plugins/woocommerce/tests/legacy/unit-tests/integrations/class-wc-tests-integrations.php diff --git a/tests/legacy/unit-tests/integrations/maxmind-geolocation/class-wc-tests-maxmind-database.php b/plugins/woocommerce/tests/legacy/unit-tests/integrations/maxmind-geolocation/class-wc-tests-maxmind-database.php similarity index 100% rename from tests/legacy/unit-tests/integrations/maxmind-geolocation/class-wc-tests-maxmind-database.php rename to plugins/woocommerce/tests/legacy/unit-tests/integrations/maxmind-geolocation/class-wc-tests-maxmind-database.php diff --git a/tests/legacy/unit-tests/integrations/maxmind-geolocation/class-wc-tests-maxmind-integration.php b/plugins/woocommerce/tests/legacy/unit-tests/integrations/maxmind-geolocation/class-wc-tests-maxmind-integration.php similarity index 100% rename from tests/legacy/unit-tests/integrations/maxmind-geolocation/class-wc-tests-maxmind-integration.php rename to plugins/woocommerce/tests/legacy/unit-tests/integrations/maxmind-geolocation/class-wc-tests-maxmind-integration.php diff --git a/tests/legacy/unit-tests/libraries/class-wc-mock-background-process.php b/plugins/woocommerce/tests/legacy/unit-tests/libraries/class-wc-mock-background-process.php similarity index 100% rename from tests/legacy/unit-tests/libraries/class-wc-mock-background-process.php rename to plugins/woocommerce/tests/legacy/unit-tests/libraries/class-wc-mock-background-process.php diff --git a/tests/legacy/unit-tests/libraries/wp-background-process.php b/plugins/woocommerce/tests/legacy/unit-tests/libraries/wp-background-process.php similarity index 100% rename from tests/legacy/unit-tests/libraries/wp-background-process.php rename to plugins/woocommerce/tests/legacy/unit-tests/libraries/wp-background-process.php diff --git a/tests/legacy/unit-tests/log/log-handler-db.php b/plugins/woocommerce/tests/legacy/unit-tests/log/log-handler-db.php similarity index 100% rename from tests/legacy/unit-tests/log/log-handler-db.php rename to plugins/woocommerce/tests/legacy/unit-tests/log/log-handler-db.php diff --git a/tests/legacy/unit-tests/log/log-handler-email.php b/plugins/woocommerce/tests/legacy/unit-tests/log/log-handler-email.php similarity index 100% rename from tests/legacy/unit-tests/log/log-handler-email.php rename to plugins/woocommerce/tests/legacy/unit-tests/log/log-handler-email.php diff --git a/tests/legacy/unit-tests/log/log-handler-file.php b/plugins/woocommerce/tests/legacy/unit-tests/log/log-handler-file.php similarity index 100% rename from tests/legacy/unit-tests/log/log-handler-file.php rename to plugins/woocommerce/tests/legacy/unit-tests/log/log-handler-file.php diff --git a/tests/legacy/unit-tests/log/log-levels.php b/plugins/woocommerce/tests/legacy/unit-tests/log/log-levels.php similarity index 100% rename from tests/legacy/unit-tests/log/log-levels.php rename to plugins/woocommerce/tests/legacy/unit-tests/log/log-levels.php diff --git a/tests/legacy/unit-tests/log/logger.php b/plugins/woocommerce/tests/legacy/unit-tests/log/logger.php similarity index 100% rename from tests/legacy/unit-tests/log/logger.php rename to plugins/woocommerce/tests/legacy/unit-tests/log/logger.php diff --git a/tests/legacy/unit-tests/log/test_log_expected.txt b/plugins/woocommerce/tests/legacy/unit-tests/log/test_log_expected.txt similarity index 100% rename from tests/legacy/unit-tests/log/test_log_expected.txt rename to plugins/woocommerce/tests/legacy/unit-tests/log/test_log_expected.txt diff --git a/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-data-store.php b/plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-data-store.php similarity index 100% rename from tests/legacy/unit-tests/order-items/class-wc-tests-order-item-data-store.php rename to plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-data-store.php diff --git a/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php b/plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php similarity index 100% rename from tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php rename to plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php diff --git a/tests/legacy/unit-tests/order-items/functions.php b/plugins/woocommerce/tests/legacy/unit-tests/order-items/functions.php similarity index 100% rename from tests/legacy/unit-tests/order-items/functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/order-items/functions.php diff --git a/tests/legacy/unit-tests/order-items/order-item-coupon.php b/plugins/woocommerce/tests/legacy/unit-tests/order-items/order-item-coupon.php similarity index 100% rename from tests/legacy/unit-tests/order-items/order-item-coupon.php rename to plugins/woocommerce/tests/legacy/unit-tests/order-items/order-item-coupon.php diff --git a/tests/legacy/unit-tests/order-items/order-item-fee.php b/plugins/woocommerce/tests/legacy/unit-tests/order-items/order-item-fee.php similarity index 100% rename from tests/legacy/unit-tests/order-items/order-item-fee.php rename to plugins/woocommerce/tests/legacy/unit-tests/order-items/order-item-fee.php diff --git a/tests/legacy/unit-tests/order-items/order-item-meta.php b/plugins/woocommerce/tests/legacy/unit-tests/order-items/order-item-meta.php similarity index 100% rename from tests/legacy/unit-tests/order-items/order-item-meta.php rename to plugins/woocommerce/tests/legacy/unit-tests/order-items/order-item-meta.php diff --git a/tests/legacy/unit-tests/order-items/order-item-tax.php b/plugins/woocommerce/tests/legacy/unit-tests/order-items/order-item-tax.php similarity index 100% rename from tests/legacy/unit-tests/order-items/order-item-tax.php rename to plugins/woocommerce/tests/legacy/unit-tests/order-items/order-item-tax.php diff --git a/tests/legacy/unit-tests/order/class-wc-tests-crud-orders.php b/plugins/woocommerce/tests/legacy/unit-tests/order/class-wc-tests-crud-orders.php similarity index 100% rename from tests/legacy/unit-tests/order/class-wc-tests-crud-orders.php rename to plugins/woocommerce/tests/legacy/unit-tests/order/class-wc-tests-crud-orders.php diff --git a/tests/legacy/unit-tests/order/class-wc-tests-order-functions.php b/plugins/woocommerce/tests/legacy/unit-tests/order/class-wc-tests-order-functions.php similarity index 100% rename from tests/legacy/unit-tests/order/class-wc-tests-order-functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/order/class-wc-tests-order-functions.php diff --git a/tests/legacy/unit-tests/order/class-wc-tests-orders.php b/plugins/woocommerce/tests/legacy/unit-tests/order/class-wc-tests-orders.php similarity index 100% rename from tests/legacy/unit-tests/order/class-wc-tests-orders.php rename to plugins/woocommerce/tests/legacy/unit-tests/order/class-wc-tests-orders.php diff --git a/tests/legacy/unit-tests/order/coupons.php b/plugins/woocommerce/tests/legacy/unit-tests/order/coupons.php similarity index 100% rename from tests/legacy/unit-tests/order/coupons.php rename to plugins/woocommerce/tests/legacy/unit-tests/order/coupons.php diff --git a/tests/legacy/unit-tests/order/query.php b/plugins/woocommerce/tests/legacy/unit-tests/order/query.php similarity index 100% rename from tests/legacy/unit-tests/order/query.php rename to plugins/woocommerce/tests/legacy/unit-tests/order/query.php diff --git a/tests/legacy/unit-tests/packages/packages.php b/plugins/woocommerce/tests/legacy/unit-tests/packages/packages.php similarity index 100% rename from tests/legacy/unit-tests/packages/packages.php rename to plugins/woocommerce/tests/legacy/unit-tests/packages/packages.php diff --git a/tests/legacy/unit-tests/page-functions/class-wc-tests-page-functions.php b/plugins/woocommerce/tests/legacy/unit-tests/page-functions/class-wc-tests-page-functions.php similarity index 100% rename from tests/legacy/unit-tests/page-functions/class-wc-tests-page-functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/page-functions/class-wc-tests-page-functions.php diff --git a/tests/legacy/unit-tests/payment-gateways/cod.php b/plugins/woocommerce/tests/legacy/unit-tests/payment-gateways/cod.php similarity index 100% rename from tests/legacy/unit-tests/payment-gateways/cod.php rename to plugins/woocommerce/tests/legacy/unit-tests/payment-gateways/cod.php diff --git a/tests/legacy/unit-tests/payment-gateways/payment-gateways.php b/plugins/woocommerce/tests/legacy/unit-tests/payment-gateways/payment-gateways.php similarity index 100% rename from tests/legacy/unit-tests/payment-gateways/payment-gateways.php rename to plugins/woocommerce/tests/legacy/unit-tests/payment-gateways/payment-gateways.php diff --git a/tests/legacy/unit-tests/payment-tokens/cc.php b/plugins/woocommerce/tests/legacy/unit-tests/payment-tokens/cc.php similarity index 100% rename from tests/legacy/unit-tests/payment-tokens/cc.php rename to plugins/woocommerce/tests/legacy/unit-tests/payment-tokens/cc.php diff --git a/tests/legacy/unit-tests/payment-tokens/echeck.php b/plugins/woocommerce/tests/legacy/unit-tests/payment-tokens/echeck.php similarity index 100% rename from tests/legacy/unit-tests/payment-tokens/echeck.php rename to plugins/woocommerce/tests/legacy/unit-tests/payment-tokens/echeck.php diff --git a/tests/legacy/unit-tests/payment-tokens/payment-token.php b/plugins/woocommerce/tests/legacy/unit-tests/payment-tokens/payment-token.php similarity index 100% rename from tests/legacy/unit-tests/payment-tokens/payment-token.php rename to plugins/woocommerce/tests/legacy/unit-tests/payment-tokens/payment-token.php diff --git a/tests/legacy/unit-tests/payment-tokens/payment-tokens.php b/plugins/woocommerce/tests/legacy/unit-tests/payment-tokens/payment-tokens.php similarity index 100% rename from tests/legacy/unit-tests/payment-tokens/payment-tokens.php rename to plugins/woocommerce/tests/legacy/unit-tests/payment-tokens/payment-tokens.php diff --git a/tests/legacy/unit-tests/privacy/export.php b/plugins/woocommerce/tests/legacy/unit-tests/privacy/export.php similarity index 100% rename from tests/legacy/unit-tests/privacy/export.php rename to plugins/woocommerce/tests/legacy/unit-tests/privacy/export.php diff --git a/tests/legacy/unit-tests/product/class-wc-tests-product-download.php b/plugins/woocommerce/tests/legacy/unit-tests/product/class-wc-tests-product-download.php similarity index 100% rename from tests/legacy/unit-tests/product/class-wc-tests-product-download.php rename to plugins/woocommerce/tests/legacy/unit-tests/product/class-wc-tests-product-download.php diff --git a/tests/legacy/unit-tests/product/class-wc-tests-product.php b/plugins/woocommerce/tests/legacy/unit-tests/product/class-wc-tests-product.php similarity index 100% rename from tests/legacy/unit-tests/product/class-wc-tests-product.php rename to plugins/woocommerce/tests/legacy/unit-tests/product/class-wc-tests-product.php diff --git a/tests/legacy/unit-tests/product/data-store.php b/plugins/woocommerce/tests/legacy/unit-tests/product/data-store.php similarity index 100% rename from tests/legacy/unit-tests/product/data-store.php rename to plugins/woocommerce/tests/legacy/unit-tests/product/data-store.php diff --git a/tests/legacy/unit-tests/product/data.php b/plugins/woocommerce/tests/legacy/unit-tests/product/data.php similarity index 100% rename from tests/legacy/unit-tests/product/data.php rename to plugins/woocommerce/tests/legacy/unit-tests/product/data.php diff --git a/tests/legacy/unit-tests/product/factory.php b/plugins/woocommerce/tests/legacy/unit-tests/product/factory.php similarity index 100% rename from tests/legacy/unit-tests/product/factory.php rename to plugins/woocommerce/tests/legacy/unit-tests/product/factory.php diff --git a/tests/legacy/unit-tests/product/functions.php b/plugins/woocommerce/tests/legacy/unit-tests/product/functions.php similarity index 100% rename from tests/legacy/unit-tests/product/functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/product/functions.php diff --git a/tests/legacy/unit-tests/product/product-simple.php b/plugins/woocommerce/tests/legacy/unit-tests/product/product-simple.php similarity index 100% rename from tests/legacy/unit-tests/product/product-simple.php rename to plugins/woocommerce/tests/legacy/unit-tests/product/product-simple.php diff --git a/tests/legacy/unit-tests/product/product-variable.php b/plugins/woocommerce/tests/legacy/unit-tests/product/product-variable.php similarity index 100% rename from tests/legacy/unit-tests/product/product-variable.php rename to plugins/woocommerce/tests/legacy/unit-tests/product/product-variable.php diff --git a/tests/legacy/unit-tests/product/product-variation.php b/plugins/woocommerce/tests/legacy/unit-tests/product/product-variation.php similarity index 100% rename from tests/legacy/unit-tests/product/product-variation.php rename to plugins/woocommerce/tests/legacy/unit-tests/product/product-variation.php diff --git a/tests/legacy/unit-tests/product/query.php b/plugins/woocommerce/tests/legacy/unit-tests/product/query.php similarity index 100% rename from tests/legacy/unit-tests/product/query.php rename to plugins/woocommerce/tests/legacy/unit-tests/product/query.php diff --git a/tests/legacy/unit-tests/queue/queue.php b/plugins/woocommerce/tests/legacy/unit-tests/queue/queue.php similarity index 100% rename from tests/legacy/unit-tests/queue/queue.php rename to plugins/woocommerce/tests/legacy/unit-tests/queue/queue.php diff --git a/tests/legacy/unit-tests/rest-api/AbstractRestApiTest.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/AbstractRestApiTest.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/AbstractRestApiTest.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/AbstractRestApiTest.php diff --git a/tests/legacy/unit-tests/rest-api/Helpers/AdminNotesHelper.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/AdminNotesHelper.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Helpers/AdminNotesHelper.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/AdminNotesHelper.php diff --git a/tests/legacy/unit-tests/rest-api/Helpers/CouponHelper.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/CouponHelper.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Helpers/CouponHelper.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/CouponHelper.php diff --git a/tests/legacy/unit-tests/rest-api/Helpers/CustomerHelper.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/CustomerHelper.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Helpers/CustomerHelper.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/CustomerHelper.php diff --git a/tests/legacy/unit-tests/rest-api/Helpers/OrderHelper.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/OrderHelper.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Helpers/OrderHelper.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/OrderHelper.php diff --git a/tests/legacy/unit-tests/rest-api/Helpers/ProductHelper.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/ProductHelper.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Helpers/ProductHelper.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/ProductHelper.php diff --git a/tests/legacy/unit-tests/rest-api/Helpers/QueueHelper.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/QueueHelper.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Helpers/QueueHelper.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/QueueHelper.php diff --git a/tests/legacy/unit-tests/rest-api/Helpers/SettingsHelper.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/SettingsHelper.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Helpers/SettingsHelper.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/SettingsHelper.php diff --git a/tests/legacy/unit-tests/rest-api/Helpers/ShippingHelper.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/ShippingHelper.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Helpers/ShippingHelper.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Helpers/ShippingHelper.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version2/coupons.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/coupons.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version2/coupons.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/coupons.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version2/customers.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/customers.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version2/customers.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/customers.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version2/orders.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/orders.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version2/orders.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/orders.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version2/payment-gateways.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/payment-gateways.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version2/payment-gateways.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/payment-gateways.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version2/product-reviews.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/product-reviews.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version2/product-reviews.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/product-reviews.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version2/product-variations.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/product-variations.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version2/product-variations.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/product-variations.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version2/products.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/products.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version2/products.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/products.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version2/settings.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/settings.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version2/settings.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/settings.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version2/shipping-methods.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/shipping-methods.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version2/shipping-methods.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/shipping-methods.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version2/shipping-zones.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/shipping-zones.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version2/shipping-zones.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/shipping-zones.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version2/system-status.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/system-status.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version2/system-status.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version2/system-status.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/coupons.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/coupons.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/coupons.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/coupons.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/customers.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/customers.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/customers.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/customers.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/date-filtering.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/date-filtering.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/date-filtering.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/date-filtering.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/orders.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/orders.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/orders.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/orders.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/payment-gateways.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/payment-gateways.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/payment-gateways.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/payment-gateways.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/product-reviews.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/product-reviews.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/product-reviews.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/product-reviews.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/product-variations.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/product-variations.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/product-variations.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/product-variations.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/products.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/products.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/products.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/products.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-coupons-totals.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-coupons-totals.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/reports-coupons-totals.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-coupons-totals.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-customers-totals.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-customers-totals.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/reports-customers-totals.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-customers-totals.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-orders-totals.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-orders-totals.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/reports-orders-totals.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-orders-totals.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-products-totals.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-products-totals.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/reports-products-totals.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-products-totals.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-reviews-totals.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-reviews-totals.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/reports-reviews-totals.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/reports-reviews-totals.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/settings.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/settings.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/settings.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/settings.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/shipping-methods.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/shipping-methods.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/shipping-methods.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/shipping-methods.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/shipping-zones.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/shipping-zones.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/shipping-zones.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/shipping-zones.php diff --git a/tests/legacy/unit-tests/rest-api/Tests/Version3/system-status.php b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/system-status.php similarity index 100% rename from tests/legacy/unit-tests/rest-api/Tests/Version3/system-status.php rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/Tests/Version3/system-status.php diff --git a/tests/legacy/unit-tests/rest-api/data/Dr1Bczxq4q.png b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/data/Dr1Bczxq4q.png similarity index 100% rename from tests/legacy/unit-tests/rest-api/data/Dr1Bczxq4q.png rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/data/Dr1Bczxq4q.png diff --git a/tests/legacy/unit-tests/rest-api/data/file.txt b/plugins/woocommerce/tests/legacy/unit-tests/rest-api/data/file.txt similarity index 100% rename from tests/legacy/unit-tests/rest-api/data/file.txt rename to plugins/woocommerce/tests/legacy/unit-tests/rest-api/data/file.txt diff --git a/tests/legacy/unit-tests/session/class-wc-tests-session-handler.php b/plugins/woocommerce/tests/legacy/unit-tests/session/class-wc-tests-session-handler.php similarity index 100% rename from tests/legacy/unit-tests/session/class-wc-tests-session-handler.php rename to plugins/woocommerce/tests/legacy/unit-tests/session/class-wc-tests-session-handler.php diff --git a/tests/legacy/unit-tests/settings/register-wp-admin-settings.php b/plugins/woocommerce/tests/legacy/unit-tests/settings/register-wp-admin-settings.php similarity index 100% rename from tests/legacy/unit-tests/settings/register-wp-admin-settings.php rename to plugins/woocommerce/tests/legacy/unit-tests/settings/register-wp-admin-settings.php diff --git a/tests/legacy/unit-tests/shipping/shipping-zone.php b/plugins/woocommerce/tests/legacy/unit-tests/shipping/shipping-zone.php similarity index 100% rename from tests/legacy/unit-tests/shipping/shipping-zone.php rename to plugins/woocommerce/tests/legacy/unit-tests/shipping/shipping-zone.php diff --git a/tests/legacy/unit-tests/shipping/shipping-zones.php b/plugins/woocommerce/tests/legacy/unit-tests/shipping/shipping-zones.php similarity index 100% rename from tests/legacy/unit-tests/shipping/shipping-zones.php rename to plugins/woocommerce/tests/legacy/unit-tests/shipping/shipping-zones.php diff --git a/tests/legacy/unit-tests/shipping/shipping.php b/plugins/woocommerce/tests/legacy/unit-tests/shipping/shipping.php similarity index 100% rename from tests/legacy/unit-tests/shipping/shipping.php rename to plugins/woocommerce/tests/legacy/unit-tests/shipping/shipping.php diff --git a/tests/legacy/unit-tests/shortcodes/products.php b/plugins/woocommerce/tests/legacy/unit-tests/shortcodes/products.php similarity index 100% rename from tests/legacy/unit-tests/shortcodes/products.php rename to plugins/woocommerce/tests/legacy/unit-tests/shortcodes/products.php diff --git a/tests/legacy/unit-tests/tax/tax.php b/plugins/woocommerce/tests/legacy/unit-tests/tax/tax.php similarity index 100% rename from tests/legacy/unit-tests/tax/tax.php rename to plugins/woocommerce/tests/legacy/unit-tests/tax/tax.php diff --git a/tests/legacy/unit-tests/templates/functions.php b/plugins/woocommerce/tests/legacy/unit-tests/templates/functions.php similarity index 100% rename from tests/legacy/unit-tests/templates/functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/templates/functions.php diff --git a/tests/legacy/unit-tests/totals/totals.php b/plugins/woocommerce/tests/legacy/unit-tests/totals/totals.php similarity index 100% rename from tests/legacy/unit-tests/totals/totals.php rename to plugins/woocommerce/tests/legacy/unit-tests/totals/totals.php diff --git a/tests/legacy/unit-tests/util/api-functions.php b/plugins/woocommerce/tests/legacy/unit-tests/util/api-functions.php similarity index 100% rename from tests/legacy/unit-tests/util/api-functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/util/api-functions.php diff --git a/tests/legacy/unit-tests/util/class-wc-rate-limiter.php b/plugins/woocommerce/tests/legacy/unit-tests/util/class-wc-rate-limiter.php similarity index 100% rename from tests/legacy/unit-tests/util/class-wc-rate-limiter.php rename to plugins/woocommerce/tests/legacy/unit-tests/util/class-wc-rate-limiter.php diff --git a/tests/legacy/unit-tests/util/class-wc-tests-core-functions.php b/plugins/woocommerce/tests/legacy/unit-tests/util/class-wc-tests-core-functions.php similarity index 100% rename from tests/legacy/unit-tests/util/class-wc-tests-core-functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/util/class-wc-tests-core-functions.php diff --git a/tests/legacy/unit-tests/util/class-wc-tests-user-functions.php b/plugins/woocommerce/tests/legacy/unit-tests/util/class-wc-tests-user-functions.php similarity index 100% rename from tests/legacy/unit-tests/util/class-wc-tests-user-functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/util/class-wc-tests-user-functions.php diff --git a/tests/legacy/unit-tests/util/class-wc-tests-wc-query.php b/plugins/woocommerce/tests/legacy/unit-tests/util/class-wc-tests-wc-query.php similarity index 100% rename from tests/legacy/unit-tests/util/class-wc-tests-wc-query.php rename to plugins/woocommerce/tests/legacy/unit-tests/util/class-wc-tests-wc-query.php diff --git a/tests/legacy/unit-tests/util/conditional-functions.php b/plugins/woocommerce/tests/legacy/unit-tests/util/conditional-functions.php similarity index 100% rename from tests/legacy/unit-tests/util/conditional-functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/util/conditional-functions.php diff --git a/tests/legacy/unit-tests/util/deprecated-hooks.php b/plugins/woocommerce/tests/legacy/unit-tests/util/deprecated-hooks.php similarity index 100% rename from tests/legacy/unit-tests/util/deprecated-hooks.php rename to plugins/woocommerce/tests/legacy/unit-tests/util/deprecated-hooks.php diff --git a/tests/legacy/unit-tests/util/dummy-wc-logger.php b/plugins/woocommerce/tests/legacy/unit-tests/util/dummy-wc-logger.php similarity index 100% rename from tests/legacy/unit-tests/util/dummy-wc-logger.php rename to plugins/woocommerce/tests/legacy/unit-tests/util/dummy-wc-logger.php diff --git a/tests/legacy/unit-tests/util/install.php b/plugins/woocommerce/tests/legacy/unit-tests/util/install.php similarity index 100% rename from tests/legacy/unit-tests/util/install.php rename to plugins/woocommerce/tests/legacy/unit-tests/util/install.php diff --git a/tests/legacy/unit-tests/util/notice-functions.php b/plugins/woocommerce/tests/legacy/unit-tests/util/notice-functions.php similarity index 100% rename from tests/legacy/unit-tests/util/notice-functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/util/notice-functions.php diff --git a/tests/legacy/unit-tests/util/plugin-updates.php b/plugins/woocommerce/tests/legacy/unit-tests/util/plugin-updates.php similarity index 100% rename from tests/legacy/unit-tests/util/plugin-updates.php rename to plugins/woocommerce/tests/legacy/unit-tests/util/plugin-updates.php diff --git a/tests/legacy/unit-tests/util/validation.php b/plugins/woocommerce/tests/legacy/unit-tests/util/validation.php similarity index 100% rename from tests/legacy/unit-tests/util/validation.php rename to plugins/woocommerce/tests/legacy/unit-tests/util/validation.php diff --git a/tests/legacy/unit-tests/webhooks/crud.php b/plugins/woocommerce/tests/legacy/unit-tests/webhooks/crud.php similarity index 100% rename from tests/legacy/unit-tests/webhooks/crud.php rename to plugins/woocommerce/tests/legacy/unit-tests/webhooks/crud.php diff --git a/tests/legacy/unit-tests/webhooks/functions.php b/plugins/woocommerce/tests/legacy/unit-tests/webhooks/functions.php similarity index 100% rename from tests/legacy/unit-tests/webhooks/functions.php rename to plugins/woocommerce/tests/legacy/unit-tests/webhooks/functions.php diff --git a/tests/legacy/unit-tests/widgets/class-dummy-widget.php b/plugins/woocommerce/tests/legacy/unit-tests/widgets/class-dummy-widget.php similarity index 100% rename from tests/legacy/unit-tests/widgets/class-dummy-widget.php rename to plugins/woocommerce/tests/legacy/unit-tests/widgets/class-dummy-widget.php diff --git a/tests/legacy/unit-tests/widgets/class-wc-tests-widget.php b/plugins/woocommerce/tests/legacy/unit-tests/widgets/class-wc-tests-widget.php similarity index 100% rename from tests/legacy/unit-tests/widgets/class-wc-tests-widget.php rename to plugins/woocommerce/tests/legacy/unit-tests/widgets/class-wc-tests-widget.php diff --git a/tests/performance/README.md b/plugins/woocommerce/tests/performance/README.md similarity index 100% rename from tests/performance/README.md rename to plugins/woocommerce/tests/performance/README.md diff --git a/tests/performance/config.js b/plugins/woocommerce/tests/performance/config.js similarity index 100% rename from tests/performance/config.js rename to plugins/woocommerce/tests/performance/config.js diff --git a/tests/performance/headers.js b/plugins/woocommerce/tests/performance/headers.js similarity index 100% rename from tests/performance/headers.js rename to plugins/woocommerce/tests/performance/headers.js diff --git a/tests/performance/requests/merchant/add-product.js b/plugins/woocommerce/tests/performance/requests/merchant/add-product.js similarity index 100% rename from tests/performance/requests/merchant/add-product.js rename to plugins/woocommerce/tests/performance/requests/merchant/add-product.js diff --git a/tests/performance/requests/merchant/home-wc-admin.js b/plugins/woocommerce/tests/performance/requests/merchant/home-wc-admin.js similarity index 100% rename from tests/performance/requests/merchant/home-wc-admin.js rename to plugins/woocommerce/tests/performance/requests/merchant/home-wc-admin.js diff --git a/tests/performance/requests/merchant/my-account-merchant.js b/plugins/woocommerce/tests/performance/requests/merchant/my-account-merchant.js similarity index 100% rename from tests/performance/requests/merchant/my-account-merchant.js rename to plugins/woocommerce/tests/performance/requests/merchant/my-account-merchant.js diff --git a/tests/performance/requests/merchant/orders-heartbeat.js b/plugins/woocommerce/tests/performance/requests/merchant/orders-heartbeat.js similarity index 100% rename from tests/performance/requests/merchant/orders-heartbeat.js rename to plugins/woocommerce/tests/performance/requests/merchant/orders-heartbeat.js diff --git a/tests/performance/requests/merchant/orders.js b/plugins/woocommerce/tests/performance/requests/merchant/orders.js similarity index 100% rename from tests/performance/requests/merchant/orders.js rename to plugins/woocommerce/tests/performance/requests/merchant/orders.js diff --git a/tests/performance/requests/merchant/products.js b/plugins/woocommerce/tests/performance/requests/merchant/products.js similarity index 100% rename from tests/performance/requests/merchant/products.js rename to plugins/woocommerce/tests/performance/requests/merchant/products.js diff --git a/tests/performance/requests/merchant/wp-login.js b/plugins/woocommerce/tests/performance/requests/merchant/wp-login.js similarity index 100% rename from tests/performance/requests/merchant/wp-login.js rename to plugins/woocommerce/tests/performance/requests/merchant/wp-login.js diff --git a/tests/performance/requests/shopper/cart-apply-coupon.js b/plugins/woocommerce/tests/performance/requests/shopper/cart-apply-coupon.js similarity index 100% rename from tests/performance/requests/shopper/cart-apply-coupon.js rename to plugins/woocommerce/tests/performance/requests/shopper/cart-apply-coupon.js diff --git a/tests/performance/requests/shopper/cart-remove-item.js b/plugins/woocommerce/tests/performance/requests/shopper/cart-remove-item.js similarity index 100% rename from tests/performance/requests/shopper/cart-remove-item.js rename to plugins/woocommerce/tests/performance/requests/shopper/cart-remove-item.js diff --git a/tests/performance/requests/shopper/cart.js b/plugins/woocommerce/tests/performance/requests/shopper/cart.js similarity index 100% rename from tests/performance/requests/shopper/cart.js rename to plugins/woocommerce/tests/performance/requests/shopper/cart.js diff --git a/tests/performance/requests/shopper/checkout-customer-login.js b/plugins/woocommerce/tests/performance/requests/shopper/checkout-customer-login.js similarity index 100% rename from tests/performance/requests/shopper/checkout-customer-login.js rename to plugins/woocommerce/tests/performance/requests/shopper/checkout-customer-login.js diff --git a/tests/performance/requests/shopper/checkout-guest.js b/plugins/woocommerce/tests/performance/requests/shopper/checkout-guest.js similarity index 100% rename from tests/performance/requests/shopper/checkout-guest.js rename to plugins/woocommerce/tests/performance/requests/shopper/checkout-guest.js diff --git a/tests/performance/requests/shopper/home.js b/plugins/woocommerce/tests/performance/requests/shopper/home.js similarity index 100% rename from tests/performance/requests/shopper/home.js rename to plugins/woocommerce/tests/performance/requests/shopper/home.js diff --git a/tests/performance/requests/shopper/my-account.js b/plugins/woocommerce/tests/performance/requests/shopper/my-account.js similarity index 100% rename from tests/performance/requests/shopper/my-account.js rename to plugins/woocommerce/tests/performance/requests/shopper/my-account.js diff --git a/tests/performance/requests/shopper/search-product.js b/plugins/woocommerce/tests/performance/requests/shopper/search-product.js similarity index 100% rename from tests/performance/requests/shopper/search-product.js rename to plugins/woocommerce/tests/performance/requests/shopper/search-product.js diff --git a/tests/performance/requests/shopper/shop-page.js b/plugins/woocommerce/tests/performance/requests/shopper/shop-page.js similarity index 100% rename from tests/performance/requests/shopper/shop-page.js rename to plugins/woocommerce/tests/performance/requests/shopper/shop-page.js diff --git a/tests/performance/requests/shopper/single-product.js b/plugins/woocommerce/tests/performance/requests/shopper/single-product.js similarity index 100% rename from tests/performance/requests/shopper/single-product.js rename to plugins/woocommerce/tests/performance/requests/shopper/single-product.js diff --git a/tests/performance/tests/example-all-requests-arrival-rate.js b/plugins/woocommerce/tests/performance/tests/example-all-requests-arrival-rate.js similarity index 100% rename from tests/performance/tests/example-all-requests-arrival-rate.js rename to plugins/woocommerce/tests/performance/tests/example-all-requests-arrival-rate.js diff --git a/tests/performance/tests/example-all-requests-ramping-vus.js b/plugins/woocommerce/tests/performance/tests/example-all-requests-ramping-vus.js similarity index 100% rename from tests/performance/tests/example-all-requests-ramping-vus.js rename to plugins/woocommerce/tests/performance/tests/example-all-requests-ramping-vus.js diff --git a/tests/performance/tests/simple-all-merchant-requests.js b/plugins/woocommerce/tests/performance/tests/simple-all-merchant-requests.js similarity index 100% rename from tests/performance/tests/simple-all-merchant-requests.js rename to plugins/woocommerce/tests/performance/tests/simple-all-merchant-requests.js diff --git a/tests/performance/tests/simple-all-shopper-requests.js b/plugins/woocommerce/tests/performance/tests/simple-all-shopper-requests.js similarity index 100% rename from tests/performance/tests/simple-all-shopper-requests.js rename to plugins/woocommerce/tests/performance/tests/simple-all-shopper-requests.js diff --git a/tests/php/includes/abstracts/class-wc-abstract-order-test.php b/plugins/woocommerce/tests/php/includes/abstracts/class-wc-abstract-order-test.php similarity index 100% rename from tests/php/includes/abstracts/class-wc-abstract-order-test.php rename to plugins/woocommerce/tests/php/includes/abstracts/class-wc-abstract-order-test.php diff --git a/tests/php/includes/admin/class-wc-admin-dashboard-setup-test.php b/plugins/woocommerce/tests/php/includes/admin/class-wc-admin-dashboard-setup-test.php similarity index 100% rename from tests/php/includes/admin/class-wc-admin-dashboard-setup-test.php rename to plugins/woocommerce/tests/php/includes/admin/class-wc-admin-dashboard-setup-test.php diff --git a/tests/php/includes/admin/class-wc-admin-duplicate-product-test.php b/plugins/woocommerce/tests/php/includes/admin/class-wc-admin-duplicate-product-test.php similarity index 100% rename from tests/php/includes/admin/class-wc-admin-duplicate-product-test.php rename to plugins/woocommerce/tests/php/includes/admin/class-wc-admin-duplicate-product-test.php diff --git a/tests/php/includes/admin/class-wc-admin-functions-test.php b/plugins/woocommerce/tests/php/includes/admin/class-wc-admin-functions-test.php similarity index 100% rename from tests/php/includes/admin/class-wc-admin-functions-test.php rename to plugins/woocommerce/tests/php/includes/admin/class-wc-admin-functions-test.php diff --git a/tests/php/includes/admin/helper/class-wc-helper-api.php b/plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-api.php similarity index 100% rename from tests/php/includes/admin/helper/class-wc-helper-api.php rename to plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-api.php diff --git a/tests/php/includes/admin/helper/class-wc-helper-test.php b/plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-test.php similarity index 100% rename from tests/php/includes/admin/helper/class-wc-helper-test.php rename to plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-test.php diff --git a/tests/php/includes/admin/importers/class-wc-product-csv-importer-controller-test.php b/plugins/woocommerce/tests/php/includes/admin/importers/class-wc-product-csv-importer-controller-test.php similarity index 100% rename from tests/php/includes/admin/importers/class-wc-product-csv-importer-controller-test.php rename to plugins/woocommerce/tests/php/includes/admin/importers/class-wc-product-csv-importer-controller-test.php diff --git a/tests/php/includes/class-wc-ajax-test.php b/plugins/woocommerce/tests/php/includes/class-wc-ajax-test.php similarity index 100% rename from tests/php/includes/class-wc-ajax-test.php rename to plugins/woocommerce/tests/php/includes/class-wc-ajax-test.php diff --git a/tests/php/includes/class-wc-cart-test.php b/plugins/woocommerce/tests/php/includes/class-wc-cart-test.php similarity index 100% rename from tests/php/includes/class-wc-cart-test.php rename to plugins/woocommerce/tests/php/includes/class-wc-cart-test.php diff --git a/tests/php/includes/class-wc-cart-totals-test.php b/plugins/woocommerce/tests/php/includes/class-wc-cart-totals-test.php similarity index 100% rename from tests/php/includes/class-wc-cart-totals-test.php rename to plugins/woocommerce/tests/php/includes/class-wc-cart-totals-test.php diff --git a/tests/php/includes/class-wc-checkout-test.php b/plugins/woocommerce/tests/php/includes/class-wc-checkout-test.php similarity index 100% rename from tests/php/includes/class-wc-checkout-test.php rename to plugins/woocommerce/tests/php/includes/class-wc-checkout-test.php diff --git a/tests/php/includes/class-wc-comments-test.php b/plugins/woocommerce/tests/php/includes/class-wc-comments-test.php similarity index 100% rename from tests/php/includes/class-wc-comments-test.php rename to plugins/woocommerce/tests/php/includes/class-wc-comments-test.php diff --git a/tests/php/includes/class-wc-customer-test.php b/plugins/woocommerce/tests/php/includes/class-wc-customer-test.php similarity index 100% rename from tests/php/includes/class-wc-customer-test.php rename to plugins/woocommerce/tests/php/includes/class-wc-customer-test.php diff --git a/tests/php/includes/class-wc-discounts-tests.php b/plugins/woocommerce/tests/php/includes/class-wc-discounts-tests.php similarity index 100% rename from tests/php/includes/class-wc-discounts-tests.php rename to plugins/woocommerce/tests/php/includes/class-wc-discounts-tests.php diff --git a/tests/php/includes/class-wc-emails-tests.php b/plugins/woocommerce/tests/php/includes/class-wc-emails-tests.php similarity index 100% rename from tests/php/includes/class-wc-emails-tests.php rename to plugins/woocommerce/tests/php/includes/class-wc-emails-tests.php diff --git a/tests/php/includes/class-wc-install-test.php b/plugins/woocommerce/tests/php/includes/class-wc-install-test.php similarity index 100% rename from tests/php/includes/class-wc-install-test.php rename to plugins/woocommerce/tests/php/includes/class-wc-install-test.php diff --git a/tests/php/includes/class-wc-post-data-test.php b/plugins/woocommerce/tests/php/includes/class-wc-post-data-test.php similarity index 100% rename from tests/php/includes/class-wc-post-data-test.php rename to plugins/woocommerce/tests/php/includes/class-wc-post-data-test.php diff --git a/tests/php/includes/class-wc-product-variable-test.php b/plugins/woocommerce/tests/php/includes/class-wc-product-variable-test.php similarity index 100% rename from tests/php/includes/class-wc-product-variable-test.php rename to plugins/woocommerce/tests/php/includes/class-wc-product-variable-test.php diff --git a/tests/php/includes/class-wc-query-test.php b/plugins/woocommerce/tests/php/includes/class-wc-query-test.php similarity index 100% rename from tests/php/includes/class-wc-query-test.php rename to plugins/woocommerce/tests/php/includes/class-wc-query-test.php diff --git a/tests/php/includes/class-wc-tracker-test.php b/plugins/woocommerce/tests/php/includes/class-wc-tracker-test.php similarity index 100% rename from tests/php/includes/class-wc-tracker-test.php rename to plugins/woocommerce/tests/php/includes/class-wc-tracker-test.php diff --git a/tests/php/includes/data-stores/class-wc-customer-data-store-session-test.php b/plugins/woocommerce/tests/php/includes/data-stores/class-wc-customer-data-store-session-test.php similarity index 100% rename from tests/php/includes/data-stores/class-wc-customer-data-store-session-test.php rename to plugins/woocommerce/tests/php/includes/data-stores/class-wc-customer-data-store-session-test.php diff --git a/tests/php/includes/data-stores/class-wc-customer-data-store-test.php b/plugins/woocommerce/tests/php/includes/data-stores/class-wc-customer-data-store-test.php similarity index 100% rename from tests/php/includes/data-stores/class-wc-customer-data-store-test.php rename to plugins/woocommerce/tests/php/includes/data-stores/class-wc-customer-data-store-test.php diff --git a/tests/php/includes/data-stores/class-wc-order-data-store-cpt-test.php b/plugins/woocommerce/tests/php/includes/data-stores/class-wc-order-data-store-cpt-test.php similarity index 100% rename from tests/php/includes/data-stores/class-wc-order-data-store-cpt-test.php rename to plugins/woocommerce/tests/php/includes/data-stores/class-wc-order-data-store-cpt-test.php diff --git a/tests/php/includes/data-stores/class-wc-product-data-store-cpt-test.php b/plugins/woocommerce/tests/php/includes/data-stores/class-wc-product-data-store-cpt-test.php similarity index 100% rename from tests/php/includes/data-stores/class-wc-product-data-store-cpt-test.php rename to plugins/woocommerce/tests/php/includes/data-stores/class-wc-product-data-store-cpt-test.php diff --git a/tests/php/includes/data-stores/class-wc-product-variable-data-store-cpt-test.php b/plugins/woocommerce/tests/php/includes/data-stores/class-wc-product-variable-data-store-cpt-test.php similarity index 100% rename from tests/php/includes/data-stores/class-wc-product-variable-data-store-cpt-test.php rename to plugins/woocommerce/tests/php/includes/data-stores/class-wc-product-variable-data-store-cpt-test.php diff --git a/tests/php/includes/data-stores/class-wc-shipping-zone-data-store-test.php b/plugins/woocommerce/tests/php/includes/data-stores/class-wc-shipping-zone-data-store-test.php similarity index 100% rename from tests/php/includes/data-stores/class-wc-shipping-zone-data-store-test.php rename to plugins/woocommerce/tests/php/includes/data-stores/class-wc-shipping-zone-data-store-test.php diff --git a/tests/php/includes/exporter/class-wc-product-csv-exporter-test.php b/plugins/woocommerce/tests/php/includes/exporter/class-wc-product-csv-exporter-test.php similarity index 100% rename from tests/php/includes/exporter/class-wc-product-csv-exporter-test.php rename to plugins/woocommerce/tests/php/includes/exporter/class-wc-product-csv-exporter-test.php diff --git a/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-test.php b/plugins/woocommerce/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-test.php similarity index 100% rename from tests/php/includes/gateways/paypal/class-wc-gateway-paypal-test.php rename to plugins/woocommerce/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-test.php diff --git a/tests/php/includes/importer/class-wc-product-csv-importer-test.php b/plugins/woocommerce/tests/php/includes/importer/class-wc-product-csv-importer-test.php similarity index 100% rename from tests/php/includes/importer/class-wc-product-csv-importer-test.php rename to plugins/woocommerce/tests/php/includes/importer/class-wc-product-csv-importer-test.php diff --git a/tests/php/includes/importer/sample.csv b/plugins/woocommerce/tests/php/includes/importer/sample.csv similarity index 100% rename from tests/php/includes/importer/sample.csv rename to plugins/woocommerce/tests/php/includes/importer/sample.csv diff --git a/tests/php/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller-tests.php b/plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller-tests.php similarity index 100% rename from tests/php/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller-tests.php rename to plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller-tests.php diff --git a/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php b/plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php similarity index 100% rename from tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php rename to plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php diff --git a/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller-test.php b/plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller-test.php similarity index 100% rename from tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller-test.php rename to plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller-test.php diff --git a/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-products-controller-tests.php b/plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-products-controller-tests.php similarity index 100% rename from tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-products-controller-tests.php rename to plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-products-controller-tests.php diff --git a/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-create-product-with-tags-controller-test.php b/plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-create-product-with-tags-controller-test.php similarity index 100% rename from tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-create-product-with-tags-controller-test.php rename to plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-create-product-with-tags-controller-test.php diff --git a/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller-test.php b/plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller-test.php similarity index 100% rename from tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller-test.php rename to plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller-test.php diff --git a/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller-tests.php b/plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller-tests.php similarity index 100% rename from tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller-tests.php rename to plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller-tests.php diff --git a/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller-tests.php b/plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller-tests.php similarity index 100% rename from tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller-tests.php rename to plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller-tests.php diff --git a/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller-tests.php b/plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller-tests.php similarity index 100% rename from tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller-tests.php rename to plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller-tests.php diff --git a/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller-tests.php b/plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller-tests.php similarity index 100% rename from tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller-tests.php rename to plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller-tests.php diff --git a/tests/php/includes/settings/class-wc-legacy-settings-example.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-legacy-settings-example.php similarity index 100% rename from tests/php/includes/settings/class-wc-legacy-settings-example.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-legacy-settings-example.php diff --git a/tests/php/includes/settings/class-wc-settings-accounts-test.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-settings-accounts-test.php similarity index 100% rename from tests/php/includes/settings/class-wc-settings-accounts-test.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-settings-accounts-test.php diff --git a/tests/php/includes/settings/class-wc-settings-advanced-test.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-settings-advanced-test.php similarity index 100% rename from tests/php/includes/settings/class-wc-settings-advanced-test.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-settings-advanced-test.php diff --git a/tests/php/includes/settings/class-wc-settings-emails-test.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-settings-emails-test.php similarity index 100% rename from tests/php/includes/settings/class-wc-settings-emails-test.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-settings-emails-test.php diff --git a/tests/php/includes/settings/class-wc-settings-example.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-settings-example.php similarity index 100% rename from tests/php/includes/settings/class-wc-settings-example.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-settings-example.php diff --git a/tests/php/includes/settings/class-wc-settings-general-test.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-settings-general-test.php similarity index 100% rename from tests/php/includes/settings/class-wc-settings-general-test.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-settings-general-test.php diff --git a/tests/php/includes/settings/class-wc-settings-integrations-test.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-settings-integrations-test.php similarity index 100% rename from tests/php/includes/settings/class-wc-settings-integrations-test.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-settings-integrations-test.php diff --git a/tests/php/includes/settings/class-wc-settings-page-test.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-settings-page-test.php similarity index 100% rename from tests/php/includes/settings/class-wc-settings-page-test.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-settings-page-test.php diff --git a/tests/php/includes/settings/class-wc-settings-payment-gateways-test.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-settings-payment-gateways-test.php similarity index 100% rename from tests/php/includes/settings/class-wc-settings-payment-gateways-test.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-settings-payment-gateways-test.php diff --git a/tests/php/includes/settings/class-wc-settings-products-test.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-settings-products-test.php similarity index 100% rename from tests/php/includes/settings/class-wc-settings-products-test.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-settings-products-test.php diff --git a/tests/php/includes/settings/class-wc-settings-shipping-test.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-settings-shipping-test.php similarity index 100% rename from tests/php/includes/settings/class-wc-settings-shipping-test.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-settings-shipping-test.php diff --git a/tests/php/includes/settings/class-wc-settings-tax-test.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-settings-tax-test.php similarity index 100% rename from tests/php/includes/settings/class-wc-settings-tax-test.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-settings-tax-test.php diff --git a/tests/php/includes/settings/class-wc-settings-unit-test-case.php b/plugins/woocommerce/tests/php/includes/settings/class-wc-settings-unit-test-case.php similarity index 100% rename from tests/php/includes/settings/class-wc-settings-unit-test-case.php rename to plugins/woocommerce/tests/php/includes/settings/class-wc-settings-unit-test-case.php diff --git a/tests/php/includes/wc-core-functions-test.php b/plugins/woocommerce/tests/php/includes/wc-core-functions-test.php similarity index 100% rename from tests/php/includes/wc-core-functions-test.php rename to plugins/woocommerce/tests/php/includes/wc-core-functions-test.php diff --git a/tests/php/includes/wc-formatting-functions-test.php b/plugins/woocommerce/tests/php/includes/wc-formatting-functions-test.php similarity index 100% rename from tests/php/includes/wc-formatting-functions-test.php rename to plugins/woocommerce/tests/php/includes/wc-formatting-functions-test.php diff --git a/tests/php/includes/wc-product-functions-test.php b/plugins/woocommerce/tests/php/includes/wc-product-functions-test.php similarity index 100% rename from tests/php/includes/wc-product-functions-test.php rename to plugins/woocommerce/tests/php/includes/wc-product-functions-test.php diff --git a/tests/php/includes/wc-stock-functions-tests.php b/plugins/woocommerce/tests/php/includes/wc-stock-functions-tests.php similarity index 100% rename from tests/php/includes/wc-stock-functions-tests.php rename to plugins/woocommerce/tests/php/includes/wc-stock-functions-tests.php diff --git a/tests/php/src/Internal/AssignDefaultCategoryTest.php b/plugins/woocommerce/tests/php/src/Internal/AssignDefaultCategoryTest.php similarity index 100% rename from tests/php/src/Internal/AssignDefaultCategoryTest.php rename to plugins/woocommerce/tests/php/src/Internal/AssignDefaultCategoryTest.php diff --git a/tests/php/src/Internal/DependencyManagement/AbstractServiceProviderTest.php b/plugins/woocommerce/tests/php/src/Internal/DependencyManagement/AbstractServiceProviderTest.php similarity index 100% rename from tests/php/src/Internal/DependencyManagement/AbstractServiceProviderTest.php rename to plugins/woocommerce/tests/php/src/Internal/DependencyManagement/AbstractServiceProviderTest.php diff --git a/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithDependencies.php b/plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithDependencies.php similarity index 100% rename from tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithDependencies.php rename to plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithDependencies.php diff --git a/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInjectionMethodArgumentWithoutTypeHint.php b/plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInjectionMethodArgumentWithoutTypeHint.php similarity index 100% rename from tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInjectionMethodArgumentWithoutTypeHint.php rename to plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInjectionMethodArgumentWithoutTypeHint.php diff --git a/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithLoadMethod.php b/plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithLoadMethod.php similarity index 100% rename from tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithLoadMethod.php rename to plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithLoadMethod.php diff --git a/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithNonFinalInjectionMethod.php b/plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithNonFinalInjectionMethod.php similarity index 100% rename from tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithNonFinalInjectionMethod.php rename to plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithNonFinalInjectionMethod.php diff --git a/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithPrivateInjectionMethod.php b/plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithPrivateInjectionMethod.php similarity index 100% rename from tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithPrivateInjectionMethod.php rename to plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithPrivateInjectionMethod.php diff --git a/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithScalarInjectionMethodArgument.php b/plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithScalarInjectionMethodArgument.php similarity index 100% rename from tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithScalarInjectionMethodArgument.php rename to plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithScalarInjectionMethodArgument.php diff --git a/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithSingleton.php b/plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithSingleton.php similarity index 100% rename from tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithSingleton.php rename to plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithSingleton.php diff --git a/tests/php/src/Internal/DependencyManagement/ExampleClasses/DependencyClass.php b/plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/DependencyClass.php similarity index 100% rename from tests/php/src/Internal/DependencyManagement/ExampleClasses/DependencyClass.php rename to plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExampleClasses/DependencyClass.php diff --git a/tests/php/src/Internal/DependencyManagement/ExtendedContainerTest.php b/plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExtendedContainerTest.php similarity index 100% rename from tests/php/src/Internal/DependencyManagement/ExtendedContainerTest.php rename to plugins/woocommerce/tests/php/src/Internal/DependencyManagement/ExtendedContainerTest.php diff --git a/tests/php/src/Internal/DownloadPermissionsAdjusterTest.php b/plugins/woocommerce/tests/php/src/Internal/DownloadPermissionsAdjusterTest.php similarity index 100% rename from tests/php/src/Internal/DownloadPermissionsAdjusterTest.php rename to plugins/woocommerce/tests/php/src/Internal/DownloadPermissionsAdjusterTest.php diff --git a/tests/php/src/Internal/ProductAttributesLookup/DataRegeneratorTest.php b/plugins/woocommerce/tests/php/src/Internal/ProductAttributesLookup/DataRegeneratorTest.php similarity index 100% rename from tests/php/src/Internal/ProductAttributesLookup/DataRegeneratorTest.php rename to plugins/woocommerce/tests/php/src/Internal/ProductAttributesLookup/DataRegeneratorTest.php diff --git a/tests/php/src/Internal/ProductAttributesLookup/FiltererTest.php b/plugins/woocommerce/tests/php/src/Internal/ProductAttributesLookup/FiltererTest.php similarity index 100% rename from tests/php/src/Internal/ProductAttributesLookup/FiltererTest.php rename to plugins/woocommerce/tests/php/src/Internal/ProductAttributesLookup/FiltererTest.php diff --git a/tests/php/src/Internal/ProductAttributesLookup/LookupDataStoreTest.php b/plugins/woocommerce/tests/php/src/Internal/ProductAttributesLookup/LookupDataStoreTest.php similarity index 100% rename from tests/php/src/Internal/ProductAttributesLookup/LookupDataStoreTest.php rename to plugins/woocommerce/tests/php/src/Internal/ProductAttributesLookup/LookupDataStoreTest.php diff --git a/tests/php/src/Internal/RestApiUtilTest.php b/plugins/woocommerce/tests/php/src/Internal/RestApiUtilTest.php similarity index 100% rename from tests/php/src/Internal/RestApiUtilTest.php rename to plugins/woocommerce/tests/php/src/Internal/RestApiUtilTest.php diff --git a/tests/php/src/Internal/WCCom/ConnectionHelperTest.php b/plugins/woocommerce/tests/php/src/Internal/WCCom/ConnectionHelperTest.php similarity index 100% rename from tests/php/src/Internal/WCCom/ConnectionHelperTest.php rename to plugins/woocommerce/tests/php/src/Internal/WCCom/ConnectionHelperTest.php diff --git a/tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php b/plugins/woocommerce/tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php similarity index 100% rename from tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php rename to plugins/woocommerce/tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php diff --git a/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php b/plugins/woocommerce/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php similarity index 100% rename from tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php rename to plugins/woocommerce/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php diff --git a/tests/php/src/Proxies/LegacyProxyTest.php b/plugins/woocommerce/tests/php/src/Proxies/LegacyProxyTest.php similarity index 100% rename from tests/php/src/Proxies/LegacyProxyTest.php rename to plugins/woocommerce/tests/php/src/Proxies/LegacyProxyTest.php diff --git a/tests/php/src/Proxies/MockableLegacyProxyTest.php b/plugins/woocommerce/tests/php/src/Proxies/MockableLegacyProxyTest.php similarity index 100% rename from tests/php/src/Proxies/MockableLegacyProxyTest.php rename to plugins/woocommerce/tests/php/src/Proxies/MockableLegacyProxyTest.php diff --git a/tests/php/src/Utilities/ArrayUtilTest.php b/plugins/woocommerce/tests/php/src/Utilities/ArrayUtilTest.php similarity index 100% rename from tests/php/src/Utilities/ArrayUtilTest.php rename to plugins/woocommerce/tests/php/src/Utilities/ArrayUtilTest.php diff --git a/tests/php/src/Utilities/NumberUtilTest.php b/plugins/woocommerce/tests/php/src/Utilities/NumberUtilTest.php similarity index 100% rename from tests/php/src/Utilities/NumberUtilTest.php rename to plugins/woocommerce/tests/php/src/Utilities/NumberUtilTest.php diff --git a/tests/php/src/Utilities/StringUtilTest.php b/plugins/woocommerce/tests/php/src/Utilities/StringUtilTest.php similarity index 100% rename from tests/php/src/Utilities/StringUtilTest.php rename to plugins/woocommerce/tests/php/src/Utilities/StringUtilTest.php diff --git a/tests/unit-tests/admin/class-wc-tests-admin-post-types.php b/plugins/woocommerce/tests/unit-tests/admin/class-wc-tests-admin-post-types.php similarity index 100% rename from tests/unit-tests/admin/class-wc-tests-admin-post-types.php rename to plugins/woocommerce/tests/unit-tests/admin/class-wc-tests-admin-post-types.php diff --git a/tests/unit-tests/widgets/class-wc-tests-widget-layered-nav.php b/plugins/woocommerce/tests/unit-tests/widgets/class-wc-tests-widget-layered-nav.php similarity index 100% rename from tests/unit-tests/widgets/class-wc-tests-widget-layered-nav.php rename to plugins/woocommerce/tests/unit-tests/widgets/class-wc-tests-widget-layered-nav.php diff --git a/tsconfig.base.json b/plugins/woocommerce/tsconfig.base.json similarity index 100% rename from tsconfig.base.json rename to plugins/woocommerce/tsconfig.base.json diff --git a/tsconfig.json b/plugins/woocommerce/tsconfig.json similarity index 100% rename from tsconfig.json rename to plugins/woocommerce/tsconfig.json diff --git a/uninstall.php b/plugins/woocommerce/uninstall.php similarity index 100% rename from uninstall.php rename to plugins/woocommerce/uninstall.php diff --git a/woocommerce.php b/plugins/woocommerce/woocommerce.php similarity index 100% rename from woocommerce.php rename to plugins/woocommerce/woocommerce.php diff --git a/tools/.gitkeep b/tools/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d