maqsis / simple_web_shop
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | Mon Jan 19 12:22:43 -0800 2009 | |
| |
Rakefile | Mon Jan 19 11:53:56 -0800 2009 | |
| |
app/ | Mon Jan 19 12:26:00 -0800 2009 | |
| |
db/ | Mon Jan 19 11:53:56 -0800 2009 | |
| |
lib/ | Mon Jan 19 11:53:56 -0800 2009 | |
| |
public/ | Mon Jan 19 12:23:44 -0800 2009 | |
| |
simple_web_shop_extension.rb | Mon Jan 19 11:53:56 -0800 2009 | |
| |
spec/ | Mon Jan 19 11:53:56 -0800 2009 |
README
= Simple Web Shop Created by: Patrick Aebischer (patrick.aebischer AT maqsis DOT ch), January 2009 This extension allows you to create a simple tiny web shop. It's basically a form where where you can choose the products / quantity you are interested in and enter the delivery address. There is no payment or anything involved. It might be useful for small companies selling just some (let's say up to 5 or 10) products and want to have a more or less intelligent form where clients could post an order. The order is then send as an email to the shop owner. Via the admin interface you can add new products, change prices or view placed orders. == Usage The products are managed via the admin interface where you can add new products, change prices and view placed orders. There are a few config options in the admin interface. There are no radiant tags involved. If you want to change the layout or anything you need to touch the files from the extension. == Integration into Radiant The shop uses the url /shop. To render the correct layout you need to create this page in the admin interface. You must include the tag <shoptag> where the shop elements should be placed. The second page you need to create is /danke. After an order has been placed this redirect will take place. == Limitations This extension is not very customizable via Radiant. All has to be done in the code of the extension.
