3 replies [Last post]
leflores's picture
Offline
Joined: 12/12/2007
Juice: 60
Was this information Helpful?

I would like to know if we could add orders-invoices, to customers already in the database, or to new users, from the administration interface of ubercart.

We would like to process orders for clients that arrive to our offices, and also for others that want to create orders by phone.

Thanks
Luis

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Administration process of invoices

Yep... order creation was designed with phone and walk-in orders in mind (we use them heavily in our business). You simply go to create an order in the menu and it will let you specify an existing Drupal user or create a new one on the fly. Then it goes right into the order edit screen where you can take customer information and add products onto the order. Just don't forget to submit your changes. Eye-wink

webengr's picture
Offline
Joined: 11/05/2008
Juice: 51
order creation - has to be paid at time of creation...

I did like how smooth this feature was compared to e-commerce.. being able to modify payment on the fly instead of locked into the price in the sku...
however you have to make the payment as customer to complete. It can't just be preloaded into the cart waiting for customer's next login, thus if taking the order you have to complete on behalf of customer the payment method.

Is it that an order doesn't survive the current session... So a customer can't do a wish list or preload a bill of materials either?

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: order creation - has to be paid at time of creation...

Yeah, products in a cart are related to a user account or session. I think there is a wish list module floating around somewhere, but I'm not sure if it would let you fill in someone else's wishlist.