Prestashop Extensions
Prestashop is a nice self-hostable web application for providing your own shop. It is generally open source and provides a vast number of extensions to make the shop fit your needs. Some of them also free, but also many being offered to purchase.
Subcategories
Feature Navigator
When setting up a music shop for a friend of mine, there was one specific feature missing: Having the abilitiy to navigate on an alphabetic list of artists. There was no fitting extension to find, neither free nor commercial. For that reason, I developed a plug-in that does provide an alphabet navigation and lists articles of the selected letter based on the values of a configurable article feature. In my friend's case, the feature contains the artist's name.

Features:
- Shows an alphabet navigation.
- Shows a list of matches for a selected letter, including pagination.
- The match bases on the value given as feature for an article, where the feature can be configured in the extension.
Download of the latest module version: Feature Navigator version 1.0.1 (zip)
Source Code to be found at Github project featurenavigator
Order Revocator
For a shop to comply to the (European) regulations, it has to provide a contract or order cancellation button. The Order Revocator module provides a simply such cancel functionality with a button, a form, and mails being sent.

Features:
- Shows a cancellation button in the footer section.
- The button opens a form to submit ones cancellation based on an order reference.
- Sends e-mails to the customer and the shop owner notifying about the cancellation.
Download of the latest module version: Order Revocator version 1.1.0 (zip)
Source Code to be found at Github project orderrevocator