• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
How to handle popup for a many-to-many
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to handle popup for a many-to-many


  • Subject: How to handle popup for a many-to-many
  • From: Jaime Magiera <email@hidden>
  • Date: Mon, 6 Jul 2009 15:27:08 -0400

Hi folks,

A while back (couple years now?), we had a discussion about implementing Product options in a shopping cart -- as opposed to subclassing to more specific product object types. I've finally got a moment to implement this in my project, but am having a slight difficulty in conceptualizing in how I want to do this in WO. As it stands, my model is as follows: Product has ProductOptions (color, size,etc.) each of which have ProductOptionItems ("black", "white", "Small", "Large", etc.). When a Product is selected in from the Catalog, the user is taken to a page to enter the quantity and configure options of a ProductSale. Each selected ProductOptionItem should be added to the ProductSale with a many-to-many. My concern is how to implement the interface to properly achieve this. Right now, the ProductSale configuration page has an iteration of each per- product option and a popup of the related option items. How could I arrange these pieces so that the selection of the popup item adds it to the respective many-to-many? As a side note, I'm a little concerned about the circularity of my data model, but that's not really WO related.

any thoughts?

thanks,

Jaime


Product <-> ProductOptions <-> ProductOptionItems | | | ProductOptionItemSale (Many-to-Many) | | ^--------------- ProductSale ----------^



<WEBOBJECT NAME="ProductOptionRepetition">
	<tr>
		<td width="10%">
			<WEBOBJECT NAME="ProductOptionName"/> :
		</td>
		<td>
			<WEBOBJECT NAME="ProductOptionItemPopup"/><br/>
		</td>
	</tr>
</WEBOBJECT>




Jaime Magiera

Sensory Research, Inc.
http://www.sensoryresearch.net






_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Prev by Date: Re: Eclipse 3.5 slow?
  • Next by Date: Webobjects 5.4 tags in an email component do not work?
  • Previous by thread: Re: changing appereance of the AjaxModalContainer
  • Next by thread: Webobjects 5.4 tags in an email component do not work?
  • Index(es):
    • Date
    • Thread