mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +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;
|
||||
}
|
||||
|
||||
if ( is_shop() ) {
|
||||
if ( is_shop() || is_product_category() ) {
|
||||
return 'shop';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue