Creating an order processing system from magento?

I want to create a small order processing site, but over time I want the application to be able to extend to the e-commerce solution. So I decided to go with magento.

But I'm not sure if magento can only be divided into an order processing system. When processing an order, I want:

  • Guests must choose products.
  • Must be able to add items to the cart
  • But, finally, instead of processing the order through the payment system, the order should be sent by e-mail to administrators who will contact them individually.

How to configure Magento in this way?

+5
source share
3 answers

Here is a complete tutorial with all the necessary files ready for download:

http://www.excellencemagentoblog.com/magento-onestep-checkout-remove-payment-method-step

"", , , , "telesale" ( - ):

... - a , magento . , , "Zero Subtotal Checkout" "" .

+3

, CC, Magento , "Money/Check".

  • , , , .
  • Magento / ( ).
  • Magento .
  • , "Money/Check". ( - ). , ( / )...

  • :

    • .
    • System->Configuration
    • "" Sales Emails
    • .
    • " ".

.

  • :

  • System->Configuration
  • "" Payment Methods
  • , Check / Money Orders

- .

, Magento , "/" , .

, .

+2

, , , . , " ", "Checkout". , cart2quote - . - ( ) " ". , , Quote, . , ( ) - . , . , - .

+2

All Articles