Commit Graph

2985 Commits

Author SHA1 Message Date
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
Gerhard 5ab3a7b234 Abillity to hide meta on order detail through prefix like _ 2012-08-24 10:38:45 +02:00
James Koster 251bbe75d1 readme 2012-08-23 12:54:18 +01:00
James Koster be8b277db4 Updated Spanish translation 2012-08-23 12:10:40 +01:00
Mike Jolley 7596db55fb readme 2012-08-23 11:49:21 +01:00
Mike Jolley b4132a1adf Revert "Merge pull request #1414 from dasongoh/patch-1"
This reverts commit 2d8193acfd, reversing
changes made to a0217e15ed.
2012-08-23 11:43:55 +01:00
Mike Jolley 2d8193acfd Merge pull request #1414 from dasongoh/patch-1
Update templates/myaccount/my-orders.php
2012-08-23 03:42:55 -07:00
Mike Jolley a0217e15ed Remove button. Closes #1413. 2012-08-23 11:41:24 +01:00
dasongoh a28d11e737 Update templates/myaccount/my-orders.php
Short of one <th> (total 4, should be 5) in <thead> for corresponding <td> (total 5). Table headers misalignment.
2012-08-23 18:41:19 +08:00
Coen Jacobs 12c4f5b4dd Fixed redirect dropdowns layered nav widget. Closes #1412 2012-08-23 12:25:41 +02:00
Mike Jolley 344b8aaa6f Reword - Closes #1409. 2012-08-23 11:04:53 +01:00
Mike Jolley 7a14daebea min 2012-08-23 10:57:09 +01:00
Mike Jolley badb015005 Merge pull request #1411 from dominic-p/master
Rename Variable in front-end js
2012-08-23 02:56:57 -07:00
Mike Jolley a004a49a8e free shipping url Closes #1408. 2012-08-23 10:56:09 +01:00
Dominic 601852df87 Renamed variable, avoid window.name collision
Using a variable called `name` causes the global `window.name` to be reset. Simply renaming the variable prevents this.
2012-08-22 23:11:30 -07:00