Hi All,
I have been trying to edit "Email Copy of Shipment" Checkbox to be defaulted as Checked, at the moment is unchecked.
I found an old post where they told me to add a code in items.phtml file,
the code is:
<p>
<label <label class="admin__field-label" for="send_email"><?php echo Mage::helper('sales')->__('Email Copy of Shipment') ?></label>
<input id="send_email" class="admin__control-checkbox" name="shipment[send_email]" value="1" type="checkbox" checked />
</p>
I created this file path and inserted items.phtml here: app/design/adminhtml/custom_folder/custom_folder/Magento_Shipping/templates/order/view/items.phtml.
But nothing happens, i have done all the back-end stuff like setup, deploy, cache flush and reindex.
Anyone that could help me out?
Any help is appreciated, thanks.