Claudiu Lodromanean
|
e898623668
|
Merge pull request #18174 from woocommerce/fix/18170
Adjusts price filter code to exclude taxes to match how prices are stored in the DB
|
2017-12-18 11:13:44 -08:00 |
Mike Jolley
|
5ed3c9e37e
|
Adjusts price filter code to exclude taxes to match how prices are stored in the DB
|
2017-12-14 15:21:49 +00:00 |
Boro Sitnikovski
|
080ece9588
|
Change method name
|
2017-12-14 15:37:42 +01:00 |
Boro Sitnikovski
|
e1b753122e
|
Deprecate the function as a whole
|
2017-12-14 10:23:51 +01:00 |
claudiulodro
|
d60456cc73
|
Resolve conflicts and bring up to date with master
|
2017-12-04 13:56:59 -08:00 |
Claudio Sanches
|
777a004a1f
|
Allow max of 15 products in Recent Viewed Products widget
|
2017-11-29 19:24:39 -02:00 |
Mike Jolley
|
208b2d1b81
|
Slugs are encoded, so decode before outputting to the form
Fixes #17845
|
2017-11-21 16:50:33 +00:00 |
Mike Jolley
|
46775c2f7d
|
standards
|
2017-11-20 12:14:05 +00:00 |
Alexandre GASNE
|
0018b4349e
|
Fix: Apostrophe wrongly escaped for price nav filter and widget nav filters
|
2017-11-18 20:11:53 +01:00 |
Mike Jolley
|
76adff572e
|
woocommerce_recently_viewed_products_widget_query_args filter
Closes #17678
|
2017-11-15 10:19:11 +00:00 |
Mike Jolley
|
cc18f85baa
|
Replace usage of global query
|
2017-11-09 12:01:27 +00:00 |
Mike Jolley
|
1a7d7dd127
|
Widget base url
|
2017-11-09 11:24:29 +00:00 |
Mike Jolley
|
1b22d97be2
|
Combined get_page_base_url
|
2017-11-09 11:16:47 +00:00 |
Gerhard Potgieter
|
21377fe5a7
|
input to button for submit in class-wc-widget-layered-nav.php
|
2017-11-07 10:56:36 +02:00 |
Gerhard Potgieter
|
364d266def
|
PHPCS fixes for class-wc-widget-layered-nav.php
|
2017-11-07 10:55:27 +02:00 |
Mike Jolley
|
a6e5a684d0
|
Merge branch 'pr/17134'
|
2017-10-27 16:07:41 +01:00 |
Mike Jolley
|
e5038e737e
|
Standards
|
2017-10-27 16:07:30 +01:00 |
Mike Jolley
|
35f5140e1c
|
Merge branch 'pr/17137'
|
2017-10-27 15:59:56 +01:00 |
Mike Jolley
|
47bb63733b
|
Standards
|
2017-10-27 15:59:47 +01:00 |
Mike Jolley
|
8695d46637
|
Merge branch 'pr/17041'
|
2017-10-27 15:35:43 +01:00 |
Mike Jolley
|
bfebd204ee
|
Code standards and better action names
|
2017-10-27 15:35:34 +01:00 |
Mike Jolley
|
2d021e3786
|
Merge pull request #17077 from grosssmutttr/patch-2
Update class-wc-widget-layered-nav.php - Avoid duplicate content
|
2017-10-27 15:19:48 +01:00 |
Mike Jolley
|
8fa6116ef6
|
Hide cat-parent class when category will show no children due to depth setting
Closes #17184
|
2017-10-13 12:50:49 +01:00 |
grosssmutttr
|
1ccec7d156
|
class-wc-widget-layered-nav.php - Crawling Budget
Additional optimization to save up crawling budget.
Added $link = str_replace('%2C', ',', $link); on line 513
https://mydomain.com/produkt-kategorie/my-category/?filter_filter-color=orange,black
If you add another filter it encodes the existing commas:
https://mydomain.com/produkt-kategorie/my-category/?filter_filter-color=orange%2Cblack&filter_manufacturer=adidas&filter_cut=men.children
So sometimes you have "," as seperator and sometimes you have encoded "%2C".
After implementing this pull-request the seperator stays ",":
https://mydomain.com/produkt-kategorie/my-category/?filter_filter-farbe=orange,black&filter_manufacturer=adidas&filter_cut=men.children
This pull request belongs to the optimization https://github.com/woocommerce/woocommerce/pull/17134 to save up crawling budget,
|
2017-10-11 14:47:00 +02:00 |
grosssmutttr
|
d9f0bd5e92
|
Keep link structure - prevent duplicate content
Added asort($current_filter) so the urls always look the same and there are not millions of urls possibilities when adding multiple filters.
Current url example:
https://myurl.com/produkt-kategorie/mycategory/?filter_filter-color=yellow,brown,blue,red
https://myurl.com/produkt-kategorie/mycategory/?filter_filter-color=yellow,blue,red,brown
https://myurl.com/produkt-kategorie/mycategory/?filter_filter-color=blue,yellow,red,brown
...
With asort you only have this url:
https://myurl.com/produkt-kategorie/mycategory/?filter_filter-color=blue,brown,red,yellow
So it is independent on the sequence a user adds a filter
|
2017-10-11 08:33:46 +02:00 |
claudiulodro
|
f1dac6f3ac
|
Use esc_js instead of addslashes
|
2017-10-09 11:37:09 -07:00 |
claudiulodro
|
97d7ae7df8
|
Missing semicolon
|
2017-10-09 11:16:24 -07:00 |
claudiulodro
|
2ccd44afa7
|
Translate "no matches" message
|
2017-10-09 11:10:32 -07:00 |
Claudiu Lodromanean
|
2b49125b46
|
Enable clearing for attribute filter widget (#17093)
* Enable clearing for attribute filter widget
* Multiselect variant doesnt need clear button
* Make code less ugly
|
2017-10-09 11:21:21 +01:00 |
grosssmutttr
|
52beb782c6
|
Update class-wc-widget-layered-nav.php - Avoid duplicate content
Added rel="nofollow" to the filters to avoid duplicate content.
|
2017-10-05 19:55:10 +02:00 |
Filipe Seabra
|
0dad12537b
|
Version was bumped
|
2017-10-04 12:54:00 -03:00 |
Filipe Seabra
|
872fed68dc
|
Added to new actions in content-widget-product.php so plugins can easily and specifacally do sth within product widgets. There's no issue/reference, sorry.
|
2017-10-03 17:52:36 -03:00 |
grosssmutttr
|
146fdff506
|
Update WC_Widget_Layered_Nav_Filters
Add rel="nofollow" to the URLs to avoid duplicate content.
|
2017-10-01 11:41:22 +02:00 |
Mike Jolley
|
d125739742
|
fix init
|
2017-09-16 12:37:29 -07:00 |
Claudio Sanches
|
c9dc585a7f
|
Fixed coding standards
|
2017-08-28 16:36:32 -03:00 |
Mike Jolley
|
55d75cdcb7
|
Add max depth option to widget
Closes #16132
|
2017-08-25 12:49:40 +01:00 |
Mike Jolley
|
ff5228e944
|
Standardise widget titles and descriptions
Follow the same pattern as core WP widgets, including title case.
Avoids terms like ‘layered nav’ which has no real meaning to new users.
|
2017-08-25 12:07:17 +01:00 |
Jaydeep Rami
|
3522857d23
|
Fix typo in WooCommerce plugin (#16135)
* Fixed typo
* Fixed more typo
* Fixed more typo
* Fix tyop
* Fix more typo
* Fix more typo
* Fix typo
* Fix typo
* Fix typo
* Fix typo datatime object
* Fix short name of compat
* Fix typo: update short name
* Fix typo "deactive" to "deactivate" and short BW - Compat
* Fix typo "Backwards compat"
* Fix typo 'parameters'
* Fix more typo 'pararmeters'
* Fix typo 'compund'
* FIx typo order
* Fix typo
* Fix typo 'incorrecly'
* Fix typo 'genarate'
* Fix typo 'reletive'
* Fix typo 'Handly'
* Fix typo 'rotatated'
* Fix typo
* Fix typo 'additonal'
* Fix typos
|
2017-07-17 11:10:52 +01:00 |
claudiulodro
|
4c4526424a
|
Remove race condition
|
2017-07-11 13:21:42 -07:00 |
Mike Jolley
|
70420db6fd
|
Spacing
|
2017-07-11 11:31:02 +01:00 |
Mike Jolley
|
a527a9566b
|
Add select2 to layered nav
|
2017-07-10 14:36:47 +01:00 |
Mike Jolley
|
0a3856c5cb
|
Merge branch 'master' into feature-13189
|
2017-07-10 13:24:42 +01:00 |
Claudio Sanches
|
6ad9987e0d
|
Merge pull request #15658 from woocommerce/update/15643
get_filtered_term_product_counts performance
|
2017-07-04 17:30:09 -03:00 |
Mike Jolley
|
67d13874ab
|
Add transient caching to get_filtered_term_product_counts to reduce large queries
|
2017-06-16 13:35:31 +01:00 |
Mike Jolley
|
db3b230ff6
|
Add filter to control rating HTML in widget
Closes #15624
|
2017-06-15 11:33:09 +01:00 |
Mike Jolley
|
4251d71dab
|
Hide replies from recent reviews widgets
Fixes #15307
|
2017-05-29 10:09:17 +01:00 |
Claudio Sanches
|
a58bd42dcf
|
Merge pull request #15172 from woocommerce/fix/15166
Correct price query when on a post type archive
|
2017-05-24 21:13:30 -03:00 |
Mike Jolley
|
47d7fedff8
|
Correct price query when on a post type archive
Fixes #15166
|
2017-05-19 11:19:30 +01:00 |
Rasmus Bengtsson
|
185934fad9
|
Fix phpdoc to include params and correct types
|
2017-05-15 13:50:52 +02:00 |
Claudio Sanches
|
26a6dfa803
|
Applied wc_get_star_rating_html() to rating filter widget
|
2017-04-28 20:01:01 -03:00 |