algol.plus
Forum Replies Created
-
You can get 4.5 version at bottom of the page https://ww.wp.xz.cn/plugins/advanced-dynamic-pricing-for-woocommerce/advanced/
Hello
By steps
– repeat the problem in the cart
– visit >Pricing Rules>Tools
– generate report
– submit json file as ticket to https://algolplus.freshdesk.com/We’ll reply in 12 hours
Forum: Plugins
In reply to: [Phone Orders for WooCommerce] Cart contents remains for current userhi
please open >Settings>Common and mark “Switch Customer”.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Make default valueYou’re welcome
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Make default valuetry this code , don’t use is_null()
add_filter('woe_get_order_value_shipping_first_name', function ($value, $order,$fieldname,) {
if (empty($value)) {
$value = "test";
}
return $value;
}, 10, 3);Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Make default valuehi
It’s hook name.
Please, read https://docs.algolplus.com/algol_order_export/hooks-filters/
Some examples https://docs.algolplus.com/algol_order_export/modify-existing-fields/thanks, Alex
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Make default valueHello
can you share your settings?
visit tab Tools to get them
hi
please follow to https://docs.algolplus.com/algol_order_export/fields/
add key order_total_no_tax_24
use code
add_filter('woe_get_order_value_order_total_no_tax_24',function ($value, $order,$fieldname) {
$amount = $order->get_total() - $order->get_total_tax() ;
return $amount * 24;
},10,3);Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Lite vs Full VersionHello
Same developer.
If you use pro version – only “woocommerce-order-export” must be active.
Yes, you can just delete folder “woo-order-export-lite”
this hook is applied at the end of all calculations, so it’s definitely effective.
so you tried this hook ?
add_filter('adp_before_apply_rule', function($rule, $processor, $cart){
return $rule;
},10,3);Can you share your code and screenshot of the rule ?
hi
Do you want to modify prices for cart items after our rules were applied ?
Can you visit >Tools>Backup and send us 2 json feeds (Rules>All and Options )?
please, submit ticket to https://algolplus.freshdesk.com/
and we’ll provide fixed version for tests
hello
Do you use free https://ww.wp.xz.cn/plugins/shopengine/ ?
please, visit >WooCommerce>Status>Logs and review fatal-error-2024-01-30-xxx file.