Any ideas how to add the product code input field in the bulk product addition table in 2.1.2?.
If this is complex please PM a quote. Thanks in advance.
Try this one⦠Replace your skins/basic/admin/views/products/m_add.tpl
with the one attached.
Thank you, it works great. I modified the styles.css in that skin/basic/admin folder, to reduce a little bit the prices area.
td .input-text-medium {
width: 70px;
padding: 2px 4px;
}
td .input-text-long {
width: 95%;
padding: 2px 2px;
}
Best regards.