algol.plus
Forum Replies Created
-
Forum: Plugins
In reply to: [Phone Orders for WooCommerce] Cart contents remains for current userThe bug fixed in version 3.9.0.
The bug fixed in version 3.9.0.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] export ‘similar orders’hi
could you rephrase the question?
how will you identify similar orders? By order items?
what columns you want to export?
- This reply was modified 2 years ago by algol.plus.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Mapping to HPOS order tablesHello
How many orders you have in database? 1000+ ?
We fixed similiar bug recently.
Please, submit ticket to https://algolplus.freshdesk.com/ and we’ll send you updated version .Probably, you should just ask them to add necessary feature?
as we add new functionality asap, sometimes in 1-2 days.
Can you just use other plugin to configure this discount ?
I see “Discounts for specific customers” at https://ww.wp.xz.cn/plugins/woo-advanced-discounts/ ?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export parent orderhi
please, open section “Filter by order” and mark “Don’t export child orders”
hi
I think you need this rule https://snipboard.io/Hnmqg4.jpg
But condiiton “User” is pro feature . Will condition “Role” suit your needs ?
hi
Both plugins use same way to modify cart items, so I don’t see how to combine them.
What discount you can not setup using our plugin?
Actually, plugin had 2 different problems : slow code itself and slow calls external(shipping) APIs.
We fixed 1st problem already in version 4.7.0.
We work over 2nd problem and plan to release new version at end of this month to.
hi
We worked over this problem last months.
We can provide updated version next week if you submit ticket to https://algolplus.freshdesk.com/thanks, Alex
Hello
please visit >WooCommerce>Pricing Rules>Settings>Calculation and turn on “Disable shipping calculation”.
Thanks, Alex
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom Produc Variable FieldYou’re welcome
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom Produc Variable FieldTo add border – you must modify file using PHPExcel .
Simplest way – add this code to “Misc Settings”// add empty row after each order, Excel/CSV/TAB formats
add_filter("woe_fetch_order_data", function($rows) {
$rows[] = array_fill(0, count($rows[0]),"");
return $rows;
});Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom Produc Variable Fieldplease, open “Setup Fields” and set “Fill order columns for” = All rows