Commit Graph

38270 Commits

Author SHA1 Message Date
Mike Jolley 74bb271e96 Filter checkout fields..
.. you can pretty much turn off all fields now - although, you'll need
to turn off tax + shipping calcs too since they rely on addresses to
function.
2011-12-21 21:56:01 +00:00
Mike Jolley cc91cf5618 Conditional options 2011-12-21 21:12:48 +00:00
Mike Jolley d8a985fad7 readme 2011-12-21 21:12:47 +00:00
Mike Jolley 2f753465a9 Merge pull request #406 from randyhoyt/master
Tax rate hook
2011-12-21 12:29:27 -08:00
Randy Hoyt 63e5693c9d Hook to enable modifying tax rate on a particular order with a filter; postal code added as a parameter for those filters 2011-12-21 14:24:34 -06:00
Mike Jolley 3fe3fffe90 Address. Closes #301. Closes #395.
Improved checkout processing.
Made edit-address use the locale specific address fields.
2011-12-21 16:03:45 +00:00
Mike Jolley 18a80b5564 Send fix. Closes #396. 2011-12-21 11:29:38 +00:00
Mike Jolley 57494f93d4 Put button back 2011-12-21 11:21:25 +00:00
Mike Jolley 9b36aac151 Merge pull request #403 from dasllama/master
function payment_fields() should be as prototype in gateway.class.php
2011-12-21 03:16:42 -08:00
Mike Jolley edb03258c6 Thumbnail total 2011-12-21 00:44:26 +00:00
Julian Jöris f0ea7f8c8a fix 2011-12-20 16:47:18 +01:00
Julian Jöris 66334486ed gateway payment_fields fix 2011-12-20 16:44:46 +01:00
Julian Jöris 74934063cc Merge remote-tracking branch 'upstream/master' 2011-12-20 16:31:36 +01:00
Mike Jolley 184792e7a6 Merge pull request #401 from Ramoonus/master
Bugfix for pull request #399
2011-12-20 06:33:49 -08:00
Mike Jolley 390c702846 Revert "Lot of changes -- the back end is not 100% translated tho"
This reverts commit 132c6981e6.
2011-12-20 14:33:18 +00:00
Mike Jolley 6794edef53 Merge pull request #399 from e-citron/master
.po changes
2011-12-20 06:31:36 -08:00
Mike Jolley 313526aace IIS fix 2011-12-20 13:44:18 +00:00
Ramon van Belzen 3864725b05 fixes #399 with my fixes 2011-12-20 12:22:11 +01:00
Julian Jöris c07d56f5d0 Merge remote-tracking branch 'upstream/master' 2011-12-20 11:00:46 +01:00
e-citron 132c6981e6 Lot of changes -- the back end is not 100% translated tho 2011-12-20 01:35:29 -05:00
Mike Jolley 7de0ab6dd8 Shipping save fix 2011-12-19 19:25:25 +00:00
Mike Jolley 9c4ed996f1 Amended function. Closes #177. 2011-12-19 19:18:28 +00:00
Mike Jolley b8eeda72bd Show variable sku. Closes #350. 2011-12-19 19:10:59 +00:00
Mike Jolley 0205d5843b If all grouped products are downloadable, use buttons instead of quantities. Closes #354. 2011-12-19 18:42:21 +00:00
Mike Jolley e7aeeec7d4 Integration tab. 2011-12-19 18:05:42 +00:00
Mike Jolley 9c80356589 Download links. Closes #375. Closes #349. 2011-12-19 17:50:41 +00:00
Mike Jolley d2165cfa1e paying_customer meta. Closes #365. 2011-12-19 17:29:24 +00:00
Mike Jolley c4625ad91e Coupon on checkout. Closes #379. 2011-12-19 17:11:19 +00:00
Mike Jolley c04b45addd Merge pull request #394 from Ramoonus/master
Minor update for nl_NL translation
2011-12-19 07:47:57 -08:00
Mike Jolley b9436bc052 Uninstall. Closes #372. 2011-12-19 15:44:00 +00:00
Julian Jöris b36b21390b Merge remote-tracking branch 'upstream/master' 2011-12-19 15:53:50 +01:00
Ramon van Belzen 8086140833 Dutch translation updates - includes bugfixes, refreshed PO/MO and new strings 2011-12-19 15:22:11 +01:00
Mike Jolley 665d8bf512 Shipping method ordering. Closes #347. 2011-12-19 14:05:32 +00:00
Mike Jolley da6c1ec527 Merge pull request #393 from lucasstark/patch-1
Added woocommerce_cart_item_price_html filter
2011-12-19 05:19:22 -08:00
Mike Jolley 6f23fc172a Category widget order option. Closes #337. 2011-12-19 13:18:52 +00:00
lucasstark c76a57fe28 Added woocommerce_cart_item_price_html filter 2011-12-19 07:53:07 -05:00
Mike Jolley 98d0919bda Useless strings. Closes #389. 2011-12-19 11:36:29 +00:00
Mike Jolley 8788f8fb68 Products short code fix 2011-12-19 10:53:01 +00:00
Mike Jolley bcd5fabff9 Merge pull request #390 from Ramoonus/master
Added dutch strings / updated PO
2011-12-19 02:52:39 -08:00
Ramon van Belzen 11e50d472d Merge remote branch 'upstream/master' 2011-12-19 11:15:58 +01:00
Mike Jolley 499643967e Merge pull request #385 from thenbrent/master
Fixing "Automatically add pages" bug
2011-12-19 02:13:11 -08:00
Ramon van Belzen 34c552612a Dutch: added strings 2011-12-19 11:11:51 +01:00
Ramon van Belzen b8d0bb8d20 PO updates 2011-12-19 11:11:32 +01:00
Ramon van Belzen bd3d623956 Merge remote branch 'upstream/master' 2011-12-19 11:02:04 +01:00
Brent Shepherd fa4a6b9cf7 Fixing "Call to undefined function woocommerce_create_pages()" fatal error when attempting to automatically add pages. This bug appears to have spawned from the removal of the `include_once( admin-install.php );` call in in the file formerly known as `admin-init.php`. See commit SHA: 34032965a8 for details. 2011-12-19 13:17:02 +10:00
Mike Jolley c8a077df5c Option to hide cart if empty 2011-12-19 00:45:24 +00:00
Mike Jolley 48744cad6b Fix widgets 2011-12-19 00:39:59 +00:00
Mike Jolley bc5b7c889f Delete/create htaccess for woocommerce_uploads depending on download setting 2011-12-19 00:32:34 +00:00
Mike Jolley 4117d53f28 Cleaned up addresses 2011-12-19 00:17:44 +00:00
Mike Jolley 39842823e0 Slight piwiki tracking change 2011-12-19 00:13:41 +00:00