Justin Shreve
4c498336fe
Fix up some minor coding standards issues
2016-02-18 08:40:02 -08:00
Justin Shreve
cfe39073a3
Fix headings on the add-ons/extensions screens
2016-02-18 08:39:02 -08:00
Justin Shreve
d28c4f4f39
Fix hierarchy in the system status pages.
2016-02-18 08:39:02 -08:00
Justin Shreve
6d683b7492
Fix up hierarchy on all of the generated report screens.
2016-02-18 08:39:02 -08:00
Justin Shreve
8c49e81f45
Fix up heading hierarchy on the add new order screen
2016-02-18 08:39:02 -08:00
Justin Shreve
328ad226e8
[2.5] Correct the 'unavailable template' call for variations so the message is displayed correctly, fixing a JS error.
2016-02-17 07:50:38 -08:00
Claudio Sanches
211c379af6
My account initial navigation
2016-02-16 13:50:06 -02:00
Shiva Poudel
a88caf5b72
Feature to exclude certain users from ajax customer search box
...
Closes #10360
CC @mikejolley
2016-02-16 19:40:36 +05:45
Kevin Killingsworth
7e951afbae
Cart AJAX: Add shipping form support.
...
Add support for making an AJAX call for updating the shipping options.
2016-02-15 10:52:25 -06:00
Kevin Killingsworth
b330813306
Cart AJAX: Clean up form handling for cart form.
...
The coupon and update cart logic was tripping on each other
between the click handling and form submit handling.
This commit combines the event handler, then splits off from there.
2016-02-15 10:27:47 -06:00
Kevin Killingsworth
4b8cf5cd1f
Cart ajax: Fix html5 validation checks for quantities.
...
The form button click event handling was subverting the validation
checks. Moving the event to the actual form submit event fixed it.
2016-02-15 09:53:11 -06:00
Kevin Killingsworth
62c141ff5d
Cart AJAX: Fix block UI for remove item.
...
The JQuery selector was incorrect and needed to go
further up the DOM tree.
2016-02-15 09:41:58 -06:00
Kevin Killingsworth
a8e51cfb66
Style: Add spaces between closing braces and parens.
2016-02-15 08:40:46 -06:00
Kevin Killingsworth
ef4debace7
Cart AJAX: Block form during update
...
Apply the JQuery Block UI to the form during an AJAX update.
Also correct a few small style issues.
2016-02-15 08:10:25 -06:00
Kevin Killingsworth
e416ba0e2b
Cart AJAX: Add cart item remove.
...
Add cart item remove, using same technique as the cart update.
Make the normal call via AJAX and update the HTML afterwards.
2016-02-14 22:55:47 -06:00
Kevin Killingsworth
9a43b897da
Cart AJAX: Add update call.
...
Since the code is built to use a form submit for all the quanitities
already, I just made this an ajax call instead of a whole page call.
The result is the exactly the same and the .woocommerce div is replaced
with the resulting HTML.
2016-02-14 21:57:14 -06:00
Kevin Killingsworth
1c361bb29f
cart.js: Consolidate url calculation.
...
DRY the url calculation code within a single function to make
the code more readable and succinct.
2016-02-12 15:43:05 -06:00
Kevin Killingsworth
30a272e58a
Add remove coupon ajax handling in cart.
...
Add code to handle ajax call for removing a coupon from the cart.
2016-02-12 15:43:05 -06:00
Kevin Killingsworth
191b58eba0
Block cart form while applying coupon.
...
Add code to block the cart form during the apply operation
until completion. Refactor block/unblock into local methods
for reuse.
2016-02-12 15:43:05 -06:00
Kevin Killingsworth
4cc7e99ab7
Add notice to add coupon in cart.
...
Add the notice to when a coupon is added to the cart,
or the error if the coupon was not added for some reason.
2016-02-12 15:43:05 -06:00
Kevin Killingsworth
ce90c440cb
Cart ajax: apply coupon
...
Adds an ajax call for applying coupons while on the cart
screen (not checkout, as it already has this.)
This is the first commit to add ajax calls to the cart update
functions. See issue #6734
2016-02-12 15:43:05 -06:00
Kevin Killingsworth
07db701e91
Add minified js file for add-to-cart-variation.js
...
Adding missing minified version of js file from
commit f1bf89db2b
2016-02-12 09:54:21 -06:00
Mike Jolley
2c86574785
Merge pull request #10328 from KristoferN/single-product-image-alt-tag-content-error
...
Corrected content in alt-tag
2016-02-11 13:17:46 +00:00
Kristofer Norén
f1bf89db2b
Corrected content in alt-tag
...
Previously both the alt-tag and the title-tag of the variations main image used content from variation.image_title. The alt-tag should use variation.image_alt.
2016-02-11 13:40:56 +01:00
Justin Shreve
37ad8ccbed
Minified checkout.js
2016-02-10 10:41:23 -08:00
Justin Shreve
6a8abc9f28
Keep track of terms & conditions state and recheck the box if necessary.
2016-02-10 10:38:39 -08:00
Mike Jolley
fab8a871aa
Merge branch 'master' into shipping-zones
...
# Conflicts:
# assets/css/admin.css
# includes/admin/class-wc-admin-assets.php
2016-02-10 14:12:39 +00:00
Mike Jolley
75cbb74520
Rating widget standards
2016-02-09 15:18:27 +00:00
Mike Jolley
4c29b7607f
Show notices on variation button clicks
...
Closes #10281
2016-02-08 16:21:02 +00:00
Mike Jolley
6dd01fc839
Better way to find wrapper for stateboxes
...
Closes #8255
2016-02-08 14:47:42 +00:00
Mike Jolley
aa4bfde937
Remove deprecated chosen js scripts
2016-02-08 12:10:42 +00:00
Mike Jolley
efd0304bb0
Color code manual, system and customer notes
...
Closes #7225
2016-02-08 11:39:31 +00:00
Mike Jolley
346fd94e9e
Fix column color
2016-02-05 15:48:31 +00:00
Mike Jolley
352184cc06
Merge branch 'master' into shipping-zones
...
# Conflicts:
# assets/css/admin.css
# i18n/languages/woocommerce.pot
# includes/abstracts/abstract-wc-payment-gateway.php
# includes/abstracts/abstract-wc-shipping-method.php
# includes/admin/settings/class-wc-settings-shipping.php
# includes/wc-core-functions.php
# uninstall.php
2016-02-05 14:58:48 +00:00
Claudio Sanches
5f2d769567
Minify
2016-02-03 15:02:32 -02:00
Claudio Sanches
2596b888a2
[2.5] Include new triggers when remove and add the password strength meter, closes #10257
2016-02-03 13:24:11 -02:00
Mike Jolley
254c8cf677
Prevent default in variation script
...
Closes #10223
2016-02-01 12:16:17 +00:00
Mike Jolley
089b8aff68
Disable button (again) but not on checkout
2016-01-28 15:53:08 +00:00
Mike Jolley
4bca60c76e
Adjust padding on message
2016-01-28 15:52:39 +00:00
Mike Jolley
26a7d04c07
Unused var
2016-01-28 15:38:27 +00:00
Mike Jolley
6a8e89da2f
[2.5] HTML5 validation message on weak password, and append to indicator
2016-01-28 15:36:24 +00:00
Mike Jolley
64dfcdbea4
[2.5] Remove obsolete notice and add styles for add payment page
2016-01-28 11:58:09 +00:00
Mike Jolley
3093572f5b
[2.5] Set input margin and label display for compatibility with themes using bootstrap CSS
2016-01-27 21:43:55 +00:00
Mike Jolley
30ee8aaef0
[2.5] Bind on autocompletechange event
...
Fixes #10185
2016-01-27 12:14:21 +00:00
Mike Jolley
8c85183d6e
[2.5] Remove case check from tax rate country REGEX
2016-01-27 12:10:36 +00:00
Mike Jolley
32b6e05eb1
[2.5] docblock
2016-01-27 11:07:44 +00:00
Mike Jolley
a2843c03c7
[2.5] Added password hint text and error messages
2016-01-27 10:54:03 +00:00
Mike Jolley
5db85c6ef7
[2.5] Compatibility with w3 total cache inline minification
2016-01-25 20:14:45 +00:00
Mike Jolley
793d86c9c3
[2.5] Fix scroll on ios
...
Closes #10145
2016-01-25 11:31:24 +00:00
Claudio Sanches
9c9fab33da
[2.5] Reload tax backbone view when save, closes #10150
2016-01-23 14:51:43 -02:00
Claudio Sanches
7d627e105c
Don't stop conversions because password strength meter
...
cc @mikejolley
2016-01-22 17:46:15 -02:00
Claudio Sanches
c1c6ef0271
Added support password strength meter lost password page
...
Still part of #10103
2016-01-22 17:37:34 -02:00
Claudio Sanches
4f3ef79b8c
Added password strength meter to my account > edit account page
...
Closes #10103
2016-01-22 17:33:35 -02:00
Claudio Sanches
3fb84f91c1
Improved code for #10127
2016-01-20 22:54:29 -02:00
Simon Prosser
4899d99475
Videon only load when help is needed.
2016-01-21 00:12:19 +00:00
Mike Jolley
cc68fdc89a
[2.5] Correctly block UI to prevent attribute issues
...
Fixes #10115
2016-01-20 11:01:18 +00:00
Claudio Sanches
b1d6dbf84e
Minify
2016-01-19 16:31:05 -02:00
Claudio Sanches
18c1935536
Removed flower icon in favor of dashicons
2016-01-19 16:08:20 -02:00
Mike Jolley
5481820668
[2.5] Fix responsive product sizes when columns class is missing.
2016-01-18 18:32:06 +00:00
Mike Jolley
c661b4c78f
JSlint
2016-01-13 17:08:53 +00:00
Mike Jolley
d821b87f8a
Move shipping classes to custom UI in shipping section
2016-01-13 16:52:28 +00:00
Mike Jolley
8064b35350
Add methods from zones screen
2016-01-13 15:04:10 +00:00
Mike Jolley
c8025705c1
Text changes
2016-01-13 12:38:31 +00:00
Mike Jolley
70a9eb3807
Fix pagination + sorting on tax screen
...
@claudiosmweb
2016-01-12 12:01:10 +00:00
Mike Jolley
1076854608
Merge branch 'master' into shipping-zones
...
# Conflicts:
# assets/css/admin.css
# includes/abstracts/abstract-wc-shipping-method.php
# includes/class-wc-shipping.php
# includes/shipping/flat-rate/class-wc-shipping-flat-rate.php
# includes/shipping/flat-rate/includes/class-wc-eval-math.php
# includes/shipping/free-shipping/class-wc-shipping-free-shipping.php
#
includes/shipping/legacy-international-delivery/class-wc-shipping-legacy
-international-delivery.php
#
includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-d
elivery.php
2016-01-11 11:48:18 +00:00
Mike Jolley
accc62d5ef
Breadcrumb tweak
2016-01-08 12:10:40 +00:00
Mike Jolley
cef3ec7e37
Indicate disabled methods
2016-01-08 11:57:49 +00:00
Mike Jolley
007abbc98e
Shipping meta data
...
Closes #9094
2016-01-08 11:42:32 +00:00
Mike Jolley
808d3317c2
Min #10021
2016-01-07 10:53:04 +00:00
Shiva Poudel
64161b9d63
No need of external product type to index
2016-01-07 12:43:08 +05:45
Mike Jolley
5fed5c6990
Dash when no methods are shown
2016-01-06 13:38:32 +00:00
Mike Jolley
9a0233bb04
Min #9988
2016-01-06 12:35:03 +00:00
Mike Jolley
2e5307fdde
Merge pull request #9988 from shivapoudel/password-field
...
Add styles for password input field in wc options panel
2016-01-06 12:34:43 +00:00
Mike Jolley
0b6fdf5fe8
Use data-placeholder for selects since placeholder is not to W3C spec
...
Closes #9986
2016-01-06 12:20:06 +00:00
Shiva Poudel
316be35747
Add styles for password input field in wc options panel
2016-01-06 17:35:49 +05:45
Mike Jolley
97d47fb576
Move zones to main settings
2016-01-05 11:23:15 +00:00
Mike Jolley
62ca37f651
Merge branch 'master' into shipping-zones
...
# Conflicts:
# includes/admin/class-wc-admin-assets.php
# includes/class-wc-install.php
2016-01-04 14:35:45 +00:00
Mike Jolley
61f8a92202
View/Edit icon hiding on edit
2016-01-04 14:34:10 +00:00
Mike Jolley
a70f1d7852
Fix row selection in tax settings screen
2016-01-04 11:04:52 +00:00
Mike Jolley
1228ae348c
Fix change event on tax settings screen
2016-01-04 10:54:34 +00:00
Claudio Sanches
a81f0f6eea
Use blockui while saving taxes
2015-12-19 12:12:31 -02:00
Mike Jolley
89ede21ff2
Terms before button
...
@jameskoster any problem using that float?
Closes #9880
2015-12-18 22:11:45 +00:00
Mike Jolley
77f0e9d72a
has settings handling
2015-12-18 13:12:20 +00:00
Mike Jolley
8ebba9cc68
"enabled" column
2015-12-16 16:24:58 +00:00
Mike Jolley
9aa34330ac
Fix sorting and saving for methods
2015-12-16 16:09:52 +00:00
Mike Jolley
e13ba4f029
Empty states
2015-12-16 15:37:40 +00:00
Mike Jolley
571469f44c
Add methods to zones
2015-12-16 15:16:52 +00:00
Mike Jolley
bf362de020
worldwide methods
2015-12-16 13:38:03 +00:00
Mike Jolley
aab4e1cfa0
Min
2015-12-16 11:05:01 +00:00
Phil Young
ee54e040df
Chrome autocomplete to update checkout shipping. Closes #9850
...
When using Chrome's autocomplete to alter an address field in the
checkout, the shipping selection in the order review will now update.
Closes #9850 .
2015-12-16 10:02:18 +00:00
Mike Jolley
d8f96f4dc9
zones empty state
2015-12-15 19:10:41 +00:00
Mike Jolley
e25d876779
List and sort methods within zones
2015-12-15 17:48:03 +00:00
Mike Jolley
f48f09ebdf
Fix zone links
2015-12-15 16:35:33 +00:00
Mike Jolley
6e7d8e98b2
Trigger change event when inserting media
...
Fixes #9793
2015-12-14 12:27:03 +00:00
Manos Psychogyiopoulos
2a6a26f800
allow searching from predefined set and introduce search limit
...
Makes it possible to search from a pre-defined set of known ids without returning all results, avoiding an excessive amount of product instantiations with large result sets.
2015-12-12 14:28:45 +02:00
Mike Jolley
6cea054fca
Method list screen and method screen with breadcrumbs
2015-12-11 14:11:12 +00:00
Mike Jolley
66d4065ae4
postcode saving
2015-12-10 18:33:59 +00:00
Mike Jolley
4893db3afe
tweak js
2015-12-10 17:47:14 +00:00
Claudio Sanches
baf09d4a5e
Fixed some coding standards
2015-12-10 15:24:26 -02:00
Mike Jolley
e93853e4cf
Fix up adding zones
2015-12-10 16:38:24 +00:00
Mike Jolley
cf5381083d
Started on zone regions selector
2015-12-10 15:09:37 +00:00
Mike Jolley
3a8ed22905
Fix sorting for new zones
2015-12-10 13:09:39 +00:00
Mike Jolley
41042e94a7
Sort zones
2015-12-10 12:31:03 +00:00
Mike Jolley
14eeb9f936
Zones first draft with backbone saving of zone names
2015-12-10 11:55:03 +00:00
Claudio Sanches
0e1d342e26
Updated select2 to 3.5.4, closes #9781
2015-12-08 15:00:18 -02:00
Mike Jolley
56f274b68b
non-functional Mockup for the shipping zones interface
2015-12-08 12:45:18 +00:00
Mike Jolley
1b5af9e188
Output the wp.template instead of passing in
2015-12-04 14:28:32 +00:00
Mike Jolley
3ae614c5a8
Wrap is Always visible since 2.5.0
2015-12-04 13:45:47 +00:00
Mike Jolley
b7d8091a44
pass full variation object into script instead of parts
2015-12-04 13:31:36 +00:00
Mike Jolley
2c023a2847
Pass the wp.template to the script and append so its added to the page once when needed
2015-12-04 13:26:44 +00:00
Mike Jolley
398cde4770
Merge remote-tracking branch 'origin/master'
2015-12-04 12:06:00 +00:00
Mike Jolley
1ade6adf71
Unused line
2015-12-04 12:05:48 +00:00
Jeff Stieler
e334d75591
Allow plugins to force a reload of the checkout page without an error condition.
2015-12-03 18:20:22 -08:00
Jacob Peattie
d6ff271c88
Use an attribute selector instead. Addresses #9747 .
2015-12-04 01:58:32 +11:00
Jacob Peattie
e56876d69c
Specify columns classes in smallscreen stylesheet for correct width of non-default column counts. Addresses #9747 .
2015-12-03 22:30:45 +11:00
Mike Jolley
2b96721550
Merge branch 'pr/9743'
2015-12-03 10:52:00 +00:00
Mike Jolley
9f76a61bcd
Extra comments, fix JS Lint issue, and log fixes for debugging purposes.
2015-12-03 10:51:39 +00:00
Mike Jolley
12db1d4637
Notify users of no variations but leave status as is.
...
Closes #9713
2015-12-03 10:14:00 +00:00
Mike Jolley
8f951d449a
Only fade in image if variation has children
2015-12-03 09:58:37 +00:00
Mike Jolley
86c9d7c4b8
Changed terms alignment and added *
...
Fixes #9650
2015-12-03 09:49:36 +00:00
Max Rice
b50e830b54
[ #9655 ] Recover from malformed JSON checkout response
...
If a plugin or other code produces output during checkout processing,
it breaks the JSON parsing. This commit makes use of jQuery’s Ajax
dataFilter which allow us to sanitize the raw response before it’s
parsed by the Ajax handler.
2015-12-02 17:31:43 -05:00
Claudio Sanches
b9624290e1
Minify
2015-12-02 13:26:09 -02:00
Claudio Sanches
a2648f4ceb
[2.4] Fixed toggle icon in product data tabs for WP 4.3 and 4.4
2015-12-02 13:26:00 -02:00
Mike Jolley
327cf87191
Merge pull request #9728 from woothemes/issue/9727-order-review-payment-method-change-ui
...
Hook up payment method change UI on “Pay for Order” forms.
2015-12-02 10:45:26 +00:00
Claudio Sanches
4aee3da335
Merge pull request #9731 from mitogh/master
...
Update conditionals in order to follow WP Standards
2015-12-01 16:36:59 -02:00
James Koster
66decdcd9a
[2.4] toggle icon in product data tabs. #9657
2015-12-01 09:30:57 +00:00
mitogh
0808bbf1ba
Update variable to use the cached version
2015-11-30 22:12:26 -06:00
Jeff Stieler
8adc422034
Hook up payment method change UI on “Pay for Order” forms.
2015-11-30 11:09:09 -07:00
Mike Jolley
00f5317621
Merge pull request #9581 from shivapoudel/validation
...
Add Js Validation for price and dimension field in product quick edit…
2015-11-27 13:07:38 +00:00
Mike Jolley
27a7793f00
Min and POT
2015-11-25 18:46:57 +00:00
Mike Jolley
557ce96842
Merge pull request #9685 from tiagonoronha/9624-variation-image-srcset-sizes
...
[2.4] Adds support for srcset and sizes attributes in variation images. @claudiosmweb
2015-11-23 18:52:58 +00:00
Tiago Noronha
105105db06
Adds support for srcset and sizes attributes in variation images.
2015-11-23 16:35:11 +00:00
Takashi Irie
d88ba80f84
Edits for Twnety Sixteen
2015-11-23 11:55:50 +00:00
Mike Jolley
c8ef6902f5
Allow checkout to be updated without posting shipping methods
...
Fixes #9552 @claudiosmweb
2015-11-20 14:51:38 +00:00
Mike Jolley
4595befb76
Pass product type with variation bulk edit
...
Closes #9570
2015-11-17 15:25:48 +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
Ibrahim Ibn Dawood
329fa1f3bf
generated woocommerce.css file
2015-11-13 15:19:04 +05:30
Ibrahim Ibn Dawood
6fc9386dac
added styling for rating filter widget
2015-11-13 15:18:41 +05:30
roykho
ca13d3e5f7
Add conditional check for the selected variation image
...
This added check prevents undefined object preventing images that have no sizes ( e.g SVG ) from causing errors
2015-11-12 16:55:25 -08:00
Shiva Poudel
7934d6fd29
Add Js Validation for price and dimension field in product quick edit panel
2015-11-12 04:50:57 +05:45
Claudio Sanches
5c54aae2c2
Minify again
2015-11-06 13:54:47 -02:00
Claudio Sanches
7201bacf27
[2.4] Fixed products menu icon for wp 4.4
2015-11-06 13:54:31 -02:00
Claudio Sanches
d66427bd8a
[2.4] Fixed product type select in wp 4.4
2015-11-06 13:51:17 -02:00
Claudio Sanches
7d251cb449
[2.4] Fixed reports styles for wp 4.4
2015-11-06 13:32:33 -02:00
Claudio Sanches
7bbfd3534e
Minify
2015-11-06 13:25:00 -02:00
Claudio Sanches
5e1cc5cdaa
[2.4] Fixed button text-shandow and colors to support wp 4.4
2015-11-06 13:24:45 -02:00
Mike Jolley
af4f775ff0
Minify
2015-11-05 14:37:23 +00:00
Claudio Sanches
66026ed36c
Change old settings icon to Dashicons, closes #9517
2015-11-05 02:05:28 -02:00
Danny Santoro
be2cd1d3ae
Switches Settings icon to Dashicon Gear
...
Re: https://github.com/woothemes/woocommerce/issues/9517
2015-11-04 14:33:01 -05:00
Mike Jolley
12000cd85f
Fix model in IOS
...
Fixes #9507
2015-11-04 15:41:25 +00:00
Claudio Sanches
e1c2054b5c
Improved how geolocation js check for pages where shouldn't load
...
Simplified all checks in just one
Less PHP and JS conditionals
cc @mikejolley
2015-11-04 01:51:54 -02:00
Claudio Sanches
0a9929146d
Minifiy
2015-11-04 01:23:45 -02:00
Claudio Sanches
fde904b27a
[2.4] Fixed redirection loop on customizer screen
...
It's caused an redirection loop on the customizer page when
activated "Geolocate (with page caching support)" option
cc @mikejolley
2015-11-04 01:20:16 -02:00
Mike Jolley
1756aa8fca
Use help tip function in email table.
2015-11-03 16:12:13 +00:00
Mike Jolley
1b38f380af
Merge remote-tracking branch 'origin/master'
...
Conflicts:
includes/emails/class-wc-email.php
2015-11-03 16:09:01 +00:00
Mike Jolley
8457dbb57d
Display if emails are manually sent
2015-11-03 15:40:10 +00:00
Mike Jolley
d95f863d79
Show descriptions inline
2015-11-03 15:04:29 +00:00
Mike Jolley
5f65494e27
Restructure emails admin to avoid listing emails along the top
...
Moves emails to a table on the settings screen.
Also tweaks some section text and moves descriptions to tooltips for a
less cluttered interface.
2015-11-02 16:27:00 +00:00
James Koster
1d0f52f6db
revert order pay responsive table. #9015
...
Would require a conditional colspan for handheld. Not worth the
overhead for this small table which should perform adequately already.
2015-11-02 13:59:07 +00:00
James Koster
2b05a493f6
Makes the order payment table responsive. #9015
2015-11-02 13:59:07 +00:00
James Koster
0b5f91c940
General responsive table styling. #9015
...
Also applied `.shop_table` class to the cart totals table.
2015-11-02 13:59:07 +00:00
James Koster
c114489d5b
Responsive cart and cart totals tables. #9015
2015-11-02 13:59:07 +00:00
Mike Jolley
7fdb93329c
Merge branch 'revised-single-variation-cart-template'
...
Conflicts:
includes/admin/views/html-admin-page-status-report.php
2015-11-02 11:26:49 +00:00
Kathy Darling
856d192bff
Use generic `ajax_add_to_cart` class for adding items in the loop to the cart via ajax.
2015-10-30 12:54:49 -05:00
Mike Jolley
77054e11fa
Improve appearance when only 1 gateway is active.
...
Closes #8982
2015-10-30 15:23:16 +00:00
Mike Jolley
58b01886c9
Add validation handling for checkboxes
...
@jameskoster set label color red too so this is indicated
Fixes #9464
2015-10-30 13:45:59 +00:00
Mike Jolley
ad38f6e34f
Add pay link to order screen
...
Closes #9428
2015-10-30 13:29:16 +00:00
Mike Jolley
d1d9ff1b59
Adjust how the 'clear' link appears
2015-10-29 16:51:05 +00:00
Claudio Sanches
034871a395
Fixed js coding standards
2015-10-28 16:52:31 -02:00
Mike Jolley
dddca9b7a6
Avoid animation when no text is present
2015-10-28 15:43:06 +00:00
Mike Jolley
edd2e4f2cb
wp.template is not required for cart button
2015-10-28 14:59:40 +00:00
Mike Jolley
f7a065fb53
Button initial state
2015-10-28 14:27:02 +00:00
Mike Jolley
6f5aaa69da
Fix single variable
2015-10-28 13:53:51 +00:00
Mike Jolley
1ff6a27951
Split button from variation display
2015-10-28 13:09:34 +00:00
Mike Jolley
a28da6eabc
Remove wc_variations_description_update effects
2015-10-28 13:04:45 +00:00
Mike Jolley
f050c804e1
Use wp.template for variation and variation button
2015-10-28 13:04:28 +00:00
Claudio Sanches
ad5264d40b
Fixed initial tax rate settings pagination
...
Pagination need to be set up to 1, since is first page.
This fix a bug where is impossible to insert rates when don't have any rate saved before.
cc @mikejolley
2015-10-27 19:36:57 -02:00
Claudio Sanches
0dbbcd0a16
Fixed coding standards in assets/js/admin/settings-views-html-settings-tax.js
2015-10-27 18:19:30 -02:00
Claudio Sanches
9b47f3866a
Prevented reset to default option when click in any attribute option
...
Improvement for #9335
2015-10-27 17:59:26 -02:00
Claudio Sanches
9877ce99b5
Minify
2015-10-27 17:24:54 -02:00
Claudio Sanches
2f0f8f5b3e
Fixed focus on attributes select fields for variable products
...
This is an issue on IE 11, since we test for "focusin touchstart", IE 11
can't loses the focus and need to this "snippet" to make IE work like
another browsers.
Closes #9335
2015-10-27 17:24:32 -02:00
Mike Jolley
5c43b34002
Avoid hardcoding admin input names for orders
...
Closes #9444 @claudiosmweb
2015-10-27 15:54:00 +00:00
Claudio Sanches
76583aeeda
Minify
2015-10-26 13:05:06 -02:00
Mike Jolley
59dc92e113
Merge pull request #9417 from woothemes/9381-help-tip-icon-font
...
Use new "question" mark icon font for Help Tips
2015-10-26 08:45:10 -06:00
Mike Jolley
7012ef5608
When updating cart hash, refresh all open tabs
...
Closes #8708
2015-10-26 11:50:25 +00:00
Claudio Sanches
2e95a68357
Use new "question" mark icon font
...
Created wc_add_help_tip() function to generate the icons
Replaced all .help_tip elements and [?]
We'll keep the old image and styles in order to maintain backwards
compatibility
Closes #9381
2015-10-23 01:40:52 -02:00
Claudio Sanches
9c10a6fc16
Better name for password strength meter element #9319
...
cc @jameskoster
2015-10-13 14:42:26 -06:00
Claudio Sanches
88c7f30f7b
Improve password strength meter styles
2015-10-09 14:16:01 -03:00
Claudio Sanches
d7a928b4c1
Improved stylesf ro passworkd strength meter
2015-10-09 14:10:02 -03:00
Claudio Sanches
821b2f5cbe
Improved place order button behavior when necessary password check #9319
2015-10-09 13:43:08 -03:00
Claudio Sanches
eedff144e7
Created assets/js/frontend/password-strength-meter.js #9319
2015-10-09 13:31:47 -03:00
Claudio Sanches
332a0d52ad
Fixed conding standards #9259
2015-10-09 11:45:30 -03:00
Claudio Sanches
c4bd6b25c1
Merge pull request #9319 from nishitlangaliya/Issue-8938
...
Issue 8938
2015-10-09 11:12:56 -03:00
Mike Jolley
99a23b8614
Added readme for 2.5
2015-10-09 11:22:28 +01:00
Mike Jolley
bf0a92d29f
Merge pull request #9312 from nishitlangaliya/Issue-9259
...
Issue 9259
2015-10-09 10:45:15 +01:00
nishitlangaliya
4b45584f88
tried to remove conflict ref #8938
2015-10-09 13:47:32 +05:30
nishitlangaliya
f468f16e29
fixes: changes as per suggestion given by claudiosmweb ref #8938
2015-10-09 13:25:47 +05:30
nishitlangaliya
cb7519ccd4
As per suggestions #woocommerce-fields .regular_price class given. ref #9259
2015-10-09 10:52:17 +05:30
nishitlangaliya
a45ef9f814
fixes: done changes using dom operation. ref #8938
2015-10-08 20:14:53 +05:30
Mike Jolley
0197a99065
Merge branch 'issue/8587'
...
Conflicts:
assets/css/admin.css
assets/css/woocommerce.css
includes/admin/class-wc-admin-assets.php
includes/admin/settings/views/html-settings-tax.php
2015-10-08 13:26:52 +01:00
Mike Jolley
ac02ec290a
Improved styling and wording
2015-10-08 13:18:00 +01:00
Mike Jolley
42a853c90b
Fixing some JS notices when working with the tax table
2015-10-08 12:57:42 +01:00
nishitlangaliya
91e415beef
more specific class given for appliy only quick edit ref #9259
2015-10-08 17:25:58 +05:30
James Koster
0cc109f67a
Replaces the old star rating selector with a new slimline version. closes #8826
...
The old one was 5 separate buttons. This new one consolidates the 5
options into one element making it leaner visually and more intuitive.
Works in IE9+ with a graceful degradation for IE8.
2015-10-08 11:27:25 +01:00
nishitlangaliya
3f74539fc7
Fixes: Quick edit add js validation ref #9259
2015-10-08 13:10:45 +05:30
nishitlangaliya
eaa1058939
Fixes : Quick Edit js validation added.
2015-10-08 13:07:24 +05:30
nishitlangaliya
2dcd391c21
fixes: If password field is enabled, enforce strong passwords ref #8938
2015-10-07 16:47:13 +05:30
nishitlangaliya
02e2f2bf4d
fixed: Add js validation for product quick edit ref #9259
2015-10-07 15:39:58 +05:30
Jeff Stieler
d04dac6ba6
Update minified cart fragments javascript.
2015-10-06 12:50:44 -06:00
Jeff Stieler
55dae383af
Use named cart fragment refresh callback.
2015-10-06 12:16:15 -06:00
Jeff Stieler
61e6f708d5
Set timers to refresh cart fragments before they expire.
2015-10-06 12:14:17 -06:00
Jeff Stieler
e94969f5dd
Expire the mini cart fragment if it’s more than a day old.
2015-10-06 11:12:18 -06:00
Jeff Stieler
b2cbae6508
Assume we need to refresh a mini cart with items if there is no session creation timestamp.
2015-10-06 10:04:21 -06:00
Jeff Stieler
da573be59a
Store the cart session creation timestamp for expiration purposes.
...
Consider the cart session “created” when it’s refreshed and has items, or when the first item is added to cart.
2015-10-06 09:54:06 -06:00
Mike Jolley
b240de4204
minify
2015-10-06 14:54:36 +01:00
Mike Jolley
6d5ec0ca86
Merge pull request #9249 from shivapoudel/tweak-styles
...
Tweak metabox related bloat styles
2015-10-06 14:52:19 +01:00
Claudio Sanches
c53fe24c20
Removed our own language packs manager
2015-10-06 10:27:17 -03:00
Mike Jolley
34a568aea8
manual update trigger for checkout
...
Closes #9119
2015-10-06 12:40:23 +01:00
Mike Jolley
1f6260a880
Use tax settings in backend and default to base country
...
Closes #9186
2015-10-05 15:31:58 +01:00
roykho
52ec35cab6
tweak to use product class function instead of body class function
2015-10-02 10:26:53 +02:00
roykho
5ba6ff1dac
fix variation image flicker issue when default variations are set closes #7904
2015-10-02 03:45:11 +02:00
Claudio Sanches
79cd558c38
Fixed conflicts
2015-10-01 17:41:49 +02:00
Claudio Sanches
0966fedb12
Moved JS vendor libraries for our own directories #8488
2015-10-01 15:46:08 +02:00
Mike Jolley
1971bd448a
[2.4] Fix locale switching for city field
...
Fixes #9237
2015-10-01 13:24:53 +02:00
Mike Jolley
7c7057c2a7
Correct spelling of events
...
Fixes #9202
2015-10-01 11:04:26 +02:00
James Koster
6c2811d183
Updates the WooCommerce font. closes #9242
...
New version of the .woff file addresses a ‘bad linegap’ error in
FireFox.
2015-10-01 10:02:05 +01:00
Shiva Poudel
b786910fbc
Tweak metabox related bloat styles
2015-10-01 11:38:16 +05:45
Claudio Sanches
ec2fdcc2d4
[2.4] Start variations tiptip for .help_tip elements, closes #9151
2015-09-22 14:06:54 -03:00
Claudio Sanches
09370c31cf
Fixed quick edit js for tax fields, closes #9182
2015-09-21 16:10:20 -03:00
Mike Jolley
b8acbc37a5
minify
2015-09-16 13:19:04 +01:00
Mike Jolley
3a8fd365d8
[2.4] IE doesn't like 'input' events for inputs with placeholders
...
Fixes #8992
2015-09-16 13:17:39 +01:00
Claudio Sanches
9865e04c8a
Merge pull request #8921 from shivapoudel/wc-tabs-gtm
...
GTM listener for wc-tabs
2015-09-15 19:49:48 -03:00
Claudio Sanches
7e63374aaf
Merge pull request #8735 from shivapoudel/backbone-modal
...
Allow support for variable in backbone modal template in extensions
2015-09-15 19:44:50 -03:00
Mike Jolley
799353e8f2
Wait for variation update before submit
...
@claudiosmweb
2015-09-08 14:30:41 +01:00
Florian Ludwig
2761a42a13
Fixed one more inefficient jQuery selector
2015-09-07 19:53:47 +02:00
Florian Ludwig
35655f8544
Fixed all inefficient selector usages
...
Use find for more efficient selectors - more information on e.g.
https://24ways.org/2011/your-jquery-now-with-less-suck/
2015-09-07 19:51:10 +02:00
Mike Jolley
e863c4678a
min
2015-09-07 16:58:13 +01:00
Mike Jolley
821434cbb7
Fix geolocation redirect with querystring
2015-09-07 16:58:05 +01:00
Mike Jolley
e4bbefbd91
css
2015-09-07 14:16:25 +01:00
Mike Jolley
bf0cb28d36
esc_html
...
Closes #9065
2015-09-07 13:26:43 +01:00
James Koster
4aff861626
responsive orders table in dashboard. closes #8996
...
Also removes unnecessary tooltip on order row.
2015-09-07 12:35:30 +01:00
James Koster
66165fc016
responsive products table in dashboard. #8996
2015-09-07 12:35:30 +01:00
Mike Jolley
4bda0f2387
check for sizes
2015-09-07 11:38:24 +01:00
Mike Jolley
779e23dfe3
Check for method
2015-09-07 11:38:24 +01:00
James Koster
fc5b7a3c20
clearfix payment box `li`s. closes #9029
2015-09-07 10:59:05 +01:00
Mike Jolley
32a2bbfbd1
Sort out variation loading after attribute save
2015-09-04 14:00:42 +01:00
Mike Jolley
32b220d8b6
Improve variation reload after save attributes
...
@claudiosmweb
2015-09-03 16:17:08 +01:00
Mike Jolley
889d40b8aa
Add data attribute to leave options visible
...
Closes #9017
2015-09-03 15:38:42 +01:00
Mike Jolley
965f3c5005
Fix arrows across all default themes
...
Closes #9023 @jameskoster
2015-09-03 13:34:08 +01:00
Claudio Sanches
1f484e09ed
Fixed jslint issues
...
@mikejolley
2015-09-01 22:10:00 -03:00
Mike Jolley
2f2ae4b6d4
Check href is set
2015-09-01 16:49:03 +01:00
Mike Jolley
f7e4bf224d
Exclude cart and account pages from geolocation
...
Closes #8967
2015-09-01 15:41:05 +01:00
Mike Jolley
c7a7db4679
For geolocation with static cache support, ensure hash is appended during form submission.
...
@claudiosmweb Closes #8967
2015-09-01 13:17:59 +01:00
Mike Jolley
4849d7d56e
Sync stock status during save
...
Closes #8950
2015-08-26 13:51:51 +01:00
Mike Jolley
fa9c5480a9
Tidy variation styles
...
Fixes #8946
2015-08-26 12:53:48 +01:00
Claudio Sanches
703a2dcace
Minify
2015-08-24 13:25:44 -03:00
Mike Jolley
5e984faebc
Allow HTML in store notice.
2015-08-24 16:15:16 +01:00
Mike Jolley
869bf08031
Prevent remove button overlap
2015-08-24 16:05:09 +01:00
Mike Jolley
b9381d1495
Revert uniform fix - looking into doing it in-theme
2015-08-21 19:24:39 +01:00
Mike Jolley
04a68ad925
Add spinner/loading indication between onboarding steps
...
Closes #8816
2015-08-21 19:12:36 +01:00
Shiva Poudel
5d291495a7
Tweak - GTM listener for wc-tabs using preventDefault()
2015-08-21 21:27:34 +05:45
Mike Jolley
10c0b92d0d
Added BW compatibility for themes using 'uniform'.
2015-08-21 15:37:00 +01:00
Mike Jolley
6e23476cee
Inline flex for steps display
...
Closes #8914 Closes #8911 Fixes #8907
2015-08-21 14:32:01 +01:00
Claudio Sanches
06cbc3354b
Minify
2015-08-20 13:47:20 -03:00
Mike Jolley
0f40e8cdf7
Language install prompt
2015-08-20 16:03:29 +01:00
Mike Jolley
ac90660f7d
Add expand/close links for attributes and match variation UI
...
Closes #8875
2015-08-19 14:00:26 +01:00
Claudio Sanches
b6b34255d2
Stop for change inputs when add a new variation on admin, closes #8874
2015-08-18 13:00:38 -03:00
Claudio Sanches
36bd8538bf
Minify
2015-08-18 12:59:40 -03:00
Mike Jolley
f2d4a47da1
Add required postcode marker after label replace
...
Fixes #8857
2015-08-17 13:35:17 +01:00
Mike Jolley
7f247880cc
grunt dev
2015-08-17 11:28:16 +01:00
Mike Jolley
4697f5f600
typo + min
2015-08-17 11:27:11 +01:00
George Stephanis
47605935ab
Grunt compress our new js file.
2015-08-14 11:11:23 -04:00
George Stephanis
2a15dbbe1b
Declare ajaxurl as a global. jshint
2015-08-14 11:10:55 -04:00
George Stephanis
14c88fe5e5
Don't trigger a change after having just finished saving!
...
That’s silly! Plus it’ll set up the leave page blocker again.
2015-08-14 11:08:26 -04:00
George Stephanis
6e1388d334
Set the key to `rates` not the variable rates.
2015-08-14 11:08:00 -04:00
Manos Psychogyiopoulos
9652d881f9
child selector
2015-08-14 09:46:22 +03:00
Manos Psychogyiopoulos
a86403f884
toggle metabox classes on boxes added via ajax
2015-08-14 09:38:22 +03:00
Claudio Sanches
086566092a
Minify files
2015-08-13 23:37:04 -03:00
George Stephanis
085ab57571
Better success callback.
2015-08-13 17:54:31 -04:00
George Stephanis
2aa1650f54
Rearrange things to get ajax working.
...
Spread them out throughout WooCommerce.
2015-08-13 17:49:59 -04:00
George Stephanis
ec287f116f
Add ajax submission processing.
...
Not quite finished yet, as the add_action isn’t catching.
2015-08-13 16:57:54 -04:00
George Stephanis
6b04e1b889
IT'S PEANUT BUTTER COMMA TIME
...
:dancing banana:
2015-08-13 15:22:05 -04:00
George Stephanis
a3182a6b48
Move the export into the View.
...
Also:
* Use the correct rates, as data.rates may be out of date (or maybe
not, yay pass by reference?)
* Use rowData.postcode and rowData.city, not rowData.tax_rate_postcode
and rowData.tax_rate_city — those are wrong (my mistake earlier)
2015-08-13 14:58:19 -04:00
George Stephanis
7b71638ad5
Grunted / compiled version of admin.css
2015-08-13 14:29:20 -04:00
George Stephanis
2d097a8f4c
Minified version of new js file.
2015-08-13 14:29:01 -04:00
George Stephanis
3c83e4ee4c
Declare vars. jshint.
2015-08-13 14:27:50 -04:00
George Stephanis
c243b431d5
Handle the deleting of rows as well.
...
Delete can accept one or more selected rows.
2015-08-13 14:25:38 -04:00
George Stephanis
3a87b98ba6
Rewrite onAddNewRow for Backbone models.
2015-08-13 14:10:47 -04:00
George Stephanis
0e902de9c8
Move new row and deletion inside the view.
2015-08-13 13:07:20 -04:00
George Stephanis
b50af4839c
Whitespace tidy.
2015-08-13 13:07:00 -04:00
George Stephanis
6dddc2ad84
Moving initialize up to the top.
2015-08-13 13:01:42 -04:00
George Stephanis
0ac1aab79c
Rearrange the scss a touch.
2015-08-13 12:59:41 -04:00
George Stephanis
22b14e254f
Single quotes for jshint coding standards.
2015-08-13 12:29:40 -04:00
George Stephanis
ab3a7e4e21
Only style sort handles when it's actually sortable.
2015-08-13 12:13:35 -04:00
George Stephanis
d86814d6f1
Disable sorting when searching.
2015-08-13 12:13:05 -04:00
George Stephanis
64ef2a6c5c
Remove several now unneeded log commands.
2015-08-13 12:00:10 -04:00
George Stephanis
e888f65b4d
Simplify how we're tracking single value changes as well.
2015-08-13 11:59:34 -04:00
George Stephanis
525d6987d3
Change how we're saving / logging order changes.
2015-08-13 11:59:12 -04:00
George Stephanis
b4bd433342
Update the unsaved message to give better data.
2015-08-13 11:58:09 -04:00
George Stephanis
411d77aae8
Only update if necessary.
2015-08-12 17:26:10 -04:00
George Stephanis
9c58efeefd
Make sure we're sorting by numbers, not strings.
2015-08-12 17:18:46 -04:00
George Stephanis
d191914e2f
Update the rate order on sort.
2015-08-12 17:18:32 -04:00
George Stephanis
e10064d0fe
Revert back to passing in array values. We can indexBy in JS
2015-08-12 17:17:39 -04:00
George Stephanis
e7347ecca4
Handle sorting by tax_rate_order.
2015-08-12 15:29:33 -04:00
George Stephanis
f77b77e335
New template for empty set.
2015-08-12 15:29:17 -04:00
George Stephanis
4581289fee
Drat, wanted `event.data.view` not `view`
2015-08-12 15:05:00 -04:00
George Stephanis
6e169e313f
`_.size()` can run on an object, `.length` cannot.
2015-08-12 15:03:50 -04:00
George Stephanis
a587f9c5a9
Pull listeners back in to the view.
2015-08-12 15:01:27 -04:00
George Stephanis
91d8ce1bd4
Move deletion block to be adjacent to creation block.
2015-08-12 14:44:24 -04:00
George Stephanis
1b435e18c2
Move search triggers.
2015-08-12 14:44:05 -04:00
George Stephanis
059e9a9494
Better to run down here when needed.
2015-08-12 14:43:48 -04:00
George Stephanis
506a1141f7
Should be an array, not an object.
2015-08-12 14:41:52 -04:00
George Stephanis
72c16a2472
Let's do a simpler way of changing Object to array.
...
Underscore gives us lots of tools, it would be a shame not to use them.
2015-08-12 14:39:34 -04:00
George Stephanis
c326b8f54d
Add a way to get filtered rates -- affected by search.
2015-08-12 14:31:07 -04:00
George Stephanis
c65f5b17b2
Set up listeners for searches.
2015-08-12 14:30:52 -04:00
George Stephanis
435ef9218f
Optimize the search field selector.
2015-08-12 14:30:26 -04:00
George Stephanis
4e1922e9be
new updateUrl function to store search queries and pagination changes in the url.
...
This makes it easier for folks to bookmark a page, share a url, etc.
2015-08-12 14:19:45 -04:00
George Stephanis
10255fcdd4
Globally cache the search field from the dom.
2015-08-12 14:19:01 -04:00
George Stephanis
e9f0325ac1
Sanitize the pagination for scope on load.
2015-08-12 14:17:50 -04:00
George Stephanis
c4f3d90588
Add in tracking for changes.
2015-08-12 12:59:13 -04:00
George Stephanis
56218b0824
Add in a notification for unsaved changes.
2015-08-12 12:59:13 -04:00
George Stephanis
843fef6e26
Remove debugging per_page override.
2015-08-12 12:59:12 -04:00
George Stephanis
a7a12f977e
Kinda silly to have min length 3 on a field that holds max 2.
2015-08-12 12:59:12 -04:00
George Stephanis
5ff9e2e52e
Reorder where we're running the before unload
2015-08-12 12:59:12 -04:00
George Stephanis
d8fdfe4c87
Manually trigger change event. Why?
...
Unsure why this needs to be manually triggered, but its seems to.
2015-08-12 12:59:12 -04:00
George Stephanis
a8b1cabc0b
Be more specific as to what we're listening for.
2015-08-12 12:59:12 -04:00
George Stephanis
ca13f5785b
Listen for changes in form inputs.
...
When one is found, update the model to reflect the data in the dom.
2015-08-12 12:59:12 -04:00
George Stephanis
efcb9f5048
Give the Model a setRateAttribute method.
...
This should simplify updating when listening for changes in the form.
2015-08-12 12:59:12 -04:00
George Stephanis
1332ef4a71
String.trim() polyfill.
2015-08-12 12:59:12 -04:00
George Stephanis
d52c4d1fde
Don't base size of news off the dom.
2015-08-12 12:59:11 -04:00
George Stephanis
1a066ebbe0
Swap to associative array for model.
2015-08-12 12:59:11 -04:00
George Stephanis
388a584914
Not actually used, comment it out.
2015-08-12 12:59:11 -04:00
George Stephanis
9887fbaf50
Probably tidier to use `event` and not `e`
2015-08-12 12:59:11 -04:00
George Stephanis
0996778567
Figured out how to avoid hardcoding the instance.
2015-08-12 12:59:11 -04:00
George Stephanis
5783a20794
Don't use `this` in a callback with the wrong context.
...
@todo: Find a way to stop needing to refer to the specific instance
from the abstract class.
2015-08-12 12:59:11 -04:00
George Stephanis
0fb85f4656
Use $(window).on() instead of window.addEventListener. Because ¯\_(ツ)_/¯
2015-08-12 12:59:10 -04:00
George Stephanis
dc649e2964
JS objects + trailing commas = sad IE
2015-08-12 12:59:10 -04:00
George Stephanis
187e253177
Remove some debugging
2015-08-12 12:59:10 -04:00
George Stephanis
ce7cb1f65d
Add a `beforeunload` event to prompt before leaving with unsaved changes.
2015-08-12 12:59:10 -04:00
George Stephanis
b4682d7f2d
Change how things are called to the new bb render.
2015-08-12 12:59:10 -04:00
George Stephanis
f7c2223a23
Change the structure to Backbone models/views.
2015-08-12 12:59:10 -04:00
George Stephanis
9e5abc22ad
Whoops! Comma, not semicolon.
2015-08-12 12:59:10 -04:00
George Stephanis
b75093b640
Optimization, save the $table selector to avoid some dom lookups.
2015-08-12 12:59:09 -04:00
George Stephanis
386ec26fb9
Whitespace tweaks.
2015-08-12 12:59:09 -04:00
George Stephanis
e197bc242f
Retool the export to use the global object, not parsing out of the dom.
2015-08-12 12:59:09 -04:00
George Stephanis
a1d7121c99
Update the current page when the number is changed.
2015-08-12 12:59:09 -04:00
George Stephanis
7bebbaff9e
Pagination now works by first, prev, next, last.
...
Still need to get number based pagination working.
2015-08-12 12:59:09 -04:00
George Stephanis
cf59aec17d
Add in and populate pagination template.
...
The buttons don’t actually do anything yet, but it outputs accurately
and inherits core styles.
2015-08-12 12:59:09 -04:00
George Stephanis
d9b2907ae2
Begin to handle pagination.
...
This lets the initial view display only a single page, future commits
will add in the paginater.
2015-08-12 12:59:08 -04:00
George Stephanis
0608bcce19
The name resetter should also be run after each render.
2015-08-12 12:59:08 -04:00
George Stephanis
f9fd4ada58
Wrap the rendering code inside a function that the data can be passed to.
2015-08-12 12:59:08 -04:00
George Stephanis
7985aec296
Ernest the JS so none of it evaluates before dom ready.
2015-08-12 12:59:08 -04:00
George Stephanis
26b95a4d80
Inline documentation explaining some functionality.
2015-08-12 12:59:08 -04:00
George Stephanis
7c60e48b0c
Add some code comments.
2015-08-12 12:59:08 -04:00
George Stephanis
37f10c18cd
Reposition when autocomplete is triggered.
...
Also, instead of searching through the whole dom, only search in the
tbody.
2015-08-12 12:59:07 -04:00
George Stephanis
308c7f8676
Whitespace tweaks
2015-08-12 12:59:07 -04:00
George Stephanis
ea0b9b96b9
Optimization: Don't use $.size(), use native Object.length instead.
2015-08-12 12:59:07 -04:00
George Stephanis
676af1f308
JSHint fixes.
...
The other advantage of splitting js out of php files — jshint can run
on it! :) :) :)
2015-08-12 12:59:07 -04:00
George Stephanis
d3922a96cd
Don't constantly rescan the dom for tbody
...
We have a cached version of $tbody a level up.
2015-08-12 12:59:07 -04:00
George Stephanis
1b035b43a3
Swap `jQuery` to `$`
...
It’s more readable, and safe to do as we’ve aliased it back in the
enclosure.
2015-08-12 12:59:07 -04:00
George Stephanis
8c47c0df1d
Migrate current_class from php to js
2015-08-12 12:59:07 -04:00
George Stephanis
52d4ea822c
Extract 'No Rows Selected' string
2015-08-12 12:59:07 -04:00
George Stephanis
18293cf365
Extract the autocomplete for states and countries data.
...
Localize it!
2015-08-12 12:59:06 -04:00
George Stephanis
5d5a64753d
Migrate csv columns to localize script.
2015-08-12 12:59:06 -04:00
George Stephanis
39749c4563
Move js in from php template file.
2015-08-12 12:59:06 -04:00
George Stephanis
c128e4f826
Change variable name to consistent `$tbody`
2015-08-12 12:59:06 -04:00
George Stephanis
a63ef876d7
Rename and tweak how js is registered.
...
Thanks @claudiosmweb for the suggestion to match existing conventions.
2015-08-12 12:59:06 -04:00
George Stephanis
0ed5f40fa2
Prefix template name with `wc-`
...
Good call, @mikejolley
2015-08-12 12:59:06 -04:00
George Stephanis
a59ed70774
Big changeover to JS templating for the table.
...
Switching over to building the table with JS — wp.template.
We are now using the same JS template for existing rows and newly
generated rows on the fly — this should simplify things moving forward.
I’ve also started building stuff in an external JS file rather than
straight on the page. Will continue migrating things to it and
localizing as needed.
Saved ( 2 * displayed tax rates - 1 ) db queries per page load by doing
the locations all in one query and then parceling them out in php.
More coming.
2015-08-12 12:59:06 -04:00
Emil Kjær Eriksen
733a9a2fe5
checkout.js now looks for payment method in entire checkout form
2015-08-12 18:03:59 +02:00
Claudio Sanches
ac1986412c
Stay on the same page when delete a variation
2015-08-12 11:39:55 -03:00
Mike Jolley
a3d376b5c3
Tab hiding with some theme markup.
...
Closes #8791
2015-08-12 12:05:31 +01:00
Mike Jolley
9986240793
min
2015-08-12 11:51:10 +01:00
Claudio Sanches
aae3581a28
Minify files for 2.4.2
2015-08-11 14:22:54 -03:00
Mike Jolley
34aa0e9f9d
min
2015-08-11 11:53:55 +01:00
Mike Jolley
08c751f4fe
Minify scripts
2015-08-11 10:46:25 +01:00
Mike Jolley
03f16d6833
Made tab panel selector more specific to avoid theme conflicts.
2015-08-11 10:46:21 +01:00
Shiva Poudel
3fe37da3f7
Allow support for variable in backbone modal template in extensions
2015-08-06 11:08:02 +05:45
Shiva Poudel
4cc26ab799
Backbone modal template to support wp.template
2015-08-06 10:22:53 +05:45
Claudio Sanches
5e91d27b66
Minify
2015-08-05 16:52:54 -03:00
Claudio Sanches
054dfe0c7b
Changed default Underscore's template for wp.template in API Keys
2015-08-05 15:02:55 -03:00
Brent Shepherd
501f0b752f
Save product type before saving variations
...
WooCommerce prior to WC 2.4 saved the product type before any variations were saved because
WC_Meta_Box_Product_Data::save_variations() was called by WC_Meta_Box_Product_Data::save().
However, in WC 2.4 the variations are saved independently of other data about the containing
variable product, including product type. Because the product type hasn't been saved yet,
extensions that need to save their own variation level meta data can't know when saving
variations if the product is of the type they want to act on. They also can't check `$_POST`
to find out when saving variations, because 'product-type' isn't passed to that as it's
variable level meta data, not variation level meta data.
This patch passes the product type along with the variation level meta data when saving variations.
It then uses that to save the product type if the variable product has not yet been saved (and
therefore the product type has never been stored, which means calling get_product() would instantiate
a 'simple' product, as that is the default product type). This can lead to fatal errors if callbacks
expect the product type to be variable and attempt to call methods that only exist on those product
types, like variable_product_sync().
It will also update the product type if it was previously saved but has since changed. This prevents
fatal errors like that mentioned above but caused by switching from one product type, like a simple
product, to another, like a variable product.
2015-07-31 11:42:21 -07:00
Mike Jolley
67788f971d
Merge pull request #8696 from franticpsyx/animate-variations-changes
...
[2.4] Animate variations script DOM modifications
2015-07-31 12:44:18 +01:00
Mike Jolley
82f50cedb0
Allow menu_order sorting like in 2.3
...
Also allow setting manually to allow sorting between pages.
Fixes #8690
2015-07-31 12:39:23 +01:00
Manos Psychogyiopoulos
f5691fd82a
animate variations script markup changes
2015-07-31 14:04:55 +03:00
Claudio Sanches
b28c6db7f5
Added button to dismiss variation error notices
2015-07-29 19:56:33 -03:00
Claudio Sanches
d0e34588aa
Updated all .page-selector when change page, closes #8681
2015-07-29 19:25:17 -03:00
Claudio Sanches
8780f2c1ef
Fixed chmod to jquery-serializejson
2015-07-29 19:16:27 -03:00
Claudio Sanches
be3dcf5ddf
Fixed cursor for variations, removed move and changed to pointer
2015-07-29 11:52:12 -03:00
Mike Jolley
e3ff9d6e24
Minify
2015-07-28 16:22:00 +01:00
Manos Psychogyiopoulos
dae10a962c
allow product variations data refresh
2015-07-28 15:34:04 +03:00
Mike Jolley
890bcff302
Fix cart ajax endpoint
...
@claudiosmweb @BFTrick
2015-07-27 20:02:40 +01:00
Mike Jolley
ef5b2007f6
min
2015-07-27 19:03:17 +01:00
Mike Jolley
97bbdb63fa
Merge pull request #8663 from roykho/gallery-images
...
gallery images where not saving
2015-07-27 18:27:00 +01:00
roykho
4203a2cf83
minified file
2015-07-27 10:21:58 -07:00
Claudio Sanches
b0ce578541
Show errors for admin ajax variations
2015-07-27 14:16:52 -03:00
roykho
4a8712053f
gallery images where not saving
2015-07-27 09:57:21 -07:00
Mike Jolley
d0c2c10c47
Made the linter happy
2015-07-27 17:55:37 +01:00
Mike Jolley
0ab151562a
Fix issues with trailing slashes on permalinks
...
Closes #8658
2015-07-27 11:56:07 +01:00
Claudio Sanches
f8dfc64db7
Fixed postcode/zip reset in address i18n script, closes #8646
2015-07-24 18:24:33 -03:00
Claudio Sanches
77e8c19330
Minify files for #8631
2015-07-21 20:36:46 -03:00
Brent Shepherd
23418214d0
Trigger do_variation_action + '_ajax_data'
...
To allow extensions which add their own variation bulk actions to pass
data back to WooCommerce core's handler so that only one ajax call
is necessary for updating the data.
Previously, a duplicate ajax call would be required as trigger() does
not capture the callbacks return value.
2015-07-21 15:41:13 -07:00
Claudio Sanches
791c20ae51
Added param for exclude posts from wc-product-search, closes #8613
2015-07-20 13:41:14 -03:00
Claudio Sanches
5e97a68e3d
Fixed calendar when added new variation, closes #8533
2015-07-15 12:26:38 -03:00
Claudio Sanches
8b5fff38e4
Stop alerts when use delete all variations action
2015-07-14 14:08:59 -03:00
Mike Jolley
c707f771ad
serializeJSON to maintain POST data structure
...
@claudiosmweb
2015-07-14 13:49:45 +01:00
Mike Jolley
44b91e5b66
Revert triggerHandlers back to trigger() for BW compat
...
Closes #8569
2015-07-14 10:28:49 +01:00
Claudio Sanches
ee1263db9c
Minify
2015-07-10 20:17:47 -03:00
Claudio Sanches
b8a28bdab4
Admin variations - Cancel button reset the default form values
...
@mikejolley
2015-07-10 20:16:35 -03:00
Mike Jolley
3ec4003bbb
Move add variation button and toolbars
2015-07-11 00:04:16 +01:00
Claudio Sanches
8b4711f655
Admin variations - Removed alert when add new variation
2015-07-10 19:30:14 -03:00
Claudio Sanches
441d3c44bb
Admin variations - Go to previous page when delete the last variation in a page
2015-07-10 18:57:38 -03:00
Claudio Sanches
501742b07f
Updated grunt dependencies
2015-07-10 18:48:04 -03:00
Claudio Sanches
e0c1cc7784
Admin variations - Turn on save button when add new variation
2015-07-10 18:31:38 -03:00
Claudio Sanches
e9fc799f97
Admin variations - Fix product add and save methods
...
Allow add new variations and stay at the same page
When save will set up the pagination again
@mikejolley
2015-07-10 18:22:05 -03:00
Mike Jolley
2834eff221
Merge branch 'variations-8477'
...
Conflicts:
assets/js/frontend/add-to-cart-variation.js
assets/js/frontend/add-to-cart-variation.min.js
assets/js/frontend/add-to-cart.min.js
assets/js/frontend/checkout.min.js
assets/js/frontend/geolocation.min.js
2015-07-10 11:37:05 +01:00
Claudio Sanches
62d879e86c
Fixed all jshint errors #4680
2015-07-10 02:13:30 -03:00
Claudio Sanches
76b312b9e7
Use always min.js files on admin
2015-07-10 01:32:30 -03:00
Claudio Sanches
319bcd48e6
Updated accounting.js
2015-07-10 01:31:57 -03:00
Claudio Sanches
987a789367
Admin variations - Show link all variations bulk action
2015-07-10 00:49:52 -03:00
Claudio Sanches
a64695b7f5
Admin variations - Added new triggers and removed data-product_id
2015-07-09 17:31:48 -03:00
Claudio Sanches
ce08c336e9
Updated jquery.payment.js to version 1.2.4
2015-07-09 17:17:34 -03:00
Claudio Sanches
3c409e07e1
Fixed js coding standards in assets/js/frontend/checkout.js
2015-07-09 15:04:00 -03:00
Mike Jolley
9531258ee6
Treat each form separately.
2015-07-09 16:21:17 +01:00
Mike Jolley
65f19d5ca7
Ajax variation handling
...
If there are more variations than the threshold allows (set to 20
currently) this loads the matching variation via ajax instead of inline
in the HTML. #8477
2015-07-09 15:56:20 +01:00
Claudio Sanches
1ce7719c98
Save variable defaults via ajax
2015-07-08 22:50:32 -03:00
Claudio Sanches
88c0f61007
Fixed js standards
2015-07-08 22:33:58 -03:00
Mike Jolley
fedfa53754
expand/close
2015-07-08 23:46:19 +01:00
Mike Jolley
a219243e60
Move link all variations to bulk actions
2015-07-08 23:34:21 +01:00
Mike Jolley
8161cbd095
Change remove buttons into links
2015-07-08 23:08:07 +01:00
Claudio Sanches
c1f17777a6
Admin variations - Close variations after save #6995
2015-07-08 18:59:51 -03:00
Claudio Sanches
94aa610dc0
Admin variations - Prompt when changing page #6995
2015-07-08 17:45:19 -03:00
Claudio Sanches
d8b02456bc
Admin variations - Save when main publish/update button is pressed #6995
2015-07-08 17:18:57 -03:00
Claudio Sanches
d97a62acdf
Admin variations - Hide pagination when not needed #6995
2015-07-08 16:20:30 -03:00
Claudio Sanches
0a820f055f
Admin variations - Add cancel changes button #6995
2015-07-08 16:10:45 -03:00
Claudio Sanches
064af9a54c
Admin variations - Split the save button from the link/add buttons #6995
2015-07-08 15:53:00 -03:00
Claudio Sanches
4a19182158
Fixed js coding standards
2015-07-08 15:33:59 -03:00
Claudio Sanches
1b672f318a
Fixed select2 in variations #6995
2015-07-08 15:31:39 -03:00
Claudio Sanches
4c79ec503e
Fixed variations datepicker, closes #8533
2015-07-08 15:23:33 -03:00
Claudio Sanches
4aae7b99be
Fixed tooltips load for variations
2015-07-08 15:05:52 -03:00
Claudio Sanches
c0ca144d57
Fixed js warnings on js/admin/meta-boxes-product.js
2015-07-08 14:48:06 -03:00
Claudio Sanches
ffef95f56f
Fixed ajax variations posted data
2015-07-08 13:55:29 -03:00
Claudio Sanches
bf3300cc0f
Fixed js coding standards on assets/js/admin/meta-boxes-order.js and removed a reserved namespace
2015-07-08 02:19:56 -03:00
Claudio Sanches
3b6b129c9d
Fixed current page for both pagenav selects in admin ajax variations
2015-07-07 21:43:34 -03:00
Claudio Sanches
184958a0eb
Removed console.log()
2015-07-07 21:24:29 -03:00
Claudio Sanches
843a55a6b5
Admin ajax variations
2015-07-07 20:53:36 -03:00
Claudio Sanches
381e911603
Fixed the variations ajax navigation
2015-07-07 20:34:54 -03:00
Claudio Sanches
8a30ce037f
Improved the admin ajax variations navigation
2015-07-07 20:22:13 -03:00
Claudio Sanches
4f3fb07dc9
Added new styles for variable pagenav
2015-07-07 19:06:51 -03:00
Claudio Sanches
f5ba1f576a
Fixed a typo and added changes test before allow to use the bulk edit
2015-07-07 17:48:24 -03:00
Claudio Sanches
bbe3cb5b1b
Added bulk variation edit for increase and decrease prices
2015-07-07 17:35:21 -03:00
Claudio Sanches
8b681fddf7
Created bulk edit actions for variable sale schedule
2015-07-07 16:39:59 -03:00
Claudio Sanches
7170ae0e3d
Minify assets/css/dashboard.css
2015-07-07 16:06:20 -03:00
Mike Jolley
358da00b15
Treat each picker independently
...
Closes #8515
2015-07-07 11:49:12 +01:00
Claudio Sanches
268a696918
Initial bulk edit variations actions
2015-07-06 22:50:35 -03:00
Claudio Sanches
b819326b2a
Created new js classes for variations media and actions
2015-07-06 20:05:09 -03:00
Claudio Sanches
de01133142
Save only updated/edited variations and fixed the variations sync and product cache/transients
2015-07-06 19:07:01 -03:00
Claudio Sanches
e95ad464ae
Minify
2015-07-06 15:48:55 -03:00
Claudio Sanches
ae18af8cc7
Added method to save variations via ajax
2015-07-06 01:50:20 -03:00
Claudio Sanches
2dc0ef3f86
Added method to set the pagenav fields when add and remove variations
2015-07-06 01:09:36 -03:00
Claudio Sanches
66e4dd84b9
Removed variations drag and drop
2015-07-05 23:58:37 -03:00
Claudio Sanches
c3b5ad2337
Refactored the link all variations, remove variation and add variation methods
2015-07-05 23:55:08 -03:00
Claudio Sanches
ee437bb646
Improved the navigation and tested if variations have some edition
2015-07-05 22:31:56 -03:00
Claudio Sanches
3de8405cc9
Created variations ajax pagination
2015-07-05 22:00:38 -03:00
Claudio Sanches
b16b026647
Load initial variations when click on variations tab
2015-07-05 20:19:45 -03:00
Mike Jolley
18c6a940f1
Merge branch 'onboarding'
...
Conflicts:
assets/css/admin.css
assets/css/select2.css
assets/css/woocommerce-layout.css
assets/css/woocommerce.css
assets/js/admin/order-backbone-modal.min.js
includes/admin/class-wc-admin-help.php
includes/admin/class-wc-admin.php
includes/admin/views/html-admin-page-status-report.php
includes/admin/views/html-notice-install.php
includes/admin/views/html-notice-template-check.php
includes/admin/views/html-notice-theme-support.php
includes/admin/views/html-notice-tracking.php
includes/class-wc-install.php
includes/class-wc-language-pack-upgrader.php
includes/shipping/international-delivery/class-wc-shipping-international
-delivery.php
2015-07-04 23:11:12 +01:00
Claudio Sanches
3d59933d6b
Created initial methods to load variations by ajax
2015-07-02 17:42:22 -03:00
James Koster
0d4db4b610
post code before city alignment. closes #8443
2015-07-01 15:13:02 +01:00
Claudio Sanches
77b2d508b2
Fixed coding standards in assets/js/frontend/price-slider.js
2015-06-29 17:09:34 -03:00
Claudio Sanches
743718838a
Minify price-slider.js
2015-06-29 17:08:02 -03:00
optimalab
9cccf313ba
Fixed price-slider.js trigger and fixed js coding standards
2015-06-29 17:07:45 -03:00
Mike Jolley
84bc6e1b1a
Merge branch 'geolocate-cache'
...
Conflicts:
includes/class-wc-customer.php
Closes #7939
2015-06-23 12:26:03 +01:00
Mike Jolley
1489fafd06
Need to re-geolocate on page load to refresh cached pages being viewed with wrong hash
2015-06-22 15:35:46 +01:00
Mike Jolley
f988aae387
Use hashes and server side redirection
2015-06-22 14:55:15 +01:00
Mike Jolley
839a09b7cf
Minify
2015-06-22 11:09:29 +01:00
Mike Jolley
d5660e8cfc
Don't disable buttons
...
Closes #8424
2015-06-22 11:09:23 +01:00
Mike Jolley
389ccd5761
Remove base location from script and don't rely on session storage
2015-06-17 16:56:06 +01:00
Claudio Sanches
05ca8898fe
Merge pull request #8399 from shivapoudel/tweak-meta
...
Tweaks Meta boxes Scripts
2015-06-17 11:38:03 -03:00
James Koster
2951a40b89
select2 highlight. closes #8352
2015-06-17 15:33:34 +01:00
Shiva Poudel
2a2867cf51
Tweaks Meta boxes Scripts
2015-06-17 20:15:06 +05:45
Mike Jolley
38dd251f96
geolocation
2015-06-17 14:16:37 +01:00
Mike Jolley
b1441c05c1
Move geolocation to separate script
2015-06-17 14:16:35 +01:00
Mike Jolley
9886a805df
Fix up standards #7939
2015-06-17 13:59:04 +01:00
Mike Jolley
33c298fea7
Experiment with appending geolocation to query string to prevent caching
2015-06-17 12:12:49 +01:00
Remi Corson
c37c2f7c45
word-wrap for woocommerce notices
2015-06-17 12:21:34 +02:00
Mike Jolley
1398ac0feb
Merge pull request #8331 from shivapoudel/nav-margin
...
Tweak nav tab margin for pretty messages
2015-06-12 11:09:45 +01:00
Mike Jolley
05b2505c45
Revise links for @BFTrick
2015-06-11 16:18:01 +01:00
Justin Shreve
3dc0df16e0
Remove references to color_box in the CSS & JS now that it is no longer used.
2015-06-11 15:01:39 +00:00
Shiva Poudel
3976b568e2
Merge remote-tracking branch 'upstream/onboarding' into nav-margin
2015-06-11 18:36:00 +05:45
Mike Jolley
2036e41e83
Minify #8356
2015-06-11 10:31:25 +01:00
Justin Shreve
99d198c148
Merge the preview and input boxes together visually
2015-06-11 07:54:45 +00:00
Justin Shreve
5f627cf850
Move the color preview to its own separate "preview box" rather then changing the color of the input div box.
2015-06-11 07:15:51 +00:00
Claudio Sanches
866a975517
Minify files for #8347
2015-06-10 14:50:13 -03:00
Shiva Poudel
8aff509ed7
Tweaks JSHint for cart and cart fragments
2015-06-10 23:11:21 +05:45
Shiva Poudel
b907cc4374
Tweak nav tab margin for pretty messages
...
CC @mikejolley
2015-06-09 21:01:23 +05:45
Mike Jolley
12eb7aa207
Move dashboard link to footer
2015-06-09 15:54:46 +01:00
Claudio Sanches
c353a3a9ea
Minify files
2015-06-09 11:37:04 -03:00
Claudio Sanches
4698111dd2
Hide api key fields when generate a new keys
2015-06-08 20:22:49 -03:00
Claudio Sanches
89ddda9ff6
Added new api key generation methods
2015-06-08 19:41:35 -03:00
Claudio Sanches
45c4afd390
Added non-minify qrcode js library
2015-06-08 18:31:19 -03:00
Mike Jolley
30f981f3ad
Last step CTA and revised links
...
#7829
2015-06-08 15:25:59 +01:00
Mike Jolley
9e125b37c7
Remove page options #7829
2015-06-08 13:24:57 +01:00
Mike Jolley
877d91956f
Minify
2015-06-08 11:17:07 +01:00
Jake Johnson
afe3e1f236
Update checkout when changing address text fields. Fixes #8308
2015-06-05 11:27:44 -07:00
Claudio Sanches
816a01a4ec
Minify js for #8290
2015-06-05 11:52:15 -03:00
Shiva Poudel
ce2896ffcb
Little tweak ...
2015-06-04 18:18:49 +05:45
Shiva Poudel
2bb8ce3097
Fix - undefined is not necessary to initialize
2015-06-04 18:08:07 +05:45
Shiva Poudel
f9b822ae21
Tweak - JSHint fix and coding standard for term ordering
2015-06-04 18:06:39 +05:45
Shiva Poudel
318f6672d9
Remove unused var postparent
2015-06-04 17:51:58 +05:45
Shiva Poudel
55d7dab62d
Tweak - JSHint fix and coding standard for product ordering
2015-06-04 17:51:01 +05:45
Claudio Sanches
65580cd967
Minify files for #8279
2015-06-03 17:02:19 -03:00
Shiva Poudel
27186d235c
Tweaks - JSHint fix for product meta-box
2015-06-03 21:38:34 +05:45
Shiva Poudel
9afffa0fd7
Tweaks - JSHint fix for product variation meta-box
2015-06-03 21:20:13 +05:45
Shiva Poudel
051964adc5
Remove undefined variable
2015-06-03 21:18:01 +05:45
Shiva Poudel
0e01ff90f3
Tweaks - Conding standard and JSHint fix
2015-06-03 21:17:40 +05:45
Mike Jolley
6760589381
Tweak code used to get country's statebox
...
Closes #8255
2015-06-01 10:50:16 +01:00
Mike Jolley
0a3defd798
Move tax enabled check
2015-05-29 14:55:57 +01:00
roykho
54b0a0ca54
changed dynamic variation description to allow limited HTML and some sanitized tweaks
2015-05-28 14:31:45 -07:00
Mike Jolley
e51eae80c6
Merge pull request #8167 from roykho/dynamic-variation-description
...
Dynamic variation description
2015-05-28 15:53:03 +01:00
Mike Jolley
e122a8258c
Minification
2015-05-28 12:29:33 +01:00
Mike Jolley
a21d0073de
[2.3] Wrap payment js in jquery
...
Closes #8191
2015-05-28 12:29:33 +01:00
Claudio Sanches
a77e9d4023
Compress with Grunt all external libraries
2015-05-25 11:42:42 -03:00
Claudio Sanches
a65616cf70
Minify prettyPhoto
2015-05-20 23:42:14 -03:00
Mike Jolley
7c8fb0e141
[2.3] Update prettyphoto to 3.1.6
2015-05-19 15:47:44 -04:00
James Koster
6389e5defa
related products / upsets. closes #7873
2015-05-19 13:07:00 -04:00
Claudio Sanches
e106d57947
Merged #8021
2015-05-18 16:53:04 -03:00
Claudio Sanches
c49ab520b8
Created page to edit and create keys
2015-05-16 00:09:29 -03:00
Mike Jolley
c1e3da8bcb
Return real json response during checkout
...
Closes #8086
2015-05-15 13:51:51 +01:00
Mike Jolley
bb77120619
Auto load customer details + tweak icons
...
Closes #8112
2015-05-15 12:52:25 +01:00
roykho
6fe2ff5627
removed styling
2015-05-14 10:57:26 -07:00
roykho
b812b2fd94
add dynamic variation description feature
2015-05-14 10:56:26 -07:00
Mike Jolley
d53f78ed56
Styled auth and login endpoints
2015-05-14 16:58:34 +01:00
Shiva Poudel
6ed5ed1047
Additional cost and Attribute term tables merge into one
2015-05-02 22:27:37 +05:45
Shiva Poudel
b0448209f8
Fix JSHint bugs within woocommerce_admin.js
2015-05-02 22:24:44 +05:45
Shiva Poudel
0074777d92
Fix tooltips JSHint error
2015-05-02 22:19:14 +05:45
Shiva Poudel
2953c99440
Fix JSHint error for field validation error tips
2015-05-02 22:13:42 +05:45
Shiva Poudel
7775f4089a
Add line-height for error tip + some arrangement
2015-05-02 21:09:33 +05:45
Shiva Poudel
2e87c7a8f3
Increase tiptip z-index to make it compatiable with backbone modal
2015-05-02 06:43:55 +05:45
Shiva Poudel
2e4397797f
form-table should have position relative
2015-05-01 19:56:42 +05:45
Shiva Poudel
d19b482d00
Clean the margin
2015-05-01 16:09:42 +05:45
Shiva Poudel
dc4019c208
This should be h3 instead of h4
...
@see https://github.com/woothemes/woocommerce/blob/master/includes/abstracts/abstract-wc-settings-api.php#L708
2015-05-01 04:50:56 +05:45
Shiva Poudel
7acaaa2d07
Tweaks iris color-picker styles
2015-05-01 03:34:28 +05:45
Shiva Poudel
e0ceb139c5
Fix JSHint errors within settings.js
2015-05-01 03:28:01 +05:45
Mike Jolley
c9ce3baceb
Load settings from DB in case of re-run
2015-04-29 14:55:12 +01:00
Mike Jolley
fedf3db92f
Add filter to disable notices
...
Closes #8027
2015-04-29 12:21:48 +01:00
Mike Jolley
4b92f642b3
Trigger wizard on install
2015-04-29 10:47:57 +01:00
Claudio Sanches
8303d50830
Compress files for #8056
2015-04-28 14:31:41 -03:00
Claudio Sanches
96c7b169ea
Merge pull request #8056 from shivapoudel/coupon-tabs
...
Tweaks tabbed panel plus responsive coupon tabs
2015-04-28 14:12:51 -03:00
Claudio Sanches
5510eb62f5
[2.3] Removed state placeholders in user profile #8043
2015-04-28 13:33:00 -03:00
James Koster
3266509f1e
[2.3] remove placeholder. closes #8043
2015-04-28 17:28:51 +01:00
James Koster
aebef4aece
variation img title / caption. closes #8032
2015-04-28 17:19:38 +01:00
Mike Jolley
300528e823
Tracking opt in/out
2015-04-28 14:50:48 +01:00
Mike Jolley
3f484b69b6
Ready step
2015-04-28 12:48:01 +01:00
Shiva Poudel
445a5ddaec
Why to include this if border-top is not defined anywhere?
2015-04-28 07:40:27 +05:45
Shiva Poudel
9539fcf476
Tweaks tabbed panel plus responsive coupon tabs
2015-04-28 06:51:06 +05:45
Mike Jolley
c8bd46501e
US tax rates step
2015-04-27 16:33:52 +01:00
Mike Jolley
cb8332cffc
shipping
2015-04-27 13:56:30 +01:00
Mike Jolley
6181a061d6
[2.3] Remove minimum results for search to prevent issues with state box
...
Fixes #8002
2015-04-23 15:55:18 +01:00
Mike Jolley
3f648beb1f
Improve JS and fix decimal validation
...
Fixes #7996
2015-04-23 13:35:27 +01:00
Mike Jolley
4997ed0efb
Cleaned up tabs JS and fixed conflicts with bootstrap
...
Fixes #8000
2015-04-23 12:24:15 +01:00
Claudio Sanches
a989184135
Created initial auth templates
2015-04-22 12:27:12 -03:00
Mike Jolley
030ac9c50e
HTML for shipping and tax options
2015-04-22 15:30:50 +01:00
Mike Jolley
9f792244b4
Pages step
2015-04-20 16:31:54 +01:00
Mike Jolley
d8ee1b6005
Locale setup
2015-04-17 14:56:34 +01:00
shivapoudel
d0dad3587a
Don't react with enter key for textarea on backbone modal used for tinyMCE
2015-04-16 19:10:56 +05:45
Mike Jolley
8666e0fe3c
Added the basics and general look and feel
2015-04-15 16:34:03 +01:00
shivapoudel
3da3de766d
Introduce trigger wc_backbone_modal_before_update
...
To update the form data upon trigger of response event
2015-04-14 00:15:08 +05:45
Claudio Sanches
f774450f98
Compressed files
2015-04-13 15:22:16 -03:00
shivapoudel
882816e9f5
document.body selector and grunt default task
2015-04-13 22:08:06 +05:45
Claudio Sanches
e085499166
Improved the wc-enhanced-select.js load
2015-04-13 12:44:54 -03:00
Claudio Sanches
9210b06c37
Imrpoved the backbone modal z-index for TinyMCE via extension, closes #7937
2015-04-13 12:44:33 -03:00
Claudio Sanches
1dadbb2842
Fixed coding standards for #7879
2015-04-13 12:37:22 -03:00
Mike Jolley
9f65d2a1fc
Added priorities for shipping methods to give more control over defaults.
...
Closes #7871
2015-04-13 15:32:57 +01:00
Mike Jolley
2e2ec824f0
Set field required class
...
Fixes #7859
2015-04-10 15:43:39 +01:00
James Koster
8fa67a8441
tooltip style tweaks
2015-04-08 10:27:14 +01:00
James Koster
cd20ce6789
variation images. closes #7844
2015-04-08 10:19:23 +01:00
James Koster
f6346c705c
Merge pull request #7889 from shivapoudel/tweak-backbone-modal
...
Tweak backbone modal
2015-04-08 10:02:42 +01:00
shivapoudel
737638cd12
Slightly decrease the h1 font-size
2015-04-04 14:13:03 +05:45
shivapoudel
e02b1db1b7
Break the outline only for focus state
2015-04-04 14:08:02 +05:45
shivapoudel
257381282c
Refactor the styles for backbone modal header
2015-04-04 14:03:47 +05:45
shivapoudel
27f3042ef5
Utilize the border-box + content_h math logic
2015-04-04 13:43:29 +05:45
Danny van Kooten
88f2e690bb
Changing all inefficient selectors of $('body') to $(document.body), which is about 80% faster (and even more on mobile, see https://jsperf.com/jquery-body-vs-document-body-selector/2 ).
2015-04-03 14:21:47 +02:00
James Koster
483680e716
z-index
2015-04-01 11:01:35 +01:00
Mike Jolley
a49ac39519
Tweak note wording for clarity
...
Closes #7239
2015-03-24 11:27:33 +00:00
James Koster
8ca2f507b2
Merge pull request #7764 from shivapoudel/mixins
...
Tweaks for scss mixins
2015-03-23 14:12:10 +00:00
Mike Jolley
d7144d9ed6
[2.3] Reset sku when no option chosen
...
Closes #7799
2015-03-23 13:03:53 +00:00
Mike Jolley
ea910f7d4f
Merge branch 'wc-ajax-endpoint'
2015-03-23 12:53:53 +00:00
shivapoudel
308fea3ac7
Deprecated borderbox
2015-03-20 18:34:37 +05:45
James Koster
6209b6d212
Merge pull request #7725 from shivapoudel/html-notice
...
Tweaks admin notices view pages
2015-03-20 12:35:43 +00:00
Mike Jolley
21c5513526
Added endpoint for faster ajax requests
2015-03-20 12:28:26 +00:00
shivapoudel
ae7ead70f3
Grunt css task
2015-03-18 22:28:04 +05:45
shivapoudel
f05ec1b7d4
Remove deprecated mixin borderbox()
2015-03-18 22:22:27 +05:45
shivapoudel
932d1db448
Mixin loader tweaks for animation
2015-03-18 22:21:22 +05:45
shivapoudel
f79e2488b4
Revert box-sizing of backbone modal to content-box
...
cc @jameskoster If we shift to border-box then the backbone modal footer button area is unusual
2015-03-18 01:22:17 +05:45
shivapoudel
9b97e0cdfb
Fix - Backbone modal footer area while shifting from content-box to border-box
2015-03-18 01:09:14 +05:45
shivapoudel
6fb28a27ab
Fix merge conflicts
2015-03-17 21:46:20 +05:45
shivapoudel
0952b65737
Updated Custom WC Animations styles
2015-03-17 21:39:52 +05:45
shivapoudel
b496a26ec5
Deprecated the use of box-sizing mixin in bourbon, Closes #7732
2015-03-17 21:36:55 +05:45
shivapoudel
6cc9dd7a15
Fix Indentation
2015-03-17 21:30:35 +05:45
Mike Jolley
88be174037
[2.3] Support price filter min or max only.
...
Closes #7743
2015-03-17 15:34:15 +00:00
shivapoudel
f980d74f60
Not necessary as right below primary and secondary button has it already
2015-03-14 05:56:31 +05:45
James Koster
103b4cf31b
rtl support in prettyphoto theme. closes #7686
2015-03-13 10:26:13 +00:00
James Koster
4372fdbad4
tweak message styles in cart totals table
2015-03-10 17:02:54 +00:00
Mike Jolley
8554796c4b
Show calculate total when shipping is needed, but shipping is hidden.
...
Closes #7650
2015-03-10 16:57:43 +00:00
Mike Jolley
0959b68182
Minify
2015-03-10 10:25:40 +00:00
Manos Psychogyiopoulos
c11399cb52
handle zero min input qty in woocommerce.js
2015-03-10 03:06:17 +02:00
Manos Psychogyiopoulos
60ebac7cdf
allow zero min/max quantity input values
2015-03-10 02:42:00 +02:00
James Koster
cafe0927f5
count styles in widgets. closes #7677
...
make category / layered nav list styles and markup consistent with core
post category widget.
2015-03-09 16:06:48 +00:00
Mike Jolley
079f978cb0
Fix order data indent
2015-03-09 14:37:14 +00:00
Shiva Poudel
6f993c5375
Optimized the activation styles
2015-03-06 01:39:47 +05:45
Claudio Sanches
69552d265d
Fixed select 2 formatSelectionTooBig(), closes #7640
2015-03-05 14:55:41 -03:00
Claudio Sanches
a53c8a2292
Update compressed files
2015-03-03 10:56:34 -03:00
Nicola Mustone
090c499da9
missing semicolons
2015-03-03 14:41:52 +01:00
Mike Jolley
6658c88adc
Add args to correct scripts
...
Fixes #7610 . @claudiosmweb
2015-03-03 10:58:10 +00:00
Mike Jolley
3ac113367d
Pass clicked button to added_to_cart Closes #7550
2015-03-02 12:14:15 +00:00
Mike Jolley
89704ef36a
Fix - Export report CSV.
...
Closes #7580
2015-03-02 11:44:56 +00:00
slash1andy
21e3709174
Fixed 2 spaces that were wrong
...
minified CSS again after change
2015-02-24 22:59:31 -06:00
Andrew Wikel
35e1a4d2a2
Getting rid of space
2015-02-24 22:33:34 -06:00
Mike Jolley
2006c7217e
Add reports menu item if user can access reports but not the main WC section.
...
Closes #7528
2015-02-24 12:29:03 +00:00
Mike Jolley
492c8e361b
No selected payment method? Check the first.
2015-02-24 10:43:11 +00:00
Mike Jolley
cbfc2717db
Use URL if no sizes exist Closes #7491
2015-02-19 14:15:28 +00:00
Mike Jolley
600b561fd9
Small timeout on checkout update action to prevent several triggering at once.
...
Closes #7423
2015-02-16 15:45:25 +00:00
Mike Jolley
4cfabb8e16
Only update checkout when form.checkout exists
...
Fixes #7422
2015-02-16 14:57:04 +00:00
Mike Jolley
68049d08fd
Fix place order button text on init
...
Closes #7435
Fixes #7428
2015-02-16 12:46:00 +00:00
Mike Jolley
5f09c2df7b
Report styles
2015-02-13 13:42:08 +00:00
Gerhard
9add60ef76
Add minified WooCommerce_notices js
2015-02-12 11:50:07 +02:00
Gerhard
1ac68adf20
Hide the tracker notice once clicked to avoid double clicks.
2015-02-12 11:41:04 +02:00
Mike Jolley
03711ee1ec
Fix change event on taxes and grunt dev
2015-02-11 15:00:28 +00:00
Claudio Sanches
01c0401bc0
Close the select2 when close the wc backbone modal, closes #7347
2015-02-10 14:57:14 -02:00
James Koster
f49ae4ce35
state select. closes #7316
2015-02-10 09:45:52 +00:00
Mike Jolley
7b144dce1d
Merge pull request #7296 from RistoNiinemets/master
...
JS "hide_variation" hook
2015-02-05 11:27:43 +00:00
Risto Niinemets
d9e63dcbb2
"hide_variation" hook
2015-02-04 18:08:14 +02:00
Mike Jolley
213fb59e32
Fix refund qty calc
2015-02-04 15:12:47 +00:00
Mike Jolley
3154b08d3e
Replace CDN select2 with local copy
...
Closes #7287
2015-02-04 15:00:14 +00:00
Mike Jolley
e2eb89ef76
Use UTC date #7276
2015-02-03 15:52:52 +00:00
Mike Jolley
cac9035c6f
Updated jquery-payment lib
2015-02-02 16:20:03 +00:00
Mike Jolley
621eeefab4
Updated jquery-cookie lib
2015-02-02 16:20:02 +00:00
Barry Kooij
48d67c508a
Improved check to prevent JS error in WP media library
2015-02-02 16:25:29 +01:00
Mike Jolley
16eb1facd9
Add link to payment_status_canceled_reversal Closes #7267
2015-02-02 14:49:30 +00:00
Mike Jolley
d0daa1ecee
Tweak reset_admin_notices to add, not remove, notices
...
Fixes #7254
2015-02-02 14:40:11 +00:00
Mike Jolley
c1518bb9ce
Merge pull request #7263 from aplatform/patch-3
...
Fix coupon message output during checkout
2015-02-02 12:42:32 +00:00
Mike Jolley
924a48ac56
Other style for #7238
2015-02-02 12:41:07 +00:00
Mike Jolley
089f0d62de
Merge pull request #7238 from corsonr/wc-connect-styling
...
Fixed underlined links in wc-connect box
2015-02-02 12:40:53 +00:00
Jack Gregory
5ea03dc8df
Update form selector
2015-02-02 11:53:07 +00:00
Jack Gregory
b468710ab0
Fix coupon message output during checkout
2015-02-01 14:08:20 +00:00
Mike Jolley
9f8a7d1199
Remove datepicker icon's and use focus event
2015-01-30 12:54:33 +00:00
James Koster
758aa7d714
table double border
2015-01-30 11:37:54 +00:00
Mike Jolley
1ae1c7a975
Trigger change event to clear state box. Closes #7240
2015-01-30 10:58:53 +00:00
Claudio Sanches
e8bb986b59
Fixed taxes display in cart totals
2015-01-29 16:48:51 -02:00
Remi Corson
b2c60ee50d
fix button styling / CSS moved to activation.css
2015-01-29 17:11:18 +01:00
Remi Corson
e7d964a007
fixed underlined links
2015-01-29 15:39:38 +01:00
Claudio Sanches
da68b4fd9c
Minify country-select.js for #7235
2015-01-29 00:16:59 -02:00
devin
dfecc22126
Removed .change method for .on( 'change') so that if this field is ever replaced via ajax then the country select still works as expected
2015-01-28 16:42:11 -08:00
James Koster
4026e37b34
variation and cart totals table borders. closes #7223
2015-01-28 12:58:04 +00:00
Claudio Sanches
7bc853c452
Merge pull request #7224 from thenbrent/fix_session_expired_notice
...
[2.3] Fix session expired notice on checkout
2015-01-27 21:34:16 -02:00
Brent Shepherd
3a1dc68ff9
Fix typo
2015-01-27 14:42:36 -08:00
Claudio Sanches
56d40dcf55
Fixed conflits
2015-01-27 20:16:36 -02:00
Claudio Sanches
f4c64c12c7
Updated scripts
2015-01-27 20:15:49 -02:00
Mike Jolley
d5cc80b813
select2 admin styling tweaks
2015-01-27 13:58:03 +00:00
Jack Gregory
acfc4f5b55
Typo in assets/js/frontend/checkout.js:437
2015-01-27 09:22:38 +00:00
Mike Jolley
875f5e9de5
Select2 line height in panels
2015-01-26 15:34:48 +00:00
Mike Jolley
0f5c6c4219
Add error handler/debug info in checkout ajax #7176
2015-01-26 14:24:03 +00:00
Mike Jolley
a281b1b191
Min
2015-01-26 11:33:27 +00:00
James Koster
192ba893cc
twenty fifteen fixes. closes #7195
2015-01-26 11:06:31 +00:00
Brent Shepherd
4a0ac77d59
Show border above first row of shop table
...
Especially important for the first row of the new responsive table (#5121 )
2015-01-23 12:34:51 -08:00
splashingpixels
a216d28a0b
remove runtiptip when deleting gallery images closes #7192
2015-01-23 07:45:57 -08:00
Claudio Sanches
4b119fda59
Improved the select2 line height on frontend, closes #7175
2015-01-23 12:22:48 -02:00
Claudio Sanches
517fe717dd
Fixed chmod
2015-01-23 10:59:41 -02:00
Mike Jolley
f9dfec4ebc
Minify #7166
2015-01-21 14:16:30 +00:00
Brent Shepherd
f1c46decb7
Trigger a JS event after an attribute is added
2015-01-20 14:12:55 -08:00
Mike Jolley
d0967d80ff
Prevent already init select2 elements being re-init Fixes #7162
2015-01-20 11:46:31 +00:00
Claudio Sanches
ab3553a6fd
Select2 translatable, closes #7159
2015-01-19 17:31:22 -02:00
James Koster
a2f511f305
select2 search
2015-01-19 16:15:23 +00:00
Mike Jolley
9d69023cb5
customer filter styling Closes #7116 :p
2015-01-19 15:20:04 +00:00
Mike Jolley
4e7e4d399e
Work around 1px incorrect offset on frontend. Closes #7116
2015-01-19 15:09:41 +00:00
Mike Jolley
8eaa9d6a34
Fix select2 line height and alignment in settings.
...
#7116
2015-01-19 15:09:41 +00:00
Mike Jolley
a3cfea8e5d
Only apply to visble select boxes Closes #7127
2015-01-19 13:07:06 +00:00
James Koster
d1f037efc4
select2 style. #7116
2015-01-16 14:03:15 +00:00
Claudio Sanches
a82aa2bd13
Fixed refund amount when product dont have taxes
2015-01-15 16:57:33 -02:00
Claudio Sanches
15c79dbaeb
Fixed stupidtable in order items and added arrows when stupidtable sort items
2015-01-15 14:30:42 -02:00
Nicola Mustone
70929e71bc
fixed dashboard icons
2015-01-15 14:41:42 +01:00
Mike Jolley
550e569a29
Tweak placement and styling of view link. #7065
2015-01-13 12:27:07 +00:00
Claudio Sanches
ab5d59b5ae
Scripts for #6359
2015-01-13 10:03:50 -02:00
Claudio Sanches
20470db763
Add select2 to State/Country user meta fields in admin profile #6359
2015-01-12 17:15:37 -02:00
Claudio Sanches
695b04be61
Fixed conflits
2015-01-12 16:02:46 -02:00
Claudio Sanches
017831f1c6
Fixed the backbone modal
2015-01-12 15:11:01 -02:00
Mike Jolley
8110a8376b
Upsells and cross sells select2
2015-01-12 16:39:49 +00:00
Mike Jolley
50c6e1e4a0
select2 settings
2015-01-12 16:29:01 +00:00
Mike Jolley
0fdd24c526
Select2 frontend
2015-01-12 16:16:13 +00:00
Mike Jolley
9852d9c6ec
Order data JS select2 + refactor
2015-01-12 15:43:13 +00:00
Mike Jolley
2e82cbb311
Customer ajax searches
2015-01-12 13:04:19 +00:00
Mike Jolley
1fa26f1f6e
Product searches select2
2015-01-12 11:56:44 +00:00
Mike Jolley
4b7f97c1de
Attributes
2015-01-09 16:53:47 +00:00
Mike Jolley
5f5d8076d4
sales by cat select2
2015-01-09 16:43:35 +00:00
Mike Jolley
f18b2c6c93
Added and enqueued select2 to admin
2015-01-09 16:39:10 +00:00
Claudio Sanches
03193b867b
Creted new webhooks edit interface
2015-01-08 16:34:30 -02:00
Mike Jolley
741ef73b99
Only hide messages when placing order - not when updating fields.
...
Closes #6964 Pending @barrykooij approval
2015-01-06 17:49:22 +00:00
Mike Jolley
054d499636
Made checkout JS more modular
2015-01-06 17:49:22 +00:00
Mike Jolley
5c86e962e8
Hide restock checkbox until qty is input Closes #6937
2015-01-05 17:19:18 +00:00
Mike Jolley
f847b92a0f
Merge branch 'wc-geolocation'
2015-01-05 10:18:25 +00:00
Claudio Sanches
e53a6f5e57
Fixed variation fields when use "Link all variations" button
2015-01-02 15:07:31 -02:00
Claudio Sanches
794621e3ba
Improved the close button in backbone modal #7016
2015-01-02 11:58:57 -02:00
Claudio Sanches
0accdf6f10
Set order status to refunded when completely refunded, closes #6981
2015-01-02 10:43:47 -02:00
Claudio Sanches
29590ff624
Added save and close keyboard events on Backbone Modal, closes #7016
2015-01-02 09:53:46 -02:00
Mike Jolley
fe5954c7ef
Update blockui
2015-01-01 12:35:31 +00:00
James Koster
00b51a6d5d
.qty width
2014-12-23 10:55:00 +00:00
Mike Jolley
22cc1fb0c7
Add attributes with ajax and don't load all attributes at once.
...
Significantly improves performance with many attributes in admin.
Closes #6852 cc @claudiosmweb
2014-12-22 14:16:15 +00:00
boohoogal
1987830730
Merge remote-tracking branch 'upstream/master'
2014-12-17 18:46:35 +00:00
Claudio Sanches
d84e1bae10
Merge pull request #6970 from woothemes/webhooks-ui
...
Webhooks ui, closes #6912
2014-12-17 16:08:43 -02:00
Claudio Sanches
9f83541d9f
Added webhook meta box js
2014-12-16 19:07:48 -02:00
James Koster
0c95d76c45
Storefront banner on add-ons. closes #6923
2014-12-16 11:43:26 +00:00
Mike Jolley
8434463694
Tweak skip button to make it less clickable
2014-12-12 17:03:11 +00:00
Claudio Sanches
3ede7907a4
Minify the checkout script
2014-12-12 09:37:15 -02:00
Bryce
19a059bbc3
Remove outline when stars are clicked
2014-12-12 16:56:05 +07:00
Barry Kooij
3f0a8be3d2
Merge branch 'master' into enhancement/checkout-order-review-error-handling
2014-12-11 12:10:53 +01:00
boohoogal
538d514cc0
As suggested kept original event and created new event 'woocommerce_variation_has_changed' for after selection has been fully applied. #6833
2014-12-11 10:02:24 +00:00
boolah
ff86dec284
Make custom event 'woocommerce_variation_select_change' for theme developers as last thing we trigger. #6833
2014-12-10 21:43:26 +00:00
Mike Jolley
fe34eb7bf8
Fix state box by seeing if states is empty object
2014-12-10 14:44:59 +00:00
James Koster
316b43f770
coupons. closes #6836
2014-12-09 16:06:34 +00:00
Mike Jolley
e6b94e486b
Leave postcode before city swapping to JS
...
Fixes #6842
2014-12-09 09:07:28 +00:00
splashingpixels
25b6377298
ajaxified coupon removal on checkout page for better UX closes #6881
2014-12-07 22:15:03 -08:00
Barry Kooij
438988d9c7
Added the possibility to display notices and/or force reload on order review.
2014-12-04 09:40:49 +01:00
Mike Jolley
6a45f8f196
Merge branch 'master' of https://github.com/woothemes/woocommerce
2014-12-03 12:33:19 +00:00
Mike Jolley
eba8206540
Merge branch 'tax-coupon-handling' Closes #6830
...
Conflicts:
assets/js/admin/meta-boxes-order.min.js
includes/api/class-wc-api-coupons.php
includes/class-wc-cart.php
templates/checkout/review-order.php
2014-12-03 12:33:15 +00:00
James Koster
7bd6b7d009
remove frontend dashicons, tweak loader
2014-12-02 21:19:03 +00:00
James Koster
af57cd0e30
sale schedule. closes #6865
2014-12-01 15:59:11 +00:00
Claudio Sanches
52cddae5e7
Merge pull request #6884 from helgatheviking/master
...
stray console.log
2014-12-01 13:57:40 -02:00
Kathy Darling
62db978078
stray console.log
2014-12-01 16:34:38 +01:00
Tamara Zuk
551159510c
Autosuggest product tags on bulk edit
...
This tiny change helps users quickly add tags to products using bulk
edit.
2014-11-29 23:59:58 -05:00
Bryce
5e0cbb4676
Add stupidtable.min.js
2014-11-28 14:17:58 +07:00
Mike Jolley
2c1c9896c5
Remove remove_variation and replace with remove_variations
2014-11-27 15:44:51 +00:00
Mike Jolley
4ab54ee140
re-run stupid table on save
2014-11-26 16:50:05 +00:00
Mike Jolley
4bc63de72a
Added 'stupidtable' script to allow order item sorting on the order screen (by name, cost, qty).
...
Closes #5998
2014-11-26 15:37:06 +00:00
Mike Jolley
2e398a3a79
Decoupled the order summary and payments area. Both are updated independently via ajax fragments and can be moved around via actions. TEMPLATES OVERRIDING THESE TEMPLATES WILL NEED TO UPDATE THEIR FILES.
...
Closes #5781
Closes #6570
2014-11-26 14:19:53 +00:00
Mike Jolley
3904035003
Disable already added attributes #6189
2014-11-26 11:35:07 +00:00
Mike Jolley
4a8c541fbf
Remove 'order' discounts from classes
2014-11-25 11:05:14 +00:00
Bryce
e93c32565c
merge changes
2014-11-22 00:09:11 +07:00
Mike Jolley
40e0fe7a4e
Merge pull request #6811 from bryceadams/patch-5537
...
#5537 - Fix bulk edit overlap, bulkedit improvements
2014-11-21 16:40:28 +00:00
James Koster
f6f57d1848
twenty fifteen styles. closes #6797
2014-11-21 10:51:08 +00:00
James Koster
01a1a8f1df
twentyfifteen styles. #6797
2014-11-21 10:29:47 +00:00
Bryce
bad3b31a18
#5537 - Fix bulk edit overlap, bulkedit improvements
2014-11-21 13:37:14 +07:00
Bryce
a6c88c9104
Only enqueue/localize on profile page
2014-11-21 12:42:32 +07:00
Bryce
8b1cc5f902
#5850 - Add QR code to API credentials
...
This uses https://github.com/jeromeetienne/jquery-qrcode for generating
the QR code.
This is what it looks like:
![see screen shot](http://cld.wthms.co/11wpb+ )
It’s small, **but**, it scans perfectly without any issues.
2014-11-20 15:46:46 +07:00
James Koster
e856377194
bye bye quantity increments. closes #6752
2014-11-18 13:29:58 +00:00
James Koster
9e00709165
separate font styles into separate import
2014-11-18 13:04:28 +00:00
James Koster
81fd75d406
more css formatting.
2014-11-18 13:04:28 +00:00
James Koster
479ce5e73f
general css comment formatting and small tweaks.
2014-11-18 13:04:28 +00:00
James Koster
40cf2aa37c
woocommerce-layout.scss comment formatting. #5606
2014-11-18 13:04:28 +00:00
James Koster
53797130a4
woocommerce-smallscreen.scss comment formatting. #5606
2014-11-18 13:04:28 +00:00
James Koster
a0b5839e11
woocommerce.scss comment formatting. #5606
2014-11-18 13:04:28 +00:00
James Koster
baba15e1b0
disabled button styles. closes #6774
2014-11-18 12:21:03 +00:00
Mike Jolley
a0bf72f7b5
Bulk edit sales schedule on variations
...
Closes #6300
2014-11-17 16:50:25 +00:00
Mike Jolley
e6a5825f8c
Some shipping class tidyup
2014-11-17 16:30:18 +00:00
James Koster
7290f708ec
coding standards find/replace fail ^^. closes #6775
2014-11-17 15:45:12 +00:00
James Koster
299858764b
gallery column css. closes #6767
2014-11-17 15:41:27 +00:00
Joe Flynn
652a66e3d1
ensure storage is writable when setting support flag. fixes #6755
2014-11-14 14:14:56 -05:00
James Koster
eb3ebfd3e2
cart removal button. closes #6754
2014-11-14 15:42:00 +00:00
claudiosmweb
c683720b02
Removed old ajax_loader_url param from all js files
2014-11-14 09:52:44 -02:00
James Koster
947fd83bd7
payment form row #6737
2014-11-14 10:53:16 +00:00
James Koster
fc701da2bd
validation styles
2014-11-14 10:50:44 +00:00
James Koster
364a9a3c30
layered nav
2014-11-14 10:49:01 +00:00
James Koster
ef4f6792d4
general shadows
2014-11-14 10:38:41 +00:00
James Koster
c0e60ba127
cart omg shadows
2014-11-14 10:36:52 +00:00
James Koster
4884dd183a
line-heights and font sizes
2014-11-14 10:36:19 +00:00
James Koster
ca9ceb608f
remove darkorlight mixin refs
2014-11-14 10:29:46 +00:00
James Koster
25337279c3
payment box. #6737
2014-11-14 10:29:20 +00:00
James Koster
c187c002be
mar icons stuff
2014-11-14 09:59:12 +00:00
James Koster
d765c3138c
dashicons for loader and arrows.
2014-11-14 09:47:45 +00:00
Gregory Karpinsky
27a7fcb50d
Removed duplicate line
2014-11-13 17:19:04 -05:00
James Koster
30a5c4bfdb
bye bye ajax loader gif.
2014-11-13 18:28:15 +00:00
James Koster
258d7f4482
loading button. #6737
2014-11-13 17:42:18 +00:00
James Koster
df80aa20c5
messages. #6737
2014-11-13 16:46:51 +00:00
James Koster
771cd7c8ef
demo store notice. #6737
2014-11-13 16:46:51 +00:00
James Koster
1a69269562
price filter widget. #6737
2014-11-13 16:46:51 +00:00
James Koster
bc3ac8cd53
product list widget images. #6737
2014-11-13 16:46:51 +00:00
James Koster
f23f72396b
quantity incrementer. #6737
2014-11-13 14:34:16 +00:00
James Koster
96ae7d3bc5
quantity incrementer #6737
2014-11-13 14:24:25 +00:00
James Koster
7a8df73483
font weight. #6737
2014-11-13 14:16:32 +00:00
James Koster
ed877790b4
price / star rating on single pages. #6737
2014-11-13 14:14:04 +00:00
James Koster
a7350cfd6b
twentyeleven pagination. #6737
2014-11-13 14:06:52 +00:00
James Koster
a12fa0ad56
button text shadow. #6737
2014-11-13 14:06:52 +00:00
James Koster
56ae4c1f87
review gravatar shadow. #6737
2014-11-13 14:06:52 +00:00
James Koster
a63422d0e0
simplify tabs. #6737
2014-11-13 14:06:52 +00:00
James Koster
2f314c8bfe
single product images. #6737
2014-11-13 14:06:52 +00:00
James Koster
d074fcf8fb
simplify sale marker #6737
2014-11-13 14:06:52 +00:00
James Koster
8130ec9472
archive button margin. #6737
2014-11-13 14:06:52 +00:00
James Koster
1f64519c24
archive star rating size. #6737
2014-11-13 14:06:52 +00:00
James Koster
c368731752
archive prices. #6737
2014-11-13 14:06:52 +00:00
James Koster
ecbaea1a59
em margin. #6737
2014-11-13 14:06:52 +00:00
James Koster
1318b240b3
remove image shadows. #6737
2014-11-13 14:06:51 +00:00
James Koster
e4e4265840
more button tweaks. #6737
2014-11-13 14:06:51 +00:00
James Koster
19fece6a9d
split variables into separate file and simplify buttons. #6737
2014-11-13 14:06:51 +00:00
James Koster
16fb0f18c6
group table border. #5606
2014-11-13 11:47:54 +00:00
James Koster
eaa6e87e84
simplify woocommerce.css. #5606
2014-11-13 11:43:26 +00:00
James Koster
7f10815c85
remove un-necessary #content selector. #5606
2014-11-13 11:24:10 +00:00
James Koster
1de54c5095
price slider color
2014-11-13 11:14:57 +00:00
James Koster
0e56b6dd3e
box sizing mixin. #5606
2014-11-13 11:12:21 +00:00
James Koster
6c90c471b2
woocommerce.scss coding standards. #5606
2014-11-13 10:08:14 +00:00
James Koster
ad757b27d8
woocommerce-smallscreen.scss coding standards. #5606
2014-11-13 09:52:29 +00:00
James Koster
b0ef0d583b
woocommerce-layout.scss coding standards. #5606
2014-11-13 09:50:38 +00:00
James Koster
d2ddfa9f6c
reports-print.scss coding standards. #5606
2014-11-13 09:48:17 +00:00
James Koster
72f5c80121
prettyPhoto.scss coding standards. #5606
2014-11-13 09:47:34 +00:00
James Koster
1c552374be
menu.scss coding standards. #5606
2014-11-13 09:39:58 +00:00
James Koster
ba428be0fd
dashboard.scss coding standards. #5606
2014-11-13 09:38:39 +00:00
James Koster
300698e6c3
activation.scss and admin.scss coding standards. #5606
2014-11-13 09:34:32 +00:00
James Koster
400e21c521
remove box-sizing vendor prefix. #5606
2014-11-13 08:47:35 +00:00
James Koster
9a8e62278a
remove scale vendor prefix. #5606
2014-11-13 08:44:36 +00:00
James Koster
c0c998589f
remove transition vendor prefixes. #5606
2014-11-13 08:43:52 +00:00
James Koster
51c4698778
refine gradient mixin. #5606
2014-11-13 08:40:28 +00:00
James Koster
a63d90b0ec
remove box-shadow vendor prefix. #5606
2014-11-13 08:35:22 +00:00
James Koster
f91f1945bc
remove opacity vendor prefix. #5606
2014-11-13 08:34:45 +00:00
James Koster
e4360489d6
remove border-radius vendor prefix. #5606
2014-11-13 08:33:25 +00:00
James Koster
452cb56cd9
layered nav count markup matches product/post categories. #5606
2014-11-13 08:30:10 +00:00
James Koster
98a0314786
scss tidy
2014-11-12 12:55:39 +00:00
James Koster
6a0fe9974f
reports print styles. closes #4544
2014-11-12 12:53:57 +00:00
James Koster
8d75a1b72e
inputs / labels on handheld. chosen widths.
2014-11-11 15:47:14 +00:00
James Koster
4fe1c5381f
product data inputs
2014-11-11 15:47:14 +00:00
Mike Jolley
f8bc4a0abd
Add item cost column Closes #6650
...
@jameskoster
2014-11-11 13:40:47 +00:00
Mike Jolley
af20848b46
Fix load/copy address #5949
2014-11-11 11:31:58 +00:00
Mike Jolley
d00998b16e
Fix default value for input box #5949
2014-11-11 11:24:02 +00:00
Mike Jolley
01091c304c
Fix conflicts in #5949
2014-11-11 11:23:44 +00:00
claudiosmweb
2f7fcb56ae
Improved the Shipping class field in quick edit and bulk edit, closes #6681
2014-11-04 11:49:15 -08:00
claudiosmweb
fbe890646b
Added keyup event for refunds gateway button
2014-11-04 09:15:20 -08:00
James Koster
dd07bbabff
report wrapping. closes #6608
2014-10-30 14:02:55 +00:00
James Koster
27cd939cde
wc icon font 1.0.3
2014-10-30 13:52:57 +00:00
Mike Jolley
270e26c3cc
Allow linking to #reviews tab Closes #4630
2014-10-24 15:50:15 +01:00
Mike Jolley
cde08791f6
System status table separation Closes #6290
2014-10-24 12:49:27 +01:00
Mike Jolley
cf867fec35
Decode redirect URL only when needed to prevent PayPal issues
...
Fixes #5798
2014-10-23 15:33:12 +01:00
Mike Jolley
2294135bff
Rename touch punch to stop grunt breaking minify
2014-10-23 14:38:19 +01:00
Mike Jolley
986afea224
Merge pull request #6531 from franticpsyx/variations_script_reusable
...
Make variations script re-usable
2014-10-21 23:36:00 +01:00
Manos Psychogyiopoulos
7d9a8b1a3a
quantity selector dot
2014-10-21 15:26:39 +03:00
Manos Psychogyiopoulos
6f8aa7cb52
backwards compat
2014-10-20 11:59:01 +03:00
James Koster
51db7f9ef2
scale deprecated #5606
2014-10-17 20:58:43 +01:00
James Koster
734b8c7f53
replace gradient mixin refs with bourbon equivalent #5606
2014-10-17 20:55:07 +01:00
James Koster
c21261d6e8
css #5606
2014-10-17 20:39:33 +01:00
James Koster
ef831d70c7
replace border box mixin with bourbon equivalent #5606
2014-10-17 20:34:03 +01:00
James Koster
6a0e0bbc5d
deprecation notices for mixins. Leaving them in for extensions. #5606
2014-10-17 20:31:07 +01:00
James Koster
8a6295ff48
remove box shadow vendor prefixes #5606
2014-10-17 20:27:33 +01:00
James Koster
cca87d5cb5
don't use border radius mixin
2014-10-17 20:18:11 +01:00
James Koster
ab6f05d6b5
bourbon node and import
2014-10-17 18:21:54 +01:00
James Koster
34a0f331f9
padded helper class for extension devs.
2014-10-17 18:15:15 +01:00
James Koster
e2cf7b0f36
active colour for product data tabs
2014-10-17 18:13:13 +01:00
James Koster
3d85305eb8
more download table tweaks. #6562
2014-10-17 14:50:23 +01:00
James Koster
e27d4afee1
data tabs tweaks. #6562
2014-10-17 14:50:23 +01:00
James Koster
eb258950bd
variations markup / css refactor. #6562
2014-10-17 12:17:30 +01:00
Mike Jolley
e926f49ae2
Merge pull request #6194 from AardvarkMike/master
...
Suggested fix for Issue #6193
2014-10-17 12:06:33 +01:00
Mike Jolley
d079a7a1a6
Merge pull request #6557 from SiR-DanieL/lost-psw
...
Fix lost password submitting twice
2014-10-17 11:54:46 +01:00
Nicola Mustone
6e9176a5bf
Fix disable password submitting twice
2014-10-16 21:59:45 +02:00
Nicola Mustone
df13e6068f
Ratings hidden when reviews are disabled
2014-10-16 21:38:04 +02:00
James Koster
cf2e17e74c
minor responsive tweaks in product data tabs. #4872
2014-10-16 17:48:32 +01:00
James Koster
1a5b9aced3
customer details. closes #6470
2014-10-16 17:01:00 +01:00
Mike Jolley
342f5e9472
[2.2] Update jquery payment to prevent autocomplete issues
2014-10-15 11:12:15 +01:00
Manos Psychogyiopoulos
1e44f0cd68
make variations script re-usable
2014-10-14 11:03:47 +03:00
Mike Jolley
98361804e6
Merge pull request #5767 from IAmJulianAcosta/touch-compability
...
Price filter widget touch compability
2014-10-10 12:16:18 +01:00
Mike Jolley
d17e656061
[2.2] Prevent bulk edit from breaking sale price scheduled dates
...
Fixes #6474
2014-10-08 15:29:42 +01:00
James Koster
ef28c43862
move proceed to checkout button. closes #5496
2014-10-06 12:33:39 +01:00
James Koster
0fa63d6da0
responsive orders table and adds .shop_table_responsive. closes #5121
2014-10-02 20:44:38 +01:00
Mike Jolley
0c11534716
[2.2] Prevent sale prices showing errors erroneously Fixes #6445
2014-10-02 17:18:36 +01:00
Mike Jolley
b6835a009c
wc_paying_customer to only increase for 'simple' orders and added tool to refresh stats to customer list.
...
Closes #6395
2014-10-02 16:44:36 +01:00
Mike Jolley
cc9988ae45
minify
2014-10-02 13:56:26 +01:00
Cor van Noorloos
c8688a0809
product meta box
2014-09-28 17:23:05 +02:00
James Koster
63f45a8720
variation visibility, based on #6182 . #5661
2014-09-26 17:22:43 +01:00
James Koster
64b639ba74
upsell / related product clears. closes #6101
2014-09-26 15:04:09 +01:00
James Koster
a66ae12707
bye bye coupon styling. closes #6360
2014-09-26 14:37:26 +01:00
claudiosmweb
0a8acae150
removed source maps in sass and created the css task in grunt
2014-09-26 10:00:36 -03:00
Mike Jolley
ab34f3d771
[2.2] Prevent bulk edit cancel from clearing options.
...
Fixes #6344
2014-09-24 11:38:13 +01:00
claudiosmweb
8599376c8b
fixed some sass functions
2014-09-22 14:48:26 -03:00
claudiosmweb
5ed619bf66
less to scss #5606
2014-09-22 14:38:53 -03:00
Mike Jolley
b11a5fdfcf
Merge pull request #6331 from joshlevinson/master
...
Remove enforcement of 100% width on prettyphoto images
2014-09-22 09:44:08 +01:00
Mike Jolley
80d4a73f52
Added acceptance marks to PayPal Standard where applicable to replace generic PayPal icon.
2014-09-19 16:55:14 +01:00
Josh Levinson
8b715dc783
Forcing all images in a prettyphoto modal to be 100% width removes the ability for WC extension developers to use prettyphoto for inline content modals.
...
I was using it for a modal map for a WC extension, which broke < 768px because the tile images were 100% width.
This change makes images 100% width only when they are directly within the pp_full_res container, which is the behavior for image modals like the ones used by WC.
2014-09-19 10:45:12 -04:00
Mike Jolley
28e13bdab3
Add notice when order is no longer editable.
...
Closes #6298
2014-09-18 11:32:25 +01:00
Barry Kooij
9723ed8096
Added settings sub title styling
2014-09-15 17:47:01 +02:00
claudiosmweb
c385c56acc
fixed the order items qty calculation, closes #6209
2014-09-10 11:07:24 -03:00
Mike Jolley
09a8d8a1ca
JS min
2014-09-10 11:43:04 +01:00
Tamara Zuk
3418895ced
Trigger event on order items save
2014-09-10 00:17:12 -04:00
Mike Hughes
5c4c5c1516
Fixed indentation for fix #6193
2014-09-09 12:43:56 +01:00
Mike Hughes
be5623cf91
Fix for issue #6193 - loop through data- attributes for form submission data instead of hard coded
2014-09-09 12:41:14 +01:00
Mike Jolley
0af94c135b
Fix refund qty amounts
...
Fixes #6186
2014-09-08 13:07:12 +01:00
Mike Jolley
8fc5d895eb
Grunt dev
2014-09-04 15:14:27 +01:00
Mike Jolley
1d13f767b3
Merge pull request #6157 from tamarazuk/coding-standards
...
Coding standards Part 1
2014-09-03 17:05:42 +01:00
claudiosmweb
063d1eb349
fixed the access permissions
2014-09-01 12:44:51 -03:00
Mike Jolley
91149c4ac3
Backwards ship-to-different-address logic on checkout.
...
When you choose the option to ship to billing only, the second
condition would make the checkout try to set shipping address to
non-existent fields. cc @claudiosmweb
2014-09-01 10:54:16 +01:00
Tamara Zuk
0db4ab0f83
Coding Standards: Admin JS
...
Fixed spacing as per
http://make.wordpress.org/core/handbook/coding-standards/javascript/
2014-08-31 02:25:22 -04:00
Tamara Zuk
e7dd92f369
Coding Standards: Less files
...
* fixed indentation - swapped spaces for tabs at start of line, swapped
tabs for spaces min-line for alignment
2014-08-31 01:51:21 -04:00
Mike Jolley
47b9e54797
Hide export csv button when browser lacks support
...
Closes #6122
2014-08-29 11:29:11 +01:00
shivapoudel
f4f5359451
Updated with grunt dev
2014-08-29 04:15:31 +05:45
shivapoudel
d667ea19e6
Updated with text-decoration
2014-08-29 04:13:38 +05:45
shivapoudel
fbfedebca2
Fix text-decoration issue with notice in themes.php
2014-08-29 04:05:26 +05:45
Mike Jolley
3a6f0f3141
Merge pull request #6099 from benmatselby/qty-button-fix
...
Define a margin for the input.qty
2014-08-28 12:10:57 +01:00
Mike Jolley
4a73cb4e7e
Merge pull request #6112 from axisthemes/replacement
...
Replacement for core Tweaks and fixes
2014-08-28 12:07:05 +01:00
shivapoudel
c90a421747
Updates with grunt dev for assets & POT; #6112
2014-08-28 11:35:28 +05:45
shivapoudel
fc665a61b9
Resize vertical for log-viewer
2014-08-28 11:27:23 +05:45
shivapoudel
36d99ff2b5
em value change for .woocommerce-actions
2014-08-28 05:07:10 +05:45
shivapoudel
db872e9704
Updates with grunt dev for assets & POT; #6110
2014-08-28 02:50:06 +05:45
shivapoudel
30ca85619d
Better Tweet button alignment
2014-08-28 02:44:33 +05:45
thenbrent
30e95ab16e
Fix "remote" typo - should be "remove"
2014-08-27 13:05:35 -07:00
Ben Selby
c7727d1f3f
Define a margin for the input.qty
...
* This is needed, as it seems on at least Safari/Chrome it would push the -
button down outside of the text field
* Tested on OS X Mavericks
2014-08-26 21:00:22 +01:00
thenbrent
a3dfc9e356
Allow extensions to hijack i18n_product_type_alert
2014-08-20 16:00:41 -07:00
Mike Jolley
da483198f8
Simplify icons
2014-08-15 11:50:53 +01:00
Mike Jolley
7a267d2e31
Simplify Commerce by Mastercard gateway
2014-08-15 11:50:53 +01:00
Mike Jolley
fe12b330c0
Fix sorting indicator and add help text to parent. Fixes #5977
2014-08-08 10:24:42 +01:00
Gustavo Bordoni
7d4a6fc7d8
Merge branch 'master' into issue/5875
...
Conflicts:
assets/css/admin.css
2014-08-05 01:21:48 -03:00
Nicola Mustone
1414c47fbe
following wc js coding standards
2014-08-04 17:53:17 +02:00
Nicola Mustone
c5f9f2157f
Fixed issue #5895
2014-08-04 17:28:20 +02:00
Mike Jolley
f84cd332dc
Merge pull request #5960 from bordoni/issue/5958
...
User that refunded now been shown at the Order edit page
2014-08-04 14:18:32 +01:00
Mike Jolley
4e65275821
Minify
2014-08-04 11:19:34 +01:00
Gustavo Bordoni
74728c1d73
Adding a CSS to mark that the `->display_name` is an `abbr` with the `title` been the `->ID`
2014-08-02 21:59:16 -03:00
Gustavo Bordoni
c4082c6867
On reordering products the cells of the placeholder need to match the attributes of the original row cells, otherwise the width gets messed up
2014-08-02 21:05:44 -03:00
Gustavo Bordoni
0c6553b220
When modifying from a Country with Select Box to choose state it was duplicating the Chosen element
2014-08-02 18:34:30 -03:00
Gustavo Bordoni
f147f07232
Now using `Chosen` on the Selects from the Edit Order page
2014-08-01 01:47:03 -03:00
Gustavo Bordoni
64aba7ce4c
Removing overflow: hidden to allow the `chosen` select box to completely show
2014-08-01 01:46:17 -03:00
Gustavo Bordoni
022cffd078
Adding the Logic to parse and output the State/Country on the Edit Order Metabox
2014-08-01 01:27:22 -03:00
claudiosmweb
1a9d346e1f
sync with master
2014-07-31 09:39:24 -03:00
claudiosmweb
25787b0330
removed a console.log()
2014-07-30 16:12:32 -03:00
claudiosmweb
4b04c763f0
fixed the variation manage stock visibility
2014-07-30 15:43:40 -03:00
claudiosmweb
a0bd72b9f3
Hide variation stock when manage stock is unchecked
...
closes #5935
@mikejolley
2014-07-30 15:32:06 -03:00
claudiosmweb
519de5be59
added alert about changing the product type that has variations
...
closes #5864
@mikejolley
2014-07-30 15:04:04 -03:00
claudiosmweb
6b486014a9
processed all css files
2014-07-30 14:25:01 -03:00
claudiosmweb
d12bce4fce
fixed variation bulk edit, closes #5847
2014-07-29 14:28:22 -03:00
claudiosmweb
1cce388e1e
added copy for support button, closes #5865
2014-07-29 12:06:58 -03:00
Mike Jolley
bf86072cce
Interface tweaks
...
#3164
2014-07-28 11:41:52 +01:00
claudiosmweb
ba7a1a2e5c
prevented unnecessary scrollbar when viewing refunds
2014-07-25 13:35:59 -03:00
claudiosmweb
acaee93236
fixed refunds cancel button action
2014-07-25 13:32:16 -03:00
Mike Jolley
5e663a7fa8
Show refunded line items inline
2014-07-25 16:48:19 +01:00
Mike Jolley
710a570525
Coded in Restore stock option
2014-07-25 11:29:24 +01:00
claudiosmweb
5b3f69de0a
fixed the "calculate tax" action #3164
2014-07-24 17:33:26 -03:00
Mike Jolley
19b6922044
Refund line items and taxes
2014-07-24 15:34:14 +01:00
Mike Jolley
e38dcf79bb
Show refund boxes on click
2014-07-24 10:56:32 +01:00
Mike Jolley
0b231f2e03
Calc refund amounts and total via javascript
2014-07-24 10:53:29 +01:00
Mike Jolley
11835826de
A start on negative line items
...
@claudiosmweb
2014-07-23 17:41:35 +01:00
Mike Jolley
dcf4a4e5a8
Prevent chosen being cut off
2014-07-23 11:51:09 +01:00
Mike Jolley
3aa9475e39
Coupon code display
2014-07-23 11:47:02 +01:00
Mike Jolley
4a306beef5
Max 100 taxes displayed, but show text input
2014-07-23 11:30:06 +01:00
Mike Jolley
036c02725b
Variable height modal
2014-07-23 10:49:39 +01:00
Mike Jolley
ce767f1ec2
rates should not be joined; it is an array. Fixes tax rate exists check.
2014-07-23 09:51:57 +01:00
claudiosmweb
ae1881de06
fixed the line item quantity calcule #3164
2014-07-22 18:08:24 -03:00
claudiosmweb
fdf48d92e8
fixed some js coding standards
2014-07-22 16:52:36 -03:00
Mike Jolley
249f18f70d
Merge branch 'credit-notes' of https://github.com/woothemes/woocommerce into credit-notes
...
Conflicts:
assets/js/admin/meta-boxes-order.min.js
2014-07-22 16:44:23 +01:00
Mike Jolley
3e4506c376
Clean up total/subtotal display
2014-07-22 16:44:02 +01:00
claudiosmweb
7b5b1fc845
prevented that exist duplicate tax rate columns #3164
2014-07-22 12:42:17 -03:00
claudiosmweb
aae1dbbe2e
fixed refunds button with the corrent total when using commas instead of decimals
2014-07-22 11:40:26 -03:00
Mike Jolley
01950bebdc
Add confirmation before deleting tax column #3164
2014-07-22 15:26:18 +01:00
Mike Jolley
b032c857ee
Fix delete of shipping and fee line items. Remove checkbox for refunds.
2014-07-22 14:38:07 +01:00
Mike Jolley
550db70d77
Line item icons
2014-07-22 14:27:47 +01:00
Mike Jolley
6e0a880699
Group line items by type
2014-07-22 14:18:11 +01:00
Mike Jolley
bf2c30c320
Reduce delete padding
2014-07-22 11:57:46 +01:00
Mike Jolley
c65cd44aef
Fix input styling
2014-07-22 11:56:52 +01:00
Mike Jolley
0c5be5f054
Moved add tax button, and tidied up tax column display
2014-07-22 11:54:59 +01:00
claudiosmweb
8d257efa92
fixed the modals with ajax
2014-07-20 23:58:34 -03:00
claudiosmweb
d2340a5cef
fixed refund calcule
2014-07-20 23:26:40 -03:00
claudiosmweb
098919f469
removed some order totals old stuff
2014-07-20 22:59:42 -03:00
claudiosmweb
144d094ad2
created method for delete order tax
2014-07-20 22:57:23 -03:00
claudiosmweb
d875cfa1ac
created ajax method to add new taxes
2014-07-20 22:36:12 -03:00
claudiosmweb
3e287ff19c
fixed calculate total action
2014-07-20 21:12:39 -03:00
claudiosmweb
20f4509a93
created a simple jquery plugin for open backbone modals
2014-07-20 15:25:20 -03:00
claudiosmweb
93cf3c88bd
initial implementation of order items taxes
2014-07-19 01:08:02 -03:00
claudiosmweb
794548e923
added tiptip for order totals
2014-07-18 20:27:10 -03:00
claudiosmweb
e0aeacb734
added action to calculte the order total and edit discount and total
2014-07-18 17:24:34 -03:00
claudiosmweb
f3ef446678
improved the order totals display
2014-07-17 18:17:42 -03:00
claudiosmweb
d321395946
created new methods to save and load the order items in shop_order screen
2014-07-17 17:17:54 -03:00
claudiosmweb
501cc29bd9
hide the order totals when active the refunds panel
2014-07-16 23:08:59 -03:00
claudiosmweb
af235e08f6
moved refunds to order items
2014-07-16 17:12:33 -03:00
claudiosmweb
d7133035e1
added order items add shipping cost button
2014-07-16 15:41:18 -03:00
claudiosmweb
04e8fbcb5e
added new add products order items action
2014-07-16 15:11:48 -03:00
claudiosmweb
3ca145ac85
created backbone modal dialog
2014-07-15 19:56:07 -03:00
claudiosmweb
ef2bff285a
created new order totals display in order items
2014-07-14 15:23:56 -03:00
Mike Jolley
eca4025f5e
Delete and display refunds
2014-07-10 16:39:10 +01:00
Mike Jolley
280b884c28
Create refunds and process via gateway
2014-07-10 14:49:04 +01:00
Mike Jolley
d88279fe53
Start on ajax handlers
2014-07-10 13:33:05 +01:00
Mike Jolley
e7dc58ac31
Tidied up order script
2014-07-10 11:25:50 +01:00
Mike Jolley
8ccd716062
Fix parsefloat
2014-07-10 11:00:48 +01:00
Mike Jolley
c15b8e817c
split up meta box scripts
2014-07-08 14:14:41 +01:00
Mike Jolley
2282d76efb
More UI / Split up meta box scripts
2014-07-08 14:14:29 +01:00
Mike Jolley
5c0ea16a39
More refund UI -show qty boxes and totals
2014-07-08 10:51:10 +01:00
Mike Jolley
fdccaa21d3
Rough, non-functioning example of the UI for refund total and add items in the order items panel
...
#3164
2014-07-07 16:45:08 +01:00
Julian Acosta
8f3586fccb
Added touch support to price filter widget using jquery ui touch punch
2014-07-01 00:00:26 -05:00
Patrick Garman
a880c6eb19
LESS Typos
...
:D
2014-06-29 02:04:49 -05:00
Mike Jolley
cc1d1e2237
Included method to define a link format for a transaction ID, set transaction ID manually, and tweaked display.
2014-06-27 13:12:10 +01:00
Mike Jolley
63c0b75972
Conditional is no longer required
2014-06-24 13:00:21 +01:00
Mike Jolley
7591e07d81
Field show/hide options for stock fields and variations
2014-06-19 16:17:43 +01:00
Mike Jolley
cf3cca4c8e
Merge branch 'feature-wc-create-order'
2014-06-18 16:07:29 +01:00
Mike Jolley
93778e72b0
Tax class fixes + notices
2014-06-13 15:53:59 +01:00
justinstern
ce3ac21ab3
Checkout Update Totals for Radio Fields
2014-06-11 12:32:23 -04:00
Mike Jolley
a9ff58508e
Merge pull request #5602 from getdave/master
...
Ensure script is safe when global var not available/enqueued
2014-06-06 16:07:14 +01:00
David
40326e388a
Ensure script that references global objects safe on pages where global is not enqueued
2014-06-02 16:34:55 +01:00
Mike Jolley
04a304e81c
Get rid of anything shop_order_status related
2014-05-30 17:45:11 +01:00
Mike Jolley
526ad2e30d
Min
2014-05-28 11:28:25 +01:00
Mike Jolley
1ed0938581
[2.2] Log changes Closes #4926
...
Added WC_LOG_DIR constant
Added log viewer
Changed default logging directory to 1 up from ABSPATH inside wc-logs
2014-05-28 11:12:38 +01:00
claudiosmweb
322c655e61
added validation for country code in tax settings, closes #5180
2014-05-27 19:03:21 -03:00
Mike Jolley
84740c1449
Merge pull request #5560 from woothemes/remove-tinymce-button
...
Removed unused TinyMCE button
2014-05-27 13:02:02 +01:00
Coen Jacobs
09a9463b0a
Removed unused TinyMCE button
2014-05-26 16:17:56 +02:00
splashingpixels
7e787530e3
added check to make sure thumbnail url exists otherwise fallback to main url
2014-05-23 07:29:08 -07:00
splashingpixels
029bed8631
added delete variation image to be more specific
2014-05-22 20:46:42 -07:00
splashingpixels
22e9f833b1
return thumb size of variation image on upload
2014-05-22 20:18:50 -07:00
Mike Jolley
4877e28fcc
Merge branch '2.1'
...
Conflicts:
i18n/languages/woocommerce-admin.pot
i18n/languages/woocommerce.pot
package.json
readme.txt
woocommerce.php
2014-05-14 14:14:38 +01:00
Mike Jolley
aeeb68f3ff
[2.2] Respect login hidden toggle Fixes #5479
2014-05-14 11:38:06 +01:00
claudiosmweb
38f4d7744d
hide number input buttons in firefox 29 and later
2014-05-06 21:40:19 -03:00
Mike Jolley
a042bd00dd
Minify
2014-04-30 11:20:25 +01:00
James Koster
1839f7032b
twenty thirteen spacing.
2014-04-30 11:07:51 +01:00
Mike Martel
6918602002
Updated minified woocommerce_admin JS
2014-04-25 09:29:21 +02:00
Mike Martel
dc1271ce19
Cleanup indentation in woocommerce_admin.js
...
File mixed tabs and spaces. Converted all spaces to tabs.
2014-04-25 09:28:35 +02:00
Mike Martel
5b81c7f320
Allow negative amount in price field validation
...
The price field validation method in the admin js did not allow negative numbers, which are valid as eg. negative fees.
2014-04-25 09:28:35 +02:00
Mike Martel
e0dc31620b
Bind price and decimal input events to body in woocommerce_admin js
...
The event was bound to the element directly, causing problems when the elements was added after dom ready (through ajax). Now the decimal format check will always take place.
2014-04-25 09:28:35 +02:00
Mike Jolley
5d872918d6
Change the way order review data is appended to checkout to reduce likelihood of error
...
Fixes #5332
2014-04-24 15:08:38 +01:00
James Koster
a4d754bbf7
tooltip max-width. closes #5304
2014-04-10 11:29:02 +01:00
Mike Jolley
faa4aefbf5
Fix dashboard styles, and remove non-used styles
2014-04-08 11:15:05 +01:00
Mike Jolley
128eeb164c
Only show upgrade notices, and use transient cache
...
Closes #5211
2014-04-07 16:39:19 +01:00
Mike Jolley
2b4906bf4c
Prevent security error with try catch block Closes #5275
2014-04-07 14:34:47 +01:00
Mike Jolley
5810fe97a6
Prevent totals refreshing on every keydown event on the checkout
...
Fixes #5240
2014-04-07 12:42:54 +01:00
Mike Jolley
8cdd36b3cf
min
2014-04-04 14:16:18 +01:00
JDGrimes
f3ab25c12c
Check wc_checkout_params.is_checkout against string '1' instead of int 1
...
This was causing `’init_checkout’` not to be triggered on page load. I
noticed this when the taxes for an order weren’t being shown on the
checkout page until changing the billing address.
Introduced in b85b1ab03b
2014-03-28 16:46:33 -04:00
James Koster
c5656ee991
flat rate additional costs table
2014-03-25 13:59:30 +00:00
Mike Jolley
995f6a48f1
Trigger click event correctly in checkout
2014-03-24 11:16:07 +00:00
Mike Jolley
8007e4c102
Fix encoding issue with attribute values and move variation data to tooltip Closes #5169
2014-03-20 15:47:52 +00:00
splashingpixels
c5f4120540
frontend woocommerce jshinted and coding standards
2014-03-19 16:02:54 -07:00
splashingpixels
222b57a159
frontend single-product jshinted and coding standards
2014-03-19 15:56:07 -07:00
splashingpixels
b392b49147
frontend price-slider jshinted and coding standards
2014-03-19 15:54:38 -07:00
splashingpixels
abf318db86
frontend credit-card-form jshinted and coding standards
2014-03-19 15:46:59 -07:00
splashingpixels
880d655539
frontend country-select jshinted and coding standards
2014-03-18 20:51:37 -07:00
splashingpixels
f9f8b11d3a
frontend chosen jshinted and coding standards
2014-03-18 20:44:22 -07:00
splashingpixels
b85b1ab03b
frontend checkout jshinted and coding standards
2014-03-18 20:42:53 -07:00
Juraj Kiss
888d57911c
Fix bulk editing variation sale price #5164
2014-03-18 13:51:10 +01:00
splashingpixels
ce3605ad36
cart jshinted and standard coding fixes
2014-03-17 20:08:41 -07:00
splashingpixels
6d2aa8b3c3
cart-fragments jshinted and standard coding fixes
2014-03-17 19:56:31 -07:00
splashingpixels
cbb5a2fb55
address-il8n jshinted and standard coding fixes
2014-03-17 19:51:53 -07:00
Mike Jolley
b321d6297b
Use is_purchasable to determine if a variation cart button is needed, and potentially show empty_price_html Closes #5137
2014-03-17 12:12:10 +00:00
Mike Jolley
c211164514
min
2014-03-17 10:53:54 +00:00
splashingpixels
fc913b850f
frontend add to cart jshinted and coding standards
2014-03-16 22:26:55 -07:00
splashingpixels
e19fa9a73c
frontend add to cart variation jshinted and coding standards
2014-03-16 22:19:58 -07:00
splashingpixels
0fda637dd9
lingering tooltip after gallery image delete fixes #5124
2014-03-13 21:27:18 -07:00
Mike Jolley
340efa690d
Minify scripts for #5109
2014-03-12 14:34:49 +00:00
Mike Jolley
d8116e4657
Merge pull request #5109 from jmotes/master
...
Fix for #5106 - allow checkout in older IE
2014-03-12 14:33:39 +00:00
splashingpixels
be85affc89
variation bulk sale price edit over reaching causing errors on save
2014-03-11 17:03:55 -07:00
jmotes
1be965cdf9
Fix for #5106 - allow checkout in older IE
2014-03-11 18:54:37 -05:00
James Koster
8238739987
enable keyboard shortcuts in prettyPhoto
2014-03-11 11:14:25 +00:00
Coen Jacobs
e2be27e7b5
Minified checkout.js for #5092
2014-03-10 17:22:17 +01:00
Niko Wicaksono
e1d3cb6dd8
Allow city field to use another input method
2014-03-10 10:05:35 +07:00
Mike Jolley
90914cc3c8
Update LESS compiler and less files #5070
2014-03-06 16:23:43 +00:00
Mike Jolley
ef0567ac4f
Fix bulk edit % increase and decrease Closes #5068
2014-03-06 13:03:12 +00:00
Mike Jolley
de2b608db3
We can hide suffix for prices in admin lists Closes #5048
2014-03-06 12:44:05 +00:00
James Koster
dee51bd630
tabs. #5038
2014-03-05 09:37:40 +00:00
James Koster
d55e72ada7
tabs. #5038
2014-03-05 09:37:26 +00:00
James Koster
9f75cf3316
tabs. closes #5038
2014-03-05 09:34:28 +00:00
Mike Jolley
c01022f189
Fix variable product add file button after adding a new variation Closes #4994
2014-03-03 12:09:43 +00:00
splashingpixels
220c93f2b1
minified single-product.js
2014-03-01 12:12:25 -08:00
splashingpixels
76021004c1
external product review link not opening on load fixes #5008
2014-03-01 12:10:25 -08:00
Marc Pfister
e365413cfc
trim whitespace so parseHTML only contains HTML
2014-02-28 08:18:41 -07:00
Mike Jolley
77929bc27f
grunt dev - updated languages
2014-02-27 14:21:25 +00:00
James Koster
957e4a6d6e
product gallery images. closes #4963
2014-02-27 13:36:29 +00:00
Patrick Rauland
f83cd143b6
adding year picker to reports section
2014-02-26 16:29:20 -06:00
Mike Jolley
6ff4ae1a7d
Merge pull request #4903 from splashingpixels/master
...
Ran through jshint and fixed coding standards
2014-02-25 15:51:50 +00:00
Mike Jolley
3b8cbe350b
Ensure button text stays changed
2014-02-24 15:39:15 +00:00
Mike Jolley
9a115dc1f4
Use parseHTML and enforce 1.8 jquery Closes #4899
2014-02-24 15:34:28 +00:00
splashingpixels
2944658f01
jshinted and coding standards see #4680
2014-02-21 20:08:08 -08:00
splashingpixels
9fe74e0073
jshinted and coding standards see #4680
2014-02-21 20:07:37 -08:00
James Koster
0d708cba34
radios. closes #4892
2014-02-21 16:16:23 +00:00
James Koster
981ad95e4c
rating height fix. closes #4813
2014-02-17 14:17:55 +00:00
James Koster
d3c1c4ec0f
star rating tweaks. closes #4806
2014-02-17 12:49:19 +00:00
Mike Jolley
33ab2efb21
Min
2014-02-17 12:09:39 +00:00
Mike Jolley
9f7363a717
Turn off cursor for IE Closes #4824
2014-02-17 12:09:35 +00:00
claudiosmweb
199c13efda
fixed the input names in assets/js/admin/meta-boxes-variations.js
2014-02-14 18:56:38 -02:00
claudiosmweb
3dd39c1fb9
fixed coding standards meta-boxes-variations.js
...
fixed some JSHint issues
this commit helps in #4680
2014-02-14 18:49:36 -02:00
claudiosmweb
f3eb602532
fixed the indendation in assets/js/admin/meta-boxes-variations.js
2014-02-14 18:28:23 -02:00
claudiosmweb
d3e4a18763
fixed the variation bulk edit, closes #4807
...
solved the issue with increase and decrease values forcing to be string the prompt return value
2014-02-14 18:24:48 -02:00
James Koster
081e1dc583
stack password reset fields on handheld. closes #4804
2014-02-14 15:18:37 +00:00
James Koster
64654094d4
stack password reset fields on handheld. closes #4804
2014-02-14 15:18:23 +00:00
Coen Jacobs
1f8baa241f
Revert "Removed obsolete edit icon #4753 "
...
This reverts commit c82ea5c84d
.
2014-02-13 22:19:07 +01:00
Coen Jacobs
c82ea5c84d
Removed obsolete edit icon #4753
2014-02-13 15:46:15 +01:00
Mike Jolley
1ad036ebfb
Fix multiple image selection for product gallery Closes #4751
2014-02-13 10:37:02 +00:00
James Koster
7b92e26341
reports font size tweak. closes #4732
2014-02-13 09:42:24 +00:00
James Koster
f2f919ebca
stock report icons. closes #4753
2014-02-13 09:38:08 +00:00
Mike Jolley
aa0842a2a6
Fix manual order calculation when using non-standard decimal points Closes #4742
2014-02-12 15:01:56 +00:00
James Koster
d031c05f10
twenty thirteen single product layout
2014-02-11 16:20:05 +00:00
James Koster
35228c8d9c
stack login fields on handheld. closes #4653
2014-02-06 16:34:23 +00:00
James Koster
d4c2d54b0d
js fix #4629
2014-02-06 09:36:55 +00:00
James Koster
2b8ef5101f
review pagination. closes #4629
2014-02-05 12:40:15 +00:00
James Koster
08eb24afa9
button width. closes #4627
2014-02-05 12:02:37 +00:00
James Koster
dd24dc6c7e
checkbox description wrapping #4615
2014-02-03 15:20:50 +00:00
Mike Jolley
4e9a21a8e8
Fix description wrapping Closes #4615
...
@jameskoster take a look
2014-02-03 15:05:41 +00:00
Mike Jolley
b1b6e10b98
Result of Grunt minification + tx pull
2014-02-03 14:35:26 +00:00
James Koster
a078b942e7
removed a ↓ closes #4598
2014-01-31 15:31:35 +00:00
toddlahman
13c24b410e
Removed (document).ready from jQuery scripts
...
jQuery(document).ready(function($) { is equivalent to calling
jQuery(function($) {.
http://api.jquery.com/ready/
2014-01-30 18:44:17 -08:00
James Koster
361cb67adb
removed #wc_get_started
2014-01-29 17:43:52 +00:00
James Koster
006541ae03
tweaked mijireh getting started message
2014-01-29 17:42:59 +00:00
James Koster
9b18edb2f7
Revert "remove mijireh assets"
...
This reverts commit 7afb6e2af1
.
2014-01-29 17:37:38 +00:00
James Koster
7afb6e2af1
remove mijireh assets
2014-01-29 17:26:01 +00:00
James Koster
cee534ac8f
image optimisation
2014-01-29 17:22:07 +00:00
James Koster
ef906de995
remove gear.png
2014-01-29 17:19:59 +00:00
James Koster
7c2778ac6c
remove image_watermark
2014-01-29 17:19:02 +00:00
James Koster
29363f8dd8
remove star.png and update star-rating to use new icon font
2014-01-29 17:18:31 +00:00
James Koster
4efb2c6aba
remove woocommerce-icons
2014-01-29 17:12:24 +00:00
James Koster
0eebc96eeb
remove wc_icon
2014-01-29 17:11:14 +00:00
James Koster
2d6c4470a6
remove menu icons
2014-01-29 17:10:16 +00:00
Mike Jolley
154fae351c
Unused assets
2014-01-29 17:07:44 +00:00
Mike Jolley
5b991cc3e1
Checkout min
2014-01-28 11:26:07 +00: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
8f5bf6dde7
Replaced deprecated jQuery live methods with on
2014-01-24 10:34:48 -08:00
James Koster
ea1a82c612
twentyfourteen bits. closes #4558
2014-01-22 10:44:53 +00:00
James Koster
75b2c9f2da
drag and drop icon. closes #4553
2014-01-22 10:36:51 +00:00
Mike Jolley
bc779e5e2b
Trigger change for country fields Closes #4546
2014-01-21 11:54:03 +00:00
Mike Jolley
c6cd7e4017
Sliding payment boxes tweaks Closes #4538
2014-01-20 15:18:47 +00:00
James Koster
a382733c51
floating h3s in checkout. closes #4523
2014-01-17 11:14:10 +00:00
splashingpixels
5b42f5f596
revised/ammend pull request 4513
2014-01-15 23:06:23 -08:00
splashingpixels
74f0d1c4c6
fixes shipping total not updating when select method is used on checkout page
2014-01-15 21:22:43 -08:00
splashingpixels
c6018f58af
fix shipping cost total not updating when using select dropdown method Fixes #4515
2014-01-15 19:33:21 -08:00
Mike Jolley
03f8d500a2
Input styling fixes
2014-01-13 12:46:54 +00:00
Mike Jolley
6d31f30a10
Merge pull request #4470 from vrozkovec/master
...
Update meta-boxes.js
2014-01-09 02:54:31 -08:00
James Koster
ea95e0a242
2014 tweak
2014-01-08 16:24:33 +00:00
James Koster
1992e8411a
fix breadcrumb issue in 2014. closes #4473
2014-01-08 15:42:15 +00:00
Mike Jolley
7ddd4d012a
Move localisation to address-i18n.js for account page. Closes #4446
2014-01-08 14:38:20 +00:00
vrozkovec
3fe9994d59
Merge branch 'master' of git@github.com:vrozkovec/woocommerce.git
2014-01-08 01:39:28 +01:00
vrozkovec
cb9a6fc8df
Add filter options to product gallery images selector to make visible
...
filters of plugins such as the Enhanced Media Library
2014-01-08 01:38:54 +01:00
Vit Rozkovec
17a02b71c0
Update meta-boxes.js
...
Add filter options to product gallery images selector to make visible filters of plugins such as the Enhanced Media Library
2014-01-08 01:28:39 +01:00
Mike Jolley
2600744fd9
#4374
2013-12-31 12:22:05 +00:00
Mike Jolley
e94247017c
Merge pull request #4374 from splashingpixels/master
...
tooltips on variations not showing after using link all variations butto...
2013-12-31 04:21:36 -08:00
Mike Jolley
539a736882
woocommerce_wp_radio styling Closes #4383
2013-12-27 13:26:37 +00:00
James Koster
b0412ccd25
product data tab select. closes #4370
2013-12-27 11:40:27 +00:00
Mike Jolley
329a96b452
Look for name of select Fixes #4365
2013-12-23 15:42:46 +00:00
splashingpixels
6487bc1125
tooltips on variations not showing after using link all variations button Fixes #4366
2013-12-14 07:50:18 -08:00
James Koster
1343731031
color tweaks
2013-12-13 10:45:13 +00:00
James Koster
f6d057dc48
data tabs tweaks
2013-12-13 10:40:28 +00:00
Emyr Thomas
9c2d2dff75
Fix checkbox width in product data meta box
2013-12-12 20:50:04 +00:00
James Koster
05dda2c16a
add gallery images link
2013-12-12 14:08:26 +00:00
James Koster
bcee9b4a05
checkboxes in product data tabs #4356
2013-12-12 14:08:26 +00:00
James Koster
87ecd3dce5
short description meta box #4356
2013-12-12 14:08:26 +00:00
James Koster
dbf1b15001
replace a few missed →'s. closes #4350
2013-12-12 13:42:29 +00:00
Emyr Thomas
3a3e678db6
Fix product details meta box tabs for small width screens
2013-12-10 12:10:08 +00:00
James Koster
c22ebcc7ae
twentyfourteen compat. closes #4272
2013-12-09 09:55:11 +00:00
James Koster
1eb979c5ba
edit icon in customer list. closes #4287
2013-12-06 10:04:54 +00:00
Mike Jolley
82ba7cc310
Min #4299
2013-12-06 10:02:01 +00:00
Mike Jolley
4da2d1a3ba
Merge pull request #4299 from Ramoonus/js
...
third party JS update
2013-12-06 02:01:28 -08:00
Ramon van Belzen
d196fe401b
jQuery Cookie 1.4
2013-12-05 19:55:37 +01:00
Ramon van Belzen
30464857f4
jquery blockUI update to latest stable
2013-12-05 19:54:20 +01:00
Mike Jolley
24be342db0
Fix sort icon in firefox. Closes #4283
2013-12-05 15:19:52 +00:00
James Koster
8d796ff9d5
edit icon. #4287
2013-12-05 15:03:27 +00:00
Mike Jolley
684fd36288
#4287
2013-12-05 13:18:04 +00:00
Mike Jolley
153c367ef4
Missing icons #4287
2013-12-05 13:16:52 +00:00
Coen Jacobs
fe8f57c2e3
Minified all the JS files for #4289
2013-12-05 10:23:38 +01:00
Jared Cobb
9fc47db17f
Make frontend scripts safe to run on non WC pages (check for objects)
...
For a more detailed explaination of why this is helpful, see
Issue #4202 . In short, from a dev ops perspective, if we want to build /
concatonate our front end scripts into a single application.js file, we
need to ensure scripts first check for dependent global object helpers
before trying to use them. For example, there are several objects
(created via PHP using `wp_localize_script`) which generate objects such
as `wc_single_product_params`. These objects will not exist on most
other pages, however these scripts attempt to execute code that
references these objects.
2013-12-04 12:15:24 -07:00
James Koster
b69c8da6a5
twenty fourteen compat. closes #4272
2013-12-03 16:53:47 +00:00
Mike Jolley
293c998a1d
Set price slider min to min price. Closes #4183
2013-12-03 13:39:02 +00:00
Mike Jolley
af34b43ee6
Tweaks for #4239
2013-12-03 12:14:12 +00:00
Ewout Fernhout
bfa4ce53ff
Allow custom checkout fields to be localized
2013-11-28 15:46:08 +01:00
Coen Jacobs
5ef0ba6a37
Minification for #4237
2013-11-28 14:39:42 +01:00
Gerhard
903af259e0
refactor inline product images js
2013-11-28 14:37:44 +02:00
Gerhard
238becb050
Refactor order notes inline js
2013-11-28 14:03:29 +02:00
Mike Jolley
0e0b9648d6
Minify #4213
2013-11-27 14:33:09 +00:00
Gerhard
06020f4bd5
Move all download permissions inline js to meta-boxes.js
2013-11-27 16:03:04 +02:00
Gerhard
6300e65582
Make downloadable product dropdown ajaxy, as per #4211
2013-11-26 15:54:34 +02:00
James Koster
b4c66db7e2
remove unnecessary z-index on admin messages. closes #4200
2013-11-25 17:19:00 +00:00
Mike Jolley
8e7e75fc83
Add order item meta correct ajax hook
2013-11-25 16:30:12 +00:00
Mike Jolley
fc87619d4c
Correct add order item ajax event
2013-11-25 16:26:07 +00:00
Mike Jolley
0fae180f24
Minify all the things
2013-11-25 16:03:43 +00:00
Coen Jacobs
4afbd0b556
Merge branch 'function-call-refactor'
...
Conflicts:
includes/admin/post-types/meta-boxes/class-wc-meta-box-order-data.php
includes/shortcodes/class-wc-shortcode-cart.php
includes/wc-template-functions.php
2013-11-25 15:42:26 +01:00
Coen Jacobs
f7df17db1c
Order functions woocommerce to wc refactor
2013-11-25 14:54:52 +01:00
Gregory K
8539e81d79
"export" is a reserved word in JavaScript
2013-11-25 07:18:01 -05:00
James Koster
cf64302063
woocommerce status dashboard widget #4042
2013-11-25 10:40:05 +00:00
James Koster
1e1ff450b5
site content dashboard widget #4042
2013-11-25 10:40:05 +00:00
James Koster
e2a56a92c5
status_table #4042
2013-11-22 17:21:18 +00:00
James Koster
48a6b2b6d8
debug report #4042
2013-11-22 17:20:25 +00:00
James Koster
e9473e3aea
tax rates table #4042
2013-11-22 17:18:04 +00:00
James Koster
517c4396a3
chosen #4042
2013-11-22 17:14:04 +00:00
James Koster
d33af19913
reports #4042
2013-11-22 17:09:05 +00:00
James Koster
38ae710996
order items #4042
2013-11-22 16:54:11 +00:00
James Koster
5acbe6c5b3
order totals #4042
2013-11-22 16:52:36 +00:00
James Koster
b2aee0c400
order notes #4042
2013-11-22 16:40:37 +00:00
James Koster
a4c707342e
order totals #4042
2013-11-22 16:38:16 +00:00
Mike Jolley
cc40557077
filter for cart fragment #4132
2013-11-20 16:31:28 +00:00
Patrick Rauland
3fc598ff77
optimizing images
2013-11-19 12:59:01 -06:00
Scott Basgaard
f3b2854638
woocommerce_json_search_products() is now a method of WC_AJAX. Use $this->json_search_products() instead.
2013-11-19 14:44:28 +01:00
Scott Basgaard
bee41fb7e5
woocommerce_get_refreshed_fragments() is no longer. Update where it was called to new Ajax class method.
2013-11-19 13:33:26 +01:00
James Koster
9812551ad6
remove message.png #4042
2013-11-19 11:45:21 +00:00
James Koster
0257ce201a
wc messages #4042
2013-11-19 11:22:59 +00:00
James Koster
489bf34385
attributes table. closes #4118
2013-11-19 11:04:45 +00:00
James Koster
902c81b8ca
meta formatting. closes #3926
2013-11-19 10:30:53 +00:00
Mike Jolley
3d01a288ec
hook: 'data-rel', Closes #4115
2013-11-18 13:00:56 +00:00
Coen Jacobs
f0adcb65b7
Merge remote-tracking branch 'thenbrent/add_payment_method_issue_3396'
2013-11-18 12:33:23 +01:00
James Koster
d25bdc821d
meta formatting #3926
2013-11-15 16:38:21 +00:00
James Koster
e44c75f2c5
mp6 #4042
2013-11-15 14:32:44 +00:00
James Koster
1ca24f492d
mp6 bits #4042
2013-11-14 19:42:17 +00:00
Mike Jolley
645ca3e834
WC_Ajax class for ajax events
2013-11-14 12:13:34 +00:00
James Koster
81122c1d1c
handlediv. closes #4098
2013-11-13 10:02:04 +00:00
Mike Jolley
ea05881af9
Conflicts
2013-11-12 17:46:22 +00:00
Mike Jolley
3fd02a57d0
Locales - store standardised values, and display using locale in admin #3862
2013-11-12 17:43:30 +00:00
James Koster
f50e741397
fix handledivs in meta boxes #4042
2013-11-12 17:01:13 +00:00
James Koster
202c16087b
variations tables #4042
2013-11-12 16:50:26 +00:00
James Koster
999c250614
attributes meta box #4042
2013-11-12 16:41:29 +00:00
James Koster
86316f9f01
checkboxes on variable products #4042
2013-11-12 16:34:44 +00:00
James Koster
15d49d512b
mp6 shortcode icon #4042
2013-11-12 16:26:46 +00:00
James Koster
fbf738b334
actions colour in products list #4042
2013-11-12 16:19:03 +00:00
James Koster
d11d137162
add-ons. closes #4044
2013-11-12 16:15:09 +00:00
Mike Jolley
5f62c532c3
Clean up formatting in admin - use autop #3926
2013-11-11 13:50:36 +00:00
Mike Jolley
9a82aecaad
Min
2013-11-08 17:03:59 +00:00
Mike Jolley
442f3b54cf
Use textarea for meta #3926
2013-11-08 17:03:46 +00:00
Mike Jolley
ac6bb25a22
Merge pull request #4053 from helgatheviking/feature/variation-bulk-edit-trigger
...
Add a custom trigger handler based on the value of select#field_to_edit
2013-11-08 08:08:12 -08:00
James Koster
e13d29648c
dashboard colors #4042
2013-11-08 14:05:52 +00:00
James Koster
85ccbea9ca
text indent on icon replacement mixin
2013-11-08 13:03:09 +00:00
James Koster
44215c88cc
menu icons... #4042
2013-11-08 12:29:59 +00:00
James Koster
3101de6989
menu icons #4042
2013-11-08 12:22:35 +00:00
James Koster
4ef71b1762
colors #4042
2013-11-08 12:00:40 +00:00
James Koster
097c3266d4
sys status #4042
2013-11-08 11:50:45 +00:00
James Koster
1603902051
reports #4042
2013-11-08 11:46:44 +00:00
James Koster
324d3932f1
product data handle #4042
2013-11-08 11:38:45 +00:00
James Koster
cb24997c11
sort / add account. #4042
2013-11-08 11:33:22 +00:00
James Koster
77b35c4be8
add ons layout. closes #4044
2013-11-08 11:04:55 +00:00
Brent Shepherd
4a7f207eff
Use new ID for add pay method form
...
Part of #3396
2013-11-05 15:36:00 -08:00
Kathy Darling
a97e1a697d
Add a custom trigger handler based on the value of select#field_to_edit
2013-11-03 18:50:24 +01:00
Scott Basgaard
5b4ef0b8bd
Class name consistency for woocommerce_attributes > product_attributes. See #4019
2013-11-01 13:06:14 -04:00
Mike Jolley
b4d1c764d5
Move average rating outside of hidden tab. Closes #3867 .
2013-10-31 16:26:20 +00:00
James Koster
dcf54c23bd
edit coupon icons and new version of WooCommerce icon font. #3585
2013-10-28 11:19:56 +00:00
James Koster
5aeaed888e
Add review form no longer opens in lightbox. closes #3804
2013-10-28 09:56:03 +00:00
James Koster
1fbb6249ff
Replaced → / ← on frontend with icons from our font. closes #4009
2013-10-28 09:45:59 +00:00
James Koster
e934947152
Remove placeholder polyfill. closes #4012
2013-10-28 09:03:03 +00:00
Mike Jolley
f742a91435
Rejig login form closes #4005
2013-10-25 16:10:13 +01:00
Mike Jolley
423cedc425
Wordwrap
2013-10-25 14:42:05 +01:00
Mike Jolley
0d8d95e8e6
total calcs
2013-10-24 13:41:42 +01:00
Mike Jolley
51aba21d76
Rounding + precision for taxes. Store unrounded. Round down (for the moment) for taxes
2013-10-24 13:15:42 +01:00
Scott Basgaard
90b503e2c6
Use minified quick-edit.js
2013-10-23 17:36:32 +02:00
Mike Jolley
8ce3b8dd57
Filters for shortcode tags
2013-10-23 14:55:18 +01:00
Mike Jolley
cf6db831e4
Removed old pages
2013-10-23 09:47:36 +01:00
Mike Jolley
88979b29c5
Merge pull request #3957 from scottbasgaard/master
...
Fix vendor prefix typo. Resolves #3953
2013-10-21 01:13:32 -07:00
Scott Basgaard
dfccfe2b57
Fix vendor prefix typo. Resolved #3953
2013-10-19 19:48:07 +02:00
Mike Jolley
5d2e1ac031
Refactor coupon code so coupons get the actual discount amount, redone edit coupon screen with tabs, added coupon item limits which Closes #3902
2013-10-18 18:10:58 +01:00
Mike Jolley
b49f6fdaac
Merge pull request #3940 from scottbasgaard/master
...
Don't be so generous with this jQuery selector. Fixes #3933
2013-10-17 04:44:09 -07:00
Scott Basgaard
db405fa0ff
Don't be so generous with this jQuery selector. Fixes #3933
2013-10-17 12:25:14 +02:00
Mike Jolley
8929c03e11
Minify
2013-10-16 12:32:49 +01:00
Scott Basgaard
9c1e4515fb
Fix styling issue for add-ons list
...
Min-height wasn't enough for some extension descriptions. Seen here: http://cld.wthms.co/7ypt
2013-10-14 22:15:08 +02:00
Mike Jolley
5a5e563522
Fix focus. Closes #3898
2013-10-14 13:43:02 +01:00
Mike Jolley
6646b7817b
Styling and removed un-used script. #3897
2013-10-10 18:16:06 +01:00
Mike Jolley
ece95e25ce
When handling variations, priority from top to bottom - disabled variations still taking into consideration allow you to exclude certain combinations when using 'all' for variations with lower priority. Message displayed if a variation is unavailable.
...
@coenjacobs please review
2013-10-10 16:34:44 +01:00
Mike Jolley
eef86ab5eb
First found should be used.
...
@coenjacobs this should go in .15 - the first matching variation should
always be used IMO, not the last.
2013-10-10 14:21:19 +01:00
Mike Jolley
1b91c75039
Tweak add to cart message. Closes #3876 .
2013-10-04 12:26:11 +01:00
Mike Jolley
8f196130ff
Don't show view cart message on cart page. Closes #3877
2013-10-04 12:21:28 +01:00
Justin Stern
e584ea83a2
Fixed Multiple Sets of Tabs on One Page Bug
...
When clicking on a tab on a page with multiple sets of products/tabs,
other products/tabs were influenced due to a missing jquery context
element
2013-10-03 14:23:50 -04:00
Mike Jolley
718093650f
Save fees
2013-10-02 12:58:26 +01:00
Mike Jolley
24a3e3e17b
Format decimals with single function, convert locale to standard form. #3862
2013-10-01 17:54:32 +01:00
Mike Jolley
b892815336
Remove html5 number inputs (unreliable at present, locale issues), add JS validation for price inputs. New price input type in settings API to make future changes easier to implement. Closes #3587
...
@coenjacobs hows this look?
2013-09-27 20:28:42 +01:00
Mike Jolley
72c00a601a
Standardized, default credit card form for gateways to use if they support 'default_credit_card_form'. Closes #3616
2013-09-27 13:22:08 +01:00
Mike Jolley
67b50e7eaa
Sortable downloads #3812
2013-09-26 16:35:37 +01:00
Mike Jolley
ef49977905
add_to_cart_url add_to_cart_text and single_add_to_cart_text class methods allowing greater control with custom classes.
...
Closes #3484 and Closes #3143 . Pinging @thenbrent as the handler was
originally his idea and I've killed it.
@helgatheviking In 2.1, add to cart URLs will only be used in loops, so
conditonal logic should no longer be neccessary. Single templates post
to themselves without the need for the URL.
2013-09-25 12:35:06 +01:00
Mike Jolley
ef24dfeac6
minify #3817
2013-09-23 15:53:21 +01:00
Mike Jolley
270dd86e9f
Merge pull request #3817 from franticpsyx/variations_js_form
...
Allow variations JS to be used on multiple products in the same form
2013-09-23 07:52:23 -07:00
Mike Jolley
97b1e176d2
Merge branch 'downloadable-files-2.1'
...
Conflicts:
assets/css/admin.css
2013-09-23 12:44:35 +01:00
Manos Psychogyiopoulos
3af1df55c7
Allow variations JS to be used on multiple products in the same form
2013-09-22 18:30:39 +03:00
Mike Jolley
96a7a4b730
Restructure 'file_paths' to allow for names ( Closes #3320 ) etc. For #2765 .
...
@coenjacobs @justinstern @maxrice These are major changes - CC ing you
guys in to take a quick look through. I know some extensions such as
vouchers will be affected.
2013-09-20 17:01:09 +01:00
James Koster
6294b916e4
tweaked icon mixins
2013-09-20 12:08:56 +01:00
James Koster
9fbf61073a
pretty photo uses new icon font
2013-09-16 15:24:42 +01:00
Mike Jolley
5f7753b343
Checkout error hook
...
@coenjacobs useful for .15 IMO
2013-09-16 14:55:21 +01:00
Mike Jolley
9590a03e2f
Fix tax rule detection. Closes #3698 .
...
@coenjacobs .15
2013-09-13 16:34:41 +01:00
Mike Jolley
d13ec3bcd6
touchstart event for ios devices. Closes #3376 .
...
@coenjacobs might be good for .15
2013-09-13 15:48:23 +01:00
Mike Jolley
759e74c860
Safari doesn't support the 'download' attribute. At least get it to open. Closes #3754
2013-09-13 13:38:36 +01:00
Mike Jolley
b6e7eeb241
Support no default and make the gateway/shipping tables more streamlined. Closes #3472
2013-09-09 17:16:02 +01:00
Mike Jolley
3c8c620c5d
Bulk/quick edit backorders Closes #3729
2013-09-06 11:17:41 +01:00
Mike Jolley
0405fabf69
Alt changes from .14
2013-09-04 17:22:35 +01:00
Mike Jolley
38f03ec4cb
Merge pull request #3723 from ragulka/disabled-buttons
...
Add disabled style to buttons
2013-09-04 06:47:23 -07:00
Mike Jolley
e1631bd084
Reloads checkout after registration which fixes #3612 , removes some notices preventing login cookie being set, moves cart check for #3162
...
No perfect solution for #3162 . DB locking would probably cause more
issues that its worth, we cannot reliably use transactions as some
clients still use MyIsam. Best to accept orders and deal with stock
conflicts after the fact.
2013-09-04 11:26:19 +01:00
Illimar Tambek
195ad20fe6
Compress compiled woocommerce.css
2013-09-04 09:58:58 +03:00
Illimar Tambek
9d7ce6a0ff
Add disabled style to buttons
2013-09-04 09:50:22 +03:00
Mike Jolley
5e51ef1fce
Refactor variation bulk edit JS Fixes #3148
2013-09-03 17:35:20 +01:00
Mike Jolley
54b3d53a1b
Flag a refresh when creating an account to prevent nonce issues. Fixes #3612 .
...
@coenjacobs Might be for .14? Part of it anyway, can't cherry pick this
one.
2013-09-02 17:43:57 +01:00
Mike Jolley
d1b020b661
Add a script to add support for RTL when enabled to fix chosen. Fixes #3604
...
@coenjacobs maybe for .14?
2013-09-02 14:22:53 +01:00
Mike Jolley
c534f26126
Addon layout fix
2013-08-22 12:38:08 +01:00
Mike Jolley
3d078397b3
Merge branch 'Re-organise-settings'
...
Moves settings together. Fixes #3497
2013-08-22 11:58:03 +01:00
James Koster
71bf3bf5c8
download icon
2013-08-21 16:43:05 +01:00
James Koster
f0b10b3a5c
created woo logo icon
2013-08-20 12:25:43 +01:00
James Koster
694199b2b2
!important declarations in messages. closes #3649
2013-08-20 11:54:15 +01:00
James Koster
e6304f881b
delete more unused icons. closes #3294
2013-08-20 11:39:38 +01:00
James Koster
f2f048db22
added to cart icon & remove more unused graphics #3294
2013-08-20 11:33:13 +01:00
James Koster
92c10b704f
layered nav image #3294
2013-08-20 11:21:55 +01:00
James Koster
55eef35e36
shortcode columns. closes #3534
2013-08-19 15:12:20 +01:00
James Koster
4f6bed2620
mixin tidyup
2013-08-19 13:48:50 +01:00
James Koster
ebf0cad6bd
a.delete_tax_row, a.delete_total_row tweaks #3585
2013-08-19 13:40:21 +01:00
Mike Jolley
f2586d8d76
Fix bulk edit status Fixes #3614
...
@coenjacobs .14
2013-08-19 13:00:40 +01:00
Coen Jacobs
5ebc15cafb
Merge branch 'Dynamic-total-rows'
...
Conflicts:
assets/css/admin.css
2013-08-16 18:21:52 +02:00
Mike Jolley
2428c9f268
Expand when calculating totals
2013-08-16 17:00:49 +01:00
Mike Jolley
a66472d148
Order panel improvements + save multiple shipping methods
2013-08-16 16:43:26 +01:00
Mike Jolley
7cd4e46846
Cleaner orders items, and show meta in text until editing.
...
@coenjacobs this commit has the urldecode fix. Will move it over to
master/.14 later
2013-08-15 16:49:09 +01:00
Patrick Rauland
2f6d907b13
adding exact time to order notes
2013-08-15 08:42:08 -05:00
Mike Jolley
e01df544ec
Reworked total templates to support coupon lines, and started support for multiple shipping methods per order.
...
@todo store shipping methods in the order
@todo test with PP shipping real world
cc @coe
2013-08-14 21:00:34 +01:00
Mike Jolley
f8aaef00e4
Replace placeholder script. Closes #3586 .
2013-08-13 12:50:47 +01:00
Mike Jolley
7fda2bd832
Search for US/UK on country field. Fixes #3626 .
2013-08-13 12:38:26 +01:00
Mike Jolley
b62747a810
Tax rates pagination. Closes #3036 .
2013-08-13 12:18:24 +01:00
Mike Jolley
4b223f6260
Min
2013-08-06 14:04:40 +01:00
Mike Jolley
fa7c1d9a6a
Addons page Closes #3331
2013-08-06 14:04:40 +01:00
Mike Jolley
99f0e3ffd7
Merge pull request #3592 from LeGaS/master
...
Coupon slidedown animation clipping effect, fixes #3590
2013-08-06 03:47:01 -07:00
Mike Jolley
f09fafe738
Meta box refactor
...
Closes #3458 .
2013-08-06 11:41:20 +01:00
Legradi Szabolcs
94f8baee1a
Coupon slidedown animation clipping effect, fixes #3590
2013-08-06 10:36:28 +02:00
Mike Jolley
110d8c3026
BACS, Cheque, COD Closes #3172
...
Rather than merging them (they are all different) I've refactered code
and added multiple accounts in BACS which has had multiple requests.
2013-08-05 16:34:54 +01:00
James Koster
cd4212cb52
user, phone & order status icons
2013-08-05 11:47:06 +01:00
Mike Jolley
03af136986
Separate ship to options from sell to. Closes #3215 .
2013-08-02 16:54:28 +01:00
Mike Jolley
981575491d
Review order columns Closes #2798 .
2013-07-31 15:12:53 +01:00
Mike Jolley
9f1c14c682
Tidied comment styling and only show stars if set Closes #2906 .
2013-07-31 09:44:28 +01:00
Patrick Rauland
59a1d743f1
replacing spaces with tabs in style sheets
2013-07-30 22:11:21 -05:00
Mike Jolley
34624fa4ca
Rather than check if cart has contents, standardize cart hash adn cookie so its refreshed once. Closes #3505 .
...
@coenjacobs for .14
2013-07-30 15:23:08 +01:00
Mike Jolley
12d705c9c4
Bulk and quick edit tax status/class. Closes #3530 .
2013-07-30 14:43:45 +01:00
Mike Jolley
63433bbdd7
Check for undefined attributes. Closes #3487 .
2013-07-30 13:57:42 +01:00
Mike Jolley
9462dde581
Settings refactoring
2013-07-26 15:36:28 +01:00
Mike Jolley
8f04446a61
Dashboard. Closes #3493
2013-07-25 15:00:23 +01:00
Mike Jolley
d471de289d
Switched to new wp color picker.
2013-07-24 13:34:30 +01:00
Mike Jolley
725cb7714b
More endpoints for myaccount pages, and endpoint options so they can be modified. Closes #3170 .
2013-07-23 17:05:01 +01:00
Mike Jolley
17da2c0c44
Prevent breakage when moved to header by w3 total cache Closes #3412 .
2013-07-23 11:49:16 +01:00
James Koster
e1387509f1
set a default icon for product tabs #3294
2013-07-22 12:03:50 +01:00
James Koster
ea3c950567
tweaked expand / contract #3294
2013-07-22 11:29:19 +01:00
James Koster
7c48626d4d
expand/contract icons. external icon. gallery icons. #3294
2013-07-22 11:23:57 +01:00
Mike Jolley
19674a3d15
Allow autofill and use 'input' event to detect changes. Closes #3503
2013-07-21 10:38:22 +01:00
James Koster
dbaff0df6d
product icons (external to do)
2013-07-19 17:13:25 +01:00
James Koster
bebee7a266
payment gateway status icons #3294
2013-07-19 12:52:03 +01:00
James Koster
7af731b0f3
export and ratings icons #3294
2013-07-19 12:41:38 +01:00
Mike Jolley
f295a5d568
Merge branch 'Charts/Reports' Closes #3281
2013-07-18 14:08:27 +01:00
Mike Jolley
8104048ddc
Export reports to CSVs #3281
2013-07-18 12:56:12 +01:00
Mike Jolley
0a8be76453
killed code relating to dashboard sales
2013-07-18 09:23:21 +01:00
Mike Jolley
924b02b0e5
Chart hovers
2013-07-18 09:20:49 +01:00
James Koster
2ac3e24e4f
.wc-reload #3294
2013-07-17 13:03:54 +01:00
James Koster
d96579ed89
order actions #3294
2013-07-17 12:48:48 +01:00
James Koster
0543794eac
order status icons #3294
2013-07-17 12:31:17 +01:00
James Koster
445dc2cfe4
order heading icons #3294
2013-07-17 12:08:26 +01:00
James Koster
4a243462bc
more product page icons
2013-07-17 11:51:49 +01:00
James Koster
9146b8c2fa
Added new font and added product data tab icons. #3294
2013-07-16 16:54:17 +01:00
James Koster
2295eb651f
Reports
2013-07-16 12:42:46 +01:00
Mike Jolley
feb8d759a8
Only refresh fragment when cart cookie > 0
2013-07-10 17:07:25 +01:00
Mike Jolley
b5c779aef8
Tax reports
2013-07-10 12:05:45 +01:00
Mike Jolley
1c1d60b375
Customer reports
2013-07-09 15:31:22 +01:00
Mike Jolley
aa41255596
Stock reports
2013-07-09 11:48:56 +01:00
Mike Jolley
0afc0c02ff
Reports
2013-06-28 17:33:37 +01:00
Mike Jolley
400fd1538b
input instead of :checkbox Closes #3408 .
2013-06-28 11:22:12 +01:00
Mike Jolley
72bb335662
by category
2013-06-27 21:34:18 +01:00
Mike Jolley
6f5200de1b
By cat
2013-06-27 18:39:55 +01:00
Mike Jolley
b9837c2ecd
Sales by product
2013-06-27 16:12:17 +01:00
Mike Jolley
dcee729de4
class based reports - top sellers and earners, added cache based on query hash
2013-06-26 15:11:33 +01:00
Mike Jolley
16db627a7e
Better averages, and fixed stats for the day
2013-06-25 15:46:41 +01:00
Mike Jolley
d30f6b55f2
Reports + sparklines
2013-06-25 14:59:20 +01:00
Mike Jolley
d7cfe05daf
More charts work
2013-06-24 17:47:28 +01:00
Neil Pie
687e1fb06a
Update add-to-cart-variation.js
2013-06-22 14:00:37 +02:00
Mike Jolley
111011e8a6
flot min
2013-06-22 11:44:18 +01:00
Mike Jolley
0e29b31fcb
Work on charts/reports
2013-06-22 11:37:59 +01:00
Mike Jolley
be7d7005d3
Styling tweaks for cart item meta
2013-06-20 12:05:11 +01:00
Mike Jolley
9684ad95f7
Trigger an action when the variation form is attached
2013-06-17 13:53:21 +01:00
Mike Jolley
e1b49eb783
Checkout js
2013-06-14 12:22:00 +01:00
Justin Stern
d8ba734d4f
Bugfix: Always Submit Selected Shipping Method on Update Checkout
...
Fixes a bug where the shipping method was not posted on update checkout
if only a single shipping method is available (it's a hidden input
rather than a select or radio group)
2013-06-13 00:28:46 -04:00
Mike Jolley
c72ae714f7
Removed nonce helper
...
@coe
2013-06-11 17:55:55 +01:00
Mike Jolley
4f0320fdb2
Refactor frontend scripts #3165
2013-06-11 13:31:41 +01:00
James Koster
05e783ff3e
improved responsive-ness of lightbox
2013-06-07 16:31:52 +01:00
James Koster
556f86c23b
more contract for button borders
2013-06-07 15:49:13 +01:00
James Koster
7377d9d805
back to black
2013-06-07 15:48:03 +01:00
James Koster
1dcb19cf17
reduced padding to avoid annoying vertical scroll
2013-06-07 15:25:30 +01:00
Mike Jolley
71c57ecfd7
Extra trigger for slider
2013-06-06 12:30:55 +01:00
Mike Jolley
b7d1b2d66e
Link orders from admin (customers page) Closes #3248 .
...
This function can also be hooked into registration if it needs to be
automated.
2013-06-05 16:04:09 +01:00
Mike Jolley
a3c2cef3f7
Better account edit Closes #3168
2013-06-05 12:07:23 +01:00
Mike Jolley
4aef7c73ee
View order page endpoint
2013-06-04 17:33:43 +01:00
Mike Jolley
ef49fd62df
Tweak account options
2013-06-03 16:09:04 +01:00
James Koster
ebd442d39e
order details responds. closes #2794
2013-06-03 10:46:25 +01:00
Mike Jolley
b67232b7f3
Update chosen Closes #3258 .
2013-05-31 18:10:00 +01:00
Mike Jolley
e4f4b09ba6
Pay page and thanks page endpoints. Requires permalink save. Closes #3170 .
2013-05-31 16:13:18 +01:00
Mike Jolley
559d7b9759
Updated blockui to prevent errors in WP 3.6.
...
@coenjacobs this needs to go in .11
2013-05-28 17:02:18 +01:00
Mike Jolley
8fbd2da48d
Separate out accounting.js and format dashboard sales currency. Closes #3151 .
2013-05-28 15:27:26 +01:00
Mike Jolley
a3fef88895
Hooks for list of gateways in admin. Closes #2982 .
2013-05-28 14:38:50 +01:00
Mike Jolley
ac51ebf2b8
Revised checkout shipping process. Checkbox within heading. Closes #2571 .
2013-05-28 14:19:08 +01:00
James Koster
d1fbc3b7f1
replaced placeholder plugin
...
old one no longer in active dev
2013-05-21 12:46:47 +01:00
James Koster
dea4e10272
cart widget styling on non-wc pages. closes #3187
2013-05-16 18:20:39 +01:00
James Koster
646a252f6d
woocommerce-smallscreen.css. #3166
2013-05-15 17:47:27 +01:00
James Koster
d976dedcc5
no more css options & added responsive stylesheet
2013-05-14 18:28:36 +01:00
James Koster
3c79056aa8
More CSS separation #2785
2013-05-13 16:02:22 +01:00
James Koster
dce7425a3b
css separation #2785
2013-05-10 16:29:01 +01:00
James Koster
0479a30f4f
More splitting the css #2785
2013-05-10 13:02:19 +01:00
Mike Jolley
ffe064db99
Delegate order by Closes #3080 .
2013-05-10 12:47:43 +01:00
James Koster
b98307c4be
Splitting the CSS #2785
2013-05-09 15:39:35 +01:00
James Koster
491550f068
validation
2013-05-01 15:54:56 +01:00
James Koster
6df5b806a0
background-size. closes #3054
2013-05-01 09:43:40 +01:00
James Koster
c4f767aec1
retina'd shortcode icon
2013-04-25 16:09:55 +01:00
Mike Jolley
d0ee67d9e1
Trigger when loading fragments Closes #2985 .
2013-04-23 15:37:19 +01:00
Mike Jolley
7cd82b18dc
Merge pull request #2997 from dominic-p/master
...
Remove comma after last item in object
2013-04-23 04:06:12 -07:00
Dominic
c07fac099f
Removed commas after last item in object
...
Older IEs have issues with this for some reason.
2013-04-19 17:55:43 -07:00
Justin Stern
7e982352f3
Order Items List Quantity Change Javascript event
...
Adds an event named 'quantity_changed', fired when the order items
quantity is changed
2013-04-18 16:05:53 -04:00
James Koster
b8546b4080
back to images for these :-(
2013-04-17 11:19:59 +01:00
Mike Jolley
1de718099b
readme and minify
2013-04-16 13:49:49 +01:00
Mike Jolley
b40cf953f3
Merge pull request #2968 from piffpaffpuff/master
...
use base_country for tax calculations in manually created orders
2013-04-16 05:48:59 -07:00
Mike Jolley
d73e3fedb9
Fix path insert bug. Closes #2947 .
2013-04-15 14:55:00 +01:00
Mike Jolley
85f98e48c7
Fix checkmark Closes #2951 .
2013-04-15 12:36:04 +01:00
Triggvy Gunderson
53c13f721b
base_country js param for order tax calculation
...
added woocommerce_writepanel_params.base_country to fix tax
calculation when an order is created manually. if you click the button
calc taxes the js uses base_country to calc when no billing/shipping
country is selected. just like the the message says: "If no
billing/shipping is set it will use the store base country".
2013-04-14 22:59:18 +02:00
Mike Jolley
422b07b262
Reveal cart on adding_to_cart action
2013-04-09 09:38:55 +01:00
Mike Jolley
9977031a5d
Nonces cannot be used on all pages with cache - removed them for add to cart actions + fixed caching for hiding the cart
2013-04-08 18:43:07 +01:00
James Koster
aebcf3ded6
twentythirteen bits
2013-04-05 16:17:41 +01:00
James Koster
e6c66f72c9
icon font for stars. #2672
2013-04-05 12:51:34 +01:00
James Koster
e0acad4d71
.shipping_address clears
2013-03-28 23:13:23 +00:00
James Koster
91c45f0732
product column widths in admin. closes #2841
2013-03-28 17:56:48 +00:00
Mike Jolley
bb1c532218
filename, break query string off
2013-03-28 12:31:48 +00:00
David Decker
d39f011880
Fix hardcoded 'Pages' string in visual editor button, patch for Issue #2835
2013-03-27 23:12:10 +01:00
James Koster
4e65ebd743
Only display validation result on required fields. closes #2820
2013-03-27 15:02:06 +00:00
James Koster
b0961d4e91
placeholder fades out
2013-03-27 14:59:52 +00:00
James Koster
272ddcd992
clearfix
2013-03-27 14:56:45 +00:00
Mike Jolley
36acab671f
Check typeof Closes #2811 .
2013-03-26 12:22:59 +00:00
Mike Jolley
c9b6b4a302
Refresh totals on field change, and format tax price if numeric.
2013-03-25 11:41:43 +00:00
Mike Jolley
789e917a7c
Backwards compat
2013-03-23 15:10:42 +00:00
James Koster
3ea5afbbc0
Revert "Don't allow decimals in .qty. closes #2773 "
...
This reverts commit 5e377c9f0f
.
2013-03-22 20:04:44 +00:00
James Koster
5e377c9f0f
Don't allow decimals in .qty. closes #2773
2013-03-22 20:03:07 +00:00
James Koster
0e639c47fb
Disabled keyboard shortcuts in prettyPhoto. Closes #2770
...
Not happy with this. The keyboard_shortcuts paramater doesn't seem to
work so had to disable in core which hits all instances of prettyPhoto.
Will revisit.
2013-03-22 00:24:00 +00:00
Mike Jolley
55b6a59e44
Check variation exists. Closes #2700 .
2013-03-18 14:03:39 +00:00
Mike Jolley
559ef34005
Tweaked default locale to include all fields so that checkout fields can fallback if specific properties are not set e.g. required. Closes #2681 .
2013-03-18 12:02:36 +00:00
Mike Jolley
946ecaaae2
Tweak - Filters for attribute default values.
2013-03-15 19:33:42 +00:00
James Koster
4e3768bd42
Product name width. closes #2713
2013-03-15 15:32:30 +00:00
James Koster
6d0cfda473
disabled prettyphoto deeplinking. closes #2697
2013-03-15 15:17:25 +00:00
James Koster
3d3df8f70d
message icon in FF & prettyPhoto nav when only one product image fix
2013-03-12 11:05:18 +00:00
Mike Jolley
bf8feefb6d
WC_START in checkout json requests to prevent notices breaking checkout.
2013-03-08 12:24:25 +00:00
James Koster
3c1ad56bcd
Re-applied image setting tooltips
2013-03-07 12:49:51 +00:00
Mike Jolley
089178e0e8
escape when output, not when saved. #2587
2013-03-05 21:20:00 +00:00
Mike Jolley
8936ad0c9b
Update chosen, closes #2594
2013-03-05 19:17:53 +00:00
Mike Jolley
0c3cc15c21
Fix animation. Closes #2603 .
2013-03-05 19:14:10 +00:00
Mike Jolley
4018f8cab8
Min #2557
2013-03-01 21:04:26 +00:00
Jonathan Desrosiers
52f827a3cf
IE8 Fix - Review order was being deleted because there are two #order_review on the page. Better practice to never have two of the same IDs on the same page anyways.
2013-03-01 15:53:27 -05:00
James Koster
b0e2114006
retinafied and optimised necessary images, removed doddle :p
2013-03-01 16:17:15 +00:00
Mike Jolley
d618b306a2
Welcome page
2013-03-01 16:03:10 +00:00
Coen Jacobs
0770515825
show_classes var didn't contain show_if_external. Closes #2542
2013-02-28 16:44:27 +01:00
James Koster
9e9183367f
fix star ratings in firefox
2013-02-28 12:19:25 +00:00
Mike Jolley
505f9f0b43
Stock increase/descrease alerts Closes #2536 .
2013-02-27 12:50:02 +00:00
Mike Jolley
80b4ef14c9
Slugs are unreliable, and support show_if hide_if for all product types
2013-02-26 15:14:49 +00:00
Mike Jolley
890640afca
Remove, don't hide. Closes #2532 .
2013-02-26 14:36:18 +00:00
Mike Jolley
d403f4d9bc
Split out fragment code into wc-cart-fragments Closes #2528
2013-02-26 12:15:12 +00:00
Mike Jolley
625b1cf72e
Fix JS calc totals Closes #2525 .
2013-02-25 11:39:15 +00:00
James Koster
69e793df50
messages
2013-02-22 12:13:22 +00:00
Mike Jolley
624f6e63be
Margin fix. a98de826f0
2013-02-20 22:26:27 +00:00
Mike Jolley
35d5e2997a
Work with 4dp for discounts so totals add up. Closes #2476 .
2013-02-20 18:50:28 +00:00
Mike Jolley
15e6b14b58
Focus Closes #2479 .
2013-02-20 18:20:28 +00:00
Mike Jolley
012a62cf3a
change order #2471
2013-02-19 18:11:18 +00:00
Mike Jolley
820371a502
Switch out commas before calculation. Closes #2471 .
2013-02-19 17:16:19 +00:00
Mike Jolley
038eceffc8
Fix clear image reset
2013-02-19 11:03:23 +00:00
James Koster
ac0a4494e0
retina media query closes #2469
2013-02-19 09:56:33 +00:00
Mike Jolley
a98de826f0
Tidied up order display #2452 Added new line count function
2013-02-15 09:54:06 +00:00
Mike Jolley
858465b991
Fix lightbox Closes #2451 .
2013-02-14 17:12:21 +00:00
Neil Pie
4f8ace7120
Fixes Order Total bug
2013-02-14 11:26:36 +00:00
James Koster
5e8fc500c9
success icon
2013-02-13 15:56:47 +00:00
James Koster
ee88c23b7f
remove button no longer uses image
2013-02-13 15:19:44 +00:00
James Koster
d135a2158c
admin star rating calc
2013-02-13 12:05:20 +00:00
James Koster
2705bc47b8
admin star ratings
2013-02-13 12:00:59 +00:00
Mike Jolley
30e6beb861
Fix buttons and externals. Closes #2437 .
2013-02-13 09:29:00 +00:00
Mike Jolley
8c50c320ac
Added notices for theme support. current_theme_supports( 'woocommerce' )
2013-02-11 16:34:13 +00:00
Mike Jolley
6bcb33f74a
Fix reviews Closes #2378 .
2013-02-11 15:37:26 +00:00
Mike Jolley
bc51d5652b
Put back coupon option.
2013-02-11 13:53:24 +00:00
Mike Jolley
7a84ddd6c1
Tidied up settings, removed some un-needed settings, and made some settings automatic e.g. coupons disabled if no coupons exist
2013-02-10 23:02:52 +00:00
Mike Jolley
fe4daed26b
Compressed CSS
2013-02-10 11:11:52 +00:00
Mike Jolley
6d153178ee
Merge pull request #2407 from douglsmith/avatar-smiley-fix
...
Fix review smiley replacing avatar #2404
2013-02-08 16:28:19 -08:00
douglsmith
b41798b1b6
Fix review smiley replacing avatar #2404
2013-02-08 16:08:10 -06:00
James Koster
3d87a9d38f
overwrite #respond styles in prettyPhoto
2013-02-08 18:00:30 +00:00
Mike Jolley
f7dd3eea65
Strings. Closes #2385 .
2013-02-08 15:11:10 +00:00
James Koster
1ab862d47b
iconise apply button. closes #2375
2013-02-08 14:24:07 +00:00
James Koster
d733b12f4a
prettyPhoto padding fix
2013-02-07 13:37:55 +00:00
Mike Jolley
c903e47089
Improve variation form pattern and data
2013-02-07 10:12:08 +00:00
Mike Jolley
8742d83f72
Open payment box Closes #2357 .
2013-02-05 10:46:31 +00:00
Mike Jolley
7c0b778497
Tweak admin styles. Closes #2354 .
2013-02-05 10:32:01 +00:00
James Koster
ba2e9a5131
prettyphoto styling
2013-02-04 14:36:23 +00:00
James Koster
7d03676cde
prettyphoto title / overlay z-index
2013-02-04 13:59:11 +00:00
Mike Jolley
cfc426d6af
Status page improvements.
2013-02-02 15:56:00 +00:00
Mike Jolley
fc84aacd14
Modify trigger. Closes #2324 , #2323
2013-02-01 15:04:10 +00:00
Mike Jolley
bbc8cea1aa
remove, don't hide, variation attributes
2013-02-01 11:49:29 +00:00
Mike Jolley
bccd92df35
min again
2013-02-01 11:07:14 +00:00
Mike Jolley
f1b635d266
compress
2013-02-01 11:06:22 +00:00
James Koster
c6a59881df
prettyphoto css tweak
2013-01-31 23:49:21 +00:00
James Koster
ac70b46867
more prettyPhoto
2013-01-31 14:15:55 +00:00
James Koster
6ae394bec0
replace the rels, minify css
2013-01-30 23:56:41 +00:00
James Koster
cf00520b4c
step 1 of replacing Fancybox with prettyPhoto
2013-01-30 16:18:36 +00:00
Mike Jolley
3b4e7ac4f8
sessionStorage instead of localStorage
2013-01-29 17:05:25 +00:00
Mike Jolley
eb1469a2ab
min
2013-01-29 12:37:09 +00:00
James Koster
8469819fb8
retina'd validation icons on checkout
2013-01-28 14:31:12 +00:00
Geert De Deckere
891d8f9bdb
Small optimisation for postcode/city field reordering
2013-01-28 14:28:32 +01:00
Mike Jolley
484f1e4192
Restore fields after postcode before city. Closes #2293 .
2013-01-28 12:28:27 +00:00
Mike Jolley
c21ca1a68c
fragment tweak
2013-01-28 12:02:21 +00:00
Mike Jolley
fdfa0d6efb
QTY Closes #2280 .
2013-01-28 11:42:03 +00:00
Mike Jolley
c51613910b
Fix bulk edit. Closes #2283 .
2013-01-28 11:18:14 +00:00
Mike Jolley
79eec982d1
Merge pull request #2298 from sbrajesh/master
...
Allow reusing virtual/downlodable option
2013-01-28 03:01:28 -08:00
Mike Jolley
b211894d3c
Get cart from ajax or local storage to prevent cache
2013-01-28 10:59:24 +00:00
Mike Jolley
10c8e8d501
Merge pull request #2282 from thenbrent/js_fixes
...
Fix delete tax row for dynamically inserted tax rows
2013-01-27 11:02:41 -08:00
Mike Jolley
0c523d30b1
@coenjacobs See this. Custom ajax handler and cart refresh per page load to get around cache issues. Custom handler foes *feel* a little wrong but since it doesn't load admin, it loads 100% faster.
2013-01-27 18:55:30 +00:00
Mike Jolley
4f0d7f55c6
Cleaned up session classes
2013-01-27 18:55:29 +00:00
Brajesh Singh
410a9d1813
Fix the write-panel.js to show_hide any panel depending on product type
2013-01-27 07:11:38 +05:30
James Koster
2801c963d9
Further optimised pngs using http://pngmini.com/
2013-01-26 14:06:05 +00:00
Brent Shepherd
ca6b96e96d
Declare var & add missing semicolon
2013-01-25 13:26:16 +10:00
Brent Shepherd
1a9ca48422
Use delegated event handler to delete tax rows
...
When a tax row is dynamically inserted, it can not be dynamically
deleted until the page is refreshed (becasue the event handler is
bound to only on page load). This commit delegates the event handler
from an element which is guaranteed to exist on page load, so that
dynamically inserted tax rows can also be dynamically deleted.
2013-01-25 13:22:44 +10:00
James Koster
d8b11b533a
Image optimisation
2013-01-24 15:25:06 +00:00
Mike Jolley
1cb13fe740
more json fixes #2268
2013-01-22 16:48:28 +00:00
Mike Jolley
a3e5748369
Add to cart json #2268
2013-01-22 16:33:33 +00:00
Mike Jolley
a0b0ecc9a0
Merge pull request #2268 from efarem/master
...
Fix JSON customer details call
2013-01-22 08:17:50 -08:00
James Koster
b13fa059e4
wp yellow
2013-01-22 16:07:21 +00:00
James Koster
e48f56ccb6
status colors again
2013-01-22 15:48:01 +00:00
James Koster
3f63969d42
better colors
2013-01-22 15:31:42 +00:00
Frank Martin
81ed3f4ec9
Fix ajax customer details in admin
2013-01-22 14:35:10 +00:00
Mike Jolley
9e72c6a879
Pevent error if no fragments are returned
2013-01-22 14:30:21 +00:00
James Koster
7107e17dda
better non-retina status icons
2013-01-22 13:21:38 +00:00
James Koster
058060be49
message buttons
2013-01-22 12:58:26 +00:00
James Koster
3ccf806420
status colors
2013-01-22 12:56:30 +00:00
James Koster
8d26759abf
order statuses
2013-01-22 12:51:06 +00:00
Mike Jolley
34966373ad
When editing checkout fields, only refresh totals if required address fields are filled.
2013-01-20 15:36:25 +00:00
Mike Jolley
128b333578
Fix checkout field visibility after switching country
2013-01-20 13:10:36 +00:00
James Koster
ef23efdcfb
Order status icons
...
completed = check
pending = dash
cancelled = cross
failed = altert
on-hold = clock
refunded = arrows
processing = dots
2013-01-18 14:23:43 +00:00
James Koster
8a3940fc01
orders icons / action buttons
2013-01-18 12:23:57 +00:00
James Koster
ec0408286b
sort icon
2013-01-18 11:48:17 +00:00
James Koster
ca358f2250
stars
2013-01-15 11:35:40 +00:00
Mike Jolley
2dd5abd416
Fix pay form Closes #2225
2013-01-14 16:53:55 +00:00
James Koster
b47f0d1601
star rating tweaks
2013-01-14 11:56:16 +00:00
Mike Jolley
d002632ea6
ui datepicker. Closes #2223 .
2013-01-14 10:57:15 +00:00
Mike Jolley
192a8c5421
star ratings without images.
2013-01-14 10:51:06 +00:00
Mike Jolley
c3498777e8
Fix demo banner depth
2013-01-12 13:02:00 +00:00
Mike Jolley
261f413405
Ratings in loops for sort by rating
2013-01-12 10:53:24 +00:00
James Koster
1f73cd4bca
reviews css tweak
2013-01-10 13:52:42 +00:00
James Koster
32f7e09401
Open review form lightbox if accessed via anchor
2013-01-08 14:58:51 +00:00
Mike Jolley
1ef704140e
Changing this was a mistake; files were out of date.
2013-01-07 14:18:17 +00:00
Mike Jolley
b2f5cee7cb
Classes were changed. Closes #2160 .
2013-01-07 13:19:02 +00:00
Mike Jolley
454be82469
Tab index issue Closes #2163 .
2013-01-07 13:07:01 +00:00
Geert De Deckere
86abb2a7c8
Spelling fix for "visibilty"
2013-01-04 16:30:31 +01:00
Mike Jolley
a7899394c9
Move legend out of charts
2013-01-03 13:05:23 +00:00
Mike Jolley
b6387a152e
New checkout field layout Closes #2120 .
2013-01-03 12:37:07 +00:00
James Koster
5302eb019f
css class name consistency #2086
2013-01-03 11:40:10 +00:00
Mike Jolley
dd1b73a6f2
Chosen update Closes #2129 .
2013-01-03 10:33:08 +00:00
James Koster
8493d82c6e
demo_store z-index
2013-01-02 14:17:32 +00:00
James Koster
a14818a046
offset the demo store notice when admin bar present. Closes #2109
2013-01-02 14:03:04 +00:00
James Koster
1622b7b2b7
consistent title on rating
2013-01-02 12:06:15 +00:00
Mike Jolley
8c9966145b
Removed some unused code, removed order tracking from installer. #1765
2012-12-30 15:51:37 +00:00
Mike Jolley
0ca4880152
wc-breadcrumb #2077
2012-12-28 20:07:39 +00:00
Mike Jolley
53aee3c446
Fix for commit 5507e8453f
2012-12-28 17:33:05 +00:00
Mike Jolley
5507e8453f
Remove depricated jQuery Closes #2039
2012-12-28 13:02:12 +00:00
Mike Jolley
68cd69f7d3
unused
2012-12-20 11:38:02 +00:00
Mike Jolley
beaefd8ec7
downloadable uploader styling
2012-12-20 11:36:38 +00:00
Mike Jolley
e7e12714c1
Tweak style and function names for image handling.
2012-12-20 10:53:34 +00:00
Mike Jolley
c8852bcf40
Revised, roduct gallery panel, images stored in meta = more flexibility.
2012-12-20 01:13:06 +00:00
Mike Jolley
fe92fb6a96
Work on media uploader
2012-12-18 21:56:01 +00:00
Mike Jolley
d8ec3aa094
Fix help icon position. Closes #2012 .
2012-12-18 13:15:44 +00:00
Mike Jolley
f663a71550
Media upload (started)
2012-12-18 12:04:33 +00:00
Mike Jolley
940c556c40
Insert into button
2012-12-18 10:14:05 +00:00
Mike Jolley
2dc706095b
Improve bulk actions and fix after save attributes.
2012-12-18 07:23:13 +00:00
Mike Jolley
01ff7b1083
Fix save attributes for custom attributes. Closes #2002 .
2012-12-18 07:08:16 +00:00
James Koster
275bbede54
retina'd admin stars
2012-12-17 22:04:05 +00:00
James Koster
ac16d88efa
retina'd the stars
2012-12-17 21:56:17 +00:00
Mike Jolley
b468f89559
Link images and column header. #2003
2012-12-17 21:46:20 +00:00
Geert De Deckere
a25c5415a3
Proportional thumbnails for the admin products table
2012-12-17 16:40:21 +01:00
Mike Jolley
b0c2a11c90
1 table but no colspans, qty column removed
2012-12-16 16:28:54 +00:00
James Koster
fb6634a205
better alignment with twitter button
2012-12-13 23:26:53 +00:00
James Koster
52cfc8fb69
activation buttons 3.5'd
2012-12-13 23:22:18 +00:00
Mike Jolley
e807cb2f2e
Puttin' the code back
2012-12-13 16:59:33 +00:00
James Koster
aff2cc33aa
better loader
2012-12-13 16:02:28 +00:00
James Koster
f5552e0b5e
retina'd frontend ajax loader
2012-12-13 15:53:36 +00:00
Mike Jolley
dda8b8afbe
JSON tweak from 1.6
2012-12-13 14:57:31 +00:00
James Koster
f6c0db561e
cross more appropriate
2012-12-13 11:34:44 +00:00
James Koster
e65ed5f9d8
tidied hidpi media queries
2012-12-13 11:16:25 +00:00
James Koster
af5cd06057
ajax-loader retina'd
2012-12-13 11:10:42 +00:00
Mike Jolley
2da3146ed9
remove debug
2012-12-13 01:27:34 +00:00
Mike Jolley
0f0512c8fd
rounding filters. Closes #1964 .
2012-12-13 01:23:35 +00:00
Mike Jolley
7976ae8a66
Order data/fixed keys. Closes #1981 .
2012-12-13 00:47:40 +00:00
Mike Jolley
988269534a
removed refunds
2012-12-12 18:03:46 +00:00
Mike Jolley
fd8e15bbea
Work on refunds admin. #1755
2012-12-12 15:32:51 +00:00
Mike Jolley
0227340934
refunded line styling. #1755
2012-12-12 13:50:02 +00:00
James Koster
14f61ad2ed
edit variation icons retina'd
2012-12-12 12:54:30 +00:00
James Koster
6e2b7067a2
Revert "fade the view cart link in"
...
This reverts commit ffb4b207d4
.
2012-12-11 18:15:57 +00:00
James Koster
d37435eaea
Revert "still need the added class!"
...
This reverts commit f0641a5c05
.
2012-12-11 18:15:38 +00:00
James Koster
f0641a5c05
still need the added class!
2012-12-11 18:10:00 +00:00
James Koster
ffb4b207d4
fade the view cart link in
2012-12-11 18:05:08 +00:00
James Koster
cf8f381bd8
added title to added_to_cart anchor
2012-12-11 17:29:58 +00:00
Mike Jolley
a697ffbeb6
Coupon rework, reports, and styles. Closes #1862 .
2012-12-11 17:02:48 +00:00
Coen Jacobs
084a247a20
Backend views for refunds #1755
2012-12-11 14:56:30 +01:00
Mike Jolley
110bc854e0
Some validation. Closes #1949 .
2012-12-10 14:50:49 +00:00
Mike Jolley
f43cb2be6d
duh #1954
2012-12-10 13:12:18 +00:00
Mike Jolley
c394119983
Ajax view cart. Closes #1948 .
2012-12-10 13:11:05 +00:00
Mike Jolley
2f04ea576d
Checkout form JS. Closes #1954 .
2012-12-10 11:06:14 +00:00
Mike Jolley
1828db4e7f
show hide panels. Closes #1942 .
2012-12-07 10:51:06 +00:00
Mike Jolley
f9fabcc251
Add a class for sub cats. #1930
2012-12-06 17:29:18 +00:00
Mike Jolley
a9b8f979ec
woocommerce_wp_radio Closes #1935 .
2012-12-06 16:54:44 +00:00
Mike Jolley
a9d5df1c13
min
2012-12-06 15:44:22 +00:00
Mike Jolley
ede8fca597
Merge pull request #1937 from KingYes/master
...
Fxing step return "NaN" in quantity.
2012-12-06 07:43:48 -08:00
Yakir Sitbon
998fa3b8d0
Fxing step return "NaN" in quantity.
2012-12-06 17:19:48 +02:00
Mike Jolley
a14889e857
help icon
2012-12-06 15:10:05 +00:00
Mike Jolley
753fc7c39e
Use core jquery ui. Closes #1929 .
2012-12-06 14:56:19 +00:00
Mike Jolley
a6a685fd6e
JS tweak. Closes #1918 .
2012-12-05 15:05:50 +00:00
Mike Jolley
e5df3dce87
timestamp
2012-12-04 20:24:37 +00:00
James Koster
c4102814d0
didn't need the media query
2012-12-04 18:26:54 +00:00
James Koster
64cfe9e81b
retina frontend tick and updated media queries
2012-12-04 18:25:15 +00:00
Mike Jolley
39d47ddfa5
Merge pull request #1895 from jorijnsmit/master
...
Minor changes to Dutch .po file.
2012-12-03 09:05:48 -08:00
Mike Jolley
a93e6b0599
import icon
2012-12-03 16:39:46 +00:00
James Koster
9faefb77c3
.icon32-woocommerce-importer
2012-12-03 15:04:32 +00:00
James Koster
7ae116211a
.icon32-woocommerce-importer
2012-12-03 15:04:13 +00:00
Mike Jolley
2d4ebdc7b1
styling for radios
2012-12-03 15:02:33 +00:00
James Koster
88ab842729
retina chosen
2012-12-03 13:27:45 +00:00
James Koster
82cf601027
retina chosen
2012-12-03 13:27:26 +00:00
Mike Jolley
9eb63a8518
Save new tab tables
2012-12-03 12:42:44 +00:00
James Koster
e7685f0a69
retina'd tick icons
2012-12-03 12:15:45 +00:00
James Koster
292ef36be3
retina'd icon in wc extensions message
2012-12-03 12:01:46 +00:00
James Koster
55e0d82be0
simple / retina'd tip icon
2012-12-03 11:57:04 +00:00
Jorijn Smit
b1e8c9235d
Proper order details <li> border fix.
...
Done using CSS3 so not supported by IE8 and earlier.
2012-12-02 14:49:51 +01:00
James Koster
5e88314968
buttons shouldn't wrap
2012-11-28 11:35:51 +00:00
Mike Jolley
b1ec4b289a
Nuked whitespace. Closes #1846 .
2012-11-27 16:22:47 +00:00
Mike Jolley
7d580cf3a6
default to text. Closes #1838 .
2012-11-27 10:37:28 +00:00
Matt
8243974004
Add address to customer session. Closes #1836
2012-11-26 20:56:48 -05:00
Mike Jolley
b0fa6d4481
Save attributs via ajax and refresh variations. Closes #1804 .
2012-11-26 17:27:55 +00:00
Mike Jolley
539f2a1857
Settings API Tweaks + new types. Closes #1824 .
2012-11-26 15:55:28 +00:00
Mike Jolley
3c29465ea1
textarea desc_tip Closes #1825 .
2012-11-26 13:48:22 +00:00
Mike Jolley
ddbfd2bd28
Factory tweak
2012-11-26 13:39:12 +00:00
Mike Jolley
93fdca8530
Fix those darn categoies. Closes #1800 .
2012-11-22 13:46:05 +00:00
Mike Jolley
f8a26a2426
Improved product data panels.
2012-11-22 13:28:32 +00:00
Mike Jolley
4c0f805edf
More input types and settings API support. Closes #1322 .
2012-11-20 17:32:50 +00:00
Mike Jolley
3a803b010a
Other writepanel html5 inputs. #1322 .
2012-11-20 16:49:05 +00:00
Mike Jolley
7d960e0c9d
HTML5 validation for product data. #1322
2012-11-20 14:16:13 +00:00
Mike Jolley
8b7b297b8e
3.5 checks + 2012 tweaks. Closes #1788 .
2012-11-20 13:03:45 +00:00
Mike Jolley
4720628a71
Hooks galore for integers vs floats. Closes #1113 .
2012-11-19 14:05:06 +00:00
Mike Jolley
2d0909d28b
Update weights/dimensions for variations if they differ. Closes #1629 .
2012-11-16 13:50:15 +00:00
Mike Jolley
51bf586fd7
Widget wrap and tweaks. #1768 .
2012-11-15 17:46:24 +00:00
Mike Jolley
ec1377dfd2
error fix
2012-11-15 17:30:38 +00:00
Brian Feister
7c7c6a4326
Hotfix for namespacing issue #1749 . Turns out `.woocommerce-pge` is the global namespace, not `.woocommerce`.
2012-11-15 11:39:41 -05:00
Mike Jolley
58c5bbef55
Merge pull request #1749 from brianfeister/classname-fix
...
Fix common css class name / namespace pollution issue
2012-11-15 08:10:29 -08:00
Mike Jolley
8986da2ec2
This is fixed in iO6, so just show an alert when nothing matches. Closes #1737 .
2012-11-14 15:38:56 +00:00
Mike Jolley
d3068c2bef
Min/max date fix. Closes #1728 .
2012-11-13 23:58:32 +00:00
Brian Feister
ed625d25ef
Fix common css class name / namespace pollution issue
2012-11-13 14:59:34 -05:00
Coen Jacobs
3da5ccdafe
Merged 'refunds' into 'fees-and-shipping'. Closes #1746
2012-11-13 16:03:42 +01:00
Mike Jolley
32c474ef42
Also update order tax
2012-11-13 14:59:28 +00:00
Mike Jolley
7e5d2ac174
Calc totals/tax rows rework
2012-11-13 14:54:34 +00:00
Coen Jacobs
9c5c033fcf
Refunds: Function logic and AJAX implementation
2012-11-13 14:26:30 +01:00
Mike Jolley
c2e1258d04
Work on calc_tax
2012-11-12 18:53:40 +00:00
Mike Jolley
f4a931f7cc
Tweak panel layout and simplify get_items
2012-11-12 16:08:05 +00:00
Mike Jolley
6ecef0139c
Calc totals for fees.
2012-11-12 14:34:10 +00:00
Mike Jolley
a1ad595822
Add fees
2012-11-12 13:41:54 +00:00
Mike Jolley
1db8c6158f
checkboxes
2012-11-12 12:30:37 +00:00
Mike Jolley
877e6eb8c7
Bulk stock increase and decrease.
2012-11-12 12:22:35 +00:00
Mike Jolley
fb2d954da1
Placeholders for bulk functions
2012-11-10 16:25:50 +00:00
Mike Jolley
ca6a204b21
Bulk
2012-11-10 16:25:18 +00:00
Mike Jolley
1534ca50ff
bulk delete
2012-11-10 16:18:20 +00:00
Mike Jolley
f43275959e
revert change to shipping and tweak labels.
2012-11-10 13:54:12 +00:00
Mike Jolley
2fbb95e247
defined bulk actions
2012-11-10 09:14:20 +00:00
Mike Jolley
2c26f06e55
Fees api started, and playing with line items
2012-11-09 21:15:15 +00:00
Mike Jolley
d8bbded60d
Tweak JS. Closes #1705 .
2012-11-08 11:39:04 +00:00
Mike Jolley
68bc00c4b9
do ready. #1705
2012-11-08 10:36:00 +00:00
Mike Jolley
9971da5f86
Fix for #1707 .
2012-11-07 21:23:45 +00:00
Mike Jolley
cf54452e8e
Don't attach downlodas. Closes #1664 .
2012-11-06 14:13:06 +00:00
Mike Jolley
21e9252405
Country text instead of dropdown. Closes #1658
2012-11-06 12:43:17 +00:00
Mike Jolley
c97aeaf533
use wp api for meta, and done the checkout
2012-10-19 18:59:17 +01:00
Mike Jolley
48da8e2e56
Add and remove order items
2012-10-19 15:05:23 +01:00
Mike Jolley
a11804a61f
add/remove/save meta
2012-10-18 18:56:28 +01:00
Mike Jolley
98b21a4a44
Split up scripts. #1575 .
2012-10-17 14:32:31 +01:00
Mike Jolley
243de32c23
Only replace content if response has content. Closes #1606 .
2012-10-17 12:43:59 +01:00
Mike Jolley
c1c5cd6890
Prevent double form submission. Closes #1609 .
2012-10-17 12:21:50 +01:00
Mike Jolley
596c408c27
Pagination + sorting tweaks, new active filters widget, sort both directions for price, fix for #coenfail. Closes #771 .
2012-10-14 13:06:41 +01:00
Mike Jolley
68749697b1
order actions
2012-10-12 15:30:20 +01:00
Coen Jacobs
98e9774653
Merge pull request #1597 from woothemes/resend-order-emails
...
Resend order emails, closes #1562
2012-10-12 06:56:49 -07:00
Coen Jacobs
eb90b0ed10
Allow multiple select and actually send the resend order emails
2012-10-12 15:33:46 +02:00
Mike Jolley
39b7567b0c
product_variations[] Closes #1581 .
2012-10-12 14:21:21 +01:00
Mike Jolley
48079a8fc6
more tweaks
2012-10-12 12:56:03 +01:00
Mike Jolley
d66aeaa262
Sales graph tweak
2012-10-12 12:56:03 +01:00
Coen Jacobs
b581b5e062
UI for resending order emails from the Order Actions meta box
2012-10-10 19:03:49 +02:00
Mike Jolley
6e10465faf
Bulk improvements. Closes #1063 .
2012-10-09 10:07:30 +01:00
Mike Jolley
79324412d4
sku tweak. Closes #1479 .
2012-10-08 13:54:31 +01:00
Mike Jolley
bf1d80151d
Merge pull request #1574 from thenbrent/master
...
Only slide payment box up-and-down if > 1 method
2012-10-08 05:36:16 -07:00
Mike Jolley
2d15a8aaac
Schedule sale for variations. #1064 .
2012-10-08 12:51:00 +01:00
Brent Shepherd
b4cf878f40
Only slide payment box up-and-down if > 1 method
2012-10-08 12:01:43 +10:00
Mike Jolley
ead3e8313e
Final image handling tweaks.
2012-10-05 19:02:02 +01:00
Mike Jolley
7236192711
Work on the product images panel. Closes #1504 .
2012-10-04 18:09:18 +01:00
Mike Jolley
b88c6e62f7
Load sessions before customer class. Closes #1545 .
2012-09-30 20:11:32 +01:00
Mike Jolley
544b9a1874
readme and min
2012-09-29 20:32:22 +01:00
Mike Jolley
93849b89e7
Merge pull request #1530 from scottbasgaard/master
...
Update Product Image Title w/ Variation Image for Lightbox
2012-09-29 12:16:11 -07:00
Mike Jolley
1b8e887f39
Fix updating when typing. Closes #1540 .
2012-09-29 19:43:45 +01:00
Scott Basgaard
f5999c270b
Update Product Image Title w/ Variation Image for Lightbox
2012-09-25 14:22:22 +02:00
Mike Jolley
cb2b935788
Tax expansion to allow city taxes, #94
2012-09-23 17:16:39 +01:00
Mike Jolley
22ff25efb1
Show totals. Closes #1473 .
2012-09-20 14:43:52 +01:00
Mike Jolley
aaeb0ec0fb
Calc totals. Closes #883 .
2012-09-18 19:07:18 +01:00
Mike Jolley
1b4130bc56
new email interface + plain text versions
2012-09-17 11:36:30 +01:00
Mike Jolley
251a93855c
Shipping vs billing for tax. Closes #1457 .
2012-09-12 11:16:53 +01:00
Mike Jolley
bcb6e0b2a3
Localized shortcode button. Closes #1459 .
2012-09-10 17:56:29 +01:00
Mike Jolley
0fd46e7923
Import export taxes. Closes #447 .
2012-09-10 12:26:26 +01:00
Mike Jolley
4c4bc9f5d2
Multi download features, and added the expirey back.
2012-09-06 16:16:16 +01:00
Mike Jolley
72e3bf4bce
Merge pull request #1450 from foxrunsoftware/master
...
Multiple Downloads per Product
2012-09-06 05:05:27 -07:00
Mike Jolley
53c5fbee40
Fix - Variation sku updating after selection.
2012-09-05 16:57:19 +01:00
Mike Jolley
e19505c6ab
checkout loading tweak
2012-09-03 16:45:09 +01:00
Mike Jolley
4ea207c249
Revised stats by category
2012-08-31 14:11:34 +01:00
Justin Stern
9217ca09e0
Support for Multiple Downloads
...
Support for multiple downloadable files per product: both simple and
variable. This includes all admin, frontend, and database modification
code required for allowing multiple files, while maintaining backwards
compatibility for existing single-file download URLs and templates.
2012-08-28 11:21:54 -04:00
Mike Jolley
ee891725fc
active css
2012-08-25 19:56:46 +01:00
Mike Jolley
431316dfd3
small variable naming tweak
2012-08-25 16:00:40 +01:00
Mike Jolley
3eeae3a164
Hide cart button when a variation is out of stock with disabled backorders. Closes #1419 .
2012-08-25 11:02:02 +01:00
Mike Jolley
b450616848
woocommerce_ajax_loader_url
2012-08-25 10:32:14 +01:00
Mike Jolley
c42814bbc6
Added fallback for variations variable (JS)
2012-08-25 10:11:23 +01:00
Mike Jolley
5ab84b2b98
Pass variation to show_variation trigger (JS). Closes #1431 .
2012-08-25 09:51:20 +01:00
Mike Jolley
e7c5542762
javascript tweak for #1416
2012-08-24 21:46:32 +01:00
Mike Jolley
50b62fe4d4
tweak to add to cart logic
2012-08-24 18:44:11 +01:00
Mike Jolley
7a14daebea
min
2012-08-23 10:57:09 +01:00
Dominic
601852df87
Renamed variable, avoid window.name collision
...
Using a variable called `name` causes the global `window.name` to be reset. Simply renaming the variable prevents this.
2012-08-22 23:11:30 -07:00
Mike Jolley
822a03529b
min
2012-08-22 16:36:08 +01:00
Manos Psychogyiopoulos
bf59c718c0
Fix annoying sliding effect on option change.
2012-08-22 09:51:19 +03:00
Mike Jolley
40cc7b997d
Scope. Closes #1364 .
2012-08-21 16:41:18 +01:00
James Koster
6384f79d23
icons
2012-08-20 15:39:08 +01:00
James Koster
15e5278abb
icons
2012-08-20 15:09:52 +01:00
James Koster
914116d793
css AGAIN
2012-08-20 14:52:29 +01:00
James Koster
40044773b7
css
2012-08-20 14:52:10 +01:00
James Koster
72b0663861
screen icon
2012-08-20 14:51:26 +01:00
Coen Jacobs
c74dbc0777
Right side margin on woocommerce_options_panel label
2012-08-16 17:48:15 +02:00
James Koster
8c93b41605
Product data tabs class name
2012-08-15 19:28:13 +01:00
James Koster
c52cf24921
width
2012-08-13 13:49:36 +01:00
James Koster
6ffb3e6854
Simplified order status markers
2012-08-13 13:42:25 +01:00
James Koster
123e004013
Iconised order action buttons
2012-08-13 13:36:22 +01:00
Mike Jolley
8728c7a8c2
Titles and strstr. Closes #1366 .
2012-08-12 15:12:52 +01:00
James Koster
2db6cca342
order actions / notes / totals ui tidy
2012-08-10 13:41:05 +01:00
Mike Jolley
702c0fde0c
Payment/shipping dropdowns. Closes #1269 .
2012-08-10 13:24:34 +01:00
Mike Jolley
7d47de830b
Copy billing to shipping address on order screen. #1269 .
2012-08-10 12:31:18 +01:00
Mike Jolley
9acb170520
Option to register using the email address as the username instead of entering a username. Closes #1027 .
2012-08-10 12:15:32 +01:00
Mike Jolley
377ddce930
Demo store notice option
2012-08-10 10:35:25 +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
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
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
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
Mike Jolley
ea1e9b74ed
min
2012-08-03 17:41:36 +01:00
James Koster
df23d2ddd9
Replaced graphics with font on orders / products
2012-08-03 17:01:44 +01:00
James Koster
7d9e754cd4
using font for tab icons
2012-08-03 15:35:23 +01:00
James Koster
e4edd7e0b7
missed one
2012-08-03 14:57:49 +01:00
James Koster
7055c2eaa7
different icons
2012-08-03 14:55:41 +01:00
James Koster
c2af0074b5
retina menu icons
2012-08-03 14:28:56 +01:00
James Koster
ac4450eb49
retina menu icons
2012-08-03 14:20:46 +01:00
James Koster
bb97b6a913
Retina settings icons
2012-08-03 13:28:51 +01:00
Mike Jolley
89977fcd82
bgsize
2012-08-02 23:13:20 +01:00
Mike Jolley
d16fd5acb0
ajax filter for orders page
2012-08-01 13:43:50 +01:00
Mike Jolley
dbc8279dbd
ajax customer select
2012-08-01 13:43:50 +01:00
Mike Jolley
417fd73ab1
undefined check. Closes #1294 .
2012-07-26 15:43:47 +01:00
Aaron Holbrook
b4a62dc49b
Fixed typos (depreciate should be deprecate)
2012-07-23 13:14:02 -05:00
Mike Jolley
59d2d792f6
Product data panels
2012-07-22 13:50:45 +01:00
Mike Jolley
730158a4b3
Simple tax report. Work in progress.
2012-07-20 20:08:42 +01:00
Mike Jolley
37b0dec37a
Event handling for checkout fields
2012-07-20 13:46:05 +01:00
Mike Jolley
4856636b77
reset loop and clearfix
2012-07-19 22:20:44 +01:00
Mike Jolley
30b8ddaf1d
Split up frontend scripts so they can be loaded when needed.
2012-07-17 15:09:18 +01:00
Mike Jolley
638b04b0ad
variation image optimisations
2012-07-11 23:56:57 +01:00
Mike Jolley
880e8b6b0f
Don't show price when variation prices don't differ. Closes #1199 .
2012-07-11 23:19:33 +01:00
Mike Jolley
d9e8568e85
stop()
2012-07-11 17:25:16 +01:00
Mike Jolley
f15c4baef7
Stop the animation. Closes #1226 .
2012-07-11 16:45:19 +01:00
Mike Jolley
69565d6e87
Load address sets country. Closes #1238 .
2012-07-11 16:22:18 +01:00
Mike Jolley
c687c214e7
Fix multi item add. Closes #1233 .
2012-07-10 17:51:37 +01:00
Mike Jolley
c37525383b
tweak the checkout update js
2012-06-28 12:52:58 +01:00
Mike Jolley
955bda040d
PLN fix
2012-06-25 15:31:58 +01:00
Mike Jolley
cb1f1f9a28
Allow html in notes and use textarea. Closes #1171 .
2012-06-20 18:19:35 +01:00
Mike Jolley
23a9f6595b
Widget fixes and tax glitch. Closes #1176 .
2012-06-20 15:14:09 +01:00
Mike Jolley
c9ddba1e35
Hooks for stripe
2012-06-19 19:09:51 +01:00
Mike Jolley
0d42e21aa7
minify
2012-06-14 12:13:55 +01:00
Geert De Deckere
3a5e2f7f8a
Fix metabox collapsing
2012-06-14 11:36:39 +02:00
Mike Jolley
9a969237a1
min js
2012-06-11 16:32:02 +01:00
Geert De Deckere
376676e9c0
Use translated months in the report graph of the dashboard widget
2012-06-11 11:11:19 +02:00
Mike Jolley
4d7d184698
newlines and styling tweak. Closes #1112 .
2012-06-10 18:45:43 +01:00
Mike Jolley
c6d6fd7901
ajax coupon form. Closes #1061 .
2012-06-10 12:40:07 +01:00
Mike Jolley
9031d15756
Prevent NaN Closes #1104 .
2012-06-10 09:08:11 +01:00
Mike Jolley
91e0ade791
Can't control output, but can only allow 1 to be selected. Closes #1042 .
2012-06-10 09:03:20 +01:00
Mike Jolley
8a8025d201
Check permissions for sorting. Closes #1107 .
2012-06-10 08:48:29 +01:00
Mike Jolley
0f905e9cd0
mijireh gateway
2012-06-08 11:46:10 +01:00
Mike Jolley
439d21e395
Prevent double add to cart with related products
2012-06-05 00:53:04 +01:00
Mike Jolley
caf69738aa
icons
2012-05-30 14:44:49 +01:00
Mike Jolley
66acc8dcfc
Fix cancel. Closes #1054 .
2012-05-26 17:42:26 +01:00
Mike Jolley
19be69d1d8
Line endings. Closes #1065 .
2012-05-26 17:25:07 +01:00
Mike Jolley
7bcb3deb62
small markup tweaks
2012-05-26 15:18:44 +01:00
James Koster
d39a97c161
Added base64 explanation comments
2012-05-21 12:07:01 +01:00
Mike Jolley
cec98bf646
Broken up settings pages to ease development
2012-05-19 20:04:34 +01:00
Mike Jolley
ba1377933f
removed alert
2012-05-17 13:57:51 +01:00
Mike Jolley
0b5fcd5139
version bump and installer cleanup
2012-05-17 12:58:25 +01:00
Coen Jacobs
eabc6af8a9
Moved admin editor CSS to menu.css (always loaded). Closes #1037
2012-05-17 11:36:00 +02:00
Mike Jolley
a00ae6adf2
div prefix. Closes #1034 .
2012-05-16 18:38:28 +01:00
Mike Jolley
26a8af2440
radio shipping methods
2012-05-13 21:02:07 +01:00
Mike Jolley
aa2bf617ab
variations solid individually handling
2012-05-11 12:47:23 +01:00
Mike Jolley
58f5afdc46
tweaks to options
2012-05-09 00:53:23 +01:00
Mike Jolley
2cac2f9d68
Drag and drop ordering for products. Closes #95 . Closes #995 .
2012-05-08 20:30:18 +01:00
Mike Jolley
e5f93e448b
focusin for IE Closes #866 .
2012-05-08 16:41:16 +01:00
Mike Jolley
ce7e765d2a
Product data tweak. Closes #1012 .
...
Removed shipping class writepanel.
Added shipping class to product data.
Removed purchase note for external products.
2012-05-08 15:32:30 +01:00
Mike Jolley
95e041214b
Fix removing attributes
2012-05-07 14:09:15 +01:00
Mike Jolley
ba735619d1
style settings
2012-05-01 19:28:45 +01:00
Mike Jolley
0103e14f9b
css minified
2012-04-30 20:51:21 +01:00
Mike Jolley
62c1d9d15c
ShareYourCart + integration tweaks
2012-04-30 20:50:52 +01:00
James Koster
911ae3dd71
font-size
...
removed a couple others
2012-04-30 13:22:13 +01:00
James Koster
12362bbdaa
font size
...
Should be inherited from theme
2012-04-30 12:43:11 +01:00
James Koster
201bc38ed7
Colours
...
Default colour scheme now based upon a single colour
2012-04-30 12:37:58 +01:00
Mike Jolley
6fa654d39f
another change
2012-04-28 18:45:12 +01:00
Mike Jolley
01afda5af6
style tweak
2012-04-28 18:41:04 +01:00
Mike Jolley
7840c79251
style rework. Shareyourcart (needs more work)
2012-04-28 18:28:18 +01:00
Mike Jolley
6008920a0f
Use css for tinymce button. Closes #985 .
2012-04-25 18:14:06 +01:00
Mike Jolley
dc20a8f27e
Few language tweaks to make settings 'less scary'
2012-04-24 19:36:52 +01:00
Mike Jolley
215119849c
renamed tab
2012-04-23 17:21:51 +01:00
Mike Jolley
6ba275b0ef
zindex for 20-12
2012-04-20 18:08:34 +01:00
Mike Jolley
0769f8843f
Cart/sold individually
2012-04-20 12:09:49 +01:00
Coen Jacobs
ecf18e1625
Changed category and tag link to filter product list
...
Before this change, the links of categories and tags were links to the
frontend view of that term. WordPress standard is to filter the current
list with the selected term.
2012-04-18 13:24:08 +02:00
Mike Jolley
46653cf957
reset image. Closes #935 .
2012-04-16 18:34:58 +01:00
Mike Jolley
297d9a0be1
Payment method transition
2012-04-16 14:14:24 +01:00
Mike Jolley
7a96a9293c
Merge pull request #929 from thenbrent/paybox-js-patch
...
Checkout Payment Box JS Tweak
2012-04-16 06:09:18 -07:00
Mike Jolley
96f6301edf
qty input default values
2012-04-16 10:34:36 +01:00
Brent Shepherd
a5ad4c1ef4
Sliding currently selected payment box up instead of instantly hiding it.
2012-04-16 11:18:00 +10:00
Mike Jolley
c227540a5b
data-min fix
2012-04-12 22:25:10 +01:00
Mike Jolley
effe09e910
thumbnails on order page
2012-04-12 18:14:46 +01:00
Mike Jolley
ccc82590eb
moved initial change event trigger
2012-04-11 21:07:57 +01:00
Mike Jolley
37347ecce2
merge
2012-04-11 19:00:56 +01:00
Mike Jolley
afd727bb24
Improved variations panel, bulk edit, and added tax classes for variations. Closes #779 .
2012-04-11 18:56:54 +01:00
Coen Jacobs
9a1c35f125
Added product_categories shortcode to WooCommerce editor button
2012-04-11 14:36:19 +02:00
Mike Jolley
e7c23d832b
Fix sortables. Closes #898 .
2012-04-10 19:06:12 +01:00
Mike Jolley
85c42f00ed
trigger change @0868553652423db6712cbf283aea639095da642a
2012-04-10 18:17:36 +01:00
Mike Jolley
96ebb1f9f4
Fix for last commit
2012-04-10 13:14:31 +01:00
Mike Jolley
ee574e1ef8
Changed the filters for checkout field locales - lets you override the base country labels
2012-04-10 13:07:23 +01:00
Mike Jolley
748dd13b85
Chosen and order items
...
Updated chosen to latest version, reworked styles, made the item adder
on the order screen an ajax input.
Also ditched some un-needed css.
2012-04-10 01:39:31 +01:00
Mike Jolley
e19f46c79d
Add new terms + printf vs echo sprintf Closes #138 .
2012-04-09 00:57:38 +01:00
Mike Jolley
ad499d10f0
Options to enable/disable ratings. Closes #847 .
2012-03-27 20:35:35 +01:00
Mike Jolley
8011374d6c
Locale tweaks. Closes #840 .
2012-03-26 20:35:55 +01:00
Mike Jolley
2927a52743
Update order dates. Closes #845 .
2012-03-26 18:30:00 +01:00
Mike Jolley
b4ec6bdfab
Added more debugging info and report generator for support purposes
2012-03-24 20:39:49 +00:00
Mike Jolley
a1b91bdd02
min
2012-03-23 20:36:35 +00:00
Mike Jolley
0559419c2e
Merge pull request #859 from GeertDD/js_update_variations
...
Added a custom event for when the variation select lists are updated.
2012-03-23 13:35:48 -07:00
Mike Jolley
99cff34206
Debug panel with transients clearer and role reseter tools
2012-03-23 16:28:27 +00:00
James Koster
eb97426853
don't want underlines on the close button
2012-03-22 15:08:35 +00:00
Mike Jolley
12f296f943
Code tweaks + small changes to inventory panel
2012-03-21 18:37:57 +00:00
Geert De Deckere
49fe619ee0
Added a custom event for when the variation select lists are updated.
2012-03-21 11:28:05 +01:00
Mike Jolley
bcec344c27
data tip. Closes #841 .
2012-03-20 19:40:52 +00:00
Mike Jolley
cd4c0443f7
min
2012-03-20 18:58:33 +00:00
Geert De Deckere
540567b7d3
Follow-up to 47f57504bd
#814
2012-03-20 15:59:04 +01:00
Mike Jolley
c4c7386e17
chosen frontend - separated to avoid accidental deletion
2012-03-18 13:35:02 +00:00
James Koster
49f197669d
placeholder script wasn't being fired
2012-03-16 13:46:50 +00:00
Mike Jolley
173ca818f8
min
2012-03-16 01:49:28 +00:00
Mike Jolley
b26bdca131
Merge pull request #815 from GeertDD/i18n_sales_dashboard_widget
...
Made the monthly sales dashboard widget translatable
2012-03-15 18:47:15 -07:00
Geert De Deckere
edfd7f5f2b
Made the monthly sales dashboard widget translatable
2012-03-15 15:02:38 +01:00
Mike Jolley
82e4ec543b
min
2012-03-15 13:29:51 +00:00
Geert De Deckere
47f57504bd
Smarter toggling of the metabox for variations
2012-03-15 14:20:44 +01:00
Mike Jolley
8212e768f7
Option to reorder items by GeertDD
...
Removed the my account links because it was a bit busy there, + you
cannot see the items in the order anyway.
2012-03-15 00:25:51 +00:00
Mike Jolley
17ffe63b86
Merge pull request #809 from GeertDD/place_order_again
...
Place order again functionality
2012-03-14 16:21:43 -07:00
Mike Jolley
81de864a13
Vietnam locale and support for hiding fields
2012-03-14 20:35:42 +00:00
Geert De Deckere
31f0d63ade
Positioned 'order again' button to the right
2012-03-14 15:37:48 +01:00
Mike Jolley
aae276e14b
Send shipping
2012-03-14 13:25:05 +00:00
Mike Jolley
da113b7589
customer coupons. Ability to refresh the totals through code.
2012-03-14 11:41:32 +00:00
Mike Jolley
af2aa81eb8
variation menu_order for organisation
2012-03-13 16:59:28 +00:00
Mike Jolley
5279784362
Fix ajax chosen
2012-03-13 12:18:15 +00:00
Mike Jolley
e838a420eb
Ajax + Cross seels. TODO: ajax chosen is slightly buggy
2012-03-12 17:26:11 +00:00
Mike Jolley
bd785f99f5
required field rating
2012-03-12 15:58:13 +00:00
Mike Jolley
b2fcbb4717
Tweaks to #788 .
2012-03-12 15:48:22 +00:00
Mike Jolley
3ccff6346b
Merge pull request #788 from GeertDD/enable_coupons_option
...
Added option to globally enable/disable the use of coupons
2012-03-12 08:31:54 -07:00
Mike Jolley
6957e425d7
Shortcut for messages shortcode
2012-03-12 10:52:00 +00:00
Geert De Deckere
0401e79ed4
Added option to globally enable/disable the use of coupons for clients
2012-03-12 10:25:06 +01:00
Mike Jolley
a0077826fb
icon/menu
2012-03-12 08:13:49 +00:00
Mike Jolley
3b74269ed2
Merge pull request #773 from piffpaffpuff/master
...
menu icons when no manage_woocommerce capability
2012-03-12 00:09:18 -07:00
Mike Jolley
6e50486c20
minor fixes and version bump
2012-03-08 12:57:15 +00:00
Triggvy Gunderson
512b6538be
menu icons for shop_manager when no manage_woocommerce capability
...
when the user has no manage_woocommerce capabilities the menu items
(like order) aren't grouped under woocommerce menu. then they showed
the default post it icon. while fixing this i discovered that it uses
the menu icons the old fashioned way instead of css sprites. fixed that
too. but the new icons are just placeholder, someone with the original
art files need to export the png again.
2012-03-07 12:59:23 +01:00
Mike Jolley
32e7140517
Improved coupon product id input. Closes #157 .
2012-03-06 17:28:08 +00:00
Mike Jolley
5091b20844
Inline validation. Closes #733 .
2012-03-05 17:19:06 +00:00
Patrick Garman
fff9ee51b5
Updating to 1.5
2012-03-04 18:31:50 -06:00
Patrick Garman
e998a8e6bb
Merge branch 'master' of https://github.com/woothemes/woocommerce
...
Conflicts:
assets/css/admin.css
2012-03-04 18:30:16 -06:00
Mike Jolley
75eb12db3f
Fix attribute styling
2012-03-04 12:42:24 +00:00
Mike Jolley
411ebf23b6
min
2012-03-01 14:06:57 +00:00
Geert De Deckere
bf6c5a4f29
Fixed the slideDown animation for the shipping address
2012-03-01 14:24:24 +01:00
Mike Jolley
b978c16444
bought back activation css
2012-03-01 00:02:17 +00:00
Mike Jolley
bd82c9b8be
Minor fixes and update variation message
2012-02-29 22:13:27 +00:00
Mike Jolley
064685064e
Fixed order tax saving and dupe key generation
2012-02-29 21:05:55 +00:00
Mike Jolley
1630a4edd4
Merge pull request #724 from piffpaffpuff/master
...
better product-tab-icons positioning for long tab-titles
2012-02-29 10:39:27 -08:00
Triggvy Gunderson
ca246709ef
better product-tab icons positioning for long tab-titles
...
the next icon on the right was visible when the product-tab title was
very long (like in german translations).
2012-02-29 19:31:55 +01:00
Mike Jolley
b572aa90bf
write panel min
2012-02-28 13:59:38 +00:00
Mike Jolley
87cbcfbe42
Merge pull request #716 from GeertDD/admin_edit_address_js
...
Prevent page from jumping back to top when clicking the links to edit billing/shipping details
2012-02-28 05:58:34 -08:00
Geert De Deckere
2e99884334
Prevent page from jumping back to top when clicking the links to edit billing/shipping details
2012-02-28 14:06:58 +01:00
Mike Jolley
a2714544a4
cart limit item. Closes #646 .
2012-02-27 18:22:54 +00:00
Mike Jolley
a81a9bfcb5
Purchase notes - add text to a product to include in order tables after payment
2012-02-27 17:05:26 +00:00
Mike Jolley
d5c54d686a
Reset variations. Closes #705 .
2012-02-27 13:14:33 +00:00
Mike Jolley
a3772cd463
Dropdowns for country in order admin
2012-02-26 16:31:58 +00:00
Mike Jolley
d452f16129
data min/max for variations
2012-02-26 01:26:42 +00:00
Mike Jolley
7f3b8b7ea3
read me + styles for right now
2012-02-25 21:16:38 +00:00
Mike Jolley
eaef280e75
P Permissions. Add/revoke
...
Still working on this feature
2012-02-25 19:48:09 +00:00
Mike Jolley
013797d5e3
Made meta tables consistant
2012-02-25 11:43:25 +00:00
Mike Jolley
bc854ca3e8
mmm
2012-02-24 22:12:25 +00:00
Mike Jolley
9554a4c52c
Admin tweaks and mixed cart handling. Closes #651 .
2012-02-24 20:04:05 +00:00
Mike Jolley
16cfdbd345
No need for prefix
2012-02-24 14:58:02 +00:00
Mike Jolley
eef86edd73
data min fix for cart
2012-02-23 12:50:33 +00:00
Mike Jolley
cc1c77db20
dynamic required
2012-02-23 11:19:45 +00:00
Mike Jolley
2851642b6c
Hooks for quantity selectors and data-min tweaks
2012-02-22 19:45:12 +00:00
Mike Jolley
178a07584f
typo
2012-02-21 20:49:58 +00:00
Mike Jolley
b842672e03
comments link
2012-02-21 13:12:57 +00:00
Mike Jolley
fd459d702a
Order admin. Closes #680 .
2012-02-21 12:53:36 +00:00
Mike Jolley
429e7ea1f3
bulk edit
2012-02-20 18:19:27 +00:00
Mike Jolley
565987dd56
Quick edit Closes #258 .
2012-02-20 14:29:51 +00:00
Mike Jolley
d14fccf694
Moved notice inline
2012-02-18 10:19:07 +00:00
Mike Jolley
4925069006
Notice when the configuration may cause permalink errors
2012-02-17 23:47:45 +00:00
Mike Jolley
1a06f85b6d
data-min
2012-02-17 23:47:18 +00:00
Mike Jolley
7be443b1ad
min
2012-02-17 19:22:41 +00:00
Geert De Deckere
005573afc4
Trigger 'change' event on the hidden variation_id input
2012-02-17 14:47:00 +01:00
Mike Jolley
bfdf71fd26
Some install tweaks
2012-02-17 12:49:32 +00:00
Mike Jolley
1697bcd66c
slider triggers
2012-02-16 18:12:14 +00:00
Mike Jolley
2ca3e7f5cc
price slider from/to spans
2012-02-16 17:16:27 +00:00
Andrew White
ae03c15e54
Fix JS minification error
...
When the woocommerce.js file is minified the update_checkout
method name is shortened, making the timeout call fail. This
patch fixes it by referring to the function directly when
setting up the timeout.
2012-02-16 13:31:47 +00:00
Mike Jolley
bf13ba4a8b
Install message
2012-02-15 23:45:55 +00:00
Mike Jolley
fee63d1522
Expand/Close
2012-02-15 20:18:01 +00:00
Mike Jolley
d559c5cc87
Friendlier installer
2012-02-15 17:31:44 +00:00
Mike Jolley
8b1b9c542c
Color. Closes #632 .
...
patrickgarman wants someone to merge 1 commit into woo themes:master from patrickgarman:master.
2012-02-14 15:34:12 +00:00
James Koster
a08beb4a9f
More fancybox
2012-02-14 15:14:07 +00:00
James Koster
43e1342c38
Fancybox tidying
...
removed extraneous markup / images replaced with css
2012-02-14 15:12:13 +00:00
James Koster
675b1d20ac
Fancybox styles
2012-02-14 14:32:24 +00:00
Mike Jolley
871953aef3
min
2012-02-14 11:16:48 +00:00
Geert De Deckere
2849b3f532
Fixed 'unterminated string literal' in write-panels.js which broke the product data tabs
2012-02-14 11:59:00 +01:00
Patrick Garman
5bb373542a
chocolate is a better default ;) need something other than white for custom statuses to be readable!
2012-02-13 20:00:37 +00:00
Mike Jolley
94d0a0cb3e
Merge branch 'master' of https://github.com/woothemes/woocommerce
2012-02-13 19:44:17 +00:00
Mike Jolley
5139fa0920
Attributes panel
2012-02-13 19:21:52 +00:00
Mike Jolley
81c0a0eeaa
variations panel cleanup
2012-02-13 15:08:54 +00:00
James Koster
1340126d23
star icons
2012-02-13 13:08:37 +00:00
Mike Jolley
57f5dc3296
Product page (admin)
2012-02-13 13:06:56 +00:00
Mike Jolley
32ae245056
Js min
2012-02-13 00:04:21 +00:00
Geert De Deckere
3bae87e394
Made confirmation for removing an attribute translatable
2012-02-12 17:29:32 +01:00
Mike Jolley
e311b0d9fe
hooks
2012-02-10 18:57:44 +00:00
Mike Jolley
ef64bb8296
Few extra hooks in Javascript
2012-02-10 17:03:57 +00:00
Mike Jolley
808003e336
reset attribute select
2012-02-09 18:10:38 +00:00
Mike Jolley
a562132458
Shipping classes for variations. Closes #553 .
2012-02-08 14:39:31 +00:00
James Koster
85f6d53fab
Comment fail :-)
2012-02-03 16:16:46 +00:00
Mike Jolley
20747c192d
Hide message
2012-01-31 23:18:40 +00:00
Mike Jolley
17e22c8029
update_checkout trigger Closes #550 .
2012-01-31 18:13:21 +00:00
James Koster
cb180f87e2
different ticks
2012-01-28 18:32:53 +00:00
Mike Jolley
c57ab7c33f
Product page tidy + success icons
2012-01-28 15:20:49 +00:00
Mike Jolley
5ef054f1f8
Product admin tweaks
2012-01-27 20:21:36 +00:00
Mike Jolley
de6b06b864
Add to cart validation, and a different redirect if theres an error
2012-01-27 18:31:30 +00:00
Mike Jolley
89a226a895
Store cart + shipping tax rows instead of a combination
2012-01-27 15:00:03 +00:00
Mike Jolley
2cfa6f046a
Icon tweak
2012-01-25 22:07:44 +00:00
Mike Jolley
60647b0838
Error list. Closes #528 .
2012-01-25 20:37:21 +00:00
Mike Jolley
aa9f4385c8
Order items styling
2012-01-22 02:36:59 +00:00
Mike Jolley
c0b6791944
Javascript for order total calculations
2012-01-22 02:36:46 +00:00
Mike Jolley
31fc0c6cca
Cleaned up order page styling
2012-01-21 16:59:09 +00:00
Mike Jolley
197b629307
Chart/report fixes
2012-01-18 16:54:05 +00:00
Mike Jolley
3802145b96
Notice
2012-01-18 12:26:31 +00:00
Mike Jolley
ce6f77d4e0
data-max for quantity inputs
2012-01-14 17:59:47 +00:00
Mike Jolley
2e66169262
Merge branch 'master' of https://github.com/woothemes/woocommerce
2012-01-14 01:24:11 +00:00
Mike Jolley
aa4b074ca3
Rounding and calc totals
2012-01-14 01:23:16 +00:00
Mike Jolley
cd8b0fd492
Order calculations
2012-01-13 21:25:39 +00:00
James Koster
e79188b35c
attributes table and tidy up
2012-01-13 15:13:57 +00:00
James Koster
9bd50d1897
Tabs
2012-01-13 14:04:04 +00:00
Mike Jolley
37a334cfc6
Tweak errors
2012-01-13 12:40:34 +00:00
James Koster
6cd6dafc11
price filter
2012-01-13 12:35:02 +00:00
Mike Jolley
8dbe617f21
Fix for locale counties. Closes #487 .
2012-01-13 11:44:35 +00:00
James Koster
b70e25eab2
More fronted stuff
2012-01-12 16:41:44 +00:00
James Koster
7a43e72982
more default css updates
2012-01-12 15:25:28 +00:00
Mike Jolley
d94dc997b5
Merge
2012-01-12 00:45:20 +00:00
Mike Jolley
1dc5a3bc0b
Revert 136456f805ccdf9b7b6bce027dc24da3c14d4281^..HEAD
2012-01-12 00:43:30 +00:00
Mike Jolley
0ac712b193
merge
2012-01-12 00:38:21 +00:00
Mike Jolley
70a799757c
JS fix
2012-01-11 19:09:48 +00:00
James Koster
d77fef200d
New buttons styles for default theme
2012-01-11 19:07:33 +00:00
Mike Jolley
4756376faa
JS fix
2012-01-11 19:06:06 +00:00
Mike Jolley
645d59f51b
Tabs
2012-01-11 18:59:30 +00:00
Mike Jolley
4287a0628f
Option to show children only in widget. Closes #472 .
2012-01-10 14:55:08 +00:00
Mike Jolley
86afeaf594
Show order backend fields. Closes #460 .
2012-01-09 15:42:37 +00:00
Mike Jolley
ca8523361b
JS Tweaks
2012-01-07 15:36:12 +00:00
Mike Jolley
df1170a716
Delete all variations. Closes #243 .
2012-01-06 15:57:24 +00:00
Mike Jolley
6650434c3f
Theming improvement
2012-01-06 14:02:34 +00:00
Mike Jolley
24332672ad
Payment method. Closes #449 .
2012-01-05 12:11:34 +00:00
Mike Jolley
c2640d7524
Image size optimisation
2012-01-05 10:51:31 +00:00
Mike Jolley
fb5bb626e8
Shipping tax calc + rows, fixed up write panel
2012-01-04 16:24:26 +00:00
Mike Jolley
cd9aaa7f6f
Local tax rate interface
2012-01-03 10:01:19 +00:00
Mike Jolley
8733821091
Email totals, interface for local tax rates
2012-01-02 17:45:26 +00:00
Mike Jolley
bd4eaa9eb1
Tax rows and add order line item ajax
2011-12-31 19:03:41 +00:00
Mike Jolley
1de85e5d19
More taxes + totals work. Line item tweaks.
...
Next step; shipping.
2011-12-30 14:00:41 +00:00
Mike Jolley
90a257b4fa
Tax rows and compound taxes on cart page
2011-12-28 23:59:33 +00:00
Mike Jolley
86233f09ba
Changed order item rows (stored)
...
Instead of storing price ex. vat, we use the catalog settings. This
eliminates rounding errors and needing to store totals to high
precision.
Also, now storing tax class/status, line cost, and line tax. This will
allow us to support compound and stacked taxes (which are too complex
to do by storing just tax rate alone).
Old orders data will be missing for line item costs, but order totals
will be unaffected. This is unavoidable.
2011-12-28 13:02:13 +00:00
Mike Jolley
795f560b5f
JS for keys
2011-12-24 17:21:39 +00:00
Mike Jolley
364c0bd54c
Renamed all product data meta keys
...
This is so they are hidden (_). Should have done this long ago. Few
extensions will need updating when 1.4 goes out to reflect these
changes, mainly importers.
2011-12-24 16:57:36 +00:00
Mike Jolley
e8e908b2b6
Write panel tweaks
2011-12-24 15:32:18 +00:00
Mike Jolley
f28e4866e0
Shipping calc fix + markup change
2011-12-23 20:29:10 +00:00
Mike Jolley
4fb716d775
CSS. Closes #397 .
2011-12-21 23:52:52 +00:00
Mike Jolley
74bb271e96
Filter checkout fields..
...
.. you can pretty much turn off all fields now - although, you'll need
to turn off tax + shipping calcs too since they rely on addresses to
function.
2011-12-21 21:56:01 +00:00
Mike Jolley
cc91cf5618
Conditional options
2011-12-21 21:12:48 +00:00
Mike Jolley
b8eeda72bd
Show variable sku. Closes #350 .
2011-12-19 19:10:59 +00:00
Mike Jolley
c4625ad91e
Coupon on checkout. Closes #379 .
2011-12-19 17:11:19 +00:00
Mike Jolley
665d8bf512
Shipping method ordering. Closes #347 .
2011-12-19 14:05:32 +00:00
Mike Jolley
8788f8fb68
Products short code fix
2011-12-19 10:53:01 +00:00
Mike Jolley
18cc9a9442
Admin formatted address
2011-12-18 13:41:42 +00:00
James Koster
909bea5d02
Made star.png transparent
2011-12-17 19:21:51 +00:00
Mike Jolley
f04256320d
Locale stuff. Added locales for address fields for countries.
...
next step is to make the address formats work.
2011-12-16 21:19:56 +00:00
Mike Jolley
03891e7f56
Dynamic checkout fields based on locale
2011-12-16 15:11:41 +00:00
Mike Jolley
073d3cb2f0
Putting localisation stuff in countries class
2011-12-15 23:24:02 +00:00
Mike Jolley
df24e9e743
Locale settings for checkout
...
Work for base country, now it needs to be dynamic when changing
countries
2011-12-15 20:34:14 +00:00
Mike Jolley
fe3242558a
Working on locales, also added 'chosen' as an option for the checkout
2011-12-15 20:34:14 +00:00
Mike Jolley
feb9afd30b
Started work on locale options for ticket #316 .
...
Plan is to combine locale options with the checkout array so fields can
be overridden.
2011-12-15 01:14:47 +00:00
Mike Jolley
3bb4d6554a
Currency symbol change
2011-12-14 12:17:05 +00:00
Mike Jolley
cf52e99bd5
File download method opton
2011-12-07 21:26:53 +00:00
Mike Jolley
5f5eb20335
Sort gateways and set a default
2011-12-06 16:45:08 +00:00
Mike Jolley
d37608e7f4
Bar chart changes
2011-12-05 12:10:49 +00:00
Mike Jolley
16853cb6f6
Per order shipping with classes
2011-12-02 20:48:07 +00:00
Mike Jolley
172a34a9b9
Broke up scripts and made jquery ui optional
2011-12-02 11:43:15 +00:00
Mike Jolley
9eb7b4dd13
Tidied up script loaders
2011-12-02 11:11:33 +00:00
Mike Jolley
528f59c1e5
min
2011-12-02 09:43:37 +00:00
Mike Jolley
f8f19c9881
Merge pull request #303 from curtismchale/master
...
Fixed fancy box close icon
2011-12-02 01:41:21 -08:00
Curtis McHale
dffa0fefa3
Fixed the width and height of the sprite call because it was showing other images on the sides.
2011-12-01 15:23:50 -08:00
Mike Jolley
6dc4d2add8
Final tax logic fixes
...
Storing base cost/discounted cost instead of row_discount to keep calks
simple and maintain backwards compatibility.
2011-11-30 00:30:39 +00:00
Mike Jolley
ea3b016aba
minified
2011-11-28 17:12:21 +00:00
Mike Jolley
c99f7a2151
Merge pull request #285 from lucasstark/patch-2
...
Add a custom event, variationWrapShown, fired after the variation slide ...
2011-11-28 09:11:32 -08:00
lucasstark
0e79d68765
Add a custom event, variationWrapShown, fired after the variation slide down is complete.
2011-11-28 12:07:40 -05:00
Mike Jolley
a2ca5f6a78
Styling, address_override
2011-11-28 16:35:17 +00:00
Mike Jolley
764341b228
Settings API
2011-11-28 15:50:19 +00:00
Mike Jolley
895a24696f
Added dimensions to individual variationsAdded dimensions to individual variations. Closes #272 .
2011-11-28 13:13:49 +00:00
Mike Jolley
9f359335db
Textarea for attributes. Closes #275 .
2011-11-28 10:29:23 +00:00
Mike Jolley
c42f624243
Message in variations tab when no attributes are set up.
2011-11-27 14:36:41 +00:00
Mike Jolley
c2985e11e8
JS rounding
2011-11-26 20:15:21 +00:00
Mike Jolley
2abd9a1644
Type + tooltips
2011-11-26 16:41:48 +00:00
Mike Jolley
f7b4bebacc
Final tax rounding issues
2011-11-26 16:15:25 +00:00
Mike Jolley
14a169151d
Ability to load shipping/billing from selected customer
2011-11-26 12:32:44 +00:00
Mike Jolley
d735f13f70
Calculate totals (JS) rounding
2011-11-25 23:42:46 +00:00
Mike Jolley
b681ec5788
Changed discount to row_discount
2011-11-25 22:36:02 +00:00
Mike Jolley
d954419417
Tax calculations for adjusted rates
2011-11-25 22:13:01 +00:00
Mike Jolley
a55adaca3e
Store discount for products (pre-tax)
2011-11-25 19:31:06 +00:00
Mike Jolley
5fd566b47c
Improved look and feel of the orders section
2011-11-25 18:44:44 +00:00
Mike Jolley
b25436753d
All inputs now use 'chosen' instead of the multiselect widget
2011-11-23 17:28:58 +00:00
Mike Jolley
e0552ff3f7
Improved tax form - should improve usability
2011-11-23 14:39:28 +00:00
Mike Jolley
99fdf94a48
More chosen selects
2011-11-23 12:02:36 +00:00
Mike Jolley
4d6a9750fb
Admin bits
2011-11-23 10:08:48 +00:00
Mike Jolley
c3faee08b5
Started adding support for 'chosen' - a select element enhancer
2011-11-23 00:44:11 +00:00
Mike Jolley
8b4e811346
Encoding issues in attributes/variations
2011-11-18 17:27:45 +00:00
Mike Jolley
0af9b98d18
Fixed quick edit
2011-11-18 15:03:29 +00:00
Mike Jolley
ea216049c1
Fixed upload directory. Closes #210 .
2011-11-17 00:49:20 +00:00
Mike Jolley
cda736f804
Style fix
2011-11-16 22:52:46 +00:00
Mike Jolley
300a64f6bc
Added basic links to order pages from reports. Closes #150 .
...
Doesn't do date ranges - does a custom search by product name.
2011-11-16 21:18:59 +00:00
Mike Jolley
6a5b7d88a5
Fixed some html5 validation bits
2011-11-16 17:55:22 +00:00
Mike Jolley
6d08f380f5
JS min
2011-11-16 15:33:35 +00:00
Mike Jolley
ac3ddba858
Country defaults to store base. State field defaults to 'please select state' - not alabama for US. Closes #200 .
2011-11-16 15:25:45 +00:00
Mike Jolley
878dae75e8
input-text (thanks @lukecarbis)
2011-11-16 09:56:35 +00:00
Mike Jolley
b23338c2b0
Prevent checkout being submitted twice
2011-11-16 09:38:04 +00:00
Mike Jolley
96272f0e48
styles
2011-11-15 22:21:06 +00:00
Mike Jolley
eb1c9f9432
Height fix
2011-11-15 18:09:21 +00:00
Mike Jolley
51e921c7f6
Fixed menu icons. Closes #181 .
2011-11-14 16:57:53 +00:00
Mike Jolley
82dd746f1b
JS change
2011-11-14 12:02:42 +00:00
Mike Jolley
35cb53afde
Fancybox script order. Closes #179 .
2011-11-10 11:51:51 +00:00
Mike Jolley
8b125d1ff6
Variations -downloadable and virtual options
2011-11-09 23:06:17 +00:00
Mike Jolley
4e2c1e1580
Improved variations add/remove image button
2011-11-09 19:20:32 +00:00
Mike Jolley
a52c6b1437
Affilaite/external product type. Closes #166 .
2011-11-08 16:15:36 +00:00
Mike Jolley
f4694cf640
Fix states (loading from account)
2011-11-08 10:22:30 +00:00
Mike Jolley
f80828f27f
Check uniform is declared. Closes #154 .
2011-11-07 15:38:00 +00:00
Mike Jolley
5a99105123
woocommerce_product_add_to_cart shortocode
2011-11-07 15:09:46 +00:00
Mike Jolley
0d74014d4a
Added handles. Closes #137 .
2011-11-07 14:13:04 +00:00
Mike Jolley
de32a8eb8c
JS quantity
2011-11-07 11:41:57 +00:00
Mike Jolley
869f413e9b
New cart code adapted from Lucas Starks pull request.
...
Cart items are indexed by an md5 hash rather than numeric keys so we
can add custom data to cart items.
Plugins can hook in and add meta data, load it, and display it. The
adjust_price() function lets you adjust a products price too since its
loaded and stored in the cart on page load.
All works like a dream, all thats left is to show the values on the
cart page, and store them in the order item meta. Order item meta does
need a slight change though, to allow data with the same keys. Working
on that next.
2011-11-06 13:45:18 +00:00
Mike Jolley
b1e179aa0f
Large change to product types
...
Removed downloadable and virtual product types in favour of a
downloadable/virtual checkbox option meaning variations can also now be
virtual (no shipping) or downloadable. This should make it more
flexible.
Not many changes were needed to template since simple, downloadable,
and virtual were all pretty similar anyway.
Added a filter for admin for the new sub-types.
In the future variations should have boxes too for downloadable/virtual
so you can mis it up with physical/downloadable goods in the same
product :)
2011-11-05 19:03:03 +00:00
Mike Jolley
85e93a391e
Option for ajax add to cart Closes #79 .
2011-11-04 20:57:54 +00:00
Mike Jolley
7a78c5c98a
Products on sale widget + transient. Closes #66 .
2011-11-04 20:46:06 +00:00
Mike Jolley
2ce7485f36
Shortcode inserter + shortcode for products by category. Closes #139 .
2011-11-04 20:15:55 +00:00
Mike Jolley
b30c14ba64
Minor tweak to JS
2011-11-04 18:58:15 +00:00
Mike Jolley
25c18161e2
xhr variable to fix double loading. Closes #126 .
2011-11-02 20:51:07 +00:00
Mike Jolley
b7d9cb18ae
Optimisations and emails can contain gateway specific text. Closes #131 .
2011-11-02 20:32:35 +00:00
Mike Jolley
aa97182775
Fixed state field. Closes #128 .
2011-11-01 18:27:25 +00:00
Mike Jolley
8785c312b8
Options to define default attribute selections in variations. Closes #46 .
2011-11-01 18:19:01 +00:00
Mike Jolley
edca283200
AJAX add to cart for virtual/downloadable products Closes #101 .
2011-10-26 16:03:06 +01:00
Mike Jolley
de59598c4c
Made checkout set customer location so table rates are re-evaluated
2011-10-25 16:36:16 +01:00
Mike Jolley
463965454e
Styles
2011-10-24 15:51:58 +01:00
Mike Jolley
ffbeedc06b
Fix jquery ui div
2011-10-22 15:53:26 +01:00
Mike Jolley
bfc9ad433e
Fixed image (zoom) URL after variation selection
2011-10-22 13:21:05 +01:00
James Koster
599f14ced4
LESS auto compile, ignore
2011-10-17 11:10:07 +01:00
Mike Jolley
6c35dc6511
Fixed enter key on product edit page. Closes #78 .
2011-10-16 21:13:01 +01:00
Ramon van Belzen
adc3d531ee
empty line removal
2011-10-16 13:32:25 +03:00
Ramon van Belzen
622006bce1
empty line removal
2011-10-16 13:31:50 +03:00
Mike Jolley
edb0ab6763
css
2011-10-15 12:16:56 +01:00
Mike Jolley
d61167f060
Category addition bug and pay page fix
2011-10-13 13:25:24 +01:00
Mike Jolley
f8447c7a46
Drag and drop term ordering (so variation options can be sorted) Closes #57 .
2011-10-12 18:32:30 +01:00
Mike Jolley
4991bf75e2
Load admin css where needed
2011-10-10 23:33:58 +01:00
Mike Jolley
508f321324
Few improvements
2011-10-09 14:23:20 +01:00
Mike Jolley
992fe1849b
Added product dimension fields
2011-10-08 12:57:04 +01:00
Mike Jolley
3795f04ad0
Variation fix on iphone
2011-10-05 11:09:28 +01:00
Mike Jolley
68f5b97af8
Improved variation selections. Closes #45 .
2011-10-04 20:25:34 +01:00
Mike Jolley
f8e006069e
cart totals update when adding cross-sells to cart
2011-10-02 00:29:46 +01:00
Mike Jolley
6baf0ee7df
Return false on login link. Closes #30 .
2011-09-30 10:30:52 +01:00
Mike Jolley
3d23bb44af
JS fixes and added en_gb po. Closes #23 .
2011-09-29 13:01:56 +01:00
Mike Jolley
8613ad5a92
Fixed quotes in variation data
2011-09-28 13:34:41 +01:00
Mike Jolley
64c0bf6007
Fixed "All" variations
2011-09-27 20:05:02 +01:00
James Koster
bdb426c90e
Styles for order notes
2011-09-23 16:50:13 +01:00
Mike Jolley
9ab2193c7a
Order notes section and front-end display
2011-09-23 15:22:21 +01:00
Mike Jolley
5566827163
Unformatted email fix
2011-09-23 12:15:36 +01:00
Mike Jolley
ab70519f25
Variations now need a price each. Added bulk editing options too.
...
This makes variations less confusing and maintains the 'FROM' and
sorting for the frontend.
2011-09-23 12:04:51 +01:00
Mike Jolley
c9cb278739
Tweaked sale queries, fixed admin styling
2011-09-23 09:38:09 +01:00
Mike Jolley
793dce823c
syled orders admin
2011-09-22 21:29:54 +01:00
Mike Jolley
cab92fb6c0
Paypal uses settings API, shipping calc js fix
2011-09-22 15:58:20 +01:00
James Koster
59f4482a13
Changed buttons css
...
Uses 'background-color' instead of 'background' so as not to conflict
with themes which apply background images etc to buttons
2011-09-22 10:50:34 +01:00
Mike Jolley
3e8220a311
Removed cookie script from frontend
2011-09-21 17:17:28 +01:00
Mike Jolley
a49e9b8816
Added coupon expiry dates
2011-09-20 16:05:13 +01:00
Mike Jolley
d37f5eb95a
Flush rewrite rules and redirect after installation
2011-09-20 14:04:40 +01:00
Mike Jolley
4cb31cd969
stock reports
2011-09-20 11:30:21 +01:00
Mike Jolley
ade3f90a92
fixed calc totals on orders page
2011-09-19 18:03:16 +01:00
Mike Jolley
8dae9492ae
Fixed category ordering script
2011-09-19 17:53:08 +01:00
Mike Jolley
72e2b5219b
Upsell/cross sell improvements
2011-09-19 15:57:17 +01:00
Mike Jolley
d536897e69
drag and drop ordering for attributes
2011-09-19 15:32:53 +01:00
Mike Jolley
e1104c69ae
Orders page tweaks and filters
2011-09-19 15:00:32 +01:00
Mike Jolley
5f66b49fd1
Product page cleanup and filter by product type
2011-09-19 13:25:06 +01:00
Mike Jolley
02aef8c295
Ditched datepicker in favour of jQuery ui
2011-09-19 11:30:23 +01:00
Mike Jolley
abe07eb787
customer reports
2011-09-17 01:12:25 +01:00
Mike Jolley
87e3d83b67
Reports cleanup
2011-09-17 00:07:40 +01:00
Mike Jolley
fc87f294f6
reports work
2011-09-16 18:39:37 +01:00
Mike Jolley
1f0f9213f3
1 report down, lots to go
2011-09-16 13:45:52 +01:00
Mike Jolley
5d84ea814a
Dashboard restyle
2011-09-16 09:51:19 +01:00
Mike Jolley
0d0bb3436c
Added reports section (no content yet) and redone admin stars
2011-09-16 09:30:16 +01:00
Mike Jolley
16565712a5
Updated settings page - individual page per tab for reduced lag
2011-09-15 17:37:38 +01:00
Mike Jolley
2ad7fcce5f
minify
2011-09-14 15:55:53 +01:00
Mike Jolley
6f27139231
VAT exemption support + query optimisation
2011-09-14 15:55:03 +01:00
James Koster
68edf11f21
minified css
2011-09-13 16:29:56 +01:00
James Koster
41fbe1ec37
AJAX add to cart buttons now animate
2011-09-13 15:58:06 +01:00
James Koster
a0502b1d82
more % layout stuff and changed email header colour to woo blue
2011-09-13 13:42:10 +01:00
James Koster
5ffe65afc9
Made layout more flexible
...
By using instead of px the default stylesheet is now much more friendly
to other themes besides TwentyTen.
2011-09-12 11:06:28 +01:00
Mike Jolley
a125c94240
minified
2011-09-11 18:35:22 +01:00
Mike Jolley
07063ab547
mutliselects
2011-09-11 18:33:26 +01:00
Mike Jolley
8375887455
Shipping method selection on cart
2011-09-11 17:42:50 +01:00
Mike Jolley
f0021ef763
Heavily modified the attribute/variation system
...
Adjusted how attributes are stored Used 'terms' rather than storing
attribute values as text Renamed tax_ to attribute_ to make more sense
Made front-end use attribute labels rather than name/reference Make link
all attributes work Hidden 'variation' checkbox when not using a
variable product
2011-09-11 14:28:15 +01:00
Mike Jolley
594c06cb43
admin
2011-09-09 15:23:54 +01:00
Mike Jolley
2e56353d70
Work on admin scripts + settings screens
2011-09-09 15:23:32 +01:00
Mike Jolley
ccf6a04274
Multi select width
2011-09-08 15:12:29 +01:00
Mike Jolley
68ff47cc7d
JS fix
2011-09-08 11:13:12 +01:00
Mike Jolley
ab5a86cba9
jQuery -> $
2011-09-08 10:52:18 +01:00
Mike Jolley
b3d7b8e413
Fixed tabs
2011-09-05 16:16:59 +01:00
Mike Jolley
857778c3c0
ui delete
2011-09-05 10:04:42 +01:00
Mike Jolley
6901af95e8
Tidyup; removed ui.css
2011-09-05 10:04:17 +01:00
Mike Jolley
44d830d374
Compressed scripts and css
2011-09-04 12:03:57 +01:00
Mike Jolley
63ec2b001f
New shipping system to delete with multiple rates per gateway
2011-09-02 15:42:17 +01:00
James Koster
9004e2ef8b
I don't remember doing this
2011-09-01 16:22:17 +01:00
Mike Jolley
b8636296ff
Ajax cart fix
2011-08-30 12:43:16 +01:00
Mike Jolley
ccb53b7f1b
Free labels for free products, unset price products cannot be added to cart
2011-08-27 21:07:16 +01:00
Mike Jolley
5cd9629a45
Image size options
2011-08-27 20:20:28 +01:00
Mike Jolley
726d46c26e
css
2011-08-27 14:37:46 +01:00
Mike Jolley
2cf6927279
Removed !important
2011-08-27 12:59:12 +01:00
Mike Jolley
b67a015c0f
Fix currency pos in script
2011-08-27 12:57:06 +01:00
Mike Jolley
142635fdbb
Renamed params variable
2011-08-24 20:35:02 +01:00
Mike Jolley
b0f4e4bbba
Variation taxonomy changes
2011-08-24 20:32:33 +01:00
Mike Jolley
6913726cd5
Better tax system
2011-08-24 17:23:04 +01:00
Mike Jolley
1ba08f0dc0
Improved variations
2011-08-22 15:10:22 +01:00
Mike Jolley
9b6b707112
Quantity amount fix
2011-08-22 13:02:45 +01:00
Mike Jolley
40897953a3
Find product in cart fix
2011-08-22 12:57:50 +01:00
Mike Jolley
23cbdbdbc4
Stock system changes + write panel improvements
2011-08-21 14:28:54 +01:00
Mike Jolley
69c65c8b32
variation fix
2011-08-20 22:03:31 +01:00
Mike Jolley
30e2b33c1d
Better order admin and fixes
2011-08-20 16:41:42 +01:00
Mike Jolley
8c4e69f707
order meta, loop visibility
2011-08-19 21:11:04 +01:00
Mike Jolley
e286b11ff5
Dashboard coding, new icons
2011-08-19 15:48:41 +01:00
Mike Jolley
1472315f1b
Changed the way product data is stored
2011-08-18 00:42:07 +01:00
Mike Jolley
1832e8bd8d
New email system, better order review handling
2011-08-16 15:06:08 +01:00
Mike Jolley
3a5b322c4a
New coupon system
2011-08-15 17:48:24 +01:00
Mike Jolley
d7b8cf624e
Settings re-work
2011-08-13 17:07:10 +01:00
Mike Jolley
1f85de92ff
Admin interface
2011-08-13 14:57:48 +01:00
Mike Jolley
674927d3d5
button classes, tax rounding etc
2011-08-12 11:22:07 +01:00
Mike Jolley
c2d3ec4892
Orders panel
2011-08-11 23:54:26 +01:00
Mike Jolley
fc7b3d2265
Tax issues and fixes
2011-08-11 23:39:02 +01:00
Mike Jolley
9d5d2cd975
upsells/cross sells
2011-08-11 11:51:33 +01:00
Mike Jolley
ebec1bb27a
Changed UI and scripts
2011-08-10 18:49:27 +01:00
Mike Jolley
15a659b4ea
Icons
2011-08-10 18:19:06 +01:00
Mike Jolley
43c1ff17ad
More woo goodness
2011-08-10 18:11:50 +01:00
Mike Jolley
0425a68eca
WooCommerce conversion and update
2011-08-10 18:11:11 +01:00
Mike Jolley
8e8613b116
First Commit - from Jigoshop Source
2011-08-09 16:16:18 +01:00