Closed (fixed)
Project:
eC Live Subproducts
Version:
5.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
23 Jul 2007 at 16:24 UTC
Updated:
9 May 2008 at 13:38 UTC
HI
I have an ec-live-subproduct product with a lot of subproduct variations and attributes applied to it.
When you navigate to the product node a would like my attributes to be in collapsible fields of the respective variations to save space on page [and to be swish]
I see the function > theme_ec_live_subproducts_pproduct_view is called to display the attributes at the node view.
Where could i enter code to enable the fieldsets?
thanks
Comments
Comment #1
brmassa commentedanon,
there is a line in theme_subproducts_pproduct_view()
change it to
regards,
massa
Comment #2
.-_-. commentedi thought that was it too and tried it before this post but it doesn't seem to work for me.
i see it uses druapl 5 form api and that line is where the array is and where the values should go but it just didnt work for me
i got it to work in IE but not FF with the old technique of encapsualting with and .
did you try the way you suggested above?
this way seems to work but not in FF so need to figure it out
thank you
Comment #3
.-_-. commentedclosing
Comment #4
webfaqtory commentedJust in case someone copies the example above as I did. #collapsable is wrong! Should be #collapsible ie:
It also helps to have a title and possibly weight.