Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Location
    Safford, AZ
    Posts
    323
    Plugin Contributions
    0

    Default Re: Send Email To Customers

    Thank you. I will do some searching and reading on the subject.
    Steve
    Zen cart version: 1.3.9h

  2. #2
    Join Date
    Oct 2007
    Location
    Safford, AZ
    Posts
    323
    Plugin Contributions
    0

    Default Re: Send Email To Customers

    If anyone is interested, I was able to set this up. If you have a special Price Group and you want to be able to send emails to people ONLY in that group. The following I ran from Admin->Tools->Install SQL Patches. Mine in this example is called Monthly.

    INSERT INTO query_builder (query_category, query_name, query_description, query_string, query_keys_list) VALUES ('email,newsletters', 'Monthly Group Customers', 'Customers that are all part of the Monthly price group', 'select customers_firstname, customers_lastname, customers_email_address from TABLE_CUSTOMERS where customers_group_pricing = ''1''', '');

    You would change wording of your group (query_name), drop-down menu wording (query_description) and the query itself finds my only price group. If you have more then one, make sure to define which you want in customers_group_pricing = 1.

    Works perfect. Thank you DrByte for pointing me in the right direction.
    Steve
    Zen cart version: 1.3.9h

  3. #3
    Join Date
    May 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Send Email To Customers

    Ah, that's just what I was searching for! Brilliant - worked like a charm!
    ---------------------------
    using: Zen Cart 1.3.8a

  4. #4
    Join Date
    Jun 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Send Email To Customers

    Quote Originally Posted by FatGuyinAZ View Post
    If anyone is interested, I was able to set this up. If you have a special Price Group and you want to be able to send emails to people ONLY in that group. The following I ran from Admin->Tools->Install SQL Patches. Mine in this example is called Monthly.

    INSERT INTO query_builder (query_category, query_name, query_description, query_string, query_keys_list) VALUES ('email,newsletters', 'Monthly Group Customers', 'Customers that are all part of the Monthly price group', 'select customers_firstname, customers_lastname, customers_email_address from TABLE_CUSTOMERS where customers_group_pricing = ''1''', '');

    You would change wording of your group (query_name), drop-down menu wording (query_description) and the query itself finds my only price group. If you have more then one, make sure to define which you want in customers_group_pricing = 1.

    Works perfect. Thank you DrByte for pointing me in the right direction.
    Refering to your customers_group_pricing = ''1'' . The number 1 there refer to group id, is it? If my customer group id is 2, so i must put 2... correct or not?

 

 

Similar Threads

  1. v151 Send Email to Customers Question
    By philip937 in forum General Questions
    Replies: 23
    Last Post: 30 Sep 2013, 12:06 PM
  2. Send Email To Customers - linebreaks
    By dmagic in forum General Questions
    Replies: 0
    Last Post: 12 Mar 2011, 12:34 PM
  3. Send scheduled email to customers???
    By hifipj in forum General Questions
    Replies: 2
    Last Post: 16 Oct 2007, 02:39 PM
  4. Cannot send customers email
    By bhfruitcakeco in forum General Questions
    Replies: 2
    Last Post: 21 Dec 2006, 09:15 PM

Posting Permissions

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