Commit Graph

3694 Commits

Author SHA1 Message Date
Justin Stern bdf5833531 Fix Downloadable Product Variation Link
Fix the downloadable product variation linking, which was broken in WC
1.6.2 due to the introduction of the has_file() method at the WC_Product
class, with an implementation that does not function properly for the
child WC_Product_Variation
2012-08-09 18:41:59 -04:00
Mike Jolley 6810107b56 case 2012-08-09 13:08:23 +01:00
Mike Jolley e7ca202479 RMB 2012-08-09 11:59:14 +01:00
Mike Jolley 9be866b7a1 remove attachment rewrite 2012-08-09 11:50:15 +01:00
Mike Jolley cfe1d85ffb Hook 2012-08-09 11:30:37 +01:00
Mike Jolley 244e0d2b08 Archive hooks 2012-08-09 11:25:38 +01:00
Coen Jacobs 97e902d0ea Added variation_post_id to variation_data before woocommerce_product_after_variable_attributes 2012-08-09 11:32:36 +02:00
Mike Jolley 1217228bda Additonal hooks 2012-08-08 16:57:36 +01:00
James Koster bbfd5ea37d high res icons for orders page 2012-08-08 16:29:59 +01:00
James Koster 5ec40dfe40 product_types.png 2012-08-08 16:14:58 +01:00
James Koster 3b58a75362 high res icons for products screen 2012-08-08 15:22:59 +01:00
James Koster 7062042002 high res tab icons 2012-08-08 15:04:50 +01:00
James Koster 239a170730 Revert .svg product tabs 2012-08-08 14:36:48 +01:00
James Koster 07ae17d915 Revert ".svg icons on product screen" 2012-08-08 14:29:31 +01:00
James Koster 15aed2a348 Revert ".svg icons on orders screen"
This reverts commit b9109ece87.
2012-08-08 14:28:08 +01:00
James Koster 887d884749 Revert "inventory icon"
This reverts commit 231718817d.
2012-08-08 14:27:53 +01:00
Mike Jolley fb7c3d0037 Style tweak 2012-08-08 12:32:11 +01:00
Mike Jolley 6cd409b7a4 Fixes for #1347. 2012-08-08 11:53:36 +01:00
Mike Jolley 56e8689c5d Merge pull request #1347 from scottbasgaard/master
Update Variation Image Title/Alt
2012-08-08 03:44:49 -07:00
Mike Jolley d5b9036e9a calc_tax hooks. Closes #1352. 2012-08-08 11:42:47 +01:00
Coen Jacobs c29b9c3a11 Added hook woocommerce_variation_options 2012-08-08 11:06:06 +02:00
Mike Jolley fd8f49bf07 Only show image if placeholder set. #1349. 2012-08-08 09:58:36 +01:00
Mike Jolley 2818209063 Made sample email better. Closes #1355. 2012-08-08 09:49:00 +01:00
Coen Jacobs cb133c667c Hide downloadable settings in variations pane by the row
show_if_variation_downloadable class on the tr makes the entire row
hide instead of the options only. When you add more options below with
woocommerce_product_after_variable_attributes_js action, it is annoying
that there is an empty tr above it.
2012-08-08 10:45:40 +02:00
Mike Jolley 6d7dae6b60 Localise comment emails. Closes #1353. 2012-08-08 09:21:30 +01:00
Mike Jolley f1f9e0e245 Merge pull request #1351 from KayLeung/patch-1
add trailing space to 'Shipping via'
2012-08-07 13:39:57 -07:00
Kay.L c4a040cfd2 add trailing space to 'Shipping via'
On the Paypal.com checkout page, there is missing a trailing space on the text "Shipping via".

Before patch:
Shipping viaInternational Delivery


After patch:
Shipping via International Delivery
2012-08-08 03:22:14 +08:00
Mike Jolley 2c9fa0ccf0 Version 2012-08-07 09:38:12 +01:00
Scott Basgaard 713f6fa6f5 Update Variation Image Title/Alt
We should update the image title/alt when the product image changes for different variations.
2012-08-07 10:37:00 +02:00
Mike Jolley be48ed5be5 Merge pull request #1344 from helgatheviking/helgafork
switch get_price() checks to is_purchasable() for displaying Add to Cart...
2012-08-07 01:25:06 -07:00
kathy f2415b3761 switch get_price() checks to is_purchasable() for displaying Add to Cart button 2012-08-06 19:27:24 -05:00
Mike Jolley cedcca7fe7 is_purchasable. Closes #1331. 2012-08-07 00:33:52 +01:00
Mike Jolley 714f441ace Revised tax select box to allow top level country to be chosen (when the country has states) 2012-08-07 00:17:13 +01:00
Mike Jolley a1e330fe03 Fix for previous commit 2012-08-06 23:51:09 +01:00
Mike Jolley f48cafc1ff nz closes #1342. 2012-08-06 23:43:39 +01:00
Mike Jolley 0848fff04d Merge pull request #1343 from Ramoonus/master
NL provinces
2012-08-06 15:41:54 -07:00
Ramon van Belzen 58f8c863db Added provinces for NL 2012-08-06 18:24:11 +02:00
James Koster 8590d50f9f tiny aesthetic fix 2012-08-06 14:28:49 +01:00
James Koster 231718817d inventory icon 2012-08-06 14:00:45 +01:00
James Koster b9109ece87 .svg icons on orders screen 2012-08-06 13:53:49 +01:00
James Koster 99988ce9d6 .svg icons for products screen 2012-08-06 13:35:08 +01:00
Mike Jolley 5eee013dd6 hook space 2012-08-06 13:24:59 +01:00
Mike Jolley 62a5039d76 Merge pull request #1339 from maxrice/master
added hooks to support analytics plugins
2012-08-06 05:24:13 -07:00
Mike Jolley c5f9170132 Merge pull request #1341 from franticpsyx/master
Added get_cart_contents_count() function and filter hook.
2012-08-06 05:22:02 -07:00
Manos Psychogyiopoulos 8dff33efa5 Added get_cart_contents_count() cart function. 2012-08-06 15:13:32 +03:00
James Koster 569065fdf2 .svg icons for tabs 2012-08-06 12:53:49 +01:00
James Koster e40c754a98 Revert "using font for tab icons"
This reverts commit 7d9e754cd4.
2012-08-06 11:56:10 +01:00
James Koster 1a1ac7f2f3 Revert "Replaced graphics with font on orders / products"
This reverts commit df23d2ddd9.
2012-08-06 11:55:48 +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
Mike Jolley c7c247b6dc Merge pull request #1338 from Mamaduka/master
WC_Product::has_file() method should return bool
2012-08-04 04:18:21 -07:00