| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Extra fields do not show on product detail page? | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() 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?
__________________
X-CART PRO VERSION 4.1.11 |
|||||||
#2
|
|||||||||
|
|||||||||
![]() Are the extra fields active, not only the module? Have you added any data to them?
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#3
|
|||||||
|
|||||||
![]() 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.
__________________
X-CART PRO VERSION 4.1.11 |
|||||||
#4
|
|||||||||
|
|||||||||
![]() 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
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#5
|
|||||||||
|
|||||||||
![]() have you checked the extra_fields module it self?
ASh
__________________
xcart 5.1.2 |
|||||||||
#6
|
|||||||
|
|||||||
![]() 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???
__________________
X-CART PRO VERSION 4.1.11 |
|||||||
#7
|
|||||||||
|
|||||||||
![]() Check the file that is called form product.tpl in skin1/modules/Extra_Fields
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#8
|
|||||||
|
|||||||
![]() 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}
__________________
X-CART PRO VERSION 4.1.11 |
|||||||
#9
|
|||||||||
|
|||||||||
![]() 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
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|