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