Lucas Karpiuk
|
fc11849054
|
Fixes issue #7440
|
2015-02-15 15:36:18 -05:00 |
Claudio Sanches
|
03193b867b
|
Creted new webhooks edit interface
|
2015-01-08 16:34:30 -02:00 |
Claudio Sanches
|
9f83541d9f
|
Added webhook meta box js
|
2014-12-16 19:07:48 -02: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 |
claudiosmweb
|
3ce620e4f3
|
Removed eXtremeGoHorse practices from WC_AJAX::calc_line_taxes() and wc_save_order_items()
cc @barrykooij
|
2014-12-01 21:55:48 -02:00 |
Tamara Zuk
|
af442599b1
|
Code Standards: Finish up admin includes
* fixed indentation - swapped spaces for tabs at start of line, swapped
tabs for spaces min-line for alignment
* removed instances of `@return void` and `@access public`
@see http://make.wordpress.org/core/handbook/coding-standards/php/
@see part 1: #6157
|
2014-11-30 01:52:32 -05:00 |
Mike Jolley
|
3c82331a8b
|
Store discount 'tax' to show discounts on prices including tax more accuratly
Also deprecated some functions named after having 2 levels of discounts.
|
2014-11-25 13:05:03 +00:00 |
Mike Jolley
|
4a8c541fbf
|
Remove 'order' discounts from classes
|
2014-11-25 11:05:14 +00: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 |
claudiosmweb
|
8eeb6fc204
|
Removed more some unused code
|
2014-11-19 22:43:09 -02:00 |
claudiosmweb
|
861a34c348
|
Removed the frontend styles setting #6589
|
2014-10-21 20:12:39 -02:00 |
Mike Jolley
|
4a2a2714f6
|
Make cart total consider taxes
Fixes #6522
|
2014-10-14 12:20:38 +01:00 |
claudiosmweb
|
2a255de172
|
changed the LESS compiler to SCSS compiler #5606
|
2014-09-22 15:30:07 -03:00 |
Mike Jolley
|
506a66b3a4
|
Merge pull request #6342 from axisthemes/ASBPATH-2
Absolute path should have curly braces
|
2014-09-22 10:21:05 +01:00 |
shivapoudel
|
4091fe00ad
|
Absolute path and Indentation fix for includes/admin/{roots-files}.php :)
|
2014-09-21 01:37:30 +05:45 |
Loushou
|
1252db79f8
|
changed filter name to be past tense for clarity
loushou
|
2014-09-19 09:08:54 -07:00 |
Loushou
|
becdc0977d
|
filter to inform other plugins that order items have been saved in the admin
loushou
|
2014-09-19 08:57:02 -07:00 |
claudiosmweb
|
f9454b7c3b
|
fixed the decimal format in wc_save_order_items() for taxes, close #6253
|
2014-09-15 14:03:14 -03:00 |
Mike Jolley
|
c4ef86d44e
|
scrutinizer patches
|
2014-09-08 00:37:55 +01:00 |
Mike Jolley
|
97724c8a95
|
woocommerce_create_page_id filter Closes #6013
|
2014-08-13 10:59:40 +01:00 |
claudiosmweb
|
a46ef1fced
|
improved the shipping order items
|
2014-07-23 19:30:55 -03:00 |
claudiosmweb
|
2d7e1cc51a
|
added method to save all order taxes
|
2014-07-20 20:53:43 -03:00 |
claudiosmweb
|
5152457d9d
|
improved the saving the new tax data
|
2014-07-20 01:28:16 -03:00 |
claudiosmweb
|
2cfebdc6c5
|
save/update shipping taxes
|
2014-07-20 00:56:38 -03:00 |
claudiosmweb
|
6176cb6b77
|
allow multiple taxes columns in order items
|
2014-07-20 00:21:33 -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
|
d321395946
|
created new methods to save and load the order items in shop_order screen
|
2014-07-17 17:17:54 -03:00 |
Mike Jolley
|
755001f19b
|
Use order types where required
|
2014-07-11 12:43:42 +01:00 |
Coen Jacobs
|
3ad8935b20
|
Removed ununsed global variables in local scopes
|
2014-06-08 22:33:11 +02:00 |
Mike Jolley
|
90914cc3c8
|
Update LESS compiler and less files #5070
|
2014-03-06 16:23:43 +00:00 |
Mike Jolley
|
94693ea81d
|
Admin screen strings need to be sanitised to work with chinese chars Closes #4788
|
2014-02-14 10:57:48 +00:00 |
Coen Jacobs
|
61a783886d
|
Suggested code changes in #4266
|
2013-12-03 15:03:25 +01:00 |
Gregory K
|
f937c36250
|
Inconsistent return types: TODOs
|
2013-12-03 14:53:49 +01:00 |
Coen Jacobs
|
3e6acf7aab
|
Code changes for #4252
|
2013-12-02 12:34:27 +01:00 |
Gregory K
|
7b38c7300b
|
Inconsistent return types: mostly TODOs, some fixes
|
2013-11-29 13:50:31 -05: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 |
Mike Jolley
|
51ba9c393f
|
WC globals
|
2013-11-25 14:01:38 +00:00 |
Coen Jacobs
|
c1a439eb99
|
Formatting functions woocommerce to wc refactor
|
2013-11-25 14:34:21 +01:00 |
Mike Jolley
|
05d9c0e045
|
Rename menus, removed woocommerce_
|
2013-10-22 17:26:18 +01:00 |
Mike Jolley
|
1813c1d6d6
|
woocommerce_attributes > product_attributes
|
2013-10-22 16:46:59 +01:00 |
Mike Jolley
|
d77bac9330
|
Removed hooks and functions from admin.
|
2013-08-06 16:56:15 +01:00 |
Mike Jolley
|
fa7c1d9a6a
|
Addons page Closes #3331
|
2013-08-06 14:04:40 +01:00 |
Mike Jolley
|
9462dde581
|
Settings refactoring
|
2013-07-26 15:36:28 +01:00 |
Mike Jolley
|
cd50b328a2
|
Install and update functions
|
2013-07-25 16:29:25 +01:00 |
Mike Jolley
|
8a6ff89bf1
|
Moved admin directory and moved some functions to classes (ongoing refactor)
|
2013-07-24 17:01:36 +01:00 |