Merge pull request #1809 from woocommerce/PCP-2178-paylater-category

Show Shop Pay Later messages on product category page
This commit is contained in:
Emili Castells 2023-10-31 10:46:32 +01:00 committed by GitHub
commit 44eb7615a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ trait ContextTrait {
return $context;
}
if ( is_shop() ) {
if ( is_shop() || is_product_category() ) {
return 'shop';
}