vote up 0 vote down star

I am configuring a rental website to manage real estate property using Drupal and Ubercart.

This site will need to accept rental payments, and IN ADDITION, will need to allow the admin to add extra billing to certain people, for fees, and certain other kinds of things. If they for example, put a huge hole in a wall, and have to pay, or something like that.

The problem is that order creation does not seem to allow me to add that item to their cart, or give them any option to view the pending balance and make a payment on it.

Am I missing something? Is there any way to bill someone and let them pay that bill in the same way they check out?

I could see additional uses for this kind of functionality, in setting up a site to sell services, the price of which is not fixed, and being able to bill customers with an invoice and then let them checkout through the site.

THANKS! I really need some help on this one!

flag

60% accept rate

2 Answers

vote up 0 vote down

You know, we are looking at the same thing, actually. Here is what I think: what you are doing is unsupported.

Here's why: there is a different paradigm for what you (and I) are wanting to do that goes beyond what current Drupal modules handle in regards to making payments. e-Commerce and Ubercart handle payments for transactions. You are paying them for a specific item or service that is delivered or downloaded.

Rent is done not on a transactional basis, but on an account basis. And to my knowledge, Drupal doesn't have any module that handles the different workflow that comes with account-based billing.

link|flag
Yes, it certainly seems that way. Are you still interested in doing something like that? I no longer have the need, but I would be happy to collaborate with you, as it sounds like an interesting project. It might be possible with some nodereference fields linked to a user's account, some workflow modules, and a small custom module. My email is msumme 'at' gmail if you're interested. – msumme Nov 20 at 19:42
vote up 1 vote down

I'm running into the same problem with 'create order'. One possible workaround i'm looking at is to create a product especially for this user. This product will probably need to be a new content type that'll be assigned to the user (either by user reference or by setting the node author).

This special product can be made available to the user via a block.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.