Chi-Hsuan Huang
49e11aa25b
Update add product task bottom section UI ( #50580 )
...
* Update add product task bottom section UI
* Add changelog
2024-08-13 13:02:50 +08:00
Chi-Hsuan Huang
30e3e3cd6d
Fix navigation badge decreases when installing extension in "Grow your business task" ( #50584 )
...
* Fix update badge logic
* Add changelog
* Fix lint
2024-08-13 11:50:12 +08:00
DAnn2012
1759672206
Fixed typos in CSS classes ( #50243 )
...
* Update index.scss
* Update index.js
* Update style.scss
* Update task-list.tsx
* Update task-list-placeholder.tsx
* Update setup-task-list.tsx
* Update task-list-completed-header.scss
* Update task-lists.scss
* Update task-list-completed-header.tsx
* Update page-loads.spec.js
* Add changefile(s) from automation for the following project(s): woocommerce
---------
Co-authored-by: github-actions <github-actions@github.com>
2024-08-02 05:15:13 +00:00
Adrian Duffell
7e13bbcbf4
Update the footer section in "Add products" task ( #49782 )
...
* Update printful feature flag
* Remove footer
* Add upload icon
* Add importCSVItem constant
* Add footer stack
* Delete footer test
* Remove redundant printful inclusion
* fixed types
* Update CSS
* Changelog
* Lint
* Fix test
* Fix test again
* Fix SVG to use theme color
---------
Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>
Co-authored-by: rjchow <me@rjchow.com>
2024-07-23 21:31:46 +08:00
Ilyas Foo
91ce199bf7
Fix add product task to create products according to selected types ( #49631 )
...
* Fix add product task to create template first and simplify logic
* Changelog
* Lint
2024-07-18 15:27:25 +08:00
Vlad Olaru
320873a4dc
Fix Task list - Reminder bar lack of left and right content spacing ( #49532 )
...
* Add margin to the reminder bar close button
* Add changelog
* Add left and right padding to the reminder bar instead of margin-right to close button
---------
Co-authored-by: Cvetan Cvetanov <cvetan.cvetanov@automattic.com>
2024-07-15 18:08:46 +03:00
Vlad Olaru
892c44a27a
Update APMs BNPL suggestions when WooPayments can handle them ( #49234 )
...
* Update BNPLs default payment gateway suggestions
* Update default payment gateway suggestions priorities
* docs: Fix return type
* Fix Affirm default payment gateway visibility rules
* refact: Introduce WCPay rules
* Add WCPay BNPL pseudo-gateway recommendation
* Replace deprecated prop
* Add WCPay BNPL suggestion component
* Remove short array syntax
* Add svg for default WCPay BNPL suggestion
* Update Payment Gateway Suggestions with WCPay BNPL
* test: Update Payment Gateway Suggestions tests
* Add changelog
* Remove needles rule for payment gateways suggestion
* test: Fix payment gateways suggestions test
* Only hide Klarna if in a WooPayments eligible country
* MX is not a WooPayments-eligible country
* Make sure we don't inadvertently promote WCPay BNPL to non-eligible countries
* Lint fixes
* Escape default payment gateway suggestions translatable strings
* Revert translatable strings escaping as it has too many implications
* Revert char change to avoid invalidating translations
* Lint fixes
2024-07-12 12:40:24 +03:00
Adrian Duffell
9af58923de
Place Printful behind a feature flag ( #49104 )
...
* Add printful feature flag
* Place printful placement behind feature flag
* Add changelog
2024-07-03 17:01:37 +00:00
Vlad Olaru
b5cf9826d7
Update WCPay Tracks events props ( #48901 )
...
* Add path and source props to incentive CTA clicked Tracks event
* Minor inline docs fixes
* Fix wording mistake
* Add from param to Payments settings CTA URL
* Add from param to incentive CTA URL
* refact: Clearer logic for incentive page tracking
* Add changelog
* Fix incentives page tests
2024-07-02 18:45:27 +03:00
Adrian Duffell
ccb3d589d6
Update Printful label ( #48778 )
...
* Change label to “Promoted”
* Add changelog
2024-06-25 15:02:11 +00:00
Wacław Jacek
00f7420f81
Don't recommend WCS&T in tax task if WCShip or WCTax is active ( #48699 )
2024-06-25 14:23:07 +02:00
Chi-Hsuan Huang
61517c2609
Fix location settings not updated in tax task ( #48606 )
...
* Fix unable to complete tax task via wcs
* Fix missing dependencies
* Add changefile(s) from automation for the following project(s): woocommerce
* Update 48606-fix-location-not-update-in-tax-task
* Fix missing dependencies
---------
Co-authored-by: github-actions <github-actions@github.com>
2024-06-19 13:06:21 -07:00
Adrian Duffell
5733953d10
Update Printful copy ( #48626 )
...
* Update desination URL
* Update label copy
* Add changelog
* Revert wrong file change
* Update label copy
2024-06-19 12:54:24 -07:00
RJ
29e5c96a5a
add: printful placement to add products task ( #48520 )
...
* add: printful placement to add products task
2024-06-18 10:49:52 +08:00
Chi-Hsuan Huang
04ffcd1ab0
Remove unused `woocommerce_task_list_prompt_shown` option ( #48304 )
...
* Remove unused woocommerce_task_list_prompt_shown option
* Add changelog
* Fix lint
2024-06-10 07:46:42 +00:00
Ilyas Foo
60ca86e31c
Add unit tests for 4 wcadmin tracks ( #47876 )
...
* Add unit test for pageview on non-embedded layout component
* Add tracks test for payments welcome page
* Add test for task completion track
* Update completion track to use get_json instead for more accurate coverage
* Changelog
* Lint
* Add test for tasklist item click
* Change test name
2024-06-07 15:14:26 +08:00
Patricia Hillebrandt
5dd7713346
[Performance]: Replace `classnames` usage with `clsx` ( #47760 )
...
* Replace classnames with clsx within woocommerce-blocks.
* Undo unnecessary change to getClassnames const.
* Replace classnames with clsx within woocommerce-admin.
* Add changelog.
* Update the pnpm lock file
* Address lint.
* Address lint errors for the block-library.
2024-05-31 05:49:36 +02:00
Maikel Perez
55aafb9fc6
Remove the new old experience ( #47814 )
...
* Remove ProductTitle component
* Remove ProductSettings component
* Remove ProductMoreMenu component
* Remove ProductFormHeader component
* Remove ProductVariationFormHeader component
* Remove ProductFormFooter component
* Remove ProductFormLayout component
* Remove ProductForm component
* Remove ProductTourContainer component
* Remove AddProductPage component
* Remove ProductVariationForm component
* Remove EditProductPage component
* Remove ProductFormTab component
* Remove SingleImageField component
* Remove ProductVariationDetailsSection component
* Remove ProductVariationsSection component
* Remove DetailsSectionFills component
* Remove ImagesSectionFills component
* Remove ShippingSectionFills component
* Remove AttributesSectionFills component
* Remove PricingSectionFills component
* Remove InventorySectionFills component
* Remove product-form-fills file
* Remove product-form-variation-fills file
* Remove product-form-api-fills file
* Remove ClassicEditorIcon component
* Remove HiddenIcon component
* Remove VisibleIcon component
* Remove drag-and-drop.svg file
* Remove ProductSectionLayout component
* Remove products/constants.tsx file
* Remove new-product-management-experience feature flag
* Fix linter errors
* Add changelog files
2024-05-24 18:00:22 +00:00
Ilyas Foo
8140a1d9c7
Fix payment task track only shown gateways ( #47713 )
...
* Fix to track only shown payment options
* Remove offline gateways and changelog
2024-05-22 22:36:12 +08:00
louwie17
9213073782
Update explat experiment update ( #47647 )
...
* Update experiment name
* Add changelog
2024-05-21 10:05:09 -03:00
Chi-Hsuan Huang
e8af1c2ce4
Display `Import Product` task item text and header copies when merchant indicates they are already selling ( #47164 )
...
* Update product task header texts
* Update product task item item text
* Add changelog
2024-05-07 09:28:48 +08:00
Vlad Olaru
8a0ed2dd0b
Revert "Upgrade the WooPayments surfaces to the new designs" ( #46915 )
...
Revert "Upgrade the WooPayments surfaces to the new designs (#46873 )"
This reverts commit 24808a0a8b
.
2024-04-25 16:24:05 +03:00
Vlad Olaru
24808a0a8b
Upgrade the WooPayments surfaces to the new designs ( #46873 )
...
* Import colors.native scss variables
* Add changelog
* Refactor WCPay banner and cleanup
We introduce a new WCPayConnectCard onboarding component and
remove/cleanup all other WCPay surface components.
This component uses the new design, updated payment methods icons
and WCPay logo.
* Add changelog
* Upgrade the WCPay payments settings banner
* test: Fix WCPay payments settings banner tests
* Update the WCPay welcome page to use the WCPayConnectCard component
* Update the Payments task page to use the WCPayConnectCard component
* Fix copy for payments settings methods CTA buttons label
* Add changelog
* Further cleanup of no-longer-used WCPay surfaces
* Consolidate onboarding component icons for single sources
* Minor cleanup
* test: Fix WCPay payments settings banner test
* test: Fix payments tasks page tests
2024-04-24 21:41:40 +03:00
Chi-Hsuan Huang
95b36650d7
Fix Launch Your Store task item should not be clickable once completed ( #46361 )
...
* Fix Launch Your Store task item should not be clickable once completed
* Add changefile(s) from automation for the following project(s): @woocommerce/experimental, woocommerce
---------
Co-authored-by: github-actions <github-actions@github.com>
2024-04-10 20:32:15 +08:00
Leif Singer
8ee74ede0e
Update Woo.com references to WooCommerce.com ( #46259 )
...
* replace capitalized Woo.com with WooCommerce.com
* replace http URLs
* replace https URLs
* replace developer.woo.com
* add missing version in `@since` tag
* unslash the HTTP_REFERER
* WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
* add changelog file
* add more changelog files
* address linter errors
* address more linter errors
* fix test
* more linter errors
2024-04-09 09:50:15 +01:00
RJ
aeedcc0c88
changed LYS task id to hyphens for consistency with the other tasks ( #46055 )
2024-04-01 11:46:46 +08:00
Oleksandr Aratovskyi
14cd6e6dfd
Remove ToS acceptance in WCPay banner and promotions JSON ( #46003 )
...
* Remove ToS acceptance in WCPay banner and promotions JSON
* Add changefile(s) from automation for the following project(s): @woocommerce/onboarding, packages/php/remote-specs-validation
* Add line break in banner to look nicer
* Center banner content
* Style banner for mobile version
* fix js test to use another block (previous one no longer exist)
* Add changefile(s) from automation for the following project(s): @woocommerce/onboarding, packages/php/remote-specs-validation, woocommerce
* Add comment to css
---------
Co-authored-by: oaratovskyi <oleksandr.aratovskyi@automattic.com>
Co-authored-by: github-actions <github-actions@github.com>
2024-03-29 14:59:29 +02:00
Chi-Hsuan Huang
d24a551146
Use `"You’re"` in task list progress title ( #45978 )
...
* Use "You’re" in task list progress title
* Add changelog
2024-03-28 09:21:01 +08:00
Paul Sealock
619804cff3
Stylelint: Update config to double quotes ( #45607 )
...
* Add eslint override
* bump versions stylelint config
* re pnpm install
* fix config
* move to double quotes in scss
* Add changefile(s) from automation for the following project(s): woocommerce-blocks, woocommerce
* lint fix new scss files
---------
Co-authored-by: github-actions <github-actions@github.com>
2024-03-26 10:41:34 -03:00
Moon
5352c705b5
Fix Shipping Task input visual issue on Firefox ( #45778 )
...
* Fix layout issue -- add align-items for flex items
* Add changefile(s) from automation for the following project(s): woocommerce
---------
Co-authored-by: github-actions <github-actions@github.com>
2024-03-22 10:52:47 -07:00
Fernando Marichal
d5651111fa
Update product editor experiment name and enable pre-publish panel by default ( #45745 )
...
* Enable prepublish panel by default
* Rename experiment
* Add changelog
* Fix e2e tests
* Fix disable-block-editor
2024-03-20 17:14:54 -03:00
Walther Lalk
3c15ced8fd
Proof of Concept for allowing product tour to be extensible ( #45617 )
...
* Add the ability to extend/modify the steps in the product tour
* Remove unused import
* Add changefile(s) from automation for the following project(s): woocommerce
* Add data validation
* Correct import order
---------
Co-authored-by: github-actions <github-actions@github.com>
2024-03-20 09:22:21 +00:00
RJ
59635fb4c8
add: update onboarding task list copies and illustrations ( #44854 )
2024-03-14 15:20:31 +08:00
Moon
f061323d26
Tax task - Make postcode optional for countries without postcodes ( #45367 )
...
* Set field IDs
* Validate post code only when it is actually required
* Add changefile(s) from automation for the following project(s): woocommerce
* Remove unused import
* Update test snapshot
* Update test snapshot
---------
Co-authored-by: github-actions <github-actions@github.com>
2024-03-11 14:22:40 -07:00
Walther Lalk
c509f424dc
Allow extensions in Add Products task ( #44892 )
...
* Add POC for tasklist product types extensibility
* Replace create product with custom onClick when it exists
* Don't include dummy plugin
* Remove dummy file
* Cleanup product type filter for tasklist
* Create unit test for product type filter
* Added changelog
* Move changelog file
* Is Enhancement
* Add changefile(s) from automation for the following project(s): woocommerce
* Delete plugins/woocommerce/changelog/extend-product-task
* Fix lint errors
* Apply suggestions from code review
Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>
* CR responses
---------
Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
2024-03-07 10:04:10 +00:00
Chi-Hsuan Huang
6490682366
Add "launch your store" task ( #45270 )
...
* Add launch your store task
* Update tasklist header style
* Add changelog
2024-03-05 10:43:32 +08:00
louwie17
79375d594c
Add/44643 variation empty state experiment ( #44731 )
...
* Update experiment name
* Add changelog
2024-02-20 12:41:43 -03:00
Chi-Hsuan Huang
2f6818772e
Fix untranslated "Are you already selling somewhere else?" text in the product task list ( #44763 )
...
* Fix untranslated "Are you already selling somewhere else?" text in the product task list footer.
* Add changelog
2024-02-20 10:25:17 +08:00
Alba Rincón
0f198da833
[CYS] Update "Start customizing your store" task description on Core ( #44584 )
...
* Update customized store task description on Core
* Add changelog
2024-02-14 09:08:16 +01:00
louwie17
11aa8b6c46
Update product editor experiment name for new release ( #44014 )
...
* Update experiment name and enable linked products
* Add changelog
2024-01-24 11:41:05 -04:00
louwie17
9182efaaf6
Fix product task redirect to support grouped and external products ( #43051 )
...
* Rearrange product redirection logic to better accept grouped and external produc types
* Add changelog
2023-12-21 14:09:00 -04:00
louwie17
a72f3ee7a2
Add grouped and external products to new experiment ( #42934 )
2023-12-19 14:21:05 -04:00
Ilyas Foo
3d7e6bc796
Enable WCCOM shipping partners API consumption ( #42810 )
...
* Enable shipping partners API use from frontend
* Changelog
* Add id to each shipping partner to match wccom structure
2023-12-15 20:33:36 +08:00
Luigi Teschio
0903a53664
fix: CYS - update copy ( #42703 )
...
* fix: CYS - update copy
* not format style file
* Add changefile(s) from automation for the following project(s): woocommerce
* add changelog
* Add changefile(s) from automation for the following project(s): woocommerce
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-12-14 12:32:37 +01:00
Chi-Hsuan Huang
f4e486d421
Update CYS task subheading ( #41771 )
...
* Update cys task subheading
* Add changelog
2023-12-04 21:35:34 +08:00
Jason Kytros
e8e52eaa6e
Remove unused dependency
2023-11-30 09:18:27 +02:00
Jason Kytros
b1ac7300c7
Remove unused )
2023-11-29 17:45:14 +02:00
Jason Kytros
f16061e4fe
Add space
2023-11-29 16:08:00 +02:00
Jason Kytros
aaf4e090a6
Prettier fixes
2023-11-29 15:03:16 +02:00
Jason Kytros
220a5b2e9b
Remove Subscriptions from the Add Product task list
2023-11-29 14:40:21 +02:00