• Welcome to KonaKart Community Forum. Please login or sign up.
 

Product Specs

Started by lowfier, August 30, 2013, 04:32:37 pm

Previous topic - Next topic

lowfier

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?

ryan

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.

lowfier

In the admin are it says:  Custom Product Attribute functionality has not been installed!
Is it a EE feature?

ryan