Matty
5a0a8ef2f2
Adds Google campaign tags for tracking the various states of the 'Try Storefront' button.
2015-11-19 16:44:04 +02:00
Matty
94da31ef01
Adjusts the default 'Try Storefront' button to direct to the Storefront listing on WooThemes.com, even if Storefront and a child theme are in use.
2015-11-19 14:35:20 +02:00
Matty
4fc1023d0a
Adjusts the 'try Storefront' button on the 'Addons' screen to be more contextual, depending on the current theme/child theme combination activated.
2015-11-19 14:27:34 +02:00
roykho
9078e30ea4
Fix acronym zip to be all capitals fixes #9641
2015-11-18 15:32:23 -08:00
Mike Jolley
4595befb76
Pass product type with variation bulk edit
...
Closes #9570
2015-11-17 15:25:48 +00:00
Claudio Sanches
caa69304c9
Merge pull request #9626 from mitogh/master
...
Remove unnecessary lines of code and update code style for conditionals.
2015-11-17 12:33:22 -02:00
Mehdi Esmaeili
101c7f47e1
Better Documentation: Put throws tag
2015-11-17 16:21:42 +03:30
mitogh
fb7de12235
Remove unnecessary use of ternary operator.
...
Since the operations are going to return the same values of true or
false after the evaluation of each statment it's easier just returing
the result of evaluation of those statements.
2015-11-17 00:08:06 -06:00
mitogh
85ea9c27ae
Update conditionals to follow the Yoda conditional style
2015-11-17 00:04:59 -06:00
mitogh
e8de40f6b0
Remove empty blank spaces
2015-11-17 00:04:48 -06:00
Mike Jolley
aeb48e35a7
[2.4] Removes Switzerland from VAT definition
...
Confirmed outside of EU and not applicable to things such as EU VAT
@hussong
2015-11-16 16:00:51 +00:00
Mike Jolley
e94c2b86ca
Remove shipping/tax estimation notice and show in context when needed.
...
Avoids needing complex logic for something which could easily be typed
onto the page by store owner if needed.
Also adjusts line height and padding in cart collaterals
Closes #9578
2015-11-16 15:59:47 +00:00
Mike Jolley
1a59d14868
Point to correct element and make trigger manual
...
Closes #9609
2015-11-16 14:21:53 +00:00
Claudio Sanches
a62ea22d9c
[2.4] Fix auth endpoint urls, closes #9614
2015-11-16 10:01:20 -02:00
Mehdi Esmaeili
588ff1029a
Remove duplicate array key
2015-11-15 02:42:47 +03:30
Claudio Sanches
d931405156
Fixed the type returned when get_stock_quantity() is empty
...
Since expect return an integer value, we can't return an empty string.
This can generate some kinds of errors like:
'' >= 1 returns false
'' >= -1 returns true
This can be a problem comparing stock quantity like we do in
WC_Product::has_enough_stock()
But using null we have:
null >= 1 returns false
null >= -1 returns false
cc @mikejolley
ref #9598
2015-11-14 15:53:36 -02:00
roykho
e5ca21f1e3
Change to WP convenience function
2015-11-12 13:19:57 -08:00
roykho
5cd3150c94
Fix order item name escaping apostrophe closes #9583
2015-11-12 08:04:21 -08:00
Claudio Sanches
bb24369119
Merge pull request #9582 from shivapoudel/currency-symbol
...
Fixed rupee sign for currency in product data sale and regular price
2015-11-12 10:23:00 -02:00
Shiva Poudel
853530cece
Fixed rupee sign for currency in product data sale and regular price
2015-11-12 03:00:54 +05:45
Fredrik Forsmo
3440985a8a
Check so `product_base` exists before using it
...
`product_base` index in `$permalinks` array in `prepend_shop_page` method don't always exists for a new WooCommerce site, doing a isset check before will solve `Notice: Undefined index: product_base` error.
2015-11-11 19:44:23 +01:00
Claudio Sanches
84ac454c3e
Fixed settings messages location in WP 4.4, closes #9575
2015-11-11 12:18:31 -02:00
Claudio Sanches
555ef9abdf
Merge pull request #9573 from shivapoudel/shipping-class-fix
...
Shipping class fix
2015-11-11 11:30:07 -02:00
Shiva Poudel
3a52125b93
Updated admin menu docblock version
2015-11-11 18:29:00 +05:45
Shiva Poudel
c0c587103c
Fix - Shipping classes menu highlight, Closes #9538
2015-11-11 15:12:31 +05:45
Shiva Poudel
d92dcfaba0
Fix - Shipping classes admin page access, #9538
2015-11-11 15:07:43 +05:45
Claudio Sanches
57feb4ba9b
[API] Added woocommerce_api_uploaded_image_from_url action, closes #9568
2015-11-10 22:59:17 -02:00
Claudio Sanches
357254f928
Merge pull request #9567 from shivapoudel/rupee-sign
...
Rs. currency symbol can use rupee sign html entity
2015-11-10 22:50:34 -02:00
Claudio Sanches
e1bb5830c8
Merge pull request #9569 from shivapoudel/param
...
Tweak missing fallback param in geolocate_ip
2015-11-10 22:47:09 -02:00
Shiva Poudel
70496e5864
Tweak missing fallback param in geolocate_ip
2015-11-11 06:19:01 +05:45
Claudio Sanches
ebfe703d62
Merge pull request #9564 from shivapoudel/unused
...
Remove unused variable declaration
2015-11-10 19:16:50 -02:00
Shiva Poudel
6a268f003f
Rs. currency symbol can use rupee sign html entity
...
@see http://www.w3schools.com/charsets/ref_utf_currency.asp
2015-11-11 01:12:48 +05:45
Maxwell Morgan
da6eeebf81
Update class-wc-countries.php
...
Typo on ether -> either
2015-11-10 11:51:26 -05:00
Claudio Sanches
976f83c5be
Merge pull request #9555 from shivapoudel/minor-change
...
Improve docblock and coding standard
2015-11-10 12:49:15 -02:00
Shiva Poudel
d31859ab6c
Remove unused variable declaration
2015-11-10 16:53:45 +05:45
Shiva Poudel
f45d367d9f
Tweak docblocks in GeoIP class
2015-11-10 16:30:36 +05:45
Shiva Poudel
47489fb800
Use of single quotes
2015-11-10 16:10:19 +05:45
Ibrahim
e2903ef450
Added rupee symbol for INR
...
The rupee symbol (http://www.fileformat.info/info/unicode/char/20b9/index.htm ) has been adopted since 2010
2015-11-10 13:26:18 +05:30
Shiva Poudel
33ad23f371
Improve help tip docblock and remove space
2015-11-10 07:13:53 +05:45
Claudio Sanches
9a926aef4f
Updated wc_checkout_is_https() docblock
2015-11-09 23:08:10 -02:00
Claudio Sanches
c471a47910
Improved WC_Geo_IP logger
...
Removed not useful "GeoIP API: fseek failed" log messages
2015-11-09 22:58:22 -02:00
Claudio Sanches
1512d448c1
Removed name param from SimplifyCommerce.generateToken
2015-11-09 22:49:53 -02:00
Claudio Sanches
3959d4fe3e
Merge pull request #9553 from woothemes/issue/simplify-commerce-address-fields
...
Fix - address fields were not properly being passed to Simplify via t…
2015-11-09 22:43:11 -02:00
roykho
84436f4a11
Fix hosted payments address fields were not passing to simplify
2015-11-09 16:37:55 -08:00
Claudio Sanches
770f6793fc
Check if WC_Logger exists before try to use in WC_Geo_IP class
2015-11-09 22:08:22 -02:00
Claudio Sanches
98abbf0184
Fixed fseek check in WC_Geo_IP class
2015-11-09 22:03:22 -02:00
roykho
b49b0b0133
Fix - address fields were not properly being passed to Simplify via token
2015-11-09 15:36:52 -08:00
David Anderson
b022769c2a
Prevent PHP notice
...
Prevents this PHP notice (on my localhost/testing setup):
PHP Notice: Undefined offset: -16776960 in wp
-content/plugins/woocommerce/includes/class-wc-geo-ip.php on line 1608
Note that the geoip_country_code_by_addr() method, a few lines further down, already makes a similar check to this one which is being added for IPv6.
2015-11-09 12:17:55 +00:00
Claudio Sanches
89de396709
[2.4] Allow bulk edit sale_prices as 0
2015-11-06 14:42:51 -02:00
Nicola Mustone
c9da4f928a
check if ABSPATH is defined
2015-11-06 10:22:19 +01:00