Mike Jolley
0afc0c02ff
Reports
2013-06-28 17:33:37 +01:00
jprieton
6acf17caf5
Hint on documentation of function get_product()
...
The hint actual says that return void, changed to WC_Product_Simple because $woocommerce->product_factory->get_product() returns WC_Product_Simple, this change is useful for IDEs autocomplete hints
2013-06-28 11:43:36 -04:30
Mike Jolley
9523333026
Hide report for now.
2013-06-28 13:23:46 +01:00
Coen Jacobs
9bcf44106c
Also apply #3405 to master branch
2013-06-28 13:10:44 +02:00
Mike Jolley
b7d562f27a
Flush after add/edit Closes #3387
2013-06-28 11:28:05 +01:00
Mike Jolley
400fd1538b
input instead of :checkbox Closes #3408 .
2013-06-28 11:22:12 +01:00
Mike Jolley
06bf190599
public false for taxonomies. Closes #3373 .
2013-06-28 11:17:56 +01:00
Mike Jolley
a9569ccd6f
Only allow those who can edit the post to add drafts to cart. For testing. Closes #3381
2013-06-28 11:14:21 +01:00
Mike Jolley
e6db7d2c0c
Set session after removing item. Closes #3382 .
2013-06-28 11:03:12 +01:00
Mike Jolley
e296c9d538
woocommerce_new_order_note_data Closes #3379
2013-06-28 10:50:05 +01:00
Mike Jolley
5be00f2d32
Drop ucwords Closes #3369 .
2013-06-28 10:30:32 +01:00
Mike Jolley
d0b6483037
Dump coupon helper and add new functions. Closes #3353 .
2013-06-28 10:23:20 +01:00
Mike Jolley
c9f051dee2
Cart empty classes. Closes #3357 .
2013-06-28 10:10:13 +01:00
Mike Jolley
9f5f81c1aa
cat-parent without extra query. Closes #3355 .
2013-06-28 10:07:18 +01:00
Mike Jolley
f8f3f8a660
Fix sale expiration for variations. Closes #3321 .
...
@coenjacobs might be useful for .13
2013-06-28 09:58:07 +01:00
Mike Jolley
7b38ad6d77
Merge pull request #3372 from helgatheviking/feature/variable-pricing-meta-tr-class
...
add a class to the variable pricing table row
2013-06-27 16:42:38 -07:00
Mike Jolley
03ee1c29e5
Merge pull request #3385 from helgatheviking/feature/variable-bulk-edit-js
...
use switch case for variation bulk edit. add action hook for new cases (for #3383 )
2013-06-27 16:41:28 -07:00
Mike Jolley
8816161db1
Merge pull request #3406 from kloon/master
...
Extension changelog version info checking
2013-06-27 16:39:09 -07:00
Mike Jolley
106666c6aa
Merge pull request #3395 from CoachBirgit/master
...
edit german formal and add admin language files
2013-06-27 16:38:38 -07:00
Mike Jolley
5924021518
Merge pull request #3390 from swicks/master
...
Fails to activate
2013-06-27 16:37:27 -07:00
Mike Jolley
72bb335662
by category
2013-06-27 21:34:18 +01:00
Mike Jolley
6f5200de1b
By cat
2013-06-27 18:39:55 +01:00
Mike Jolley
b9837c2ecd
Sales by product
2013-06-27 16:12:17 +01:00
Gerhard
1df330a3e2
Change changelog URL for extension version info to new cloudfront url
2013-06-27 11:33:08 +02:00
Mike Jolley
dcee729de4
class based reports - top sellers and earners, added cache based on query hash
2013-06-26 15:11:33 +01:00
Coen Jacobs
c038f396f9
Merge remote-tracking branch 'origin/release-2-0-12'
...
Conflicts:
assets/js/frontend/checkout.min.js
classes/widgets/class-wc-widget-best-sellers.php
classes/widgets/class-wc-widget-onsale.php
classes/widgets/class-wc-widget-random-products.php
classes/widgets/class-wc-widget-recent-products.php
classes/widgets/class-wc-widget-recently-viewed.php
readme.txt
woocommerce.php
2013-06-26 12:07:12 +02:00
Coen Jacobs
a55556332c
Extra escaping on layered nav href to prevent injection
2013-06-26 11:44:35 +02:00
Mike Jolley
16db627a7e
Better averages, and fixed stats for the day
2013-06-25 15:46:41 +01:00
Mike Jolley
d30f6b55f2
Reports + sparklines
2013-06-25 14:59:20 +01:00
Mike Jolley
d7cfe05daf
More charts work
2013-06-24 17:47:28 +01:00
Birgit Olzem
448500d16a
edit german formal language
2013-06-24 12:20:42 +02:00
Birgit Olzem
18230e2d5e
add admin translation
2013-06-24 12:20:17 +02:00
Mike Jolley
77520f4bd6
Merge pull request #3389 from neilpie/master
...
Simples
2013-06-22 07:35:17 -07:00
swicks
56741cbebf
WooCommerce fails to Activate
...
declared $helpers as a blank array
(to keep things tidy) removed $this->helpers from init().
2013-06-22 13:17:35 +01:00
Neil Pie
687e1fb06a
Update add-to-cart-variation.js
2013-06-22 14:00:37 +02:00
Mike Jolley
26a7e09478
Correct sanitization of option fields.
...
@coenjacobs if we do do another maintainence release, this one would be
beneficial
2013-06-22 12:06:02 +01:00
Mike Jolley
111011e8a6
flot min
2013-06-22 11:44:18 +01:00
Mike Jolley
9d37e5bf92
Stripslashes
2013-06-22 11:43:57 +01:00
Mike Jolley
0e29b31fcb
Work on charts/reports
2013-06-22 11:37:59 +01:00
Kathy Darling
04c071f855
use switch case for variation bulk edit. add action hook for new cases
2013-06-21 12:52:37 -05:00
Kathy Darling
3bc521db0d
add a class to the variable pricing table row
2013-06-20 10:05:41 -05:00
Mike Jolley
fc104fc84b
Post types need to exist first
2013-06-20 12:05:11 +01:00
Mike Jolley
1ff10d6ccf
Enable for all taxonomies
2013-06-20 12:05:11 +01:00
Mike Jolley
be7d7005d3
Styling tweaks for cart item meta
2013-06-20 12:05:11 +01:00
Mike Jolley
f45335c7dd
Merge pull request #3364 from samuelaguilera/master
...
Changed ISO code for Ceuta (CE) according with http://es.wikipedia.org/wiki/ISO_3166-2:ES
2013-06-20 01:20:21 -07:00
samuelaguilera
0e4d2a94d0
Changed ISO code for Ceuta (CE) according to http://es.wikipedia.org/wiki/ISO_3166-2:ES
2013-06-20 02:22:45 +03:00
Mike Jolley
efb7c98067
woocommerce_product_review_list_args
2013-06-18 11:02:06 +01:00
Coen Jacobs
8ec3ee7a85
2.0.12 version bump
2013-06-17 16:26:29 +02:00
Coen Jacobs
0d554994e6
Add actions for attribute create/update/delete
...
As committed on master branch via:
- https://github.com/woothemes/woocommerce/pull/3298
2013-06-17 16:15:24 +02:00
James Koster
4eedd9b195
dummy data csvs. closes #3119
2013-06-17 14:00:05 +01:00