Mike Jolley
c97aeaf533
use wp api for meta, and done the checkout
2012-10-19 18:59:17 +01:00
Mike Jolley
48da8e2e56
Add and remove order items
2012-10-19 15:05:23 +01:00
Mike Jolley
a11804a61f
add/remove/save meta
2012-10-18 18:56:28 +01:00
Coen Jacobs
263139e173
[3.2.3] XSS #1575
2012-10-16 15:35:17 +02:00
Mike Jolley
8c3ad31c07
Localisation spacing.
2012-10-16 10:45:33 +01:00
Mike Jolley
f7e5dec1c4
[3.2.3] XSS #1575
2012-10-16 10:11:50 +01:00
Coen Jacobs
c75e044399
[3.2.2] Do not esc_ credentials before auth or register #1575
...
Could possibly have if the user is created by the widget, they can
login only via the widget and visa versa.
2012-10-15 14:08:33 +02:00
Coen Jacobs
135b8ace58
[3.2.1] Magic number 49 to constant #1575
2012-10-15 13:12:31 +02:00
Coen Jacobs
943091d2ca
[3.1.4] Prevent direct access to files #1575
2012-10-15 12:57:58 +02:00
Coen Jacobs
1e3dfb13e9
[3.1.2] Esc callback variable before output #1575
2012-10-15 12:15:57 +02:00
Coen Jacobs
74cfa6bcdf
Introducing woocommerce_json_search_found_products filter
...
- Allows you to filter the merged post arrays in the Ajax request
before it is json_encode echo'ed
- Related to #1579
2012-10-09 15:32:49 +02:00
Mike Jolley
9c560e768c
refactor variation data
2012-10-08 09:59:02 +01:00
Mike Jolley
ead3e8313e
Final image handling tweaks.
2012-10-05 19:02:02 +01:00
Mike Jolley
7c724f4ea4
Fix for previous commit
2012-10-04 18:33:35 +01:00
Mike Jolley
dd4ce13455
invalid query fix.
2012-10-04 18:11:37 +01:00
Mike Jolley
7236192711
Work on the product images panel. Closes #1504 .
2012-10-04 18:09:18 +01:00
Mike Jolley
cb2b935788
Tax expansion to allow city taxes, #94
2012-09-23 17:16:39 +01:00
Mike Jolley
aaeb0ec0fb
Calc totals. Closes #883 .
2012-09-18 19:07:18 +01:00
Mike Jolley
584c65eeb0
Session fixes
2012-09-12 12:48:30 +01:00
Mike Jolley
fdd34e5c0e
session -> transient WIP
2012-09-07 18:26:13 +01:00
Mike Jolley
4c4bc9f5d2
Multi download features, and added the expirey back.
2012-09-06 16:16:16 +01:00
Justin Stern
9217ca09e0
Support for Multiple Downloads
...
Support for multiple downloadable files per product: both simple and
variable. This includes all admin, frontend, and database modification
code required for allowing multiple files, while maintaining backwards
compatibility for existing single-file download URLs and templates.
2012-08-28 11:21:54 -04:00
Mike Jolley
6c3b3f41a8
Clear transients. Closes #1415 .
2012-08-25 11:09:53 +01:00
Mike Jolley
555cd9af60
replaced some date() with i18n. Closes #1428 .
2012-08-25 10:20:56 +01:00
Mike Jolley
f03eec03a8
Ajax docs
2012-08-14 23:43:54 +01:00
Max Rice
e9a75830c8
added hooks to support analytics plugins
...
successful ajax add to cart : woocommerce_ajax_added_to_cart,
$product_id
added valid coupon: woocommerce_applied_coupon, $coupon_code
reorded : woocommerce_ordered_again, $order->id
tracked order : woocommerce_track_order, $order->id
calculated shipping on cart : woocommerce_calculated_shipping
2012-08-05 12:42:25 -04:00
Mike Jolley
58dd2aca67
search sku. Closes #1334 .
2012-08-03 18:19:35 +01:00
Mike Jolley
d16fd5acb0
ajax filter for orders page
2012-08-01 13:43:50 +01:00
Mike Jolley
dbc8279dbd
ajax customer select
2012-08-01 13:43:50 +01:00
Mike Jolley
c77ce6b951
force double. Closes #1283 .
2012-07-26 16:51:30 +01:00
Mike Jolley
5cb6354945
tax fix
2012-06-21 13:06:48 +01:00
Mike Jolley
cb1f1f9a28
Allow html in notes and use textarea. Closes #1171 .
2012-06-20 18:19:35 +01:00
Mike Jolley
0cbb2c0627
Sidebar login jsonp. Closes #1093 .
2012-06-10 15:14:03 +01:00
Mike Jolley
c6d6fd7901
ajax coupon form. Closes #1061 .
2012-06-10 12:40:07 +01:00
Mike Jolley
458c4ef9e8
tweak ordering
2012-05-25 12:34:33 +01:00
Mike Jolley
db61858476
should use billing
2012-05-12 18:45:26 +01:00
Mike Jolley
2cac2f9d68
Drag and drop ordering for products. Closes #95 . Closes #995 .
2012-05-08 20:30:18 +01:00
Mike Jolley
2769dd490c
Tweak feature code
2012-04-20 11:02:29 +01:00
Mike Jolley
5438b79c35
get children when searching for products
2012-04-16 13:52:28 +01:00
Mike Jolley
effe09e910
thumbnails on order page
2012-04-12 18:14:46 +01:00
Mike Jolley
b5ed56c82d
Hooks for WPML
2012-04-12 11:25:50 +01:00
Coen Jacobs
29dee59fde
Merge pull request #915 from favrik/master
...
My approach to fix #914
2012-04-11 07:15:20 -07:00
Mike Jolley
b9bec0be75
show_shipping. Closes #901 .
2012-04-11 13:08:04 +01:00
favrik
51fcae6920
Fix downloadable product permissions sql query when access_expires is null
2012-04-10 14:37:29 -07:00
Mike Jolley
748dd13b85
Chosen and order items
...
Updated chosen to latest version, reworked styles, made the item adder
on the order screen an ajax input.
Also ditched some un-needed css.
2012-04-10 01:39:31 +01:00
Mike Jolley
e19f46c79d
Add new terms + printf vs echo sprintf Closes #138 .
2012-04-09 00:57:38 +01:00
Mike Jolley
bcec344c27
data tip. Closes #841 .
2012-03-20 19:40:52 +00:00
Mike Jolley
e838a420eb
Ajax + Cross seels. TODO: ajax chosen is slightly buggy
2012-03-12 17:26:11 +00:00
Mike Jolley
32e7140517
Improved coupon product id input. Closes #157 .
2012-03-06 17:28:08 +00:00
Mike Jolley
292ba4a70c
Translatable numbers. Closes #752 .
2012-03-05 10:15:19 +00:00