Commit Graph

5861 Commits

Author SHA1 Message Date
Mike Jolley daea1e827c Merge pull request #4094 from robdvr/master
Ability to add custom input classes
2013-11-13 04:18:19 -08:00
Mike Jolley 044f92fe41 Merge pull request #4096 from scottbasgaard/master
Use $_product object instead of undefined $product_id for downloadable p...
2013-11-13 04:15:22 -08:00
Mike Jolley e9c38153e5 Merge pull request #4101 from franticpsyx/variation_is_visible
Fix invisible variations when get_price is filtered and set to (double) 0.
2013-11-13 04:15:04 -08:00
Mike Jolley 35fc728090 Login form hooks Closes #4059 2013-11-13 12:12:27 +00:00
Mike Jolley 2c25568e21 Filter for adding login erorrs #4059 2013-11-13 12:12:27 +00:00
Mike Jolley f1e6900359 Hooks before and after deleting order items #4059 2013-11-13 12:12:27 +00:00
Mike Jolley b116d7619d Ex tax calcs Closes #4100 2013-11-13 12:12:27 +00:00
Mike Jolley 814d21c20e Code standards 2013-11-13 12:12:27 +00:00
Mike Jolley 9c83947613 Notice on no shop page 2013-11-13 12:12:27 +00:00
Mike Jolley dbdf66aec0 Multiselect 2013-11-13 12:12:26 +00:00
Manos Psychogyiopoulos fd2a812e6d Fix invisible when get_price is filtered and set to double 0. 2013-11-13 13:58:24 +02:00
James Koster 81122c1d1c handlediv. closes #4098 2013-11-13 10:02:04 +00:00
Scott Basgaard 8a45886a4c Use $_product object instead of undefined $product_id for downloadable permissions. Fixes #4095 2013-11-12 23:37:39 -05:00
Rob Davarnia f92f5bfe81 Ability to add custom input classes 2013-11-12 13:14:14 -08:00
Mike Jolley f7c3362e8a Update variations when the term slug changes Closes #4077 2013-11-12 20:25:26 +00:00
Mike Jolley 0edb128022 Merge pull request #4088 from jpBenfica/patch-3
Update woocommerce-pt_PT.po
2013-11-12 11:03:02 -08:00
Mike Jolley 5bfffb8554 Merge pull request #4089 from scottbasgaard/master
Update tools wp_nonce_url() to correct page.
2013-11-12 11:02:36 -08:00
Mike Jolley 0b715bdce8 Merge pull request #4091 from ragulka/estonian-translation
Update estonian translation. Fixes minor typos
2013-11-12 11:02:18 -08:00
Mike Jolley ea05881af9 Conflicts 2013-11-12 17:46:22 +00:00
Mike Jolley 3fd02a57d0 Locales - store standardised values, and display using locale in admin #3862 2013-11-12 17:43:30 +00:00
James Koster f50e741397 fix handledivs in meta boxes #4042 2013-11-12 17:01:13 +00:00
James Koster 202c16087b variations tables #4042 2013-11-12 16:50:26 +00:00
James Koster 999c250614 attributes meta box #4042 2013-11-12 16:41:29 +00:00
James Koster 86316f9f01 checkboxes on variable products #4042 2013-11-12 16:34:44 +00:00
James Koster 15d49d512b mp6 shortcode icon #4042 2013-11-12 16:26:46 +00:00
James Koster fbf738b334 actions colour in products list #4042 2013-11-12 16:19:03 +00:00
James Koster d11d137162 add-ons. closes #4044 2013-11-12 16:15:09 +00:00
Illimar Tambek 8cf6a5cdb5 Update estonian translation. Fixes minor typos 2013-11-12 16:15:05 +02:00
Mike Jolley 6bcee46ffb Convert float to string during update post meta #3862 2013-11-12 12:01:05 +00:00
Scott Basgaard 71c2012c1b Add missing message when clearing sessions
All other actions add a message from tools
2013-11-11 13:48:36 -05:00
Scott Basgaard c712e1414a Update tools wp_nonce_url() to correct page. 2013-11-11 13:20:03 -05:00
jpBenfica 707a6fea1a Update woocommerce-pt_PT.po 2013-11-11 15:51:57 +00:00
Mike Jolley 7179417d0f Better locale report #3862 2013-11-11 15:41:32 +00:00
Mike Jolley 70e2a05bd6 wpautop when displaying values #3926 2013-11-11 13:50:36 +00:00
Mike Jolley 5f62c532c3 Clean up formatting in admin - use autop #3926 2013-11-11 13:50:36 +00:00
Mike Jolley a60505ca26 Merge pull request #4081 from claudiosmweb/fix_4072
Rating custom field for Reviews/Comments
2013-11-11 04:33:50 -08:00
Mike Jolley 93f65c566b Merge pull request #4085 from nsitbon/master
Minor fixes on French translation
2013-11-11 04:30:31 -08:00
Nicolas Sitbon 562ef9493c Minor fixes on French translation 2013-11-10 09:33:44 +01:00
claudiosmweb e04dadd8d9 added rating meta box for comments, fix #4072 2013-11-08 17:19:42 -02:00
Mike Jolley 9a82aecaad Min 2013-11-08 17:03:59 +00:00
Mike Jolley 442f3b54cf Use textarea for meta #3926 2013-11-08 17:03:46 +00:00
Mike Jolley ac6bb25a22 Merge pull request #4053 from helgatheviking/feature/variation-bulk-edit-trigger
Add a custom trigger handler based on the value of select#field_to_edit
2013-11-08 08:08:12 -08:00
Mike Jolley a8d8cd971a Fixed notice when adding variation 2013-11-08 16:05:17 +00:00
Mike Jolley 97bdb1555f Sync only when needed 2013-11-08 16:02:03 +00:00
Mike Jolley 47fc9b2922 Merge pull request #4068 from BFTrick/sanitzie-admin-order-meta
Removing Extra Slashes When Order Meta is Saved in Admin
2013-11-08 07:58:25 -08:00
Mike Jolley 78832e7e79 woocommerce_is_filtered filter Closes #4078 2013-11-08 15:56:38 +00:00
Mike Jolley 98d247eb76 Rather than storing prices themselves, store the ID's of variations during price sync - output prices using variation tax class Closes #4032 2013-11-08 15:53:57 +00:00
James Koster e13d29648c dashboard colors #4042 2013-11-08 14:05:52 +00:00
Mike Jolley 59ca87be5d Merge pull request #4079 from BFTrick/update-local-pickup-description
Make the Local Pickup Tooltip More Descriptive
2013-11-08 05:12:44 -08:00
Patrick Rauland cc79155f0d making the local pickup tooltip more descriptive 2013-11-08 07:10:43 -06:00