I’ve been doing a bit of work on YAK recently. A couple of bug fixes — one major fix to support people who don’t have curl installed (uses fsockopen instead). The major changes on their way are:
- order cancellation — reversing the quantity decrement that takes place during ordering
- new order page with summary info and then a detail button to display more data
- credit card payment page — for shops who are processing their own credit card payments (this also blanks out the credit card number when an order is cancelled or stock is sent, reducing the security risk)
- product options — in other words, styles/colours and/or sizes. I’m currently investigating this and haven’t quite come up with a way that keeps things simple enough. Obviously quantities for the options will have to be kept in sync which makes the products page more complicated, not to mention the ordering process.
Everything except for product options is currently in subversion (use the repository version at your own risk since I haven’t done enough testing yet).

No comments yet.