MS
Asked
How do I add product custom fields to the label when printing the barcode labels? Which file should I edit?
- MSAnswered
Hello,
Please update the language file
app/language/English/sma_lang.php
for custom field labels.Thank you
- MSAnswered
No I want to display the customs field on the label. Which file do I need to to modify?
- MSAnswered
Hello,
For print barcode/label, please check the
print_barcodes
method of products controllerapp/controllers/admin/Products.php
and the view file isthemes/default/admin/views/products/print_barcodes.php
Thank you
- Login to Reply