Commits
Thomas Tornevall authored 70261d316fd
RWC-58 Css for admin set. Localizations for resursbank_order added (but necessary?) PHP requirement changed to 7.0 as Woo requires this as a minimum. A lot of order admin details added to WooCommerce class. Order view information splitted between after billing|shipping|details instead of having one bit info box. Using special reformatter to set billing/shipping info in order view. Moved actions to action section. Added one woocommerce action section. Script enqueuer moved into separate method so it can be reused (this is the only way to add more manual localizations). Added Api method for getPayment with failover from SOAP to Rest. Payments are also statically shared between methods. Api connection is fetchable both statically and from instances. Old meta data can be fetched. getOrderMeta is a central station for ordermeta with key based requests. getOrderInfo is the major merger for orders. getOrder(id)ByEcomRef fetches a local woocom-based orderId if we only have resurs references (import from 2.x). Templates created for order information.