5

I have magento EE 1.14.2 setup my client don't want any payment method now. How can I skip payment method from checkout process. I just want to place order without selection payment method.

Any suggestion welcome in advanced.

Nilu Khair
  • 68
  • 1
  • 7
  • you cannot place an order until payment is not done. you can enable Cash on delivery/Check money order on temporary basis and disable others – Manashvi Birla Jun 26 '15 at 09:06
  • yes @Manashvibirla I have enable "Check money" option but is there any way to hide that step & programmatically set default payment method and shift to review step? – Nilu Khair Jun 26 '15 at 09:42
  • http://excellencemagentoblog.com/blog/2011/10/17/magento-onestep-checkout-remove-payment-method-step/ – Prashant Valanda Jun 26 '15 at 18:35
  • Not sure but you can use the onepage checkout and hide the payment block. – Suman Singh Jun 27 '15 at 06:32

1 Answers1

1

You can follow below link to hide payment method. http://excellencemagentoblog.com/blog/2011/10/17/magento-onestep-checkout-remove-payment-method-step/

Please let me know if you need any help from my side.

Bharat
  • 34
  • 5
  • Thanks @Bharat I already did this & it works, but my problem is what I use instead of **payment[method]=free**. I have one method only check / money. Please do suggest. – Nilu Khair Jun 29 '15 at 05:34