![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
Round Right Farm is a farm that offers a vegetable subscription service ( aka CSA). We currently have a website (roundrightfarm.com) which is mostly informational. I want to add some server side capabilities but have no knowledge of sever-side languages. I only know html/css and a wee bit of javascript. |
|
our subscription service currently works like this: customers sign up and pay at the beginning of the season (before June ) and a box of produce is delivered to a location near them where they pick it up once a week during the harvest season (june-september). Right now, the contents of the box are the same for every customer and are chosen by the farm based on what is in season and available. |
|
I want to give the customer more choice by allowing them to see online what the standard box will be that week and to give them the option to make make substitutions based on a list of what is available and also to give them the option to purchase additional items that week. |
|
This will involve several features: 1. an easy way for me to update the site each week and display which items are currently available 2. a login page for customers to access a form to indicate their weekly choices, both substitutions and additional items 3. an easy way for me to access and print our customers weekly choice data 4. an account page for each customer that will display current balance, subtract additional item purchase prices from the balance, and allow them to add money to their balance using a credit card 5. a way to store the record of customer choice throughout the season. to set this all up is my excuse to learn more about server side web design, so I am looking for advice on the best language(s) to make this a reality and also some tips on the best general architecture of the site- the easiest way to make this all work |
#3
| |||
| |||
|
|
Round Right Farm is a farm that offers a vegetable subscription service ( aka CSA). We currently have a website (roundrightfarm.com) which is mostly informational. I want to add some server side capabilities but have no knowledge of sever-side languages. I only know html/css and a wee bit of javascript. This will involve several features: 1. an easy way for me to update the site each week and display which items are currently available 2. a login page for customers to access a form to indicate their weekly choices, both substitutions and additional items 3. an easy way for me to access and print our customers weekly choice data 4. an account page for each customer that will display current balance, subtract additional item purchase prices from the balance, and allow them to add money to their balance using a credit card 5. a way to store the record of customer choice throughout the season. I suggest you hire someone to do the initial installation. Then you can |
![]() |
| Thread Tools | |
| Display Modes | |
| |