shivapoudel
fbf0314bb6
Absolute path should have curly braces - part 1
2014-09-22 22:16:03 +05:45
Geert De Deckere
24d588544b
Removed unused global $woocommerce variable from the templates
...
The WC() function is to be used since v2.1
2014-08-17 22:29:51 +02:00
Michael Silber
32bd50c379
Move TFOOT to after TBODY element throughout templates and classes
2014-07-10 21:50:51 -04:00
splashingpixels
1e998f776e
template coding standard fixes
2014-04-07 19:29:39 -07:00
Mike Jolley
39344f2ed5
Allow gateways to change the checkout place order button text on selection. Closes #4573
2014-01-28 11:25:57 +00:00
splashingpixels
454b97080a
coding standards fixes
2014-01-22 20:36:24 -08:00
splashingpixels
b16d5195c8
coding standards fixes
2014-01-14 21:53:37 -08:00
Roy Ho
2dcd0149db
missing ending semicolons on wp_nonce_field()
2013-12-07 10:49:53 -08:00
Illimar Tambek
82a130e23d
Introduce woocommerce_pay_order_button_text and woocommerce_pay_order_button_html filters
2013-11-28 18:10:50 +02:00
Mike Jolley
51ba9c393f
WC globals
2013-11-25 14:01:38 +00:00
James Koster
2ce069ea2e
payment heading
2013-11-06 13:56:59 +00:00
thenbrent
9716c985cd
Fix markup on form-pay.php
...
Payment method fields were not displaying on the "Checkout -> Pay" page
because checkout.js was using a input#payment_method_{name} selector, which
worked fine with the payment method markup used in the review-order.php template,
but not with the markup used in the form-pay.php template.
This moves the #payment_method_{name} attribute from the <li/> elements to the
<input/> element so that checkout.js correctly display's payment method fields.
2013-11-01 11:54:29 -07:00
Mike Jolley
d41979a5d0
Merge pull request #3976 from samuelaguilera/master
...
Changed id for payment_method_$gateway from <input> to <li>
2013-10-22 05:33:28 -07: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
Mike Jolley
4cabf24422
needs_payment for 2.1 #3928
2013-10-16 14:14:15 +01:00
Mike Jolley
c72ae714f7
Removed nonce helper
...
@coe
2013-06-11 17:55:55 +01:00
Coen Jacobs
88a7f0f720
Abstracted nonce helper to class #3282
2013-06-05 15:43:24 +02:00
Mike Jolley
b5e10315aa
Load gateways during checkout + in settings. #2164
2013-01-07 17:23:09 +00:00
Mike Jolley
7bd2740ba2
Some code cleanup and comments #1765
2013-01-02 12:59:41 +00:00
Mike Jolley
5486ebb737
Shortcodes/Widgets -> classes, autoload classes to reduce memory, only load gateways when needed, change gateway admin to match shipping #1765
2012-12-31 18:25:09 +00:00
Leho Kraav
f6e11bdb09
add missing standard classes for .shop_table td
2012-11-24 21:50:25 +02:00
Leho Kraav
eeff8ce1cf
add missing standard classes for .shop_table th
...
this probably needs further work to also add respective classes to td's
2012-11-24 21:36:16 +02:00
kathy
3acd6f21de
Merge branch 'master' of https://github.com/woothemes/woocommerce
...
Conflicts:
templates/checkout/form-pay.php
templates/checkout/review-order.php
2012-11-07 19:04:00 -06:00
Mike Jolley
9971da5f86
Fix for #1707 .
2012-11-07 21:23:45 +00:00
kathy
6eb5215da0
fix for #1707
2012-11-07 14:53:23 -06:00
Mike Jolley
8c3ad31c07
Localisation spacing.
2012-10-16 10:45:33 +01:00
Coen Jacobs
943091d2ca
[3.1.4] Prevent direct access to files #1575
2012-10-15 12:57:58 +02:00
Mike Jolley
ef7ec98f2e
templates
2012-08-14 23:43:54 +01:00
Mike Jolley
5cd01f58a0
get_order_item_totals() total_rows have fixed indexes for easier manipulation. Closes #1059 .
2012-07-11 19:32:00 +01:00
Mike Jolley
3cc8f41b90
get_icon get_title get_description for #1201
2012-06-29 19:44:33 +01:00
Mike Jolley
c9ddba1e35
Hooks for stripe
2012-06-19 19:09:51 +01:00
Mike Jolley
3b5272e72e
Improved template loader
2012-02-03 16:42:21 +00:00
Mike Jolley
35fadb00fe
More consistent template file naming, broken checkout into templates
2012-01-29 13:36:33 +00:00