-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WooCommerce Cart as custom menu item to the Menus page (#208)
* Fix mini-cart items count init and update * Try a more consistent and predictable way of integrating woocommerce * Improvements to WooCommerce integration: menu items custom fields * Minor * Minor * Make item count and mini-cart toggle work with multiple cart menu items * WIP migrate to new cart menu item * Finished with the migration logic - see #134 * Fix JS + remove automatic adding of cart menu item * Bump version to 1.8.0 * Add display options for cart menu item This reverts commit 7abee86. * Only move the first cart menu item from header menus into to mobile header This reverts commit 56686c0. * Fix cart menu item refresh in customizer * Remove garbage Co-authored-by: Vlad Olaru <[email protected]> Co-authored-by: madalingorbanescu <[email protected]>
- Loading branch information
1 parent
9bb4e7c
commit ad89ffa
Showing
27 changed files
with
559 additions
and
304 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +0,0 @@ | ||
#menu-to-edit li.menu-item-pxg-extras__search .field-link-target, | ||
#menu-to-edit li.menu-item-pxg-extras__search .field-xfn, | ||
#menu-to-edit li.menu-item-pxg-extras__search .field-description { | ||
display: none; } | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +0,0 @@ | ||
#menu-to-edit li.menu-item-pxg-extras__search .field-link-target, | ||
#menu-to-edit li.menu-item-pxg-extras__search .field-xfn, | ||
#menu-to-edit li.menu-item-pxg-extras__search .field-description { | ||
display: none; } | ||
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.