This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit d6d5059632510512aa6281ef0e500f0b0ac1300d
tree 07404b92f7d2b89f512199a056793663ba51d73d
parent 56c0236d6119f848b83b0b497168547e13b8bfed
tree 07404b92f7d2b89f512199a056793663ba51d73d
parent 56c0236d6119f848b83b0b497168547e13b8bfed
| 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.







