Mike Jolley
858465b991
Fix lightbox Closes #2451 .
2013-02-14 17:12:21 +00:00
Mike Jolley
1ccd60d2cf
Force_ssl handling #2442
2013-02-14 17:00:26 +00:00
Mike Jolley
18ab00d10d
escape for #2441
2013-02-14 16:50:45 +00:00
Mike Jolley
24fff87877
Merge pull request #2441 from yitzchak/patch-2
...
Update classes/integrations/google-analytics/class-wc-google-analytics.p...
2013-02-14 08:26:34 -08:00
Mike Jolley
b9b8a1480b
Merge pull request #2447 from neilpie/master
...
Order Total bug in admin
2013-02-14 07:40:41 -08:00
Mike Jolley
a0393f3a52
Resume failed orders
2013-02-14 15:37:05 +00:00
Neil Pie
4f8ace7120
Fixes Order Total bug
2013-02-14 11:26:36 +00:00
Mike Jolley
52f4e66942
readme #2444
2013-02-14 10:08:57 +00:00
Mike Jolley
aa5f99ed82
Merge pull request #2444 from kukac7/master
...
hungarian translation v0.2
2013-02-14 02:08:45 -08:00
Mike Jolley
5ed148562a
Merge pull request #2445 from thenbrent/master
...
Fix woocommerce_cancel_unpaid_orders() comparion date
2013-02-14 02:07:24 -08:00
Mike Jolley
998cf81f85
And update user user obj
2013-02-14 09:44:17 +00:00
Mike Jolley
d99158c01a
Change pass filters.
2013-02-14 09:42:36 +00:00
Brent Shepherd
9cba9551e2
Fix woocommerce_cancel_unpaid_orders()
...
Cancel orders placed more than an hour in the past, not orders
placed between now & 1 hour in the future.
2013-02-14 15:20:46 +10:00
kukac7
0ed103361c
hungarian translation v0.2
2013-02-14 00:02:33 +01:00
yitzchak
a0dfdad79b
Update classes/integrations/google-analytics/class-wc-google-analytics.php
...
Added SKU tracking for shop loop
2013-02-13 14:31:21 -05:00
yitzchak
2086c66d22
Update templates/loop/add-to-cart.php
...
Added data-product_sku attribute to allow SKU tracking in analytics from shop loop.
2013-02-13 14:29:33 -05:00
yitzchak
c8bb71c2c7
Update classes/integrations/google-analytics/class-wc-google-analytics.php
...
Added use of product SKU to "Add to cart" event.
2013-02-13 13:35:10 -05:00
James Koster
5e8fc500c9
success icon
2013-02-13 15:56:47 +00:00
James Koster
ee88c23b7f
remove button no longer uses image
2013-02-13 15:19:44 +00:00
Mike Jolley
66666f6bd8
API endpoints - some gateways don't like query strings
2013-02-13 12:38:19 +00:00
James Koster
d135a2158c
admin star rating calc
2013-02-13 12:05:20 +00:00
James Koster
2705bc47b8
admin star ratings
2013-02-13 12:00:59 +00:00
James Koster
6e47b24958
scripts title
2013-02-13 11:44:40 +00:00
Mike Jolley
60e3628076
Hook on order creation. Closes #2438 .
2013-02-13 09:38:54 +00:00
Mike Jolley
30e6beb861
Fix buttons and externals. Closes #2437 .
2013-02-13 09:29:00 +00:00
Mike Jolley
0b46347efc
Prevent notices.
2013-02-12 13:52:50 +00:00
Mike Jolley
0efa9d1792
#2430 get_called_class with product type fallback for 5.2
2013-02-12 12:15:49 +00:00
James Koster
7bbab42327
Cascading Stylesheet Styles :-)
2013-02-12 11:51:39 +00:00
Mike Jolley
29eb289c3b
Tweak messages #2430
2013-02-12 11:49:26 +00:00
Mike Jolley
8bc3a0934a
Merge pull request #2432 from thenbrent/deprecated-paypal-class
...
Add deprecated WC_Paypal class
2013-02-12 02:55:15 -08:00
Mike Jolley
3a734e230e
Merge pull request #2431 from thenbrent/deprecated-find-rate-args
...
Deprecate old params for WC_Tax->find_rates()
2013-02-12 02:55:02 -08:00
Mike Jolley
3a43c231f5
Revert "Remove deprecated loop-shop"
...
This reverts commit 927229a835
.
2013-02-12 10:54:40 +00:00
Mike Jolley
60e52751d7
Revert "deprecated"
...
This reverts commit f5f9db1c87
.
2013-02-12 10:54:40 +00:00
Andrew Benbow
e7c0834b90
Update classes/widgets/class-wc-widget-product-categories.php
...
Title correction
2013-02-12 10:51:42 +00:00
Mike Jolley
d1e4fd0f4d
Merge pull request #2427 from yitzchak/patch-1
...
Update admin/woocommerce-admin-reports.php
2013-02-12 02:37:10 -08:00
kukac7
28d93c6e6f
v0.1.8
2013-02-12 10:37:20 +01:00
Brent Shepherd
24081effd6
Deprecate old params for WC_Tax->find_rates()
...
Instead of quietly ignoring params passed in the WC 1.x order for
WC_Tax->find_rates(), check for their existance, throw a deprecated
notice & massage them into the WC 2.0 structure.
2013-02-12 17:00:10 +10:00
Brent Shepherd
1c4c5d8da4
Add deprecated WC_Paypal class
...
WC_Paypal was removed in 2.0 in favour of WC_Gateway_Paypal, this
patch deprecates the original WC_Paypal class & returns an instance
of the WC_Gateway_Paypal object instead of potentially causing a
fatal error.
2013-02-12 16:46:56 +10:00
kukac7
786e98482c
v0.1.7
2013-02-11 22:14:56 +01:00
yitzchak
06d252c9ae
Update admin/woocommerce-admin-reports.php
...
Filter woocommerce_reports_order_statuses provides ability to add other order statuses to reports, but links to edit orders from reports still refer to only base types of completed, processing, and on-hold.
Added use of woocommerce_reports_order_statuses filter to all links to edit.php to fix this.
2013-02-11 12:56:05 -05:00
Mike Jolley
3a0413ddbc
Template overrides in debug
2013-02-11 17:22:22 +00:00
Mike Jolley
dc835c5044
Readme for #2426 .
2013-02-11 16:48:01 +00:00
Mike Jolley
49db2507aa
Merge pull request #2426 from wpbrasil/master
...
Fixing localization pt-BR
2013-02-11 08:45:40 -08:00
Mike Jolley
8c50c320ac
Added notices for theme support. current_theme_supports( 'woocommerce' )
2013-02-11 16:34:13 +00:00
Fernando Daciuk
15731e7b93
LESS Returning to the current version.
2013-02-11 13:50:51 -02:00
Mike Jolley
6bcb33f74a
Fix reviews Closes #2378 .
2013-02-11 15:37:26 +00:00
Fernando Daciuk
34a5d3a3e1
Fixing localization pt-BR
2013-02-11 13:18:10 -02:00
Fernando Daciuk
f54c1baa6c
Fix load_textdomain in woocommerce.php
2013-02-11 13:16:24 -02:00
kukac7
21cd09ef01
v.0.1.6
2013-02-11 16:08:48 +01:00
Mike Jolley
6a24222dfb
Settings should be an array
2013-02-11 15:07:51 +00:00