Hi everybody, I need to add a custom field (checkbox) during the Checkout process and then register the data in database. Later I would like to have this data appearing on the PDF invoice in the back-office. What I have done so far: - Create the field in the template /themes/themeName/order-carrier.tpl (I want my field to appear right after the TOS section) - Add a new field in database in the ps_orders table (TINYINT) - Add this function in /override/classes/Order.php : <?p