Commit Graph

157 Commits

Author SHA1 Message Date
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
Mike Jolley e19f46c79d Add new terms + printf vs echo sprintf Closes #138. 2012-04-09 00:57:38 +01:00
Mike Jolley 659d3ee3b4 get order number function complete with filter. Tweak the display of order ID's if you use custom numbering.
Had to tweak some localisation strings to dump the '#' symbols.
2012-03-26 11:26:50 +01:00
Mike Jolley 4ec7306dab Lower case emails 2012-03-20 10:03:37 +00:00
Mike Jolley 115229aeee no_found_rows Closes #804. 2012-03-14 11:41:32 +00:00
Mike Jolley 6e2b18c22a Add to cart shortcode for variations. Closes #719. 2012-03-12 10:52:00 +00:00
Mike Jolley 01c92ea51d Minor fixes 2012-03-09 16:12:36 +00:00
Mike Jolley 9f698d94d0 Post check 2012-03-07 10:23:44 +00:00
Mike Jolley 9a282ce3ab Fixes 2012-03-05 13:25:02 +00:00
Mike Jolley 15ecb857bd cookie when cart has content 2012-02-24 21:05:15 +00:00
Mike Jolley 0621b91ca4 #687 - PayPal GET request to avoid pay page 2012-02-24 20:44:58 +00:00
Mike Jolley 1eff385521 Fix make clickable. Show links to items. Closes #697. 2012-02-24 20:20:17 +00:00
Mike Jolley 04fde0a603 Improved edit address. Closes #689. 2012-02-22 21:06:08 +00:00