Some help with my website

GEA

Free Member
Oct 26, 2014
3
0
31
Ok so ive run into a problem when building my site.

Basicly ive completely self taught myself web design but i do not know how to approach building the most vital part of my website.

I need a system in which someone can choose from a variety of options which will result in an outcome showing a range of options and how close to what they wanted it was.

for example
Amount of people

Location/area

price range

ok so now once the list of loaded of possible suggestions they can choose one of the options now here is the fun part.

These options will be locations each locations needs to enter information about itself into the system before becoming available for selection after the search.

Once they click into an option the will see some info about it,pictures,reviews and a list of possible options with prices that they can now choose from the build a custom made package. Once this is all done a deposit must be taken along with information about there booking in a printable form along with a confirmation message.

Any question feel free to ask i feel i may have to hire help for this
 

bluedreamer

Free Member
Nov 12, 2009
221
53
It shouldn't be that expensive, all you need is a simple shopping cart type system, albeit not using the actual checkout part.

1. Create entries for all the items you want the customer to choose from, remember to add a price value to each entry, as well as all the other info like images, blurb etc
2. These entries then become the "products" that can be added to the shopping cart
3. Output the "product" entries wherever you want on your site
3. The customer can then go through and add a number of "products" to the cart as they want
4. On viewing the cart page all you need to do is output the entries that have been added, the cart will then tot up the prices to give you a total.
 
Upvote 0

Latest Articles