algol.plus
Forum Replies Created
-
You’re very welcome 😉
Do you run WooCommerce in HPOS or legacy mode ?
I refer to https://woo.com/document/high-performance-order-storage/I checked plugin’s code, I see the error.
They should not use add_post_meta() to save order meta.
This code doesn’t work in HPOS mode.But you still can export this value .
Add key “_invoice_serial” to export (as you did at first) and put this code in section “Misc Settings”
add_filter('woe_get_order_value__invoice_serial',function( $value,$order, $fieldname ) {
return get_post_meta($order->get_id(), "_invoice_serial", true);
}, 10, 3 );ok, got it.
What shipping plugin do you use , btw ?
do they provide WordPress plugin?
so WordPress can’t read this value.
What plugin fills this field in database?
this error caused by another code, it’s just 4 lines .
please review webserver error logs and fix it.
Please, open section “Misc Settings”, add following code, press Preview and copy output.
echo "<pre>";
$order = wc_get_order(5776);
var_dump($order->get_meta("_invoice_serial"));
die();And 5776 is order id ?
Do you use any php code for our plugin from docs.algolplus.com ?
is it meta for order ? or for product ?
hello
When you press “Add Field” — do you see field in the dropdown “Clave meta”?
Can you repeat the problem and send us report , as described at
https://ww.wp.xz.cn/support/topic/version-4-6-1-causes-issues-with-printful-live-shipping-calculations/#post-17420322Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Group Products togetherYou’re welcome
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Group Products togetherHello
Please, open section “Setup Felds” and set “Add products as” = One Row
But if you need ONE cell – please, check this topic https://docs.algolplus.com/algol_order_export/add-new-fields/
Add new field (as shown at screenshot) and use 1st code- This reply was modified 2 years, 3 months ago by algol.plus.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export orders with UTM informationHello
Does “pixel your site pro” save information as order meta ?
Please, try >Setup Fields>Common>Add Field and seek for necessary keys in the dropdown.
If it won’t work — please, submit “pixel your site pro” (zip file!) as new ticket to https://algolplus.freshdesk.com/