Precision_Sam Posted November 13, 2022 Share Posted November 13, 2022 I have a product (e.g. name: complete_Set_of_Three) which is a pack of 3 different individual products (itemA, itemB, itemC). I would like to display all 3 individual products in the invoice under the product name. In the file invoice.product-tab.tpl, I'd like to have {$order_detail.product_name} to show: complete_Set_of_Three [itemA] x 2 [itemB] x 5 [itemC] x 3 How can I modify the HTMLTemplateInvoice.php? Thank you very much! Sam 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