DJFearRoss Posted May 29, 2019 Share Posted May 29, 2019 I have prestashop 1.6 I want the ean showing on the delivery slip along with the SKU for each product. How can i do this? Link to comment Share on other sites More sharing options...
tdsoft Posted May 29, 2019 Share Posted May 29, 2019 You can open PDF template file: pdf\delivery-slip.product-tab.tpl Add code you want display it {$order_detail.product_ean13} -> display ean 13 {$order_detail.product_upc} - -> display UPC {$order_detail.product_reference}-> display Reference Example 1 Link to comment Share on other sites More sharing options...
DJFearRoss Posted May 29, 2019 Author Share Posted May 29, 2019 Wow! Thanks so much. When people put amendments to code here i never do them as i don't have an IT background as such. But i thought this looked simple enough and it was. It's the first time i've ever modified code in prestashop, so thanks so much. One other thing, is is possible to add text the text 'UPC' to it, just before. As at the moment it's mixed in with the colour name. Link to comment Share on other sites More sharing options...
DJFearRoss Posted May 29, 2019 Author Share Posted May 29, 2019 Don't worry about answering, i just typed it in and it worked. Getting a bit too confident.. probably mess something up now. Link to comment Share on other sites More sharing options...
tdsoft Posted May 30, 2019 Share Posted May 30, 2019 You can displat UPC - EAN 13 with this code Ean13: {$order_detail.product_ean13} - UPC: {$order_detail.product_upc} 1 Link to comment Share on other sites More sharing options...
Wasim90 Posted January 24, 2020 Share Posted January 24, 2020 Hi, How can I print the delivery slip & sort by the UPC number? Link to comment Share on other sites More sharing options...
DJFearRoss Posted February 19, 2020 Author Share Posted February 19, 2020 Hi Wasim, Not sure I know wha you mean. Once you process the order (normally set its status to SHIPPED), the option to Download the Delivery Slip will be available. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now