Hi Julien,
> How to add an internal margin on the barcode labels? (I can only set the pages margins)
There is probably a number of ways of doing it. One would be to wrap all your content in <table>
and set some padding
, i.e. try setting your “Print > Template” option to something like this:
<table style="padding: 50px">
<tr>
<td>[alg_wc_ean_barcode]</td>
</tr>
</table>
> How to insert custom fields values on the barcode labels?
Please update the plugin to the latest v3.6.0. I’ve added a new shortcode there – [alg_wc_ean_product_meta]
. So now you can use it in your “Print > Template” option, e.g.:
[alg_wc_ean_product_meta key="your_custom_field_key"]
Please give it a try and let me know what you think.