Drual Commerce Invoice Customer
Hello Everyone! I've got an interesting question....;)
I need to invoice my customers only when they check out, we have several customers who are NET30 only who have pre-arranged contract.
I'm trying to setup drupal commerce to just email my customers a receipt/invoice through the checkout process rather than using a payment source that requires a payment.
I'm sure there's a way to do it, my feeble mind is just not grasping the proper method at the moment :)
Thanks a bunch!
Comments
Well you could set it for anonymous users as well, but if you are going to do any sales that are not invoiced(NET30) then it will be come tricky to tell Rules when and when not to apply.
hmmm...
Well actually. You could include an additional Company Name field in the Billing Info and set the rule to look at the data in that field and if the user enters A,B, or C then proceed with removing payment and sending the email. And if the user enters something that is NOT A,B,or C, than continue with asking for payment. Though you will need to know the company name and also hope that they enter it in precisely.
Or maybe the easiest way is to create an additional payment method called NET30 and set up a rule to trigger the email if they select that option.