WooCommerce Label Generation Plugin
User <script> window.location.href='admin.php?page=generate-label&orderids=" . implode(',', $order_ids) . "' </script> "; exit; } function pmm_generate_label_style() { ?> <style> div#custom-popup { margin-top: 50px; } div#generate_label { background: #fff; } .generate_label { width: 50%; text-align: center; } .dosage_ins { margin-top: -3%; } .dosage_ins p { font-weight: 600; } .client_name-date { margin-top: -3%; } .warning.url.address td { margin-top: -15px; […]