473,386 Members | 2,042 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Building a pricing page for dorm housing

Hi, I am web Developer at Housing in Fresno State,

And we have this requirements:-----

1) 1st we need one web page in which you choose the different Options like Do you want to live in Community Style Hall or Suites Style

Community Style or Suites

2) Ok if you choose Suites - now you choose again do you want the 1 bed room - 2 bed room or 3 bed room.

3) Similarly - do you want to choose Meal plan - 10 flex - 14 flex or others...

When they Click Submit - I want to show users that ater making all those choice -- this is how their plan is going to be and this is howmuch they will be charged according to their selections.

I hope you guys understand the requirements. Please help me - how am i gonna do this ---- I want this ASAP. so please help me and show me any quick way to do this.

I would Appreciate it.......

Thanks,
Harsh
Jun 22 '07 #1
4 1064
pbmods
5,821 Expert 4TB
Changed thread title to better describe the problem (did you know that threads whose titles contain phrases such as 'need help' actually get FEWER responses?).

Heya, Harsh. Welcome to TSDN!

What language will you be using to code the backend? Will you be storing prices in a database, or will you be using constants / an INI file?

Sounds like you want to use a 3-step 'wizard'-format site, allowing the User to choose his room style, then presenting him with matching floor plans, finally allowing the User to select his 'paid amenities'.

Easiest way I can think of to do this would be to create four different pages.

Page 1 would ask the User for his room style. The User would make a selection and would then go to page 2, probably using $_GET variables to save his choice (e.g., page2.php?style=suite).

Page 2 would display floor plans and ask the User to select how many rooms he wants. Clicking on an option would then go to page 3. Whether you want to save the options the User picks in the session, or if you want to keep appending them to the URL is up to you (in the case of the latter, you're now going to page3.php?style=suite&rooms=3).

Finally, Page 3 would allow the User to upgrade his accommodations (for example, by purchasing a meal plan). Once the User has picked his options, he can submit the form to go to page 4 (unless you're using sessions, that would give you something like page4.php?style=suite&rooms=3&meals=10flex)

And Page 4 would take all those variables and run them through a formula that would add up the price for each option and present the amount to the User.
Jun 22 '07 #2
Thank you very Much for very qhick reply,

Very good idea,

But is there any way to make it little fancy.

How about if i just put all those options in one page as drop down menu and then let them click on Submit page. and one next page it will show all description and amount.

If you think - I will use PHP - is it easy to learn. I am learning the ASP.NET right now, do you think i can do this using ASP.NET.

I have little knoledge of PHP as well as the ASP.NET -- but i assure you - i will learn anything to finifh this project for sure.

I appreciate you help.....

Thanks,
Harsh
Jun 22 '07 #3
pbmods
5,821 Expert 4TB
Heya, Harsh.

How about if i just put all those options in one page as drop down menu and then let them click on Submit page. and one next page it will show all description and amount.
That sounds like an excellent idea.

If you think - I will use PHP - is it easy to learn. I am learning the ASP.NET right now, do you think i can do this using ASP.NET.
You can do this in PHP or ASP.NET, whichever is easier for you. I'm a hardcore PHP guy, but definitely go with what you know, especially if it means you get the project done on time ~_^
Jun 22 '07 #4
Thanks,

But i am very new to php and ASP.net -- since you are professional - do you think you have some code or some sites i can start with.

Thanks once again,
Harsh
Jun 22 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

33
by: news.microsoft.com | last post by:
To Microsoft and fellow MSDN Universal subscribers... Regarding new MSDN Universal (I mean Premier) price and level changes: 1) Way too expensive for the small and medium developer Universal...
3
by: Joel D. Kraft | last post by:
I've been logging a lot of fatal errors on my site lately, and I have not been able to figure out why. First, my site has error handling pages defined globally as shown below. They are not...
2
by: Sarah | last post by:
I am using the javascript showModalDialog function to open a file upload window. The function opens a page which contains a usercontrol housing the file upload stuff. The control works fine when...
4
by: mazzarin | last post by:
I am trying to generate some datasets with some queries... With a given series information, it should return PART_NOs that has STD = 1 and a unique price at that particular 'START', and keeping...
7
by: orderofblessing | last post by:
Hi every one: I just registered on forum today to get the help on a little but tricky problem to me. Actually i am converting a php website into .NET C#. I just want to display each search...
1
by: systemzq | last post by:
Hi all, I am new to mainframes and am doing some research to look for security solutions for our mainframe environment. I appreciate any responses that will help me out. I have a few questions,...
0
by: studentofknowledge | last post by:
hi my knowledgeable comrads I have created a web form using html, css with the addition of some basic javascript validation. Although now im having trouble to insert this information to my local...
12
by: BOMEz | last post by:
I'm doing some freelance work for a birdstore owner who wants a web page done for his products. I'm wondering what pricing is fair? Currently I've drafted a bill of $775.00, which is inclusive of:...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.