algol.plus
Forum Replies Created
-
You’re welcome
Hello Hannah
We use simple PDF library , so we can’t support HTML templates to generate invoices/packing slips in bulk.
I suggest to use https://ww.wp.xz.cn/plugins/woocommerce-pdf-invoices-packing-slips/ for this case.
I hope it helps.Alex
yes, use woe_get_order_product_value_Name eingeben (PFLICHTFELD)
https://docs.algolplus.com/algol_order_export/hooks-filters/
Create hook for product fieldplease, use >Setup Fields>Product Order Items>Add Field and seek for “Name eingeben (PFLICHTFELD)” in the dropdown.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Anonymized export?It’s possible using php code.
more details https://docs.algolplus.com/algol_order_export/hooks-filters/
you should add php code to section Misc Settings (at bottom)
visit >Pricing Rules>Settings>Debug and mark checkbox
repeat the problem at checkout page
open debug panel(at bottom) and press “Get system report”
submit .json file as new ticket to
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Exporting in Serialized formatprobably $value damaged? try use
$unserialized_value = maybe_unserialize($order->get_meta("_participant"));Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Exporting in Serialized formatplease run phpMyAdmin , open table wp_postmeta and export one record as SQL file.
you can submit this file as new ticket to https://algolplus.freshdesk.com
- This reply was modified 1 year, 11 months ago by algol.plus.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Exporting in Serialized formatplease, check topic https://docs.algolplus.com/algol_order_export/hooks-filters/
if you added key “_participant” to export — hook will be
add_filter('woe_get_order_value__participant',function( $value,$order, $fieldname ) {
return $value;
}, 10, 3 );you’re welcome
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom product_variation👍
field “Order Line Total” shows amount after applying coupon.
please open section >Setup Fields>Product Order Items and use field “Line Subtotal”.
if you don’t see this section- turn off mode “Summary report by customers”
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Empty field – export ordershello
Probably, field name changed ?
Please, run PhpMyAdmin and review records in tabe wp_postmeta.
Set filter post_id = Order ID.use fresh Order ID!