Mike Jolley
82cb89a9a6
Merge pull request #3848 from BFTrick/update-product-page-css-classes
...
Updating Product Page CSS Classes
2013-09-27 02:50:16 -07:00
Mike Jolley
081bef7f6b
Layered nav OR logic
2013-09-27 09:55:04 +01:00
Patrick Rauland
61b2290147
updating product page css classes
2013-09-26 22:50:49 -05:00
Mike Jolley
fce70b288d
We should allow failed orders to be resumed, not show a blank page. Closes #3612
...
@coenjacobs might need to go in 15
2013-09-26 17:18:12 +01:00
Mike Jolley
21f48bea99
Re-init settings after saving. Closes #3770 .
2013-09-26 17:01:29 +01:00
Mike Jolley
e3680ef670
Strict standards closes #3842
2013-09-26 16:39:10 +01:00
Mike Jolley
f9435a5458
Merge pull request #3847 from tivnet/master
...
Vars declaration in WooCommerce class (this->session, this->query, etc.)
2013-09-26 08:37:00 -07:00
Mike Jolley
67b50e7eaa
Sortable downloads #3812
2013-09-26 16:35:37 +01:00
Mike Jolley
85f11c682e
Fix upload dir #3812
2013-09-26 16:16:05 +01:00
Mike Jolley
634adc9249
Fix subject + heading Closes #3841
...
@coenjacobs .15 please
2013-09-26 15:45:23 +01:00
Mike Jolley
77be2fc719
Don't need reset_postdata. Closes #3822 .
...
.15 @coenjacobs I think
2013-09-26 15:11:28 +01:00
Mike Jolley
fff92a1f6a
#3846
2013-09-26 14:59:56 +01:00
Gregory K
3dd2f7816c
Vars declaration in WooCommerce class (this->session, this->query, etc.)
2013-09-26 08:11:33 -04:00
Mike Jolley
5da34d5a92
Merge pull request #3840 from pelmered/master
...
Allows to pass in cols and rows as custom attributes for textareas in woocommerce_form_field()
2013-09-26 02:32:34 -07:00
Mike Jolley
37d8fa3cee
Merge pull request #3838 from BFTrick/add-category-class-to-product-div
...
Adding Category & Tag Classes to Product Page
2013-09-26 02:32:04 -07:00
Mike Jolley
99500160ba
Merge pull request #3835 from tivnet/master
...
Fix product links in Cart when no variation
2013-09-26 02:27:44 -07:00
Mike Jolley
0bfbb8f553
Merge pull request #3845 from franticpsyx/plugins_scan_overrides
...
Display extension template overrides in status reports
2013-09-26 02:26:38 -07:00
Manos Psychogyiopoulos
37b6f98aa0
Display extension template overrides in status reports
2013-09-26 12:02:38 +03:00
Peter Elmered
c676c15990
Allows to pass in cols and rows as custom attributes for textareas in woocommerce_form_field()
2013-09-25 22:45:45 +02:00
Patrick Rauland
3b0a9f728f
adding category & tag classes to product page
2013-09-25 13:04:32 -05:00
Gregory K
6f43712d06
Fixed spacing in () (again)
2013-09-25 12:14:35 -04:00
Gregory K
7e76ed7205
Fixed spacing in ()
2013-09-25 11:49:51 -04:00
Gregory K
93e0107aff
Fix product links in Cart when no variation
2013-09-25 10:48:51 -04:00
Gregory K
518b991e96
WC() - correct @return
2013-09-25 09:10:40 -04:00
Mike Jolley
4947af4ca0
Merge pull request #3834 from tivnet/master
...
Typo in verify_nonce()
2013-09-25 05:46:18 -07:00
Gregory K
4ff46b96e0
Typo in verify_nonce()
2013-09-25 08:12:48 -04:00
Mike Jolley
ef49977905
add_to_cart_url add_to_cart_text and single_add_to_cart_text class methods allowing greater control with custom classes.
...
Closes #3484 and Closes #3143 . Pinging @thenbrent as the handler was
originally his idea and I've killed it.
@helgatheviking In 2.1, add to cart URLs will only be used in loops, so
conditonal logic should no longer be neccessary. Single templates post
to themselves without the need for the URL.
2013-09-25 12:35:06 +01:00
Mike Jolley
e58b101fd5
If no variations exist, show out of stock notice. Closes #3763 .
2013-09-25 09:36:04 +01:00
Mike Jolley
fd86647420
WOOCOMMERCE_TEMPLATE_PATH not dir, closes #3831
2013-09-25 08:07:51 +01:00
Mike Jolley
479e4b5f89
Merge pull request #3827 from pmgarman/master
...
wp_insert_post should have true as $wp_error parameter
2013-09-25 00:02:52 -07:00
Mike Jolley
bb78c3fa32
Merge pull request #3829 from thenbrent/add-payment-complete-actions
...
Add new payment complete actions (to master)
2013-09-25 00:02:09 -07:00
Mike Jolley
51cc6b1bd5
Merge pull request #3830 from tivnet/master
...
woocommerce.php PHPDoc cleanup: correct @returns and @deprecated markup
2013-09-24 23:58:12 -07:00
Gregory K
ba19a632b3
woocommerce.php PHPDoc cleanup: correct @returns and @deprecated markup
2013-09-24 23:11:42 -04:00
Brent Shepherd
bbcc2441a4
Add new 'woocommerce_pre_payment_complete' action
...
And an action to fire when order status != pending|on-hold|failed
2013-09-24 19:54:04 -07:00
Patrick Garman
fab4ba373c
Changelog update for PR #3827
2013-09-24 16:46:59 -05:00
Patrick Garman
1292a9f51a
wp_insert_post should have true as $wp_error parameter
...
Add `true` as $wp_error parameter for wp_insert_post, otherwise it returns zero instead of a WP_Error object and the checkout process is not stopped.
@mikejolley - the messages from WP_Error are not displayed or logged, making debugging this difficult. Maybe we should check WP_DEBUG and display the message if it is set to true? either that or actually use the logger in WooCommerce for the first time?
2013-09-24 16:08:32 -05:00
Mike Jolley
66adf51e67
Filterable get_base_postcode and _city methods used for base taxes. Closes #3810
2013-09-24 16:56:55 +01:00
Mike Jolley
de9bc28b43
Prevent variable products without variations from being posted and show error in admin. Closes #3763
2013-09-24 16:37:51 +01:00
Mike Jolley
b5a798c9af
Fix variation saving and notices
2013-09-24 16:21:12 +01:00
Mike Jolley
51ee4ee2d8
Allow access to admin-post Closes #3814
2013-09-24 15:21:40 +01:00
Mike Jolley
c58d5d5ea4
is_in_stock uses notify_no_stock_amount option. Closes #3446 .
2013-09-24 13:31:15 +01:00
Mike Jolley
9a98be6a15
WOOCOMMERCE_DELIMITER constant. Closes #3476 .
2013-09-24 12:24:26 +01:00
Mike Jolley
a5d71a8113
Fix for submitting comments
2013-09-24 11:48:42 +01:00
Mike Jolley
9b446508a7
Merge pull request #3823 from tivnet/master
...
Use get_the_title() instead of $post->title
2013-09-24 03:45:14 -07:00
Coen Jacobs
8c959a92f2
Merge branch 'master' of https://github.com/woothemes/woocommerce
2013-09-24 12:41:40 +02:00
Remi Corson
493f3bffe3
Added Russian Rubles to PayPal valid currencies list
2013-09-24 12:41:23 +02:00
Mike Jolley
ab3ebbb164
lang closes #3824
2013-09-24 11:35:38 +01:00
Mike Jolley
31c34f6552
Wrong checked var
2013-09-24 10:06:41 +01:00
Mike Jolley
5cd8c6114d
Merge pull request #3825 from ragulka/file-permissions-format-filter-data
...
Add $data array to woocommerce_downloadable_file_permission_format
2013-09-24 02:04:25 -07:00
Illimar Tambek
64c09cabd7
Add array to woocommerce_downloadable_file_permission_format
2013-09-24 11:10:46 +03:00