Mike Jolley
|
04a304e81c
|
Get rid of anything shop_order_status related
|
2014-05-30 17:45:11 +01:00 |
toddlahman
|
13c24b410e
|
Removed (document).ready from jQuery scripts
jQuery(document).ready(function($) { is equivalent to calling
jQuery(function($) {.
http://api.jquery.com/ready/
|
2014-01-30 18:44:17 -08:00 |
Scott Basgaard
|
5b4ef0b8bd
|
Class name consistency for woocommerce_attributes > product_attributes. See #4019
|
2013-11-01 13:06:14 -04:00 |
Mike Jolley
|
d1b020b661
|
Add a script to add support for RTL when enabled to fix chosen. Fixes #3604
@coenjacobs maybe for .14?
|
2013-09-02 14:22:53 +01:00 |
Mike Jolley
|
e01df544ec
|
Reworked total templates to support coupon lines, and started support for multiple shipping methods per order.
@todo store shipping methods in the order
@todo test with PP shipping real world
cc @coe
|
2013-08-14 21:00:34 +01:00 |
Mike Jolley
|
03af136986
|
Separate ship to options from sell to. Closes #3215.
|
2013-08-02 16:54:28 +01:00 |
Mike Jolley
|
f295a5d568
|
Merge branch 'Charts/Reports' Closes #3281
|
2013-07-18 14:08:27 +01:00 |
Mike Jolley
|
6f5200de1b
|
By cat
|
2013-06-27 18:39:55 +01:00 |
Mike Jolley
|
b67232b7f3
|
Update chosen Closes #3258.
|
2013-05-31 18:10:00 +01:00 |
James Koster
|
3c1ad56bcd
|
Re-applied image setting tooltips
|
2013-03-07 12:49:51 +00:00 |
Mike Jolley
|
8936ad0c9b
|
Update chosen, closes #2594
|
2013-03-05 19:17:53 +00:00 |
Mike Jolley
|
f7dd3eea65
|
Strings. Closes #2385.
|
2013-02-08 15:11:10 +00:00 |
Mike Jolley
|
dd1b73a6f2
|
Chosen update Closes #2129.
|
2013-01-03 10:33:08 +00:00 |
Mike Jolley
|
dbc8279dbd
|
ajax customer select
|
2012-08-01 13:43:50 +01:00 |
Mike Jolley
|
30b8ddaf1d
|
Split up frontend scripts so they can be loaded when needed.
|
2012-07-17 15:09:18 +01:00 |