VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Iryn3l on January 18, 2021, 13:08:37 PM

Title: Invoice for telephone orders ?
Post by: Iryn3l on January 18, 2021, 13:08:37 PM
Hello
I know it sounds like a stupid question. My clients are allowed to order by phone.
I am interested creating invoices for these orders  VM as well.
You can help me with some practical advice on how to I do this.
I don't know how I could do that. I only thought about creating each user and then placing the order but I can only do this frontend,  not from the back end
Title: Re: Invoice for telephone orders ?
Post by: jenkinhill on January 18, 2021, 15:56:03 PM
Do it from the front end as admin, turn on Allow Administrators to change the current Shopper and add the order.
Title: Re: Invoice for telephone orders ?
Post by: Iryn3l on January 18, 2021, 16:37:51 PM
Thanks for the reply
I tested this
In this case it must be a user already created.
Is there a solution even if the client does not have an account on my site?
Title: Re: Invoice for telephone orders ?
Post by: AH on January 18, 2021, 17:25:20 PM
We do this all the time

1. We create the orders as if we are a user on the frontend
2. We dont register phone order customer - and letting admin become a shopper means the address is incorrect or you create a new registered shopper every order (not good for most stores). ANd the issue you faced above.
3. When we get to the payment card entry - we simply exit the order
4. Payment is taken via on line payment screens provided by the payment service provider (MOTO)
5. When the order is paid for the status is updated as paid

You have to ensure that the re-use pending orders is set to false (hidden config)
Title: Re: Invoice for telephone orders ?
Post by: Iryn3l on January 19, 2021, 14:08:22 PM
Thank You
Title: Re: Invoice for telephone orders ?
Post by: AH on January 19, 2021, 15:11:06 PM
Hope it helped :-)