Hello, I am trying to set up a Cartridge shop that will use Paypal WPS/IPN for payment. I have followed the instructions here http://greenash.net.au/thoughts/2014/03/using-paypal-wps-with-cartridge-mezzanine-django/ which I understand were based on something originally posted to this group.
The issue I am having is that step 2 of the checkout continues to show the standard Cartridge payment entry form, when of course I am wanting just a Pay with PayPal button. I noticed that SHOP_CHECKOUT_FORM_CLASS is deprecated, and set a URL pattern that passes 'CallbackUUIDOrderForm' into the 'checkout_steps' view instead. I also have PRIMARY_PAYMENT_PROCESSOR_IN_USE = False and all the rest of the instructions, and still see the standard step 2 instead of the Paypal one. Any advice/help would be appreciated here, as I'm pretty stuck. Ideally, if anyone has had this problem before and found a way out, I'd love to hear about that obviously, but of course any suggestions would be most welcome. Thnkas, Thomas -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
