Claudio Sanches
4b19995017
fixed pt_BR translation
2013-02-02 13:51:19 -02:00
Mike Jolley
50c8d45b06
Change some links
2013-02-02 14:23:20 +00:00
Mike Jolley
fc84aacd14
Modify trigger. Closes #2324 , #2323
2013-02-01 15:04:10 +00:00
Mike Jolley
d8396924e3
ZW closes #2328 .
2013-02-01 14:53:44 +00:00
Mike Jolley
af599fdbc4
Fix for previous commit
2013-02-01 14:53:23 +00:00
Mike Jolley
569b31b973
get_woocommerce_price_format filter Closes #2322
2013-02-01 14:44:28 +00:00
James Koster
f3b0530c05
anchor title
2013-02-01 12:44:40 +00:00
Mike Jolley
bbc8cea1aa
remove, don't hide, variation attributes
2013-02-01 11:49:29 +00:00
Mike Jolley
bccd92df35
min again
2013-02-01 11:07:14 +00:00
Mike Jolley
f1b635d266
compress
2013-02-01 11:06:22 +00:00
Coen Jacobs
d55b8410f1
Portugal does not require states/provinces. Closes #2327
2013-02-01 11:56:40 +01:00
James Koster
c6a59881df
prettyphoto css tweak
2013-01-31 23:49:21 +00:00
Mike Jolley
3680be64c6
Updated screenshots
2013-01-31 17:30:21 +00:00
Mike Jolley
aa9a9b03d0
Dont escape the html
2013-01-31 15:23:37 +00:00
Mike Jolley
e83d4c3274
Tweak session set and calc totals + add woocommerce_cart_loaded_from_session hook
2013-01-31 14:42:50 +00:00
James Koster
ac70b46867
more prettyPhoto
2013-01-31 14:15:55 +00:00
Mike Jolley
a41d297f76
woocommerce_product_review_comment_form_args filter #2316
2013-01-31 12:28:54 +00:00
Mike Jolley
72466b859f
Correct price CLoses #2317 .
2013-01-31 11:48:04 +00:00
Mike Jolley
b214e052bc
Comment Closes #2319 .
2013-01-31 11:48:04 +00:00
Mike Jolley
e91751a4a2
Pedantic :) Closes #2321 .
2013-01-31 11:48:04 +00:00
Mike Jolley
b6fa2e72fc
escape Closes #2314 .
2013-01-31 11:48:04 +00:00
James Koster
6ae394bec0
replace the rels, minify css
2013-01-30 23:56:41 +00:00
James Koster
cf00520b4c
step 1 of replacing Fancybox with prettyPhoto
2013-01-30 16:18:36 +00:00
Mike Jolley
3b4e7ac4f8
sessionStorage instead of localStorage
2013-01-29 17:05:25 +00:00
Mike Jolley
fb67343611
Tweak content. Closes #2311
2013-01-29 13:58:57 +00:00
Mike Jolley
1cded83298
Merge pull request #2313 from aj-adl/master
...
#2311 fix for "Exclude sale items from coupons"
2013-01-29 05:31:35 -08:00
aj-adl
a766771740
removed unnecessary line
2013-01-29 05:23:52 -08:00
Alex Bishop
793a143432
#2311 Fix for 'Exclude sale items from coupon'
...
included a checkbox on the coupon writepanel for the option
Had issues originally, worked out the in_array() needed to be a strict
type as woocommerce_get_product_ids_on_sale() has a '0' string in it.
Tested using 3.5.1 + git clone of WooCommerce
2013-01-29 23:47:52 +10:30
Alex Bishop
f78d3a0e13
Revert "Added 'Exclude Sale Products' option to coupons"
...
This reverts commit b763c7449a
.
2013-01-29 23:41:58 +10:30
Alex Bishop
64641a6239
Revert "idiotic missed semicolon"
...
This reverts commit 4c1f80b23d
.
2013-01-29 23:41:58 +10:30
Alex Bishop
75187073a9
Revert "ditto"
...
This reverts commit 0818bb055e
.
2013-01-29 23:41:57 +10:30
Alex Bishop
b391e66cf7
Revert "Updated everything so it actually works rather than fails hard"
...
This reverts commit 2379a3a1bb
.
2013-01-29 23:41:57 +10:30
Alex Bishop
13de8d9203
Revert "Reset, please ignore"
...
This reverts commit 3e59e64da3
.
2013-01-29 23:41:57 +10:30
Alex Bishop
3e59e64da3
Reset, please ignore
...
Long Story.
2013-01-29 23:41:00 +10:30
Mike Jolley
b2d084af7f
dump
2013-01-29 13:03:29 +00:00
Mike Jolley
4c7812ebb2
Shortcode fix Closes #2299 .
2013-01-29 13:01:09 +00:00
Mike Jolley
eb1469a2ab
min
2013-01-29 12:37:09 +00:00
Mike Jolley
91180d4c03
Fix sale query Closes #2308 .
2013-01-29 12:36:55 +00:00
Alex Bishop
2379a3a1bb
Updated everything so it actually works rather than fails hard
...
I messed up badly on the original with inheritance of variables, and
after a lot of issues realised that strict matching was necessary due
to the '0' string in woocommerce_get_products_on_sale()
Not hard to tell I am new to php.
Regardless this now functions as intended, stopping discount from being
applied to products with active sale prices or carts with items on sale
inside them.
2013-01-29 22:55:03 +10:30
Alex Bishop
0818bb055e
ditto
2013-01-29 14:06:08 +10:30
Alex Bishop
4c1f80b23d
idiotic missed semicolon
...
I cannot brain today, I has the dumb.
2013-01-29 14:04:31 +10:30
Alex Bishop
b763c7449a
Added 'Exclude Sale Products' option to coupons
...
Added exclude sale products functionality based of the 'exclude product
ids' functionality in wc-coupon/wc-cart.
Compares product ID's in cart vs ID's in the array
'woocommerce_get_product_ids_on_sale'
2013-01-29 13:54:54 +10:30
James Koster
4119f00b0c
links to other free themes in readme
2013-01-28 15:22:01 +00:00
James Koster
8469819fb8
retina'd validation icons on checkout
2013-01-28 14:31:12 +00:00
Mike Jolley
d6c96f21e3
Merge pull request #2301 from GeertDD/checkoutjs
...
Small optimisation for postcode/city field reordering
2013-01-28 06:00:38 -08:00
Geert De Deckere
891d8f9bdb
Small optimisation for postcode/city field reordering
2013-01-28 14:28:32 +01:00
Mike Jolley
484f1e4192
Restore fields after postcode before city. Closes #2293 .
2013-01-28 12:28:27 +00:00
Mike Jolley
c21ca1a68c
fragment tweak
2013-01-28 12:02:21 +00:00
Mike Jolley
fdfa0d6efb
QTY Closes #2280 .
2013-01-28 11:42:03 +00:00
Mike Jolley
c51613910b
Fix bulk edit. Closes #2283 .
2013-01-28 11:18:14 +00:00