WooCommerce Onboarding: Fix CSS class names in signup route and fix cart display header #36432
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note that the flows affected in this PR are currently behind a feature flag while onboarding work is ongoing in WooCommerce Core. Please see 22a33-pb for designs of these flows.
Testing instructions
We are going to work on a test build of the onboarding code that will make testing things easier, but in the meantime the best way to load these is the following:
npm start
this branchnpm run dev
.define( 'WOOCOMMERCE_CALYPSO_ENVIRONMENT', 'development' );
in your wp-config.php.define( 'WP_DEBUG', true );
in your wp-config.php./wp-admin/edit.php?post_type=shop_order
and click the Help Tab.Quickly access the WooCommerce.com connection flow in Calypso.
. Click the connect button here.wccom-from
in the query string towccom-from=cart
to test the cart header display.Screenshots