Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If I got you well, you just want to avoid the CC processing, In this case you can disable in Magento all payment systems except the 'Money/Check' one.</p> <blockquote> <ol> <li>Guests should be able select products</li> <li>Should be able to add products to cart</li> <li>But at last, instead of processing the order by payment system, the order should be forwarded to email of administrators, who will contact them individually.</li> </ol> </blockquote> <ol> <li>Magento offers you catalog/cart system by default ( mail is mandatory during order )</li> <li>Magento offers you cart system by default</li> <li>You can disable all payment system except 'Money/Check' one. (this will let user confirm their order without any check on the payment). Then you can contact all user checking the new orders in the backend ( user/guest email will be displayed along with the order display ) ...</li> </ol> <p><strong>Settings</strong></p> <ul> <li><p>Add email notification for any new orders:</p> <ol> <li>Log in into admin area</li> <li>Go to <code>System-&gt;Configuration</code></li> <li>In Sales section, click on <code>Sales Emails</code></li> <li>Select the first section Orders.</li> <li>Enter your admin e-mail in the field “Send Order Email Copy To”. </li> </ol></li> </ul> <p>Now You will receive a new mail every new order.</p> <ul> <li><p>Manage Payment Methods:</p></li> <li><p>Log in into admin area</p></li> <li>Go to <code>System-&gt;Configuration</code></li> <li>In Sales section, click on <code>Payment Methods</code></li> <li>Disable all except <code>Check / Money Orders</code></li> </ul> <p>Now your customer could order without any payment detail.</p> <p>I think Magento should suit you, in case the 'Money/Check' payment system is not good for you, you will need to create a new module and add a new payment system.</p> <p>I hope this helps you answer your doubt </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload