Hi,
I will add this function to the next release. Will put it in invoice’s “Additional Footer”, ok?
Best regards,
Tom
Hi,
I’ve managed to add requested functions to current release.
To add weight and quantity data to invoice’s additional footer, you should add something like this to textbox:
[wcj_items_total_weight before=”Total weight is: ” after=” kg”]
[wcj_items_total_quantity before=”Total items quantity: ” after=” kg”]
[wcj_items_total_number before=”Total lines: ” after=” kg”]
Please let me know if it works as expected.
Best regards,
Tom
It almost works – it doesn’t if the quantities for a product are more than 1
for example
#1 weight 32 lbs quantity ordered 1
#2 weight 50 lbs quantity ordered 10
gives us 82 lbs not the correct 532 lbs
Hi,
Yes, I made a mistake. Already fixed, will upload to ww.wp.xz.cn today. Thanks.
Best regards,
Tom
Hi,
I’ve uploaded v.2.0.6. Please recheck – problem should be gone.
Best regards,
Tom
Hi
This solution worked fine until update of plugin this morning, now the invoice simply displays
[wcj_items_total_weight before=”Total Weight: ” after=” lbs”]
[wcj_items_total_quantity before=”Total Items: ” after=” Items”]
in the pdf
Hi,
Please change wcj_items_total_weight to wcj_order_items_total_weight and wcj_items_total_quantity to wcj_order_items_total_quantity accordingly.
Best regards,
Tom
Ahhh, adding
[wcj_order_items_total_weight before=”Total Weight: ” after=” lbs”]
[wcj_order_items_total_quantity before=”Total Items: ” after=” Items”]
that just displays nothing in the invoice now, so not working
Just uploaded v.2.1.1 with the fix. Please let me know if it’s working…
Best regards,
Tom
Perfect Tom, Perfect.
Great job, many thanks.