Merge branch 'trunk' into PCP-2172-order-failed-after-changing-shipping-options-on-apple-pay-window-product-page

This commit is contained in:
Pedro Silva 2023-10-31 15:05:30 +00:00
commit d9a93a0cce
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
9 changed files with 321 additions and 27 deletions

View file

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