Holohugo Posted September 20, 2019 Share Posted September 20, 2019 Hello product_name is carring attributes group and attribute value whenever is displayed. I need to strip it into lines like: NAME </ br> Attr. group1 and Value </ br> Attr. group2 and Value </ br> I need this for my PDF invoices, where everything is in one line, creating a mess. A dont need it enywhere else, only on invoice. In invoice.product-tab.tpl file, there is: <span style="font-size:10pt;">{$order_detail.product_name}</span><br/> <span style="font-size:8pt;">{$order_detail.product_reference}</span> I tried to find whatever product_name variable within the site files, but i could not find the one that is covering the format, or that would allow me to break line between actual name, and and attributes group. Can someone please point me to the right direction? I would accept even anY other solution to this Thank you Link to comment Share on other sites More sharing options...
Jagotic Posted September 24, 2019 Share Posted September 24, 2019 Data you're looking for stored in Database. Find table order_detail & see column product_name Link to comment Share on other sites More sharing options...
Holohugo Posted December 5, 2019 Author Share Posted December 5, 2019 On 9/24/2019 at 4:59 AM, Jagotic said: Data you're looking for stored in Database. Find table order_detail & see column product_name Thank You! But can i format data in database or the output? If its tored in one table, i cant formate it, right? 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