Quantcast
Channel: Phoca Forum
Viewing all articles
Browse latest Browse all 1996

Phoca Cart • Re: Form Fields

$
0
0
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:

Code:

// -----------// BILLING// -----------
and add

Code:

if ($v['pak'] != '') { $ob[] = $v['pak'];}
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

Code:

if ($v['address_1'] != '') { $ob[] = $v['address_1'].'<br />';}

Statistics: Posted by Nidzo — 09 Oct 2024, 15:35



Viewing all articles
Browse latest Browse all 1996

Trending Articles