Results 1 to 3 of 3

Thread: Decrease quantity as used

  1. #1
    Join Date
    Oct 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Decrease quantity as used

    Hello!

    First, I am not a true HTML developer. (I'm one of those low tech people who uses a WYSIWYG editor.) While I do understand a fair amount about coding, I need some help with more complex things.

    Here's what I'm trying to do:

    I am selling my advice via email to my members. The member goes to a sales page, clicks a button that goes to PayPal, the member pays, and is then redirected to a "request page" (for lack of a better term). On this page, I need to have their name, email, a field to enter their questions, a submit buttom to email their information to me, and a counter that shows how many emails they have left based upon their purchase.

    But wait: there's more. When the member reaches zero, it needs to display a message saying they have no emails left and giving them the option to buy more.

    I don't want to have to track all the emails manually. I have setup a designated email just for these requests. So, if I get an email from someone, I want the "request page" to have validated that his person has paid and is entitled to send me an email.

    First, I have no idea how to write a script for this or if there is a script like this already available.

    Second, I need something to allow the member who has purchased a multiple email package to sign back in and send another email from their purchased package.

    Clear as mud?

    Any help you can provide is appreciated!

    Thanks!

    Cindy

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    The best way would be to keep track of their remaining emails in a database. This would require PHP (or some other server-side scripting - it sounds like you're working with plain html?). You email/email processing would also be easier in PHP.

    I don't know of any existing scripts that do exactly this, but you could always search for them. If you decide to try creating one, show us, and we can help out.

  3. #3
    Join Date
    Oct 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by traq View Post
    The best way would be to keep track of their remaining emails in a database. This would require PHP (or some other server-side scripting - it sounds like you're working with plain html?). You email/email processing would also be easier in PHP.

    I don't know of any existing scripts that do exactly this, but you could always search for them. If you decide to try creating one, show us, and we can help out.
    First, I am not a true HTML developer. (I'm one of those low tech people who uses a WYSIWYG editor.) While I do understand a fair amount about coding, I need some help with more complex things.
    _________________
    Calcul credit immobilier calcul de credit auto | Calculer credit immo pret | Calcul credit immobilier

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •