piffpaffpuff
Forum Replies Created
-
this happens when you order a product with no price (empty field, not 0!). this is a woocommerce issue and also happens on your customers order overview page. it would be great if you could report the issue to woccommerce: https://github.com/woothemes/woocommerce/issues?state=open
the logo display method changed in the last version. please read the faq and upload the logo at the the right size.
@trevorgehman could you please explain the issue? which woocommerce and plugin versions do you use? what kind of product do you print? i’m asking because i can’t reproduce the issue with wc 1.6.3 and wcdn 1.2.4.
thanks. i’m looking into it. i will try to update the plugin tomorrow.
the “E-Mail Invoice” button is added by woocommerce and not by this plugin. please go to the woocommerce forum to ask your question.
this is more of a woocommerce question because
$wcdn->print->get_order()
just returns the order instance that was created by woocommerce. maybe your custom fields aren’t saved as desired, or you are actually saving an array? i don’t know, but your code is right.<?php $wcdn->print->get_order()->order_custom_fields; ?>
i have absolutely no idea what you are talking about.
please check the
woocommerce-delivery-notes-print.php
file inside the plugin folder. the right functions are:wcdn_billing_phone(); wcdn_billing_email();
not implemented. the invoice automatically displays the billing address, the delivery note the shipping address.
version 1.2.4: if you disable them in your woocommerce settings, they won’t be printed.
fixed in 1.2.4
enable debugging in wp-config.php and see if it shows you any errors/warnings that could help you.
you should NEVER rename a plugin folder. you will always get in troubles if you do so.
this is hopefully fixed in the latest version. let me know if you tested it.
this isn’t really wrong. it is rather incomplete. in the next version it will show the totals exactly the same way as when a customer reviews his order online.