algol.plus
Forum Replies Created
-
ok, got it.
So even when you deactivated all rules in our plugin — you still see the bug ?
Can you test the problem using last version (4.7.0) ? We fixed similiar bug.But if it won’t help – can you share the screenshots of configurations for both shipping plugins too?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] CalculationMore details about filter naming https://docs.algolplus.com/algol_order_export/hooks-filters/
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] CalculationHello
Your code doesn’t use product fields, so follow to https://docs.algolplus.com/algol_order_export/fields/
Add key _pos_discount-test
Use code this code
add_filter('woe_get_order_value__pos_discount-test',function ($value, $order,$fieldname) {
$subtotal = 0;
foreach ($order->get_items() as $order_item) {
$subtotal += $order_item->get_subtotal();
}
$cart_discount = $order->get_discount_total();
$order_total = $order->get_total();
$custom_field_value = $subtotal - $cart_discount - $order_total;
return $custom_field_value;
},10,3);👍
please, update the plugin an check if you still see these errors.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export Only product with specific taxTaxes are not assigned to order items. so we can’t filter results.
Export all orders and use Pivot Tables(Excel) to group data
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export Only product with specific taxWooCommerce saved only tax rate ids.
Try >Filter by item and metadata>Item Names>tax
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export Only product with specific taxhello
try >Filter by Products>Product custom fields, key _tax_class
ok, got it
hi
This error was reported some days ago, and we fixed it.
But we’ll release new version next week only, so if you’re in hurry – you can submit ticket https://algolplus.freshdesk.com/ and we’ll provide fixed version for tests.
thanks, Alex
hi
We already work over this problem.
if you submit ticket to https://algolplus.freshdesk.com/ — we’ll share optimized version for tests.
hi
We plan to release updated version next week,
but if you submit ticket to https://algolplus.freshdesk.com/ — we’ll provide fixed version now.
Please, submit ticket to https://algolplus.freshdesk.com/
and we’ll provide updated version for tests.Can you visit >Products>All Products, click “Export” , export all products , and submit generated file as new ticket to https://algolplus.freshdesk.com/ ?
We have to repeat the sitaution at our servers.
how many varations?