Hi all
Now is time for me to develop my own custom Payment module to support bank transfers. I have a few newbie questions prior to start. 1st: As I do not want something so sophisticated my idea is to copy one of the existing modules and adapt it. I found the autosuccess payment module in the code but is not mentioned in the documentation. How does it work?. Same thing for the purchaseorder module. 2nd: Where should I place my custom payment module? Inside the main Satchmo project in a payment/modules/mymodule folder? os should I copy it inside a custom application /myapplication/payment/module/ mymodule? Is clear that I should include it into the settings.py file as an application but I want to know the most standard option to be able to share the code afterwards. 3rd: How email notifications are handled? The bank trasnefer implmentation I want to do is just a module that records the payment in a "to be confirmed" status and send a notification email with the payment details (bank account number and valid period) to the customer. But I cannot find information about how to set the email behaviour or which templates should I adapt. Thanks -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
