Manos Psychogyiopoulos
e6827e6d45
Merge branch 'master' of https://github.com/woothemes/woocommerce
2012-08-30 14:19:56 +03:00
Mike Jolley
69bf234664
Merge pull request #1452 from kingbt/patch-8
...
Update templates/content-product.php
2012-08-30 02:13:18 -07:00
Mike Jolley
d438cde903
readme
2012-08-30 10:12:59 +01:00
Mike Jolley
26c57c25aa
Merge pull request #1442 from thenbrent/paypal-prefix-fix
...
PayPal Prefix Fix
2012-08-30 02:11:59 -07:00
kingbt
8f9f7b4dac
Update templates/content-product.php
...
Save some output space?
2012-08-29 21:08:45 +03:00
Mike Jolley
325618a1d5
Added sales by category report
2012-08-29 17:43:56 +01:00
Mike Jolley
2daa93912c
hooks for meta
2012-08-29 14:08:19 +01:00
Justin Stern
9217ca09e0
Support for Multiple Downloads
...
Support for multiple downloadable files per product: both simple and
variable. This includes all admin, frontend, and database modification
code required for allowing multiple files, while maintaining backwards
compatibility for existing single-file download URLs and templates.
2012-08-28 11:21:54 -04:00
Mike Jolley
087f2a7a7c
tidy up
2012-08-28 16:18:20 +01:00
Manos Psychogyiopoulos
a319c80639
Back end filters for attribute labels and variation options ( for translation plugins - filter names same as in variable.php )
2012-08-28 13:48:02 +03:00
Coen Jacobs
82b37effc3
Check for proper decimals setting before round()
...
@mikejolley can you check if this is not conflicting our recent
tax/rounding changes in any way? Defaulting to 0 now, ran into an edge
case where the value was not set, causing an error with the rounding
function.
2012-08-28 10:07:43 +02:00
Brent Shepherd
45be86cf31
Getting an order id by order key if invoice prefix has changed. #1440
2012-08-27 14:10:37 +10:00
Brent Shepherd
1e8ffbf9ec
Adding woocommerce_get_order_id_by_order_key(). #1440
2012-08-27 14:10:19 +10:00
Coen Jacobs
28b4289be0
Version bump 1.6.5.1
2012-08-25 20:57:38 +02:00
Mike Jolley
ee891725fc
active css
2012-08-25 19:56:46 +01:00
Coen Jacobs
1b9ef086e7
Fixed parse errors
2012-08-25 20:52:19 +02:00
Mike Jolley
431316dfd3
small variable naming tweak
2012-08-25 16:00:40 +01:00
Mike Jolley
473d5c69be
well needed tidyup
2012-08-25 12:08:03 +01:00
Mike Jolley
40982b8edd
readme
2012-08-25 11:43:54 +01:00
Mike Jolley
c147fdbd9b
Merge pull request #1433 from kingbt/patch-6
...
Update templates/shop/breadcrumb.php
2012-08-25 03:43:24 -07:00
kingbt
dc814793b9
Update templates/shop/breadcrumb.php
...
When on Shop page, Shop is a link when is paged. I think it is useful for better navigation since the pagination is down.
It is more an idea.
http://i45.tinypic.com/317dr10.jpg
2012-08-25 13:39:00 +03:00
Mike Jolley
25d063a519
put breadcrumb tweak back. #1422 .
2012-08-25 11:25:43 +01:00
Mike Jolley
01c00bd029
version bumpage
2012-08-25 11:11:45 +01:00
Mike Jolley
6c3b3f41a8
Clear transients. Closes #1415 .
2012-08-25 11:09:53 +01:00
Mike Jolley
3cc0399ef6
breadcrumb tweak was not valid.
2012-08-25 11:03:45 +01:00
Mike Jolley
6abcf9d2b4
Revert "Merge pull request #1422 from kingbt/patch-4"
...
This reverts commit 573e6907a2
, reversing
changes made to b450616848
.
2012-08-25 11:03:19 +01:00
Mike Jolley
3eeae3a164
Hide cart button when a variation is out of stock with disabled backorders. Closes #1419 .
2012-08-25 11:02:02 +01:00
Mike Jolley
015f8bdd01
readme
2012-08-25 10:40:05 +01:00
Mike Jolley
573e6907a2
Merge pull request #1422 from kingbt/patch-4
...
Update templates/shop/breadcrumb.php
2012-08-25 02:38:26 -07:00
Mike Jolley
b450616848
woocommerce_ajax_loader_url
2012-08-25 10:32:14 +01:00
Mike Jolley
555cd9af60
replaced some date() with i18n. Closes #1428 .
2012-08-25 10:20:56 +01:00
Mike Jolley
c42814bbc6
Added fallback for variations variable (JS)
2012-08-25 10:11:23 +01:00
Mike Jolley
5ab84b2b98
Pass variation to show_variation trigger (JS). Closes #1431 .
2012-08-25 09:51:20 +01:00
Mike Jolley
5e78e897c7
check_jquery
2012-08-25 09:47:36 +01:00
Mike Jolley
ee1f07d4ea
Merge pull request #1430 from maxistore/master
...
Added localization tag
2012-08-25 01:19:26 -07:00
Mike Jolley
6a320fb942
Merge pull request #1432 from nathanielks/master
...
woocommerce_create_term returns Notice
2012-08-25 01:19:03 -07:00
Nathaniel Schweinberg
7dc04f5a2f
fixed bug where woocommerce_create_term would return notice Trying to get property of non-object if $term was null
2012-08-24 22:08:18 -05:00
maxistore
f3e6765b16
Update admin/woocommerce-admin-users.php
2012-08-24 21:51:37 -03:00
Mike Jolley
e7c5542762
javascript tweak for #1416
2012-08-24 21:46:32 +01:00
Mike Jolley
50b62fe4d4
tweak to add to cart logic
2012-08-24 18:44:11 +01:00
Mike Jolley
fe2c407f2f
Appended version to scripts to prevent cache issues upon upgrade
2012-08-24 18:34:31 +01:00
Mike Jolley
42f1dd62de
Tweak to #1425 .
2012-08-24 18:28:05 +01:00
Mike Jolley
1cc8fafbc5
Merge pull request #1425 from mklprod/patch-1
...
Icons file name and _languages
2012-08-24 10:24:43 -07:00
Mike Jolley
177592661c
cleanup #1418
2012-08-24 18:22:21 +01:00
Mike Jolley
2605bf3da6
Merge pull request #1418 from kloon/master
...
Hide meta through prefix with display function
2012-08-24 10:16:19 -07:00
Mike Jolley
e2bbf94dab
readme
2012-08-24 18:14:49 +01:00
Mike Jolley
9c6920b1ea
Status page improvements
2012-08-24 18:14:49 +01:00
Mike Jolley
ca5fca4455
Wipe line tax when an order is tax exempt
2012-08-24 18:14:49 +01:00
Michael Pauluzzi
06c784f1ca
Icons file name and _languages
...
Line 178. You are using the 'name' for the name image file.
But with _languages, it's going to be modify in translate file. I fixed it with an IMG value.
2012-08-24 17:57:02 +03:00
kingbt
da160bb21e
Update templates/shop/breadcrumb.php
...
Last trail Home > Shop (Shop is last trail) should not have a link. Makes no sense.
2012-08-24 16:50:19 +03:00