| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Customizing Extra Product Fields | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
![]() Is there a way to break up the extra product fields? Instead of stacking them on top of each one have them like the attach image.
__________________
Cyber Matrix ------------------- X-Cart 4.1.9 |
|||||||||
#2
|
|||||||||
|
|||||||||
![]() sure. The extra fields section just loops through the extra fields array. You can take this portion out and call the options by their unique value anywhere on the page.
this is the code that calls the fields <td width="30%">{$extra_fields[field].field}</td> <td>{$extra_fields[field].field_value}</td> you will need to find the unique value for each field_value and replace the field_value above. you will also have to do the same for field.
__________________
xcart 5.1.2 |
|||||||||
#3
|
|||||||||
|
|||||||||
![]() Okay that makes sense and is there a way to have it make 2 columns instead of having to find each one value and create the 2 columns. See the attach image again if needed.
__________________
Cyber Matrix ------------------- X-Cart 4.1.9 |
|||||||||
|
|||
X-Cart forums © 2001-2020
|