mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:41:40 +08:00
Merge pull request #1809 from woocommerce/PCP-2178-paylater-category
Show Shop Pay Later messages on product category page
This commit is contained in:
commit
44eb7615a4
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ trait ContextTrait {
|
||||||
return $context;
|
return $context;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( is_shop() ) {
|
if ( is_shop() || is_product_category() ) {
|
||||||
return 'shop';
|
return 'shop';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue