Commit Graph

169 Commits

Author SHA1 Message Date
Mike Jolley bfcb3ec1e9 Load options in checkout class and ensure hooks are available to change the options. Closes #1950. 2012-12-10 12:34:59 +00:00
Coen Jacobs 37feabd87f WooCommerce 2.0 is coming! 2012-12-03 20:19:58 +01:00
Mike Jolley b1ec4b289a Nuked whitespace. Closes #1846. 2012-11-27 16:22:47 +00:00
Mike Jolley 75ca794bba Separate classes per product type, with new get_product function and hooks to change the classes which get loaded. #1497 2012-11-21 18:07:45 +00:00
Coen Jacobs 8832cf5b49 Fixed get_catalog_ordering_args call, moved to instance 2012-11-12 11:59:50 +01:00
Mike Jolley 764b34a938 Case insensitive coupons. Closes #1633. 2012-11-08 16:57:59 +00:00
Mike Jolley a09f4518ee Ordering args. Closes #1648. 2012-11-05 17:10:02 +00: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 34f230a0d0 Tax display tweaks. 2012-10-12 12:57:08 +01:00
Nicolas Maillard 3d85c68bfd Missing translation date 2012-10-10 13:49:23 +02:00
Max Rice 2faa4d651b added lost password shortcode / email notification
I think the current process for a customer to reset their password is
jarring, especially if the shop hasn't styled the wordpress login form
to match their branding. The form process is mainly copied from the
same process in wp-login.php and fires the same actions to maintain
compatibility.
2012-10-04 14:51:07 -04:00
Mike Jolley c588c761e0 Local Pickup option needs associated state sales tax. Closes #1491. 2012-10-01 10:45:07 +01:00
Mike Jolley 2a30cfda0e loop start and end. Closes #1356. 2012-09-30 14:41:07 +01:00
Mike Jolley 8fa36d2e47 Better sale shortcode. 2012-09-18 14:14:36 +01:00
Mike Jolley 50f00d1fe0 Added shortcodes. Closes #1378. 2012-09-18 14:11:36 +01:00
Dalton Rooney c3283ffca3 Sale products shortcode 2012-09-14 14:11:45 -04:00
Mike Jolley 5019700d79 more sessions 2012-09-07 19:28:30 +01:00
Mike Jolley fdd34e5c0e session -> transient WIP 2012-09-07 18:26:13 +01:00
Mike Jolley 8c65efe4e9 REQUEST for #1466. 2012-09-06 17:54:07 +01:00
Mike Jolley f12a8245d1 reset postdata instead of query - needs testing. 2012-08-30 14:37:14 +01:00
Mike Jolley 261dc12353 Some final docs... 2012-08-15 19:30:39 +01:00
Mike Jolley 5dbab16692 widgets and shortcodes 2012-08-14 23:43:54 +01:00
Coen Jacobs 45785c9033 woocommerce_reset_loop() after product categories shortcode 2012-08-13 12:32:38 +02:00
Mike Jolley 3edf155b50 Classes for order info in my-account. Closes #1363. 2012-08-12 13:44:00 +01:00
Mike Jolley 402799c0eb Fix JS enqueue. Closes #1365. 2012-08-12 13:15:27 +01:00
Max Rice e9a75830c8 added hooks to support analytics plugins
successful ajax add to cart : woocommerce_ajax_added_to_cart,
$product_id

added valid coupon: woocommerce_applied_coupon, $coupon_code

reorded : woocommerce_ordered_again, $order->id

tracked order : woocommerce_track_order, $order->id

calculated shipping on cart : woocommerce_calculated_shipping
2012-08-05 12:42:25 -04:00
Scott Basgaard f39c4e3626 Use esc_attr() instead of absint() sanitizing an order ID.
Extensions like Sequential Order Numbers Pro allow alphanumeric Order ID's.
2012-07-26 09:32:55 +02:00
Mike Jolley 4856636b77 reset loop and clearfix 2012-07-19 22:20:44 +01:00
Mike Jolley 7524df5cde product cats shortcode fix 2012-07-19 22:13:06 +01:00
Mike Jolley 1b0a206bd9 Handling for non-JS checkout 2012-07-16 20:21:44 +01:00
Mike Jolley fac3756e65 killed query posts 2012-07-11 15:13:11 +01:00
Mike Jolley c846906064 loops template rewrite 2012-07-11 13:50:28 +01:00
Mike Jolley 12dc3c033f Template changes - for coen approval 2012-07-11 11:23:31 +01:00
Coen Jacobs 863918f7f4 Revert "Moved # character in translatable order strings. Closes #1161"
This reverts commit f6c83fe6aa.
2012-06-20 19:18:16 +02:00
Coen Jacobs f6c83fe6aa Moved # character in translatable order strings. Closes #1161 2012-06-20 19:14:33 +02:00
Mike Jolley 967da77d88 Check coupons are valid before cart/checkout 2012-06-13 19:58:06 +01:00
Mike Jolley c6d6fd7901 ajax coupon form. Closes #1061. 2012-06-10 12:40:07 +01:00
Mike Jolley cc255eb352 Order tracking improvements. Closes #1101. 2012-06-09 20:09:05 +01:00
Justin Stern d23fbcc698 Order Number Changes
Order number changes in preparation for the Sequential Order Number
plugin
2012-05-15 20:23:43 -04:00
Mike Jolley 564a07ed77 When the count of available shipping methods changes, reset to default 2012-05-10 16:35:36 +01:00
Brent Shepherd 6df9fff54d Adding "Replacing instances of "woocommerce_price($order->order_total)" with new WC_Order::get_formatted_order_total() function. 2012-04-27 12:22:19 +10:00
Mike Jolley 897737e425 Only show cart errors in cart-errors.php Closes #924. 2012-04-16 15:39:40 +01:00
Mike Jolley b846131f82 "Package" support for shipping calculations - allows third parties to split the cart up to calc shipping. Also caches packages meaning the cart shipping only needs to be calculated once (until totals or customer location changes) 2012-04-13 12:16:24 +01:00
Mike Jolley 10f226a332 bug fix when hidden 2012-04-12 23:31:06 +01:00
Mike Jolley 6f17cd4d4e nofollow cart buttons 2012-04-11 21:21:40 +01:00
Coen Jacobs 8c094f137a product_categories shortcode docs and changelog bump - Closes #281 2012-04-11 14:25:06 +02:00
Coen Jacobs 9d42f4f733 Added product_categories shortcode to list all categories 2012-04-11 14:18:20 +02:00
Mike Jolley 05f0bd54cf show all 2012-04-11 10:45:30 +01:00
Mike Jolley 7ccefed4d7 View order tweaks
* Tweak - Changed recent order tables to make them slightly more compact
* Tweak - Moved recent order table to a template file
* Tweak - Improved default view-order page when order id is not defined
- instead of stating "invalid order" it will list recent orders
2012-04-09 23:57:57 +01:00