Creating override of order.php file can do the trick. In Copy order.php from components\com_phocacart\layouts to
templates\your_template_name\html\layouts\com_phocacart
Open file and find:and add replace pak with name of your form field.
I don't know where exactly you want to be displayed but you can add it above line
templates\your_template_name\html\layouts\com_phocacart
Open file and find:
Code:
// -----------// BILLING// -----------
Code:
if ($v['pak'] != '') { $ob[] = $v['pak'];}
I don't know where exactly you want to be displayed but you can add it above line
Code:
if ($v['address_1'] != '') { $ob[] = $v['address_1'].'<br />';}
Statistics: Posted by Nidzo — 09 Oct 2024, 15:35