Teo Maragakis
0920499fbd
Cloned readme.txt to readme.md
...
Did this so that Github can display the markup correctly.
2013-10-22 12:12:55 +02:00
Teo Maragakis
ff017eddf0
Added Italian Provinces
2013-10-22 12:11:01 +02:00
Ján Bočínec
914b06c590
Slovak translation for Woocommerce v2.0.14
2013-10-22 11:29:27 +02:00
samuelaguilera
301d8e1820
Changed id for payment_method_$gateway from <input> to <li>
...
Changed CSS ID for payment_method_$gateway from radio button to <li> container. This allows to apply custom CSS style for all elements of gateways. And not only to radio button (that has no sense).
2013-10-21 23:46:00 +02:00
samuelaguilera
ef452e9384
Changed id for payment_method_$gateway from <input> to <li>
...
Changed CSS ID for payment_method_$gateway from radio button to <li> container. This allows to apply custom CSS style for all elements of gateways. And not only to radio button (that has no sense).
2013-10-21 23:40:44 +02:00
Kathy Darling
cc50c0f3ef
cast $tabs['class'] as array
2013-10-21 22:13:52 +02:00
Mike Jolley
67e4f0731e
remove_ordering_args from .18
2013-10-21 13:05:34 +01:00
Mike Jolley
4625ba8a22
Merge pull request #3956 from atomworks/master
...
Fix: Download permissions not granted on order completion.
2013-10-21 04:44:34 -07:00
Mike Jolley
6eff61481f
Pass index to woocommerce_save_product_variation
2013-10-21 12:37:27 +01:00
Mike Jolley
88979b29c5
Merge pull request #3957 from scottbasgaard/master
...
Fix vendor prefix typo. Resolves #3953
2013-10-21 01:13:32 -07:00
Scott Basgaard
dfccfe2b57
Fix vendor prefix typo. Resolved #3953
2013-10-19 19:48:07 +02:00
Leonard
24c57f35fd
Fix: Download permissions not granted on order completion.
...
$downloads was being built from a function that tried to read from the permissions table and not from the correct post meta which it actually needed. This resulted in having to manually grant permissions for each order made.
Original symptom was download links not appearing on order completion screen or completion e-mail.
2013-10-19 13:56:57 +01:00
Mike Jolley
aebe5b5d3b
Merge pull request #3949 from claudiosmweb/BR_postcode_validation
...
BR postcode validation
2013-10-19 04:44:04 -07:00
claudiosmweb
995b672c8a
refixed the BR postcode validation
2013-10-18 16:06:27 -03:00
claudiosmweb
91193c5dac
fixed the BR postcode validation
2013-10-18 16:03:27 -03:00
claudiosmweb
538d776d3f
fixed is_postcode method description
2013-10-18 15:58:51 -03:00
claudiosmweb
bb2cc2b035
added BR postcode validation
2013-10-18 15:56:36 -03:00
Mike Jolley
1c6e63fe0a
CH postcode validation
2013-10-18 19:19:29 +01:00
Mike Jolley
6f6bfbe87f
Merge pull request #3947 from BFTrick/fix-norwegian-translation-master
...
Fixing Norwegian Typo on Master
2013-10-18 10:12:07 -07:00
Mike Jolley
5d2e1ac031
Refactor coupon code so coupons get the actual discount amount, redone edit coupon screen with tabs, added coupon item limits which Closes #3902
2013-10-18 18:10:58 +01:00
Patrick Rauland
cf590f7140
fixing norwegian typo with {order_date}
2013-10-18 10:05:45 -05:00
Mike Jolley
626624ad87
Merge pull request #3943 from SergeyBiryukov/master
...
Some fixes for Czech translation
2013-10-18 02:31:46 -07:00
Bernard Peh
943327dcb6
since we are running our own passwd reset facility, we should allow other plugins to validate the password before resetting it.
2013-10-18 12:24:06 +11:00
Sergey Biryukov
82240648a2
Some fixes for Czech translation
...
* Close HTML tags correctly
* Fix the plural forms expression
* Remove excess placeholder
2013-10-17 22:33:35 +02:00
Mike Jolley
f56edb66e4
Unused vars Closes #3937
2013-10-17 15:32:45 +01:00
Mike Jolley
d27f8f4848
Wrap messages with WC div so they are styled
2013-10-17 15:29:53 +01:00
Mike Jolley
47df526518
Prepend main WC Session cookie with 'wp' so batcache doesn't cache pages, and set cookie only when cart has contents. #3513
2013-10-17 15:29:53 +01:00
Mike Jolley
b49f6fdaac
Merge pull request #3940 from scottbasgaard/master
...
Don't be so generous with this jQuery selector. Fixes #3933
2013-10-17 04:44:09 -07:00
Mike Jolley
a112cb1d7d
Consistant method names Closes #3901 , return doubles instead of number formatted strings.
2013-10-17 12:43:44 +01:00
Scott Basgaard
af76647116
[sale_products] has incorrect post_type. Fixes #3934
...
In 2.1, woocommerce_get_product_ids_on_sale() used 'product1' instead of 'product' for post_type.
2013-10-17 12:48:49 +02:00
Scott Basgaard
db405fa0ff
Don't be so generous with this jQuery selector. Fixes #3933
2013-10-17 12:25:14 +02:00
Mike Jolley
2cd74e1acf
Remove filter fix from .17
2013-10-17 10:48:41 +01:00
Mike Jolley
3ccaae0962
Revert to previous logic, but fix tax total #3924
2013-10-16 18:06:14 +01:00
Mike Jolley
35ec4c9169
Sale products
2013-10-16 17:05:27 +01:00
Mike Jolley
c68e93457d
#3924
2013-10-16 15:37:24 +01:00
Mike Jolley
f24aaf18d0
Merge pull request #3936 from tivnet/master
...
get_product_subtotal() PHPDoc fix
2013-10-16 06:31:56 -07:00
Mike Jolley
5eafe2065b
ake shipping methods check if taxable, so when customer is VAT excempt taxes are not included in price. Closes #3888
2013-10-16 14:31:31 +01:00
Gregory K
5f65586167
get_product_subtotal() PHPDoc fix
2013-10-16 09:29:48 -04:00
Mike Jolley
0fec16516f
Merge pull request #3935 from tivnet/master
...
get_product_price() : PHPDoc fix
2013-10-16 06:14:50 -07:00
Mike Jolley
4cabf24422
needs_payment for 2.1 #3928
2013-10-16 14:14:15 +01:00
Gregory K
571500930f
get_product_price() : PHPDoc fix
2013-10-16 08:24:46 -04:00
Mike Jolley
f949b99440
Merge pull request #3932 from tivnet/master
...
Spelling corrections in readme.txt
2013-10-16 05:12:14 -07:00
Gregory K
9de9022519
Merge remote-tracking branch 'woo/master'
2013-10-16 07:38:39 -04:00
Mike Jolley
8929c03e11
Minify
2013-10-16 12:32:49 +01:00
Gregory K
c2b0c3ff5c
Spelling corrections in readme.txt
2013-10-16 07:11:56 -04:00
Mike Jolley
004e556e18
Check product var is set
2013-10-16 10:52:35 +01:00
Mike Jolley
08bfd6b4d7
woocommerce_before_single_variation and after. Removed un-needed div. Closes #3906
2013-10-16 10:41:23 +01:00
Mike Jolley
9acec8d970
Merge pull request #3918 from scottbasgaard/master
...
Make sure grouped term exists before using it as an object.
2013-10-16 02:36:35 -07:00
Mike Jolley
45d94e19e6
Merge pull request #3923 from ragulka/estonian-translation
...
Update Estonian translation
2013-10-16 02:35:51 -07:00
Mike Jolley
44f50cb6cd
Code from .17 + readme
2013-10-16 10:28:24 +01:00