KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: lowfier on August 30, 2013, 04:32:37 pm

Title: Product Specs
Post by: lowfier on August 30, 2013, 04:32:37 pm
Hi All,

In the CE store front it has a specs tab between product details and Reviews when we look at a product Detail Body.
I checked on the ProductsDetailBody.jsp that it associated with Custom products Attributes.

<%if (prod.getCustomAttrArray() != null && prod.getCustomAttrArray().length > 0){ %>

I tried to add on a product some custom attributes but it fails to show them and i suspect that this method prod.getCustomAttrArray() is returning null or 0 custom Attributes.

Can you please show how this could work?
Title: Re: Product Specs
Post by: ryan on August 30, 2013, 04:37:42 pm
Try adding some template based custom attributes to a product http://www.konakart.com/docs/CustomProductAttributes.html . These will be returned in the customAttrArray of the product.
Title: Re: Product Specs
Post by: lowfier on August 30, 2013, 04:47:33 pm
In the admin are it says:  Custom Product Attribute functionality has not been installed!
Is it a EE feature?
Title: Re: Product Specs
Post by: ryan on August 30, 2013, 04:50:22 pm
Yes