algol.plus
Forum Replies Created
-
You should use tab Profiles , but it’s pro feature.
More details https://docs.algolplus.com/algol_order_export/interface-of-the-profiles-tab/
hi
Can you submit this ticket to https://algolplus.freshdesk.com/ and attach screenshot of the rule + screenshot with wrong amounts?
“Show total price for product” is pro feature , this forum can be use only to support free version.
thanks, Alex
You can select any plugin.
Thank you, we’ll try to figure solution this week
YITH WooCommerce Product Add-ons & Extra Options Premium. — is not free. We need it for tests.
it’s not free.
please, submit ticket to https://algolplus.freshdesk.com/
and attach this plugin (as zip file)
Hello
What Yith plugin do you use ? They have a lot of plugins.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Refundsok, got it
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Make default valuehook name is woe_get_order_value_gender_shipping
For whom having same problem with field “Product variation” — you must add this code to section “Misc Settings”
add_filter('woe_get_order_product_value_product_variation', function ($value, $order, $item, $product,$item_meta) {
$data = $item->get_meta("_ywapo_meta_data");
if(!is_array($data)) return $value;
$yith_meta = array();
foreach($data as $opt_group)
foreach($opt_group as $opt)
$yith_meta[] = $opt['display_label'] . ':' . $opt['display_value'];
$value .= " | " . implode(" | ", $yith_meta);
return $value;
}, 10, 5);Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Make default value$order is https://woocommerce.github.io/code-reference/classes/WC-Order.html
so you must use
$order->get_meta("gender_billing")thank you very much
You’re welcome
Hello
Ok, got it. but we need some extra information to find the error.
By steps
– repeat the problem in the cart
– visit >Pricing Rules>Tools
– generate report
– submit json file as ticket to https://algolplus.freshdesk.com/You can get 4.5 version at bottom of the page https://ww.wp.xz.cn/plugins/advanced-dynamic-pricing-for-woocommerce/advanced/
Hello
please, set “Based on variation” in section “Bulk rules”.
Don’t use mode “Based on all matched products”.
Forum: Plugins
In reply to: [Phone Orders for WooCommerce] user role invoiceshello
You should use our https://ww.wp.xz.cn/plugins/advanced-dynamic-pricing-for-woocommerce/ to configure prices , plugin Phone Orders is fully compatible with it.
So you will be able to add items to cart(prices will be adjusted by role) and send link to this cart to the customer. More details https://docs.algolplus.com/algol_phone_order/checkout-at-frontend/
We can provide full version for tests if you submit ticket to https://algolplus.freshdesk.com/
thanks, Alex