Hi, I'm trying to NOT using any payment method during the product purchase (checkout phase). I already unselected all payment modules on the "site settings" and also commented following lines in settings.py:
# 'payment', # 'payment.modules.giftcertificate', The only options that I'm expecting to have on the checkout in step before final confrmation are: - discout input text - shipping options (no payment option) anyway, it looks that the checkout process requires some payment module enabled, since I got following error from payment/forms.py : payment_choices[0][0]} - list index out of range. Now I'm wondering which way should I take to get it working right... 1 - modify payment/forms.py 2 - create dummy & empty payment module 3 - modify views/payship.py I would appreciate any hint... Thanks jbezka --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
