Claudio Sanches
5d26b71d5f
Merge pull request #28379 from woocommerce/revert-28233-fix/template-names
...
Revert "Load product category content with content-product-cat.php"
2020-11-23 21:18:02 -03:00
Claudio Sanches
cba0cc4799
Revert "Load product category content with content-product-cat.php"
2020-11-23 20:52:27 -03:00
Claudio Sanches
e8b2a9adab
Display *-product_<cat|tag> template overrides in Status page
2020-11-23 20:12:38 -03:00
Jonathan Sadowski
9d4d419d1c
Remove non-WooCommerce specific h2 styles
2020-11-23 16:50:29 -06:00
Claudio Sanches
4418e79d0a
Map all possible taxonomy templates
2020-11-23 19:29:30 -03:00
jonathansadowski
f88c19c3af
Merge branch 'add/2021-compat' into update/twenty-twenty-one-home-page-css
2020-11-23 16:20:11 -06:00
Jonathan Sadowski
e86889b080
Remove non-WooCommerce specific wp-block-cover styles
2020-11-23 16:17:21 -06:00
Jonathan Sadowski
4016b58142
Calculate width for product li; improve smaller viewport
2020-11-23 16:07:04 -06:00
Roy Ho
36108a2c83
Merge pull request #28322 from aheckler/patch-1
...
Return default date and time formats if options are empty
2020-11-23 13:52:00 -08:00
jonathansadowski
cc2407fb33
Merge pull request #28371 from woocommerce/update/2021-onsale-badge
...
Twenty Twenty-One Compat: Adjust Sale Badge
2020-11-23 15:15:46 -06:00
Darren Ethier
8ffa39b78f
bump wc-blocks package to 3.8.1
2020-11-23 16:09:57 -05:00
vedanshujain
528e7b7d91
More style fixes
2020-11-24 00:40:01 +05:30
vedanshujain
08ec8d2547
Style fixes for cart page for 2021 theme.
2020-11-24 00:39:54 +05:30
Jonathan Sadowski
6240b41215
Update badge to have dynamic width
2020-11-23 10:41:01 -06:00
Nestor Soriano
8505558b94
Adjust CSS for the "sale" mark in the shop page
...
Make it round, displayed on the right and with green background,
same as in the mockup.
2020-11-23 16:47:40 +01:00
Nestor Soriano
cc81646506
Adjust CSS for the product title and buttons in the shop page
...
- Un-bold product titles
- Make buttons have transparent background by default and dark
background on hover, same as the rest of the theme
2020-11-23 13:12:22 +01:00
Nestor Soriano
b538d30f0e
Adjust CSS for the categories list in the shop page
...
- Reduce font size
- Remove underlines
- Remove yellow background in counters
2020-11-23 12:51:47 +01:00
Nestor Soriano
f50d383f2a
Adjust CSS for the "Shop" title in the shop page
...
- Un-bolden title, align left, add horizontal rule to be in line
with the theme.
- Adjust margins/paddings depending on the screen width.
2020-11-23 12:24:07 +01:00
Jonathan Sadowski
313b2bd073
Update styling for homepage category
2020-11-23 00:24:11 -06:00
Jonathan Sadowski
b92c528540
2021 Compat: Update the style of the "sale" badge
2020-11-22 22:44:56 -06:00
Ron Rennick
810fd41973
Merge branch 'master' into fix/25643
2020-11-20 15:01:08 -04:00
Ron Rennick
089bb87314
clarify which WordPress nightly
2020-11-20 14:48:18 -04:00
Viktor Szépe
ac3acc3df0
Fix CS
2020-11-20 18:53:39 +01:00
Viktor Szépe
996fb293a8
Fix types in WC_Payment_Gateway
2020-11-20 18:37:45 +01:00
Néstor Soriano
e7584104a1
Merge pull request #28147 from woocommerce/use-mozart-to-renamespace-dependencies
...
Use Mozart instead of a script to renamespace packages
2020-11-20 09:16:25 +01:00
Rodrigo Primo
aa2565b4d7
Start adjusting the product categories widget in the home page for the 2021 theme
2020-11-19 18:15:18 -03:00
Rodrigo Primo
31914b52d7
Adjust font-weight of the section titles in the home page for the 2021 theme
2020-11-19 18:15:18 -03:00
Rodrigo Primo
673b50b4fd
Fix the layout of banner in the home page for the 2021 theme
2020-11-19 18:15:10 -03:00
Mathias De Beyser
5f14472e5a
Update wc-formatting-functions.php
...
Issue
When changing the "low stock amount" on product level, a.k.a. setting a "low stock amount" for a specific product. The message on the single product page does not change from "%s in stock" to "Only %s left in stock". It only checks the global setting "low stock quantity" defined in WooCommerce > Products > Stock.
2020-11-19 21:29:57 +01:00
Ron Rennick
a5a109ccbe
Merge pull request #28217 from woocommerce/fix/27786
...
remove old setup wizard test
2020-11-19 13:56:33 -04:00
Nestor Soriano
c9b6481474
Fix overlapping elements in shop items.
2020-11-19 16:58:10 +01:00
Nestor Soriano
16bd67688f
Remove "pushd" and "popd" from build-lib.sh
...
These are bash specific commands and will fail since the script is
actually run as a sh script. Instead, the "-d" option of composer
is now used.
2020-11-19 09:25:48 +01:00
Claudio Sanches
492792476c
Merge pull request #28281 from woocommerce/fix/28232
...
Keep WC_Checkout::process_checkout() backwards compatible
2020-11-18 23:20:46 -03:00
Christopher Allford
591491dd4c
Fixed the broken vendor autoloads
2020-11-18 15:38:05 -08:00
Christopher Allford
e9dfe64f9f
Replaced the local repository with root autoload definitions
...
Since Composer can't recursively use repositories, we can't actually use a local package to deal with this. We're going to keep the local package to separate the dependencies but we need to add autoload keys in the root package's `composer.json`
2020-11-18 15:31:54 -08:00
Christopher Allford
c9f413d297
Created dummy `woocommerce/woocommerce-lib` package to contain dependencies
...
In order to avoid problems posed by potentially including the unconverted dependencies in the root autoloader, this package will hold all dependencies that require conflict avoidance.
2020-11-18 13:54:20 -08:00
Jonathan Sadowski
192611980a
Improve content-area padding at smaller viewports
2020-11-18 13:39:38 -06:00
Rodrigo Primo
1fca8bb1b1
Replaces a few more instances of jQuery.fn.click() event shorthand
...
This commit replaces a few more instances of jQuery.fn.click() event shorthand that were missed in the previous commit. For more information see the commit message for 8ebead165e
.
2020-11-18 16:31:17 -03:00
Jonathan Sadowski
bf92437b23
Improve margin beneath short description
2020-11-18 13:25:53 -06:00
Rodrigo Primo
a88b370c0f
Merge pull request #28287 from woocommerce/remove-broken-js-code
...
Remove jQuery code that does nothing
2020-11-18 15:44:38 -03:00
Rodrigo Primo
ee31c791af
Fix PHPCS violations
2020-11-18 15:33:36 -03:00
Rodrigo Primo
8ebead165e
Replace usages of depracted jQuery.fn.click() event shorthand
...
This commit replaces all instances in WooCommerce codebase (except included third-party libraries) where jQuery.fn.click( handler ) event shorthand was used. This shorthand was deprecated in jQuery 3.3 (see https://github.com/jquery/jquery/issues/3214 ). The jQuery documentation was not updated yet (see https://github.com/jquery/jquery-migrate/issues/288 and https://github.com/jquery/api.jquery.com/issues/972 ).
jQuery.click() was not deprecated and so it was not replaced.
2020-11-18 15:27:46 -03:00
Peter Fabian
3c9d92be8c
Merge pull request #28270 from woocommerce/remove-dockerfile
...
Remove Dockerfile as it is not used anymore
2020-11-18 13:38:25 +01:00
Nestor Soriano
846a7fb3d1
Declare PHP version as 7.2 in composer.json for Mozart.
...
This way it won't throw errors when building in 7.0 or 7.1
(required for CI). Still, an error will be thrown when manually
running move-vendor-packages.sh in 7.0 or 7.1.
2020-11-18 09:39:46 +01:00
Nestor Soriano
f296b36667
Get Mozart package from original source instead of our fork.
...
Since the pull requests with required functionality have been accepted
and merged, we can now use the original repository instead of
Woo's fork.
2020-11-18 09:14:17 +01:00
Nestor Soriano
556ea1ecfa
Merge branch 'master' into use-mozart-to-renamespace-dependencies
2020-11-18 09:05:11 +01:00
Rodrigo Primo
246710fce8
Merge branch 'master' into fix/28232
2020-11-17 14:47:33 -03:00
Rodrigo Primo
5c8491c862
Remove jQuery code that does nothing
...
This commit replaces a block of jQuery code that I believe does nothing. I found it while starting the work to make our JS code compatible with jQuery 3 as it uses jQuery.fn.keyup() which has been deprecated.
As far as I can understand, this block of code is supposed to change the focus to the coupon description when the user hits the tab key while the focus is on the title field. It doesn't work because the keyup event is not fired for the tab key. The current behavior is that when the user hits the tab key, the focus changes to the "Generate coupon code" button, and if the tab key is pressed another time, the focus changes to the description text field. Which seems fine to me and that is why I'm suggesting we remove this code instead of fixing it.
I believe it was added in this c15b8e817c
commit six years ago and unfortunatelly the commit doesn't provide much information on why it was added.
2020-11-17 14:39:55 -03:00
Rodrigo Primo
581f57b8f4
Merge pull request #28148 from rodrigoprimo/update/travis-git-depth
...
Change git cloning depth to 1 to make the Travis builds slightly faster
2020-11-17 14:36:29 -03:00
Adam Heckler
b0580f0eb4
More code standards fixes
2020-11-17 12:31:17 -05:00