3 replies [Last post]
bara.munchies's picture
Offline
Joined: 08/18/2008
Juice: 32
Was this information Helpful?

Okay, i had the idea to sell banner or textads with ubercart.

here is a very raw plot how to get it done. Love to see you suggestions and improvements.

- Drupal Project Advertisement handles all the ad display and created a new content type ads (http://drupal.org/project/ad)

- create two new roles "adcustomer_full" and "adcustomer_limit". The reason to do it is to toggle the user permission when an advertising has been created. that will prevent the user to set up more than the one banner he paid for. so once he created content, he will change role to "adcustomer_limit", so he can only edit. would be possible the give full rights back in case he deletes the ad. up to configuration.

- create product "ad placement", configure to change role of buyer to "adcustomer_full"

- change user permission on payment to "adcustomer_full" to be able to create and edit content type ads

- workflow_ng: Add a new rule configuration "adcustomer_downgrade"// Invoked on event: Content has been created // conditions: Content has type: advertisement // user has role: "adcustomer_full" // actions: Remove user role: "adcustomer_full", add user role: "adcustomer_limit"

That way a customer can only set up one banner at a time. disadvantage: even when he buys more than one banner at a time he can only set up one.
Anyway, just a raw idea i wanted to write down before hit the sack.

activelyOUT's picture
Offline
Joined: 04/20/2009
Juice: 70
subscribing

is there another way to do this?

iantresman's picture
Offline
Joined: 05/02/2008
Juice: 78
Re: selling banner ads on website with ubercart

I'd also be interested in selling banner adverts, or classified ads with Ubercart (various types with varying display lengths).

I don't think that the Advertisement module by itself, full integrates with Ubercart. And the mentioned Ad Ubercart module doesn't appear to have gotten off the ground.

But this combination appears to be the way to go.

iantresman's picture
Offline
Joined: 05/02/2008
Juice: 78
Re: selling banner ads on website with ubercart

Other useful discussions:

New: