What would I need to edit in attributes.php file to hide a attribute from showing in case it matches my condition ?
What would I need to edit in attributes.php file to hide a attribute from showing in case it matches my condition ?
how are you setting conditions?
I need more info,
what is the end result and the function flow going to look like.
copied from irc://irc.freenode.net/#zencart
So basically it would be a hidden form element? (<input type="hidden" name="bla" value="bla value" />)(11:14:42 AM) viro: I just want to exclude one attribute from displaying
(11:14:46 AM) viro: not display
(11:14:48 AM) viro: skip it
11:15
(11:15:09 AM) viro: as if you would skipped a loop in that while loop that goes thru the attributes
(11:15:58 AM) viro: get the idea ?
I too need to know how to accomplish this. I'm going to be using my own script to generate the post value for a hidden text field.
Thanks for any input.