rjxiii
Forum Replies Created
-
Thanks guira. That’s work for me too. I hope this issue will be fixed soon with an update. ??
Hi,
I have this problem too, and like the others members since the last update to Woocommerce 2.6Anyone could help us?
Forum: Plugins
In reply to: [Invoices for WooCommerce] Change order date formatI will try as soon as I can.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Change order date formatHi guys,
Finally I change the data order with the code bellow:
<?php echo date(‘d/m/Y’,strtotime( $this->get_formatted_order_date()));?>
Regards.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Reduce margin after logothanks for all!
Forum: Plugins
In reply to: [Invoices for WooCommerce] Reduce margin after logoAt first, thanks Bas for your request. This reduce the space, but there are too much. If I put the code in the body.php, and comment the header.php I get the space that I want, but the margin of top before the company section rise…
Regards.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Reduce margin after logoHi again,
I’ve localized the issue. This is the margin between the diferents files (header.php, body.php and footer.php). I don’t know where but when it create the pdf add margins between the files to make a pdf. Where I can modify this?Thanks again!
Forum: Plugins
In reply to: [Invoices for WooCommerce] Reduce margin after logoHi Bas,
Had you tried something with my logo and the problem?
I reduce some space, but there are too much still between the logo and the “Invoice address”.Thanks.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Reduce margin after logoHi,
I tried to change the code bellow in the css file:img.company-logo {
max-height: 100%;
}Changing 100% with 20%, that change the logo size, but not the margin.
Here’s my logo:
https://www.lomasled.com/gonmutar/wp-content/images/gmt.pngThis is too large certainly.
Thanks for all.