jonmorten / diktkassa

A digital baby hatch for poems
4 stars 0 forks source link

Book order form #25

Closed tobiasf closed 9 years ago

tobiasf commented 9 years ago

I think it would be a good idea to have a form for ordering the book. I am not thinking anything complicated, but this is my proposal:

A form with relevant fields for name and address and stuff. The form sends an email to our email address on submittion. The customer gets an automatic reply with this ish "Hello, thank you for your order. You will get some information soon". We manually send giro to customer When we receive payment, we will send the book.

jonmorten commented 9 years ago

Branch book-form. Add to .env.php:

<?php
return [
    …
    'order_email' => 'that_secret_email@you_know.com',
tobiasf commented 9 years ago

Add field for email and field for freetext. I think we should add field for phone too, to make sure we dont get any fake orders. I do not think this will make it too hard to order. When you click "Bestill", show confirmation page with the order, and a message that they have to confirm their order.

tobiasf commented 9 years ago

Forslag til tekst over skjemaet (kun et forslag):

Bruk skjemaet under for å bestille et eksemplar av boka "Norges anonyme diktere". Boka koster 100 kroner, og inkluderer frakt. Giro for betaling følger med boka. Sendes normalt innen 3 virkedager fra bestillingen er mottatt.

jonmorten commented 9 years ago

Pushed to book-form.

tobiasf commented 9 years ago

Added confirmation mail to customer. Pushed to book-form.

jonmorten commented 9 years ago

Merged into master.