I would need to get database info to be displayed in cart-detailed-product-line.tpl
I need to access the ps_cart table and display infos from a column I created in it. There already is a $cart variable available in this tpl file but it looks like it doesn’t get datas from ps_cart. I looked for the php file from where I could call those datas with SQL requests but I don’t get to find it…
How can I manage to do it ?