we configured paypal express checkout magento 1.9.2
in checkout, when customer selects "paypal payment method" redirect paypal site
and if customer dont complete transaction not create order in backend.
what want if customer dont pay also , want create order in backend infromation customer email, phone number.
i give 100 bounty points if answer.
you need override admin sales module.
- on failure payment event . call observer method.
- using method can create order programmatically the order detail present in session.
let me know if more detail required.
Comments
Post a Comment