Is it possible for Drupal Commerce to work without the Cart Module?
I have a strict form process for customers that I tailored, but I'm having issues looking to remove the cart functionality. It seems that core functionality for Drupal Commerce is completely lost when disabling Drupal Commerce Cart. Is this a mistake? I tested this by trying to create custom orders in the administration screen and was unable to. Am i missing something? How can I debug this?
Comments
I think you are misunderstanding how the Commerce module works. The cart module is technically a separate module, but it is essential to the functionality of Drupal Commerce. I think you would be better off trying to customize Commerce to meet your needs rather than trying to recreate it yourself.