php - How to disable magento online sales functionality? -


I am implementing the Magento Community Edition and temporarily " Add to Cart "I want to disable the functionality. I am ready to move forward with online orders.

I want to use Magento without checkout and add to cart functionality.

Please advise SIA

Add to Cart button Template / catalog / product / view / addtocart.phtml . You can replace a button with a temporary message.

You can disable the one-page checkout in the configuration (System >> Configuration> Sales >> Checkout >> Checkout Option >> Disable Check Outpage). I have tested it yet, however, and Google Checkout has remained, so this is not a solid solution.


Comments