X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Customizing Extra Product Fields (https://forum.x-cart.com/showthread.php?t=45740)

Cyber Matrix 02-21-2009 07:41 AM

Customizing Extra Product Fields
 
1 Attachment(s)
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.

Attachment 1381

ARW VISIONS 02-21-2009 08:18 AM

Re: Customizing Extra Product Fields
 
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.

Cyber Matrix 02-25-2009 03:09 PM

Re: Customizing Extra Product Fields
 
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.


All times are GMT -8. The time now is 05:44 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.