jsbabyface Posted March 7, 2007 Posted March 7, 2007 My client has a widget that come in many heights and widths. Pricing varies based on height and width and the client currently uses a grid to manually figure out pricing. For example, a 6" x 9" widget might be $40 and a 6" x 18" might be $160. There is no set formula. Rather than input every possible combination as a separate attribute (there are hundreds) is there a way to have the user select from a height attribute and a width attribute and then based on the selection of these two attributes look up the corresponding price in a db table? Any ideas? Thanks. Quote
Guest Posted March 8, 2007 Posted March 8, 2007 In that case you could check master products contribution. Quote
jsbabyface Posted March 15, 2007 Author Posted March 15, 2007 In that case you could check master products contribution. Thanks. I looked at that and it's not quite what I need. I ended up writing an AJAX app that works with the existing scripts and db structure and it seems to be doing the trick. Quote
Guest Posted March 16, 2007 Posted March 16, 2007 Thanks. I looked at that and it's not quite what I need. I ended up writing an AJAX app that works with the existing scripts and db structure and it seems to be doing the trick. how do you handle visitors who block active scripting? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.