algol.plus
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] User RolesYou’re welcome
Can you test search products in section “Filter by Products” ? Will it fail too ?
How long do you wait till you get error reply ? 30 seconds ? less?
I’m unsure if it’s due huge product database.Can you share screenshot of rule which you confgure , but it doesn’t work ok ?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] User RolesForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] User Rolesit’s possible, but I will reply in 10 hours only
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] User Rolesmy bad, as I see – forum damaged my code .
please, replace code with this version
https://gist.github.com/alexv66/1ee5516c384eb1d1c4b323ac08ad273fForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] User Roleshi
please, follow to https://docs.algolplus.com/algol_order_export/fields/
add key customer_roles
add code
add_filter('woe_get_order_order_value_customer_roles',function ($value, $order,$fieldname) {
global $wp_roles;
if(!$order->get_user_id()) return “”; // guest
$roles = $wp_roles->roles;
$user = get_userdata( $order->get_user_id() );
$names = array();
foreach($user->roles as $role)
$names[] = isset( $roles[ $role ] ) ? $roles[ $role ]['name'] : $role;
return join(“,”, $names);
},10,3);please, submit json report as new ticket to https://algolplus.freshdesk.com/
You should visit >Pricing Rules>Tools to get it .
but we’ll reply only tomorrow
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] PHPExcel is deprecatedNew library uses a bit different interface , so we will have to support duplicated codes.
It has no sense for us.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] PHPExcel is deprecatedHello
We known about this problem and plan to release updated version ( next year only!).
PhpSpreadsheet requires PHP 8.1, but only 40% use compatible PHP versions according to https://ww.wp.xz.cn/about/stats/
- This reply was modified 1 year, 8 months ago by algol.plus.
- This reply was modified 1 year, 8 months ago by algol.plus.
hello
We still need exact error , so please try configure https://developer.ww.wp.xz.cn/advanced-administration/debug/debug-wordpress/#wp_debug_log
Do you have this problem only with adding products ? Can you set category filter ?
Please review error log for your webserver . It’s accessible via cPanel or ftp.
Did it work ok in past ? Have you installed any new plugins recently?
We need to know exact error message.
please visit >WooCommerce>Status>Logs and review “fatal-errors” for today.Hi
- Please, visit >WooCommerce>Status>Logs and review “fatal-error-xxx” for today.
- Please, use browser to check JS errors.
Short guide – https://ww.wp.xz.cn/support/article/using-your-browser-to-diagnose-javascript-errors/#step-3-diagnosis
thanks, Alex
Can your theme add this label for cart items ??
I checked translation , Spanish phrase is “Importe ahorrado”
https://translate.ww.wp.xz.cn/projects/wp-plugins/advanced-dynamic-pricing-for-woocommerce/stable/es/default/?filters%5Bterm%5D=Amount+Saved&filters%5Bterm_scope%5D=scope_any&filters%5Bstatus%5D=current&filters%5Buser_login%5D=&filter=Apply+Filters&sort%5Bby%5D=priority&sort%5Bhow%5D=descplease, disable our plugin and test cart Total