Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Extra fields do not show on product detail page?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-19-2009, 08:18 AM
 
Donnay2 Donnay2 is offline
 

Member
  
Join Date: Jan 2009
Posts: 18
 

Default 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?
__________________
X-CART PRO VERSION 4.1.11
Reply With Quote
  #2  
Old 11-19-2009, 02:49 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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?
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #3  
Old 11-19-2009, 09:20 PM
 
Donnay2 Donnay2 is offline
 

Member
  
Join Date: Jan 2009
Posts: 18
 

Default 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.
__________________
X-CART PRO VERSION 4.1.11
Reply With Quote
  #4  
Old 11-20-2009, 05:51 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #5  
Old 11-20-2009, 06:16 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Extra fields do not show on product detail page?

have you checked the extra_fields module it self?

ASh
__________________
xcart 5.1.2
Reply With Quote
  #6  
Old 11-20-2009, 10:07 PM
 
Donnay2 Donnay2 is offline
 

Member
  
Join Date: Jan 2009
Posts: 18
 

Default 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???
__________________
X-CART PRO VERSION 4.1.11
Reply With Quote
  #7  
Old 11-21-2009, 03:54 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Extra fields do not show on product detail page?

Check the file that is called form product.tpl in skin1/modules/Extra_Fields
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #8  
Old 11-21-2009, 07:55 AM
 
Donnay2 Donnay2 is offline
 

Member
  
Join Date: Jan 2009
Posts: 18
 

Default 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}
__________________
X-CART PRO VERSION 4.1.11
Reply With Quote
  #9  
Old 11-21-2009, 08:48 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:32 AM.

   

 
X-Cart forums © 2001-2020