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 do not show on product detail page? (https://forum.x-cart.com/showthread.php?t=50840)

Donnay2 11-19-2009 08:18 AM

Extra fields do not show on product detail page?
 
X-Cart V4.1.1

The statement for the extra fields is present in customer/main/product.tpl

I have added several extra fields to a product yet they do not appear on the product detail.

The module is activated.

Any ideas?

cflsystems 11-19-2009 02:49 PM

Re: Extra fields do not show on product detail page?
 
Are the extra fields active, not only the module? Have you added any data to them?

Donnay2 11-19-2009 09:20 PM

Re: Extra fields do not show on product detail page?
 
Yes I have checked the box on the extra field creation page, and Yes I have added data to the fields on products, and neither the titles or the data will appear on the product detail page.

cflsystems 11-20-2009 05:51 AM

Re: Extra fields do not show on product detail page?
 
Then I would say your code is custom modified in a way not to show extra fields on product details page. Check product.tpl for extra fields reference

ARW VISIONS 11-20-2009 06:16 AM

Re: Extra fields do not show on product detail page?
 
have you checked the extra_fields module it self?

ASh

Donnay2 11-20-2009 10:07 PM

Re: Extra fields do not show on product detail page?
 
Yes, the extra field module is activated. The extra fields are checked as visible. I have verified the code is in the product.tpl. I have added values to the extra fields on my test products. I will post my product.tpl and maybe someone can see a problem. It looks fine to me, but who knows???

cflsystems 11-21-2009 03:54 AM

Re: Extra fields do not show on product detail page?
 
Check the file that is called form product.tpl in skin1/modules/Extra_Fields

Donnay2 11-21-2009 07:55 AM

Re: Extra fields do not show on product detail page?
 
customer/main/product.tpl calls the following file which loads:

modules/Extra_Fields/product.tpl

{* $Id: product.tpl,v 1.9 2005/11/21 12:42:06 max Exp $ *}
{section name=field loop=$extra_fields}
{if $extra_fields[field].active eq "Y" && $extra_fields[field].field_value}
<tr>
<td width="30%">{$extra_fields[field].field}</td>
<td>{$extra_fields[field].field_value}</td>
</tr>
{/if}
{/section}

cflsystems 11-21-2009 08:48 AM

Re: Extra fields do not show on product detail page?
 
Seems ok to me. If you look at the site under FF/Firebug do you see the extra fields in the code? Is this for the pro version? Maybe there is something different then Gold and I don't really know the Pro version of the cart


All times are GMT -8. The time now is 11:53 PM.

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