algol.plus
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom product_variationhello
please, open section “MIsc Settings” and add this code to it
add_filter( 'woe_fetch_item_meta', function($value, $meta, $item, $product ){
list($name,$attr) = explode(":",$value);
if($name == "Size") {
$post_id = $product->get_parent_id() ? $product->get_parent_id() : $product->get_id();
$terms = get_the_terms( $post_id, "product_tag");
if(!$terms) return $value; // no tags!
foreach($terms as $term) {
if($term->name == "t-shirt") $value .="(t-shirt)";
}
}
return $value;
},10,4);Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom product_variationHello
Can you open >Product >All Products, edit product , open variation “Size=S” and
share the screenshot of this variation.But I’ll reply only tomorrow.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Empty field – export ordersHello
I still misunderstand what field is filled by customer. For each product or for order ?
>> although customers have completed the section.
Please, go to >WooCommerce>Orders, edit any order and share screenshot of area (with field value).
You can blur other details.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Completed order dateyou’re welcome
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Completed order dateplease open >Setup Fields>Product Order Items, click Add Field and seek for necessary key in the dropdown.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Completed order datehello
please go to section Format and select necessary formats in Date and Time.
don’t use “-“ .
thanks, Alex
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] display one product at a timeit’s ok.
hi
We added some options , but they’re still in beta state ( turned off by default).
So if you still have problem with speed – turn on “Don’t recalculate cart on page load” and “Disable shipping calculations” in >Settings>Calculation .
I refer to https://ww.wp.xz.cn/plugins/advanced-dynamic-pricing-for-woocommerce/#developers- This reply was modified 2 years ago by algol.plus.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Mapping to HPOS order tablesThe problem fixed in version 3.5.2
The problem fixed by version 3.5.3
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Empty field – export ordersHello
What field you can’t export exactly ?
Could you share your settings too? visit >Export Orders>Tools to get them.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Problem with displaying accents👍
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Problem with displaying accentsok, but @ricardhh10 I used your original code and I saw “Cádiz” in Excel file.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Problem with displaying accentsHello
please, switch format to CSV and open generated file in any TEXT editor.
Will you see Cádiz ?
hello
Can you submit json report as new ticket to https://algolplus.freshdesk.com/ ?
Use >WooCommerce>Prcing Rules>Tools to get it .
thanks , Alex