Chi-Hsuan Huang
6503da23aa
Increase sidebar back button z-index to 2 ( #40970 )
2023-10-25 12:21:48 +08:00
Chi-Hsuan Huang
0f6fd01e65
[Customize your store] Fix footer logo size ( #40963 )
2023-10-25 12:20:42 +08:00
Chi-Hsuan Huang
64260d987d
Update thumbnail border radius to 4px in CYS assembler ( #40967 )
2023-10-25 12:20:23 +08:00
Moon
bd1fda4891
Remove green/yellow color palette from pattern assembler ( #40887 )
...
* Remove green/yellow color palette from pattern assembler
* Remove Lemon Myrtle
* Add changefile(s) from automation for the following project(s): woocommerce
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-10-25 11:34:55 +08:00
Fernando Marichal
abc476a005
Change variable product experiment name ( #40769 )
...
* Change experiment name
* Add changelog
2023-10-24 13:29:01 -03:00
RJ
e01e6f8b2a
add: core profiler email marketing opt in ( #40869 )
...
* add: core profiler email marketing opt in
* tests
* changed mailchimp feature flag
* fix: made experiment name static
* lint
2023-10-24 17:07:26 +02:00
Néstor Soriano
eafc87b453
Save the session data before proceeding with order payment ( #40964 )
...
* Save the session early before proceeding with order payment.
As part of the checkout process an order is created and the order id
is stored in a session variable right before requesting payment
processing to the appropriate payment gateway. Thus if the payment
fails and the user submits the order again, the order id will be
picked from the session so the existing order can be retrieved and
updated.
However if the payment process hangs (instead of returning an error)
and the request never finishes the session data will never actually
be sorted, and the next time the user submits the order a duplicate
of the first order will be created.
This commit simply does WC()->session->save_data() after the
WC()->session->set that stores the order id, so that the session is
effectively updated even if the request hangs.
* Add changelog file
2023-10-24 16:38:39 +02:00
Kader Ibrahim S
82b90d07ec
Adds documentation for WooCommerce endpoints ( #40773 )
...
* Adds WooCommerce Endpoints documentation
* Removes images from `woocommerce.com` domain.
* Embed code directly into markdown instead of using gists.
* Adds images to the document.
* Adds changelog file
* Move the document to the right folder.
* Fixes markdown lint issues
2023-10-24 11:04:38 +02:00
Néstor Soriano
481e799c49
Add notice about webhooks using the legacy REST API ( #40866 )
...
Co-authored-by: Corey McKrill <916023+coreymckrill@users.noreply.github.com>
2023-10-24 08:51:36 +02:00
Kader Ibrahim S
99a39ad56e
Adds documentation for implementing WC Integration ( #40772 )
...
* First draft after HTML to markdown.
* Refactors the implement settings document.
* Adds changelog file
2023-10-23 23:03:04 +02:00
Maikel David Pérez Gómez
16ce05109f
Add a loading state for the new product form ( #40939 )
...
* Create product page skeleton
* Load skeleton in product and variation pages
* Let each page to define own loading/skeleton when the router is resolving the page.
* Add changelog files
* Fix linter error
* Fix unit test
2023-10-23 12:47:26 -04:00
Joel Thiessen
a84538554b
Only initializing background removal with jetpack connection present ( #40918 )
2023-10-23 07:56:49 -07:00
Maikel David Pérez Gómez
2fb59293ad
Create product-external-affiliate feature flag ( #40910 )
...
* Create product-external-affiliate feature flag
* Add changelog file
2023-10-23 09:34:24 -04:00
Kader Ibrahim S
6d7755813a
Adds documentation for useful functions ( #40771 )
...
Co-authored-by: Néstor Soriano <konamiman@konamiman.com>
2023-10-23 11:37:53 +02:00
Ilyas Foo
d8d896741b
CYS: Remove spotlight tour modal shadow ( #40861 )
...
* Tweak css for spotlight tour modal shadow
* Changelog
* Lint
2023-10-21 07:34:18 +08:00
louwie17
fbac42aafc
Update variation switcher logic to not loop ( #40901 )
2023-10-20 11:17:30 -04:00
Matt Sherman
3fa5573706
Template API: Deprecate woocommerce/conditional block ( #40883 )
2023-10-20 09:53:06 -04:00
Matt Sherman
be727efb9f
Changelog
2023-10-19 15:34:27 -04:00
Matt Sherman
dcb658f537
Add conditional visibility example to doc
2023-10-19 15:28:56 -04:00
Christopher Allford
8f8b1c8d47
Expand CI WooCommerce Matrix ( #40882 )
2023-10-19 11:55:37 -07:00
Christopher Allford
fbbca9c3e0
Refactored Linting & Unit Testing Workflows ( #40572 )
2023-10-19 11:24:20 -07:00
Maikel David Pérez Gómez
8827e42bd7
Set prices button from the variations notice is not updating the right amount of variations ( #40876 )
...
* Improve has_price filter so it can matches when the price record does not exist or it's empty/null
* Get the exact variation ids of those ones that do not have price
* Add changelog files
* Fix linter errors
2023-10-19 13:14:08 -04:00
Matt Sherman
613a63b0ef
Template API: Conditional visibility support ( #40722 )
2023-10-19 12:02:05 -04:00
Thomas Shellberg
56eddb5f2f
Woo AI - Version 0.5.0 Release.
...
* Updating version and changelog.
2023-10-19 16:28:18 +02:00
Ilyas Foo
c87aae495f
CYS: Update save and done button loading indicator to use spinner ( #40840 )
...
* Update save and done button loading indicator to use spinner
* Set Done button to disabled while it's resolving
* Changelog
2023-10-19 22:12:53 +08:00
Martin Skovvang Petersen
80420c7c2b
Add order instance argument to woocommerce_get_cancel_order_url filter hook ( #40275 )
...
* Add order instance to woocommerce_get_cancel_order_url filter hook
* Create pr-40275
Add changelog entry
* Update class-wc-order.php
Add docblock to filters
* Add $redirect argument to filters
* Update changelog
2023-10-19 14:17:17 +01:00
Daniel Mallory
e4b1657f98
Remove references to Sofort ( #40745 )
...
* Removing all references to Sofort in the various locations we show payment method information.
* Adding changelogs.
2023-10-19 13:45:48 +01:00
nigeljamesstevenson
5653106e78
Add test to bulk update order status ( #40320 )
2023-10-19 12:35:42 +01:00
Matt Sherman
b40f9d2035
Switch productType to postType in context augmentation
2023-10-19 07:30:53 -04:00
Adam Silverstein
fe6e43b438
Leverage Script API strategy feature to defer front end scripts in WP >=6.3 ( #40686 )
...
* Leverage strategy API to defer scripts from header rather than placing in footer
* Add changefile(s) from automation for the following project(s): woocommerce
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-10-19 15:45:37 +08:00
Matt Sherman
46140f18b9
Changelog
2023-10-18 18:57:32 -04:00
Matt Sherman
c292a09716
Add missing code docs
2023-10-18 18:54:42 -04:00
Maikel David Pérez Gómez
e302d4cac8
Fix duplicate description when editing the product summary ( #40853 )
...
* Fix duplicate description when editing the product summary
* Add changelog file
2023-10-18 15:31:09 -04:00
Matt Sherman
e6a197cbb2
Fix undefined array key warning
2023-10-18 15:16:17 -04:00
Matt Sherman
afa2b768b5
Refactor server-side block registration
2023-10-18 15:16:17 -04:00
Matt Sherman
2acd1b54e1
Auto add attributes and uses_context during server-side registration
2023-10-18 15:16:17 -04:00
Matt Sherman
20acfe5e37
Update documentation
2023-10-18 15:16:16 -04:00
Matt Sherman
47cc46aac4
Implement hide conditions
2023-10-18 15:16:16 -04:00
Matt Sherman
04678d94f9
Add unit tests for hide conditions
2023-10-18 15:16:16 -04:00
Ron Rennick
c79738697a
Do not remove "sale date from" when the sale is still active ( #39948 )
2023-10-18 14:05:19 -03:00
Ron Rennick
652e7648f8
Update/breadcrumb for accessibility ( #40529 )
2023-10-18 13:36:13 -03:00
Jonathan Lane
8e5223b383
Add test to add and remove order notes. ( #40317 )
...
* Add test to add and remove order notes.
* Changelog
---------
Co-authored-by: Jon Lane <jon.lane@automattic.com>
2023-10-18 17:37:02 +02:00
Maikel David Pérez Gómez
39019d2750
Manage single variation as virtual ( #40809 )
...
* Add virtual section to the product variation template
* Add changelog file
* Let the toogle block to use inverted value to be checked
* Fix virtual toggle to be inverted
* Add changelog file
2023-10-18 10:47:33 -03:00
Sagar Tamang
a44386a70b
fix/40319: Fatal error in class-wc-helper-updater.php when transient parameter is null. ( #40733 )
...
* fix - Fatal error in class-wc-helper-updater.php when transient parameter is null.
* Added changelog
* fix - phpcs errors
2023-10-18 14:51:51 +02:00
louwie17
cee08e44d9
Hide header on variation edit page and remove use of `:has()` CSS selector ( #40843 )
...
* Make sure we hide the header on the variation edit page and remove use of has()
* Add changelogs
2023-10-18 09:22:55 -03:00
nigeljamesstevenson
3be5b840d2
Update order status to cancelled ( #40318 )
2023-10-18 13:02:43 +01:00
RJ
a1505531bb
fix: cys intro screen parallelised network calls ( #40827 )
2023-10-18 18:15:36 +08:00
Jaclyn Chen
2c557f6d30
Update mobile app onboarding modal to be two steps ( #40613 )
2023-10-18 15:22:46 +08:00
RJ
1e86558083
fix: cys design-with-api loader should not loop ( #40829 )
2023-10-18 15:14:51 +08:00
Ilyas Foo
e25cbb1f87
Add active theme label to intro screen ( #40824 )
...
* Add detect of current theme for active theme label
* Lint I have, master Yoda
* Changelog
2023-10-18 10:18:08 +08:00