Changeset 2767129
- Timestamp:
- 08/06/2022 05:04:27 AM (4 years ago)
- Location:
- woo-tools/trunk
- Files:
-
- 1 added
- 3 edited
-
language/woocommerce-tools.pot (added)
-
modules/ajax-search/js/ajax-search.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
woo-tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-tools/trunk/modules/ajax-search/js/ajax-search.js
r2130006 r2767129 4 4 minChars: 3, 5 5 delay: 500, 6 appendTo:'.tfwctool-search-result-container', 6 7 source: function(req, res) { 7 8 // console.log(req.term); 8 9 $('.search-label .process-bar').show(); 9 10 var term = req.term; 10 var cat = $('.header-middle form.search-form. nestore-search-form').find('#product_cats').val();11 var cat = $('.header-middle form.search-form.wc-search-form').find('#product_cats').val(); 11 12 // console.log(cat); 12 13 if (term in search_cache) { -
woo-tools/trunk/readme.txt
r2591229 r2767129 3 3 Tags: Free Quick View, Advance Quick View,products quick view, compare, product compare, Wishlist, woocommrece wishlist, single product, woocommerce, woocommerce extension, WooCommerce Plugin, ThemeFarmer 4 4 Requires at least: 4.0 5 Tested up to: 5.85 Tested up to: 6.0 6 6 Stable tag: trunk 7 7 License: GPLv2 or later -
woo-tools/trunk/woo-tools.php
r2591229 r2767129 6 6 Author URI: https://www.themefarmer.com/ 7 7 Domain Path: /language/ 8 Version: 1.2. 58 Version: 1.2.6 9 9 Text Domain: woocommerce-tools 10 10 WC requires at least: 3.0
Note: See TracChangeset
for help on using the changeset viewer.