domstic
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] show payment fees on pdf invoicethanks bluantinoo
this looks great!Forum: Plugins
In reply to: [YITH WooCommerce PDF Invoice and Shipping List] Logo not showing upmy solution in the previous post has the problem that the .
logo is not showing when the invoice is attached to the sales email.my temporary solution ist to place the logo fix into the invoice.php and shipping-list.php
in the template>invoice folder (until i find a better solution).<img src="<?php echo $_SERVER["DOCUMENT_ROOT"].'/imgs/logo.jpg';?>"/>Forum: Plugins
In reply to: [YITH WooCommerce PDF Invoice and Shipping List] Logo not showing upfor me the following worked:
as mentioned in the link below, dom pdf do not accept urls with http.
http://stackoverflow.com/questions/25558449/dompdf-image-not-readable-or-emptyso i change my url from “http://www.example.com/imgs/logo.jpg”
to “../imgs/logo.jpg”hope this helps
hi
thank you for your response.
i did not receive any errors.
after doing a few more test orders it worked.kind regards