Jump to content

Transitory, One Time "product" that doesn't clutter things up.


wizzy420

Recommended Posts

I'm going to apologize here because I think I'm just having a brain fart and what I'm asking is probably quite obvious.

 

I want a one-time type of product which a customer buys, pays for, and then it falls off into the background noise.

 

Now I have a product which is "consulting" time. A customer needs something beyond the basics and may pay $XX dollars. The problem is then this thing becomes a persistent product like "you've bought this, it's is yours. I'm going to stay here and stare you in the face forever"

 

It clutters up the products page, etc ... if over time a customer buys an hour here, a couple hours there, etc. they all just pile up like products purchased.

 

I'm looking for some sort of way to automatically purchase a thing, that costs money, and is accounted for, but after purchasing while it's still "there" is less obvious than a product which feels like a tangible persistent thing (hosting, account upgrade, etc.)

 

Does that make sense?

Link to comment
Share on other sites

  • 2 weeks later...
We simply have a cron job that deletes them from tblhosting once the invoice is paid

 

How complex is that? Single query easy like:

 

delete from tblhosting where productid="matchme" and ispaid="y" ??

 

I'll poke around the tblhosting table. As can be expected, hand tweaking the database lightly scares me. I'm sure you have put in time and understanding to make sure what you are doing is functional and safe, my concern is me doing it without knowing all implications :)

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated