Nicola Mustone
0fc973b5aa
undefined wc_error_count fix
2015-02-26 16:18:11 +01:00
Claudio Sanches
7674ca9ec3
Merge pull request #7570 from RistoNiinemets/master
...
fix email img border style typo
2015-02-26 11:48:10 -03:00
Risto Niinemets
798c1a9933
fix email img border style typo
2015-02-26 16:40:26 +02:00
Mike Jolley
66e13a9927
Filter object
2015-02-26 11:59:50 +00:00
Mike Jolley
7c279f278b
Add space after item name
2015-02-26 11:59:50 +00:00
Tamara Zuk
3525b0f193
Append status codes to wp_remote_post and wp_remote_get notes
2015-02-26 02:05:01 -05:00
Tamara Zuk
8e4259b915
System Status: Fix fatal error when `$response` is not an object
2015-02-26 01:50:42 -05:00
Tanel Jüris
d9a568bbea
Apply filters to product/tag terms when querying related products
2015-02-25 16:02:31 +02:00
Claudio Sanches
37882756d3
Fixed HTML entities for up-sells and cross-sells fields, closes #7553
2015-02-25 10:27:53 -03:00
Mike Jolley
3789824e2a
Merge pull request #7559 from woothemes/slash1andy-patch-1
...
Getting rid of space
2015-02-25 10:01:10 +00:00
slash1andy
21e3709174
Fixed 2 spaces that were wrong
...
minified CSS again after change
2015-02-24 22:59:31 -06:00
Andrew Wikel
35e1a4d2a2
Getting rid of space
2015-02-24 22:33:34 -06:00
Nick Ivanter
a1c9bac225
Allow custom CSS classes to be specified for [product] shortcode
...
This change allows custom CSS classes to be added to the output generated by the [product] shortcode. This is useful, for instance, when embedding a product into a regular post as an advertisement. With custom CSS classes, you can style it to be left or right aligned, floating, etc.
2015-02-24 23:32:35 +03:00
Mike Jolley
2006c7217e
Add reports menu item if user can access reports but not the main WC section.
...
Closes #7528
2015-02-24 12:29:03 +00:00
Mike Jolley
ba582c307b
Dashboard - use same query as reports Closes #7529
2015-02-24 12:18:56 +00:00
Mike Jolley
26487a5734
Fix - Settings API - allow multiselect fields to be emptied.
...
Closes #7542
2015-02-24 12:12:42 +00:00
Mike Jolley
d435eedbef
woocommerce_cart_totals_order_total_html
...
Closes #7544
2015-02-24 12:05:32 +00:00
Mike Jolley
d9455994c8
Use 30 days instead of year for transients to avoid bugs in memcache plugins.
...
Closes #7520
2015-02-24 12:02:56 +00:00
Mike Jolley
492c8e361b
No selected payment method? Check the first.
2015-02-24 10:43:11 +00:00
Claudio Sanches
cb780bb3fd
Merge branch 'master' of github.com:woothemes/woocommerce
2015-02-23 15:24:40 -03:00
Claudio Sanches
742a48c3eb
Fixed the json_search_products when the product title is numeric
...
@mikejolley
2015-02-23 15:23:53 -03:00
Mike Jolley
4c411a69e7
* Fix - Saving an order needs to save the discount amount ex. tax like
...
the cart.
* Tweak - Show discounts inc. tax when showing order totals inc. tax.
Closes #7532
@barrykooij @claudiosmweb How does this look? Looks like we were saving
order discounts inconsistent with the cart/checkout
2015-02-23 17:39:57 +00:00
Claudio Sanches
e44f4d3e5c
Merge pull request #7537 from corsonr/email_styles_fix
...
Fixed email style color var
2015-02-23 13:50:30 -03:00
Remi Corson
329240e4f3
Fixed email style color var
2015-02-23 17:47:57 +01:00
Claudio Sanches
d2b5827259
Merge pull request #7534 from roykho/system-status
...
add hook to system status report so 3rd party items can display debug in...
2015-02-23 13:17:37 -03:00
roykho
c9a84030bb
add hook to system status report so 3rd party items can display debug info there
2015-02-23 07:07:14 -08:00
Mike Jolley
41f438c0b2
Generate hook docs
2015-02-23 14:40:16 +00:00
Mike Jolley
2ffcc65cd5
Remove mapping for get_product_search_form filter
2015-02-23 11:45:47 +00:00
Mike Jolley
2657ed251c
Adjust syntax
2015-02-23 11:45:34 +00:00
Mike Jolley
faf8360c70
Only show upgrade notice to people < 2.3
...
Closes #7527
2015-02-23 11:28:18 +00:00
Mike Jolley
df710c2705
Merge pull request #7515 from jamesgol/dirtysession
...
Mark session clean after commiting data
2015-02-23 11:06:50 +00:00
Mike Jolley
5d715a4c0b
Merge pull request #7521 from pjv/fix-BadMethodCallException
...
fix BadMethodCallException
2015-02-23 11:06:00 +00:00
Mike Jolley
68fd1589c7
Merge pull request #7511 from piotr-szczygiel/product-categoty-shortcode-hook
...
Product categoty shortcode hook
2015-02-23 11:04:44 +00:00
Mike Jolley
3623d82881
Fix compound tax unit test #7525
2015-02-23 11:03:06 +00:00
Mike Jolley
4d2b2defaa
Merge pull request #7525 from kilbot/master
...
Compound tax calculation test
2015-02-23 10:30:41 +00:00
Paul Kilmurray
cb12623fa7
Compound tax calculation test
...
There is either an error in the calculation for compound taxes, or
there is something wrong with my understanding of how compound taxes
should work - I’m definitely not discounting the later.
Given a price of $9.99 exclusive of tax, applying a 10% tax will give
9.99 + 0.999 = 10.989. Then applying a compound tax of 2% should give
10.989 + 0.2198 = 11.2088.
The result of the WC_Tax::calc_tax on the 2% compound tax is 0.1998
which seems to be in error.
Likewise for prices exclusive of tax.
Note: rounding to 4 decimal places on all calculations
2015-02-23 14:40:10 +08:00
pjv
1cdc3174ca
fix BadMethodCallException
...
receiving lines like this in the php error log:
Fatal error: Uncaught exception 'BadMethodCallException' with message 'Call to a member function get_formatted_name() on a non-object (boolean)' in /var/www/example.com/htdocs/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php:484\nStack trace:\n#0 /var/www/example.com/htdocs/wp-admin/includes/template.php(1044): WC_Meta_Box_Product_Data::output()\n#1 /var/www/example.com/htdocs/wp-admin/edit-form-advanced.php(600): do_meta_boxes()\n#2 /var/www/example.com/htdocs/wp-admin/post.php(209): include()\n#3 {main}
The error resulted in a WSOD when trying to edit some products.
2015-02-22 09:01:37 -07:00
James Golovich
44d2552798
Mark session clean after commiting data
...
If someone is calling save_data() manually in addition to WooCommerce calling it the data is saved twice regardless of
any new data.
2015-02-20 23:55:24 -08:00
Claudio Sanches
b25e51dbe6
Merge pull request #7514 from prowp/patch-1
...
Allow filter for breadcrumb terms
2015-02-20 23:25:37 -02:00
John Russell
112a01e54d
Altered naming convention
2015-02-20 18:17:03 -07:00
Claudio Sanches
0148a1bd86
[API] Fixed the variable product managing_stock variable, closes #7513
2015-02-20 23:01:26 -02:00
John Russell
f9db9eac77
Allow filter for breadcrumb terms
...
In some cases we may want to specify a primary term for breadcrumbs. This change would allow that to be done via a filter.
2015-02-20 17:57:25 -07:00
Piotr Szczygiel
ac7348d69d
added 'before' hook as well
2015-02-20 21:32:13 +01:00
Piotr Szczygiel
996f915919
Merge remote-tracking branch 'origin/master' into product-categoty-shortcode-hook
2015-02-20 21:30:25 +01:00
Claudio Sanches
4b9eec9cf3
Merge branch 'master' of github.com:woothemes/woocommerce
2015-02-20 14:24:36 -02:00
Mike Jolley
ec81ed8312
Version bumps
2015-02-20 16:19:39 +00:00
Claudio Sanches
bb8ef2a51f
POT
2015-02-20 14:19:20 -02:00
Mike Jolley
6c9562112f
Fix Related post offset.
2015-02-20 16:17:45 +00:00
Mike Jolley
321d38be0a
Round report values.
...
Closes #7505
2015-02-20 12:27:55 +00:00
Mike Jolley
2a90208f93
Cross/up-sells should not search variations.
...
Closes #7502
2015-02-20 12:12:03 +00:00