[OFBiz] Users - FW: Product Entity Question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Users - FW: Product Entity Question

cjhowe
Geoff,
I believe you would want to put that information in
the product -> attribute page.  To bring it up on the
product detail page, you would want to populate it on
the
component://order/webapp/ordermgr/WEB-INF/actions/entry/catalog/productdetail.bsh
page.  Then you would want to edit the
productdetail.ftl to put the information where you
want it.


======Geoff wrote:

Hello,
 
I was hoping someone could help me to add 2 fields to
a product. I would like to add the field coverage area
which is a numeric field and a UOM field that gives
the UOM for the coverage area.
 
These fields should only be present for products in a
certain category and any subcategories of the
category. I want them to appear on the main edit
product page, where they can be administered. I would
also like for them to appear on the product detail
page below the price info etc.
 
Can anyone point me in the right direction for info on
how to do this? Am I approaching this the correct way?
I am trying to model a box of hardwood flooring, that
covers a certain sq footage. I have made the
Manufacturers of the hardwood the categories. Some
manufacturers provide this data and
others do not.
 
Thanks for any help you can offer.
 
Geoff


DISCLAIMER
This e-mail, and any attachments thereto, is intended
only for use by the addressee(s) named herein and may
contain legally privileged and/or confidential
information. If you are not the intended recipient of
this e-mail, you are hereby notified that any
dissemination, distribution or copying of
this e-mail, and any attachments thereto, is strictly
prohibited. If you have received this e-mail in error,
please immediately notify me and permanently delete
the original and any copy of any e-mail and any
printout thereof.
E-mail transmission cannot be guaranteed to be secure
or error-free.  The sender therefore does not accept
liability for any errors or omissions in the contents
of this message which arise as a result of e-mail
transmission.
NOTICE REGARDING PRIVACY AND CONFIDENTIALITY
Knight Capital Group may, at its discretion, monitor
and review the content of all e-mail communications.
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

RE: [OFBiz] Users - FW: Product Entity Question

Gershaw, Geoffrey
Chris,

I appreciate your reply. So I should enter the name of the attribute (ie Coverage Area), the value (ie 20.5), and for type I should enter the unit of measure?? I would think that the type would be a combo box. I looked through all the docs and can't find too much detail on attributes.

Thanks again,

Geoff

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Chris Howe
Sent: Thursday, July 28, 2005 3:13 PM
To: [hidden email]
Subject: [OFBiz] Users - FW: Product Entity Question

Geoff,
I believe you would want to put that information in the product -> attribute page.  To bring it up on the product detail page, you would want to populate it on the component://order/webapp/ordermgr/WEB-INF/actions/entry/catalog/productdetail.bsh
page.  Then you would want to edit the
productdetail.ftl to put the information where you want it.


======Geoff wrote:

Hello,
 
I was hoping someone could help me to add 2 fields to a product. I would like to add the field coverage area which is a numeric field and a UOM field that gives the UOM for the coverage area.
 
These fields should only be present for products in a certain category and any subcategories of the category. I want them to appear on the main edit product page, where they can be administered. I would also like for them to appear on the product detail page below the price info etc.
 
Can anyone point me in the right direction for info on how to do this? Am I approaching this the correct way?
I am trying to model a box of hardwood flooring, that covers a certain sq footage. I have made the Manufacturers of the hardwood the categories. Some manufacturers provide this data and others do not.
 
Thanks for any help you can offer.
 
Geoff


DISCLAIMER
This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of
this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify me and permanently delete the original and any copy of any e-mail and any printout thereof.
E-mail transmission cannot be guaranteed to be secure or error-free.  The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission.
NOTICE REGARDING PRIVACY AND CONFIDENTIALITY Knight Capital Group may, at its discretion, monitor and review the content of all e-mail communications.
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users


DISCLAIMER
This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of
this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify me and permanently delete the original and any copy of any e-mail and any printout thereof.
E-mail transmission cannot be guaranteed to be secure or error-free.  The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission.
NOTICE REGARDING PRIVACY AND CONFIDENTIALITY
Knight Capital Group may, at its discretion, monitor and review the content of all e-mail communications.

http://www.knight.com
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Users - FW: Product Entity Question

Si Chen-2
Attributes are kind of free form.  You can use them for whatever you
need them for.  They help reduce the need of adding all sorts of fields
to Product.

Or, you can just add a few fields to product yourself and maintain them
in your own installation, if that works better for your needs.

Si

Gershaw, Geoffrey wrote:

>Chris,
>
>I appreciate your reply. So I should enter the name of the attribute (ie Coverage Area), the value (ie 20.5), and for type I should enter the unit of measure?? I would think that the type would be a combo box. I looked through all the docs and can't find too much detail on attributes.
>
>Thanks again,
>
>Geoff
>
>-----Original Message-----
>From: [hidden email] [mailto:[hidden email]] On Behalf Of Chris Howe
>Sent: Thursday, July 28, 2005 3:13 PM
>To: [hidden email]
>Subject: [OFBiz] Users - FW: Product Entity Question
>
>Geoff,
>I believe you would want to put that information in the product -> attribute page.  To bring it up on the product detail page, you would want to populate it on the component://order/webapp/ordermgr/WEB-INF/actions/entry/catalog/productdetail.bsh
>page.  Then you would want to edit the
>productdetail.ftl to put the information where you want it.
>
>
>======Geoff wrote:
>
>Hello,
>
>I was hoping someone could help me to add 2 fields to a product. I would like to add the field coverage area which is a numeric field and a UOM field that gives the UOM for the coverage area.
>
>These fields should only be present for products in a certain category and any subcategories of the category. I want them to appear on the main edit product page, where they can be administered. I would also like for them to appear on the product detail page below the price info etc.
>
>Can anyone point me in the right direction for info on how to do this? Am I approaching this the correct way?
>I am trying to model a box of hardwood flooring, that covers a certain sq footage. I have made the Manufacturers of the hardwood the categories. Some manufacturers provide this data and others do not.
>
>Thanks for any help you can offer.
>
>Geoff
>
>
>DISCLAIMER
>This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of
>this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify me and permanently delete the original and any copy of any e-mail and any printout thereof.
>E-mail transmission cannot be guaranteed to be secure or error-free.  The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission.
>NOTICE REGARDING PRIVACY AND CONFIDENTIALITY Knight Capital Group may, at its discretion, monitor and review the content of all e-mail communications.
>
>_______________________________________________
>Users mailing list
>[hidden email]
>http://lists.ofbiz.org/mailman/listinfo/users
>
>
>DISCLAIMER
>This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of
>this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify me and permanently delete the original and any copy of any e-mail and any printout thereof.
>E-mail transmission cannot be guaranteed to be secure or error-free.  The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission.
>NOTICE REGARDING PRIVACY AND CONFIDENTIALITY
>Knight Capital Group may, at its discretion, monitor and review the content of all e-mail communications.
>
>http://www.knight.com
>
>_______________________________________________
>Users mailing list
>[hidden email]
>http://lists.ofbiz.org/mailman/listinfo/users
>
>  
>
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users