Mike Jolley
30abed2f9e
Merge pull request #7375 from tamarazuk/rating-count-fix
...
Fix average product rating when ratings are not required
2015-02-12 00:04:26 +00:00
Mike Jolley
d2040eca4d
When updating shipping in cart, keep shipping calculator in DOM.
2015-02-11 23:25:31 +00:00
Tamara Zuk
7eaae2d561
Fix average product rating when ratings are not required
...
If ratings are not required, the total rating count was counting all
reviews which skewed the average rating. In other words, reviews with
no rating were counted as a “zero” rating in the average rating
calculation. This bug was introduced in
83a457b29c
which provided a fix for #6839 .
This change introduces a new product method `get_review_count()` which
can be used to accurately calculate the total number of reviews for a
product. Some instances of `get_rating_count()` were replaced with
`get_review_count()` where appropriate. Additionally, the
`single-product/rating.php` template was adjusted to display the
correct number of customer reviews and ratings in rich snippets. I’ve
also included the `bestRating` rich snippet detailed
[here](http://schema.org/AggregateRating ). The version number was
adjusted to 2.3.2 on that template as I think this is a larger change.
2015-02-11 17:55:16 -05:00
Claudio Sanches
a92156337b
Fixed the textdoamin in searchform
2015-02-10 10:41:38 -02:00
Michael Tieso
4750b68c01
Remove "any"
...
Sorry for the second PR. "any" is unnecessary.
Also corrected version number.
2015-02-02 20:54:20 -08:00
Michael Tieso
b4a83c471f
Fix grammer issue
...
doesn't= singular
don't= plural
2015-02-02 20:41:08 -08:00
Claudio Sanches
84edb9d8c6
Fixed admin cancelled order emails
2015-01-30 12:11:32 -02:00
Claudio Sanches
def250e912
Display taxes labels in order totals when order has refunded, closes #7229
2015-01-29 18:50:08 -02:00
Claudio Sanches
d0f4b43c96
Fixed payment actions executing multiple times, closes #7226
2015-01-29 16:36:05 -02:00
Claudio Sanches
afb19715d4
Prevented XSS in urls
2015-01-29 12:33:06 -02:00
Mike Jolley
f3cc45cfa9
Grammar corrections
...
Closes #7216
2015-01-28 17:15:48 +00:00
Mike Jolley
7f2a6b5e41
Fix pagination by preventing old query args from being re-added to the link
...
Fixes #7164
2015-01-20 09:43:56 +00:00
splashingpixels
244bd18d6c
changed order total to net total after refund to be consistent with backend order details ref #7138
2015-01-17 19:13:24 -08:00
splashingpixels
980695e7f0
added refund amount to order details template file closes #7138
2015-01-17 14:21:11 -08:00
James Koster
8a28054130
order review hooks
2015-01-06 15:01:24 +00:00
Mike Jolley
ca3d3f7f33
Fix logout endpoint
2015-01-06 14:07:26 +00:00
James Koster
f15a9ec10c
email padding
2015-01-02 13:16:15 +00:00
Claudio Sanches
a8f9392c43
Merge pull request #7031 from splashingpixels/pagination
...
fixes the encoding issue with pagination on default permalinks setting c...
2015-01-02 09:20:02 -02:00
James Koster
501923f01e
css coding standards
2015-01-02 09:28:25 +00:00
James Koster
ea7ef0bea0
email font family.
2015-01-02 09:26:45 +00:00
splashingpixels
08703842ee
fixes the encoding issue with pagination on default permalinks setting closes #7011
2015-01-01 14:15:47 -08:00
James Koster
c476f4ac9f
h1 spacing. #6358
2014-12-23 11:52:22 +00:00
James Koster
b58f669582
padding. #6358
2014-12-23 11:42:11 +00:00
James Koster
3abbeb4dae
paddings / margins. #6358
2014-12-23 11:37:14 +00:00
James Koster
9fd865351b
shadow. #6358
2014-12-23 11:33:30 +00:00
James Koster
e42c1d3d33
padding. #6358
2014-12-23 11:28:28 +00:00
James Koster
6f37b3f46d
radius. #6358
2014-12-23 11:25:31 +00:00
James Koster
3b2cbfee81
font family. #6358
2014-12-23 11:24:56 +00:00
Claudio Sanches
55258fc426
Fixed variable fields on frontend, closes #6868
2014-12-22 13:29:13 -02:00
Claudio Sanches
9d7f14b2a4
Merge branch 'master' of github.com:woothemes/woocommerce
2014-12-19 10:14:03 -02:00
Claudio Sanches
88d5997cda
Moved the "cart notes" before the "proceed to checkout" button, closes #6935
2014-12-19 10:12:31 -02:00
boohoogal
380769808a
Changes as proposed in #6949 .
2014-12-17 19:02:23 +00:00
Claudio Sanches
7450828304
Show the shipping calculator only in cart page
2014-12-10 15:40:18 -02:00
James Koster
ddc856880a
shipping calculator. #6412
2014-12-09 16:20:43 +00:00
Nicola Mustone
7aeb9d27bb
Retrive reviewers avatar using the email
...
Using the email will fix the wrong avatar issue occurring while creating manually the review from the admin panel.
2014-12-08 12:07:22 +01:00
Mike Jolley
72f41440dd
Fix purchase note output
...
Fixes #6835
2014-12-05 14:54:12 +00:00
Mike Jolley
fffc1c772b
Correctly show terms when attribute has outfit chars Closes #6872
2014-12-05 14:44:48 +00:00
Mike Jolley
25b1f03179
Merge pull request #6908 from franticpsyx/order_item_visible_filter
...
[2.3] Add order_item_visible_filter
2014-12-05 14:03:34 +00:00
Mike Jolley
508bfd5c06
Merge branch 'breadcrumbs-class'
...
Adds endpoint page titles for #5522
Fixes link back to endpoint pages and closes #6638
Avoids need for breadcrumb fix which closes #6834
Removes the need and closes #6834
Fixes #6840
2014-12-05 13:42:19 +00:00
Manos Psychogyiopoulos
df96a33f20
add order_item_visible_filter
...
In line with the existing 'cart_item_visible' filter.
2014-12-05 09:22:09 +02:00
MindyPostoff
fcad417762
Update form-tracking.php
2014-12-03 14:05:08 -05:00
MindyPostoff
76061f1676
Update form-tracking.php
2014-12-03 13:30:13 -05:00
Mike Jolley
eba8206540
Merge branch 'tax-coupon-handling' Closes #6830
...
Conflicts:
assets/js/admin/meta-boxes-order.min.js
includes/api/class-wc-api-coupons.php
includes/class-wc-cart.php
templates/checkout/review-order.php
2014-12-03 12:33:15 +00:00
Bryce
cb7e06ba8b
Change structure of check to appease claudio
2014-12-01 01:42:28 +07:00
Bryce
df95a6f016
check if offset exists in breadcrumb.php
...
Closes #6878
2014-12-01 01:21:42 +07:00
Mike Jolley
3415b5d7c0
In the cart, add variation selected data to the permalink.
...
Closes #6060
2014-11-27 15:04:24 +00:00
Mike Jolley
2cfaead676
Added numeric sort for attributes. Closes #5978
2014-11-27 14:49:02 +00:00
Mike Jolley
2e398a3a79
Decoupled the order summary and payments area. Both are updated independently via ajax fragments and can be moved around via actions. TEMPLATES OVERRIDING THESE TEMPLATES WILL NEED TO UPDATE THEIR FILES.
...
Closes #5781
Closes #6570
2014-11-26 14:19:53 +00:00
Mike Jolley
c3fb83d443
Append query string when removing item from cart to bust cache
...
Closes #6544
2014-11-26 10:56:51 +00:00
Mike Jolley
549d7ab2c0
Removed 'apply before tax' options for coupons - this should be the default core behaviour
2014-11-24 17:24:25 +00:00