473,811 Members | 2,843 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Building a pricing page for dorm housing

30 New Member
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 1088
pbmods
5,821 Recognized Expert Expert
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
Harshpandya
30 New Member
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 Recognized Expert Expert
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
Harshpandya
30 New Member
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
2724
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 subscriber (and some large ones as well). $10,000 - $15,000 per user?!? Forget it! 2) Do you (MS) honestly believe that the market you are targeting will just buy this product on good faith? Without our recommendations? Think about
3
1300
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 overridden at any point in the configuration. <customErrors mode="RemoteOnly" defaultRedirect="/site/error/default.aspx"> <error statusCode="404" redirect="/site/error/404.aspx" /> </customErrors>
2
2994
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 tested independently, but when called through showModalDialog on submit, another window is opened (a fullsize version of the page passed to showModalDialog). Is this a bug, by design, or have I made some sort of error? thanks
4
1146
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 the 'TYPE' in consideration... DB examples below: Main DB
7
1856
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 record in each table.And also want paging on the search results. I am also attaching the link the php search results page. After clicking this http://legacy.southbeds.gov.uk/our-services/housing/swapshop2.phtml just press search and you will see how the...
1
2602
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, primarily around pricing for mainframe software and add-ons. - How is software for mainframe priced. eg. DB2 and any add-on products that are sold. What are typical $ figures for a database
0
7151
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 SQL database - can someone point me in the right direction please or refer me to a good example/pre written code? I am using Vista Business operating system in conjunction with SQL server 2005 express edition, SQL server service pack 2, SQL server...
12
1633
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: A simple image gallery which I will custom code An up datable products page interface which will allow him to update his products on his ow : deleting old ones and adding new ones + descriptions pricing etc. A Updatable front news page. I'm...
0
9727
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10398
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10133
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7669
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6889
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5554
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4339
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3017
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.