algol.plus
Forum Replies Created
-
hi
Please, visit >Settings>Bulk Table , click “Customize” (2nd link) and select “Style Columns”
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Fees per itemok, got it
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Fees per itemif you still need help – please, reply to last question and we’lll ty to figure solution/code
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Order date second & Line breakif you still need help — please, submit your settings as new ticket to https://algolplus.freshdesk.com/
visit tab Tools to get them
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Fees per itemexample, fee = 10 and we have 2 different products inside one order.
1st line, qty=2, amount = 200
2nd line, qty=1, amount =200
how will we split 10?
by qty ? 6.67+3.33?
by amount? 5+5?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Fees per itemyou can get total fee amount and split by items.
I refer to https://docs.algolplus.com/algol_order_export/add-calculated-field-for-product/
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Order date second & Line breakok, but this value will repeat for each order item.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Fees per itemhello
visit >WooCommerce>Orders, edit the order.
do you see fee amount for each order item separately ?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Order date second & Line breakYou get order coupons and get %% from the WC_Coupon
just read https://stackoverflow.com/questions/44977174/get-coupon-data-from-woocommerce-orders
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Order date second & Line breakif you added product (green!) field “item_coupon” — use code
add_filter('woe_get_order_product_value_item_coupon', function ($value, $order, $item, $product,$item_meta) {
return $order->get_discount_total();
}, 10, 5);Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Order date second & Line breakYou should use this way to add new column https://docs.algolplus.com/algol_order_export/add-calculated-field-for-product/
and use $order->get_discount_total()
thank you ! but we’ll reply in 12 hours only
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Order date second & Line breaktry >Setup Fields>Product Order Items>Item Discount Amount
hi Dan
We already started work over this issue ,
so if you submit ticket to https://algolplus.freshdesk.com/ — we’ll provide new version for tests tomorrow.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Order date second & Line breakok, got it