![]() |
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? |
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?
|
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.
|
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
|
Re: Extra fields do not show on product detail page?
have you checked the extra_fields module it self?
ASh |
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???
|
Re: Extra fields do not show on product detail page?
Check the file that is called form product.tpl in skin1/modules/Extra_Fields
|
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} |
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.