Email me when back in stock - Script

Discussion in 'Programming' started by fredaldous, Apr 6, 2010.

  1. #1
    Hi all,

    I have been searching with no luck for a simple script that will send an email to my customers when an item comes back into stock on my website: www.fredaldous.co.uk

    Does anyone know of a decent solution to this?

    Thanks in advance.
     
    fredaldous, Apr 6, 2010 IP
  2. alberrambo

    alberrambo Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    yes i can this for only $10.If you like than let me know.
    alberrambo
     
    alberrambo, Apr 7, 2010 IP
  3. fredaldous

    fredaldous Guest

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Sounds good do you have a working version I can see?
     
    fredaldous, Apr 8, 2010 IP
  4. guardian999

    guardian999 Well-Known Member

    Messages:
    376
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #4
    You need integrate to your system.

    
    if($stock > 0){
      $emails = getCustomerEmails();  // Get customer email was subscribe to the product
     
      foreach($emails as $email){
            mail($email,"Stock Added","Hello customer,\n Stock Added");
      }
    }
    
    PHP:
    becareful, you email can be spam.
     
    guardian999, Apr 9, 2010 IP
  5. alberrambo

    alberrambo Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    hello,
    I mde websites precisetranslating.com
     
    alberrambo, Apr 9, 2010 IP