-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enqueue wc-cart-fragments on woocommerce pages (#2113)
* enqueue wc-cart-fragments on woocommerce pages * bump tested up version
- Loading branch information
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b12b28a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So now, the mini cart we're using will only be active on woocommerce pages. Which is weird, because the whole purpose of the minicart is to get insight of the cart on the whole website, not just woo pages...
Is there any way of enabling the mini-cart again on all pages? We have a very performant server, so performance is not an issue.