algol.plus
Forum Replies Created
-
How exactly this rule should work ?
hello
please, share the screenhsot of the rule.
Do you use https://ww.wp.xz.cn/plugins/woocommerce-product-addon/ to setup addons ?
Hello
please, visit https://docs.algolplus.com/algol_pricing/product-discounts-help/#s13and review rule “3 products for 100”
hello
please, send me your settings. visit tab “Tools” to get it
We export only 30 orders per one request.
So you can just use “Export w/o progress bar” .
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Exporting based off custom fieldsDo you use paid https://aceplugins.com/plugin/advanced-checkout-fields-woocommerce/ ??
Please, submit this plugin (zip file) as new tcket to https://algolplus.freshdesk.com/
OR review examples in https://docs.algolplus.com/algol_order_export/add-product-rows/ and code script yourself.hi
It seems you se load balancer.
The plugin creates temporary file during in “progress bar” mode.
But load balancer run the export on different instances ( for each step in progress).
So the plugin puts data in different files .Try enable “sticky session” if your hosting supports it .
https://docs.digitalocean.com/glossary/sticky-session/- This reply was modified 1 year, 7 months ago by algol.plus.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Exporting based off custom fieldshello
please, share your settings .
visit tab “Tools” to get them.
Forum: Reviews
In reply to: [Advanced Order Export For WooCommerce] It doesn’t work for meHello
Can you switch format to CSV ? WIll it freeze at 97% too ?
Please, visit >WooCommerce>Status>Logs and review “fatal-errors” for today.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Missing orders on exportYou’re welcome
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Missing orders on exportHello
I visited >WooCommerce>Orders, selected 3 orders , run bulk action “Export as XLS” and got 3 records in generated file.
Probably, you should turn off “Summary report by customers” mode.
In this case – you can get less records than selected (if orders were made by same customer).Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Missing orders on exportplease share your settings.
visit tab Tools to get it
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Change Export for Cumulative Totalshi
- please enable mode “Summary report by products”, it’s checkbox below Date range
- open “Setup fields”, add fied “Category” to export
- open “MIsc Settings” (the section is at bottom of page too) and add this code
add_filter( "woe_summary_products_adjust_key", function($key, $product, $product_item, $order, $item ){
return $item['category'];
},10,5);Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Change Export for Cumulative Totalshello
Does each product belong to ONE category only ?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Woocommerce Booking dataHello Jan
please, visit https://docs.algolplus.com/algol_order_export/woocommerce-bookings/
copy code
add it to functions.php (or use Code Snippets pugin)
go back to export
you will see new fields in >Setup Fields>Productsthanks, Alex