aprokaev
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Plugin doesn’t work for me any moreI’m so sorry π
If you decide to return to our plugin, please describe the problem (and share the settings) via https://algolplus.freshdesk.com/Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Plugin doesn’t work for me any morePlease submit your settings as new ticket to https://algolplus.freshdesk.com/
Use tab βToolsβ to get these settings.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Tax Rate per orderplease follow to https://docs.algolplus.com/algol_order_export/developers-algol_order_export/common/add-calculated-field-for-order/
add key tax_rate
use this codeadd_filter('woe_get_order_value_tax_rate',function( $value,$order, $fieldname ) {
foreach($order->get_items() as $item) {
$taxes = $item->get_taxes();
if(!isset($taxes['total'])) continue;
foreach($taxes['total'] as $tax_rate_id =>$amount) {
$rate = WC_Tax::get_rate_percent( $tax_rate_id );
$rate = trim( str_replace("%", "", $rate) );
return $rate;
}
}
return $value;
}, 10, 3 );please use https://docs.algolplus.com/algol_pricing/settings-algol_pricing/debug/ to find reason why you don’t see discount for some products
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Tax Rate per orderHello
Is only one tax rate applied to all items (inside one order) ?
Hello
Could you share screenshot of the rule ?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Fatal error if export refundsGood news π
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Fatal error if export refundsHello
Please replace the plugin via >Plugins>Add New>Upload with development version
https://downloads.wordpress.org/plugin/woo-order-export-lite.zipForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Fatal error if export refundsHello
Please open section “Filter by order” and tunr off “Skip fully refunded items”.
thanks, Alex
Please rollback to previous 4.9.7 using >Plugins>Add New>Upload
and check if this error still exists.Visit https://wordpress.org/plugins/advanced-dynamic-pricing-for-woocommerce/advanced/ , scroll to bottom and select necessary version in dropdown.
Hello
If you have staging website – please disable “WPC Product Bundles for WooCommerce” plugin and check if you still see this error.
Hello
Can you share list of installed plugins ? Please visit >WooCommerce>Status to get it .Hello
Please follow this post
https://wordpress.org/support/topic/even-tickets-plus-exporting-attendee-info/#post-14868953Youβre welcome
Hello
We’ve fixed this issue and plan to update the plugin on Monday.
You can visit https://wordpress.org/plugins/woo-order-export-lite/advanced/ and download/test development version.
Thank you for the detailed bug report.