Jeff Stieler
6c8758118a
Fix order details table width on narrow viewports.
2022-01-12 18:26:36 -07:00
Jeff Stieler
be7b1b63f1
Add loading treatment to AJAX add to cart buttons.
2022-01-12 18:17:23 -07:00
barryhughes
ef514df47d
Import spin animation.
2022-01-12 17:08:12 -08:00
Barry Hughes
cd73b57191
Modify background color for <mark> elements ( #31631 )
2022-01-12 19:55:07 -05:00
Barry Hughes
360ed8d3c6
Merge pull request #31630 from woocommerce/fix/2022-checkout-tweaks
...
Some 2022 Checkout Form Tweaks
2022-01-12 16:42:48 -08:00
Barry Hughes
06ea507191
Merge pull request #31632 from woocommerce/fix/2022-single-product-tabs-reviews
...
2002 Theme: Fix font sizes in single product tabs area, review form styling.
2022-01-12 16:33:14 -08:00
barryhughes
a20513b919
Basis of overlay used when processing Twenty Twenty-Two checkout.
2022-01-12 16:18:23 -08:00
jamelreid
e1f030f832
Updated comments
2022-01-12 18:37:05 -05:00
jamelreid
f08da97fe6
Updated CHANGELOG.md
2022-01-12 18:27:43 -05:00
jamelreid
60630d19a2
Updated comments
2022-01-12 18:27:35 -05:00
Jeff Stieler
be6feced4c
Fix font sizes in single product tabs area, review form styling.
2022-01-12 16:21:13 -07:00
jamelreid
cb3dee07ee
Updated removePathDuplicates for smoke tests
2022-01-12 18:04:36 -05:00
Barry Hughes
045c3fb915
Center product cards (2022 Theme) ( #31626 )
...
* Center product cards (2022 Theme)
* Product card color.
* Center product rating in loops.
Co-authored-by: Jeff Stieler <jeff.m.stieler@gmail.com>
2022-01-12 17:00:52 -05:00
Jeff Stieler
accd914e54
Bold font for all price values on checkout.
2022-01-12 14:59:38 -07:00
Jeff Stieler
8e215949f8
Fix vertical alignment of prices on checkout.
2022-01-12 14:59:13 -07:00
Jeff Stieler
9c3afa0ab3
Fix product vendor display on checkout.
2022-01-12 14:58:54 -07:00
Josh Betz
e9e7bed39b
We can still assume the old status is pending
...
Per the code comment, we were already explicitly assuming draft posts
are "pending". That's fine and shouldn't block us from setting new posts
to auto-draft.
2022-01-12 14:53:52 -06:00
Josh Betz
58aca9855e
PoC: Allow auto-draft in API orders
...
For some operations in the API, like calculating taxes or shipping, it's
helpful to be able to have an order saved in the database. Having an
order object with an ID lets us perform other API actions on that order.
However, we also don't necessarily want these to show up on certain
screens.
Here we adopt the auto-draft status from core WordPress as a way to save
an order as a discrete object while signalling that it's not ready to
action yet.
Suggestions:
* auto-draft might not make sense given that it's used in core. We might
want to use something like `draft` instead.
* We may want to track this separate set of statuses (trash, auto-draft)
in a more official way, so we don't have to copy/paste around the
codebase.
2022-01-12 14:53:52 -06:00
jamelreid
503fada6fb
Removed duplicate plugins/woocommerce
2022-01-12 15:47:45 -05:00
jamelreid
d49a68079e
Imported and used removePathDuplicates method
2022-01-12 15:44:41 -05:00
jamelreid
059346a725
Added removePathDuplicates method
...
This method ensures that we can execute tests using a relative path with or without `plugins/woocommerce` and/or `tests/e2e` prepended on the test file path.
2022-01-12 14:00:00 -05:00
Vedanshu Jain
6e08e1802f
Checkout tweaks for 2022 compatibility ( #31619 )
2022-01-12 13:17:49 -05:00
dnwjn
f48358403e
Add comments
2022-01-12 18:30:08 +01:00
Lucas Bustamante
926fed6828
Store test-results.json file in the project under test folder
2022-01-12 14:09:38 -03:00
Josh Betz
947b9c8ff1
Add doc comment for WC_REST_Coupons_Controller::prepare_objects_query
2022-01-12 11:06:44 -06:00
Josh Betz
a88a7255b1
Fix infinite loop
...
Oops. We can't call $this->prepare_objects_query() unconditionally inside
prepare_objects_query(). This was my fault 🙃
b43af2ae16
To explicitly reference the parent implementation, we use `parent::`
2022-01-12 11:01:53 -06:00
Lucas Bustamante
1a6708b57c
Keep the test-results.json file in the root dir of e2e-environment
2022-01-12 13:50:10 -03:00
Lucas Bustamante
037c6205d0
Remove extra space
2022-01-12 13:46:42 -03:00
Lucas Bustamante
e124d4125a
Add changelog
2022-01-12 13:44:32 -03:00
Lucas Bustamante
2cbedb1dc8
Show full path to test-result.json file
2022-01-12 13:39:38 -03:00
Peter Fabian
38931e401b
Merge pull request #31395 from woocommerce/fix/remove-old-images
...
Removed assets referred to from deprecated functions.
2022-01-12 16:21:51 +01:00
Kevin Ang
d974373b1f
Use inline `onload` event instead of jQuery `load`
2022-01-12 08:30:05 -06:00
Vedanshu Jain
159ceb3f35
Merge pull request #31575 from woocommerce/support/2022-my-account
...
Style My Account Pages for 2022 Theme.
2022-01-12 12:06:11 +05:30
Jeff Stieler
0c4035615a
Style order details.
2022-01-11 22:46:49 -07:00
Jeff Stieler
497738ea71
Tweak show password icon again.
2022-01-11 21:51:26 -07:00
Jeff Stieler
59f57a631d
Fix radio buttons on cart.
2022-01-11 21:51:14 -07:00
Jeff Stieler
4718c65352
Style order button and responsive form width.
2022-01-11 21:33:29 -07:00
Jeff Stieler
4b83fa9bca
Style checkbox input.
2022-01-11 21:18:37 -07:00
Jeff Stieler
cbc4d31ec5
Fix margin on my account address form.
2022-01-11 20:43:57 -07:00
Jeff Stieler
5c67ccdb86
Style radio buttons.
2022-01-11 20:43:40 -07:00
Jeff Stieler
e4d51dc017
Style checkout form.
2022-01-11 20:43:32 -07:00
Jeff Stieler
a3d83d4aec
Fix checkout column layout.
2022-01-11 18:08:06 -07:00
Jeff Stieler
e20d76a7f7
Style cart totals table.
2022-01-11 15:46:09 -07:00
Jeff Stieler
5224c4c83d
Style "view cart" and "return to shop".
2022-01-11 15:14:31 -07:00
Jeff Stieler
9b8a73875d
Fix add to cart buttons.
2022-01-11 14:58:16 -07:00
Jeff Stieler
d20aa95d03
Fix password input.
2022-01-11 14:58:08 -07:00
Jeff Stieler
9ef7e0c778
Style cart items table.
2022-01-11 14:57:52 -07:00
Jeff Stieler
51f3e1c3f0
Style login form.
2022-01-11 11:04:11 -07:00
Jeff Stieler
96241487d5
Style tables on my account.
2022-01-11 11:04:11 -07:00
Jeff Stieler
ca7a3eec62
Fix input height - affected add to cart.
2022-01-11 11:04:11 -07:00