ehandelsfabriken
Forum Replies Created
-
Ok, I will do some more tests and will contact them if the issues remain. Many thanks for your help. It was really helpful in order to investigate this further.
Ok. Yes, there’s a clear connection there. Orders without a barcode in the pdf doesn’t have the meta key_barcode_text and a value for it. The strange thing is that some orders created AFTER installing the barcode plugin doesn’t have the meta key _barcode_text and a value for it. They all should have that meta key and a value for it.
If I visit orders created BEFORE installing the barcode plugin and then try to print the PDF. The barcode displays in the PDF. So I guess we need to visit old orders in order to have their barcode displaying in the PDF since its not generated as far as the meta key _barcode_text and value goes ??
Shouldn’t the meta key _barcode_text and it’s value be created upon creating the order? Or do we really need to visit each order page to have the website create the meta key _barcode_text and it’s value?
Thanks. The result is the same. Visually the barcode got bigger and more difficult to scan. But it doesn’t display in every PDF like before. Looks like these two plugins are in conflict with something. Because the barcode works perfect everywhere else.
function barcode_scanner_wc_barcode( $template_type, $order ) {
echo ‘<div class=”barcode” style=”width:250px;”>’;
echo WC_Order_Barcodes()->display_barcode($order->get_id());
echo ‘</div><br /><br />’;
}
add_action( ‘wpo_wcpdf_before_order_details’, ‘barcode_scanner_wc_barcode’, 10, 2 );I already have it setup with custom code so I’m fine that way. The code works. However, the barcode only display in some pdf’s. That’s what I need help with figure out whats causing it to only display in some pdf’s.
Forum: Plugins
In reply to: [Gallery Metabox] Issues with adding already uploaded images to galleriesSo the only way to attach images to a gallery is to upload them again? No other way? Maybe you could add the feature to attach images that were attached to other pages/posts?