Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / how to hide a specific attribute from the product_info page

how to hide a specific attribute from the product_info page

Locked

Views: 1,510

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
16 Oct 2007, 1:46 AM
#1
virogenesis avatar

virogenesis

New Zenner

Join Date:
Sep 2007
Posts:
3
Plugin Contributions:
0

how to hide a specific attribute from the product_info page

What would I need to edit in attributes.php file to hide a attribute from showing in case it matches my condition ?

16 Oct 2007, 3:07 PM
#2
sanguisdesign avatar

sanguisdesign

Inactive

Join Date:
May 2005
Location:
Western MA, USA
Posts:
588
Plugin Contributions:
1

Re: how to hide a specific attribute from the product_info page

how are you setting conditions?
I need more info,
what is the end result and the function flow going to look like.

16 Oct 2007, 3:27 PM
#3
sanguisdesign avatar

sanguisdesign

Inactive

Join Date:
May 2005
Location:
Western MA, USA
Posts:
588
Plugin Contributions:
1

Re: how to hide a specific attribute from the product_info page

copied from irc://irc.freenode.net/#zencart

(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 ?
So basically it would be a hidden form element? (<input type="hidden" name="bla" value="bla value" />)

4 Jan 2008, 11:18 PM
#4
mrblaq avatar

mrblaq

New Zenner

Join Date:
Dec 2007
Posts:
21
Plugin Contributions:
0

Re: how to hide a specific attribute from the product_info page

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.