algol.plus
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Problem with the invoice columnplease share the video or the screenshots which demonstrate the problem
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] remove text wrapping in export- I sent you code for XLS
- You don’t need code to format CSV
please record the video of the problem
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] remove text wrapping in exportif I still understand you incorrectly — please record the video
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] remove text wrapping in exporthi
You don’t need any code.
CSV is plain text format.
so you must format columns when you open file in Excel, via menu Data.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] remove text wrapping in exportplease don’t click on CSV file.
start Excel and use menu Data>From Text/CSV.
So you can configure format for necessary column.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] remove text wrapping in exportplease open section “Misc Settings” ( at bottom of the page) and add this code
add_action( 'woe_xls_print_header', function($objPHPExcel, $formater ) {
$objPHPExcel->getDefaultStyle()->getAlignment()->setWrapText(true);
},10,2);I’ve installed this plugin and I can’t repeat the problem.
Can you submit video as new ticket to https://algolplus.freshdesk.com/ ?
hi
Do you use this free plugin https://ww.wp.xz.cn/plugins/blockonomics-bitcoin-payments/ ?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Js ErrorYou’re welcome
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Js Errorhello
- please, check page source and seek for “settings-form.js”.
Was it loaded ? Do you see “function woe_is_flat_format” inside this file ? - Please, visit >WooCommerce>Status>Logs and review “fatal-error-xxx” for today.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Anonymized export?please, share final php code if you can
You’re very welcome
ok, got it
please, use field “[P] Product Name” and add this code to section “Misc Settings”
add_filter('woe_get_order_product_value_product_name', function ($value, $order, $item, $product,$item_meta) {
$variation = WC_Order_Export_Data_Extractor::get_product_variation( $item, $order, $item->get_id(), $product);
return $variation ? $value . " - " . $variation . "" : $value;
}, 10, 5);hi
Please, use >Setup Fields>Product Order Items>Add Field and select “Size” in the dropdown.
If you can – submit your rules as new ticket to https://algolplus.freshdesk.com/
Visit >Pricing Rules>Tools>Backup to get them