2008/12/29 Matt Youell <[email protected]>: > > Where can I find the docs that explain what variables and settings I > need in my settings.py file to use a particular payment module? I know > I must be missing something simple and I hate to ask such a basic > question but I've searched the website, the wiki, this group, etc. and > I can't find what I'm looking for.
it's very simple. In your local-settings.py you must enable the modules 'CUSTOM_PAYMENT_MODULES' : ['detectorpoint.payment.modules.paypal_express','detectorpoint.payment.modules.bank_transfer'], and make sure in your custom modules are in INSTALLED_APPS in settings.py If you are using default satchmo modules (like authorize.net), you don't need nothing. You must only enable them in www.yourstore.com/settings/ page. -- Alessandro Ronchi Skype: aronchi http://www.alessandroronchi.net SOASI Soc.Coop. - www.soasi.com Sviluppo Software e Sistemi Open Source Sede: Via Poggiali 2/bis, 47100 Forlì (FC) Tel.: +39 0543 798985 - Fax: +39 0543 579928 Rispetta l'ambiente: se non ti è necessario, non stampare questa mail --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
