Quote Originally Posted by delia View Post
quickie fix:

each attribute has its own id in the source code

<div class="wrapperAttribsOptions" id="wAttrib-16">

css to not display.

#wAttrib-16 { display: none; }

That won't get rid of the <br class="clearBoth" /> added in between the attributes but should make each attribute disappear. Also you may find you may have to put in a lot of attribute ids.........

I'll try this. I think that's basically how the Flexible Attributes mod works, but I'm willing to try anything. :)





Quote Originally Posted by PinkLeopard View Post
Yes! That is what I use and it works like a charm. Thank you Glen!
Quote Originally Posted by cuysan View Post
For hiding specific attributes, would this work? I'm not familiar with the contribution. But appears that it could make working with the attributes easier? If you're commenting something out and it has no effect, then it's probably on another css page? This contribution may at least put all your attribute controls in one place.

http://www.zen-cart.com/index.php?ma...oducts_id=1494

Thread:

http://www.zen-cart.com/forum/showthread.php?t=144759
I installed this one and it did work like a charm for hiding the read only attributes, but when I created my feed they weren't included. Maybe I need to try it again. :)