115cac05de
* Show WCPay welcome page to all eligible merchants. Remove the experiment and also check for marketplace suggestions. * Update banner design and copy Replace background `wcpay-banner.png` with `wcpay-offer.svg`, `flag.j` svg component with `gift.js`. Adjust styles and ensure it's responsive. * Add more requirements. Don't register it when there is an existing WCPay account or the site is on a WPCOM starter plan. * Update promotion and FAQ copy * Add the new experiment. And remove the supported country check to use Explat instead. * Add changelog entry * Remove WPCOM starter plan check * Remove Yoda comparisons * Update `wcpay_exit_survey` event. Record it also when the user chooses `Just remove` and use snake_case to avoid Track errors. * Country and time conditions. Only for US based businesses with a live store of at least 90 days. * Update design and copy to match new requirements * Update promo ID * Fix country condition * Load SVG as image instead of background To prevent wrong asset generation due to Webpack configuration * Fix WCPay installed condition * Update promo ID * Update promo ID in allowed notes * Update FAQ copy * Add `apply_filters` docblock * Add missing `@since` to docblock comment |
||
---|---|---|
.. | ||
bin | ||
client | ||
docs | ||
.browserslistrc | ||
.distignore | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.npmrc | ||
.prettierrc.js | ||
.stylelintignore | ||
README.md | ||
babel.config.js | ||
package.json | ||
stylelint.config.js | ||
tsconfig.json | ||
unminify.js | ||
webpack.config.js |
README.md
WooCommerce Admin
This is a javascript-driven, React-based admin interface for WooCommerce.
Development
Please refer to the WooCommerce Admin Development
End-to-end tests
Please refer to the WooCommerce End to End Tests
Common Issues
If you're encountering any issue setting things up, chances are we have been there too. Please have a look at our wiki for a list of common problems.