Commit Graph

2822 Commits

Author SHA1 Message Date
Patrick Garman b1883c81e3 Add woocommerce_default_order_status filter 2012-07-31 14:20:48 -05:00
Mike Jolley bb892727f3 notices 2012-07-31 15:04:05 +01:00
Mike Jolley eb532c342c add rewrite rule for attachments. Closes #875. 2012-07-31 14:56:30 +01:00
Mike Jolley c8033cef51 detect dupe coupons on save. Closes #1317. 2012-07-31 13:42:43 +01:00
Mike Jolley e86cbfe59e prevent notice when id is not set 2012-07-31 13:28:03 +01:00
Mike Jolley 27a1ae8ee8 Store customer IP and UA on purchase. Closes #1318. 2012-07-31 13:11:17 +01:00
Mike Jolley 2e96d554ce has_file() Closes #1275. 2012-07-31 12:58:00 +01:00
Mike Jolley a322a83a7d analytics tracking 2012-07-30 16:01:33 +01:00
Mike Jolley e2ee473453 Merge pull request #1316 from maxrice/ga_event_tracking
add google analytics event tracking for add to cart
2012-07-30 05:52:30 -07:00
Manos Psychogyiopoulos 595744cc39 Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-07-30 15:12:47 +03:00
Max Rice c7eed14159 add google analytics event tracking for add to cart
Revised implementation of GA event tracking after feedback on #1315.
Adds jQuery .click bind on add to cart buttons on both single product
pages and loop pages.

new filter:
woocommerce_ga_event_tracking_parameters - allows change of category,
action, or label parameters included in _trackEvent

closes #1256
2012-07-29 16:39:28 -04:00
Mike Jolley f0c499854c Missed one 2012-07-29 11:29:54 +01:00
Mike Jolley 0a5a03bf0c settings page slug. Closes #1306. 2012-07-29 11:21:17 +01:00
Mike Jolley 6386415c0f button enhancement. #1303 2012-07-29 11:04:15 +01:00
Mike Jolley df23549776 Merge pull request #1303 from patrickgarman/master
Actions & Filters for 3rd Party Plugins
2012-07-29 02:54:42 -07:00
Mike Jolley cb49e45ed6 readme 2012-07-29 10:48:26 +01:00
Patrick Garman 1360c8d8b0 Added do_action's to Orders panel to add custom buttons 2012-07-28 21:29:16 -05:00
Mike Jolley 0e885a61ea Merge pull request #1313 from maxrice/master
hide the order comments box on the admin order page if order comments are disabled
2012-07-28 14:56:10 -07:00
Max Rice 90f13390a5 hide admin order comments box if they are disabled 2012-07-28 08:46:25 -04:00
Coen Jacobs a617afec3e Rescan all language strings and updated .po and .mo files for next release 2012-07-27 17:39:48 +02:00
Mike Jolley d68ef09e06 Round the discount. Closes #1297.
With cart percent discounts, before tax, we do it per item to account
for varying tax rates.

We need to round these values so the totals match. This may result in a
1p more or less overall, but per item it is correct.
2012-07-27 15:11:09 +01:00
Mike Jolley 07e2d50363 PayPal standard: No longer using shipping_1 2012-07-27 13:59:51 +01:00
Mike Jolley 85a9df86f1 Tweak locale. Closes #1302. 2012-07-26 17:29:49 +01:00
Mike Jolley c77ce6b951 force double. Closes #1283. 2012-07-26 16:51:30 +01:00
Mike Jolley 417fd73ab1 undefined check. Closes #1294. 2012-07-26 15:43:47 +01:00
Mike Jolley b552e41f60 Tweak menu names. 2012-07-26 15:33:02 +01:00
Mike Jolley 5845b37ca2 settings api 2012-07-26 15:11:29 +01:00
Mike Jolley 977384b6f8 Merge pull request #1290 from ChuckMac/master
Add Title Setting To WC_Settings_API
2012-07-26 06:59:34 -07:00
Mike Jolley 67bf56c399 Merge pull request #1293 from kloon/master
Ability to hide meta data on cart
2012-07-26 06:30:30 -07:00
Mike Jolley 72a206e612 Merge pull request #1301 from scottbasgaard/master
Sequential Order Numbers Pro
2012-07-26 06:27:41 -07:00
Scott Basgaard f39c4e3626 Use esc_attr() instead of absint() sanitizing an order ID.
Extensions like Sequential Order Numbers Pro allow alphanumeric Order ID's.
2012-07-26 09:32:55 +02:00
Mike Jolley 8cdc3738c2 Removed session_name. Closes #1291. 2012-07-25 19:20:21 +01:00
Mike Jolley 6d7e06b500 Better caching support + mini-cart template 2012-07-25 18:59:12 +01:00
Mike Jolley fde5f594e3 Set price after refreshing variation costs 2012-07-25 17:24:17 +01:00
Mike Jolley b44e976320 Merge pull request #1289 from maxrice/master
fix woocommerce_disable_admin_bar
2012-07-25 08:23:25 -07:00
Mike Jolley a0ead8d5cf More tax report bits 2012-07-25 16:20:08 +01:00
Mike Jolley 5200cee01b checked for types 2012-07-25 13:38:28 +01:00
Mike Jolley fc15d177c5 Merge pull request #1288 from AaronHolbrook/fix_typos
Fixed typos (depreciate should be deprecate)
2012-07-25 03:32:47 -07:00
Mike Jolley ac5fdeb9c4 email tweaks 2012-07-25 11:28:42 +01:00
James Koster 6eb92e5735 Updated Swedish translation by Patric Liljestrand 2012-07-24 11:38:56 +01:00
Gerhard 96e078b99a Ability to hide meta fields on cart 2012-07-24 11:18:03 +02:00
ChuckMac 2c9512b153 Adding generate_title_html function 2012-07-23 14:43:38 -04:00
Max Rice 1a59f386bc fix woocommerce_disable_admin_bar
previous version left admin-bar.js loading in footer, this completely
removes the admin bar when a customer is logged in.
2012-07-23 14:18:07 -04:00
Aaron Holbrook b4a62dc49b Fixed typos (depreciate should be deprecate) 2012-07-23 13:14:02 -05:00
Mike Jolley ffb34fdc83 Fix up orders when not in a submenu 2012-07-23 13:56:05 +01:00
Mike Jolley 8bdc8482b2 wrong priority 2012-07-23 12:41:13 +01:00
Coen Jacobs 756241ea8d Merge pull request #1284 from AaronHolbrook/patch-1
Fixed typo
2012-07-22 13:45:47 -07:00
Aaron Holbrook e4146d4c30 Fixed typo 2012-07-22 10:16:51 -05:00
Mike Jolley ffec3a6036 Shipping calculator state box improvements 2012-07-22 14:44:01 +01:00
Mike Jolley 1f071fd8f4 selected state for variation options 2012-07-22 14:31:31 +01:00