woocommerce/main/plugins/woocommerce-admin/client/customize-store/intro
louwie17 e78cb10920 deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
..
readme deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
tests deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
README.md deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
actions.ts deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
color-palettes.tsx deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
index.tsx deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
intro-banners.tsx deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
intro-site-iframe.tsx deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
intro.scss deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
services.ts deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
theme-card.tsx deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
types.ts deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00
warning-modals.tsx deploy: 9c58f198cf 2024-09-20 02:54:20 +00:00

README.md

Intro page

The logic for the Intro page is complex, and it varies based on multiple factors like:

  • The active theme
  • The status of the Customize your store tasks (completed or not)
  • The flow type (AI flow or not)

Core flow (no AI)

Theme Task completed Intro page
TT4 No tt4-no
TT4 Yes The "Customize your theme" and "Use the store designer" buttons go to the assembler. tt4-yes
Block - The "Go to the Editor" button opens the Editor (wp-admin/site-editor.php). "Use the store designer" opens a modal to inform the user their theme will change if they accept and it will start the CYS flow. block
Classic - The "Go to the Customizer" button opens the Customizer (wp-admin/customize.php). "Use the store designer" opens a modal to inform the user their theme will change if they accept and it will start the flow. classic

AI flow

AI generated theme Task completed Intro page
- No task-completed
No Yes The "Use the store designer" button shows a modal to warn about a theme switch. no-yes
Yes Yes The "Use the store designer" button shows a modal to warn about a theme switch. yes-yes

Other

Network offline

offline