public
Description: A form based really simple web shop for radiant cms.
Homepage: http://maqsis.ch/rails/simple_web_shop
Clone URL: git://github.com/maqsis/simple_web_shop.git
maqsis (author)
Mon Jan 19 12:26:00 -0800 2009
commit  d6d5059632510512aa6281ef0e500f0b0ac1300d
tree    07404b92f7d2b89f512199a056793663ba51d73d
parent  56c0236d6119f848b83b0b497168547e13b8bfed
name age message
file README Mon Jan 19 12:22:43 -0800 2009 install guide [maqsis]
file Rakefile Mon Jan 19 11:53:56 -0800 2009 first [maqsis]
directory app/ Mon Jan 19 12:26:00 -0800 2009 correct css path [maqsis]
directory db/ Mon Jan 19 11:53:56 -0800 2009 first [maqsis]
directory lib/ Mon Jan 19 11:53:56 -0800 2009 first [maqsis]
directory public/ Mon Jan 19 12:23:44 -0800 2009 css [maqsis]
file simple_web_shop_extension.rb Mon Jan 19 11:53:56 -0800 2009 first [maqsis]
directory spec/ Mon Jan 19 11:53:56 -0800 2009 first [maqsis]
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.