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)
-   -   Extra Fields products_t.tpl (https://forum.x-cart.com/showthread.php?t=24735)

Cpt.Crashtastic 09-07-2006 04:29 PM

Extra Fields products_t.tpl
 
Tearing my hair out with this. I want to add an extra field in to the products_t.tpl This is the code I have used
Code:

{if $active_modules.Extra_Fields}
{section name=field loop=$extra_fields}
{if $extra_fields[field].service_name eq "minPrice"}
{$extra_fields[field].field} : <br />
{$extra_fields[field].field.value} : <br />
{$extra_fields[field].field.field_value} : <br />
{$extra_fields[field].field_value} : <br />

{/if}
{/section}
{/if}


the result

http://www.embroideredcaps.info/Brushed-Cotton-Caps-p-1-c-1.html

How on earth do I get the actual value and why does what I presumedwould return the value appear to return the first character of the next field name? The field comtains a number if that helps

This is version 4.1.3

balinor 09-07-2006 04:32 PM

Re: Extra Fields products_t.tpl
 
Did you read the whole huge thread on this in the Wishlist forum?

Cpt.Crashtastic 09-07-2006 04:45 PM

Re: Extra Fields products_t.tpl
 
No but I think I've read everything else on the forum. My eyes have receded into my head.

Here goes for another session.

Ant


All times are GMT -8. The time now is 06:36 AM.

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