Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Location
    baltimore, md
    Posts
    41
    Plugin Contributions
    0

    Default How to set up e-mail test group?

    Hi everyone! When I go to send my newsletters, there is an option under "Please select the audience for this newsletter mailing" for "Email test group".

    Does anyone know how to set this group up? Right now there are 0 in it. I'd love to get to preview the actual e-mail before it goes out to everyone.

    Thanks so much!

    www.chacha-vintage.com

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: How to set up e-mail test group?

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Feb 2007
    Location
    baltimore, md
    Posts
    41
    Plugin Contributions
    0

    Default Re: How to set up e-mail test group?

    DrByte, thanks so much for your quick reply! I am trying to following the instructions from http://www.zen-cart.com/forum/showpo...4&postcount=14.

    I am confused by this part: (totally clueless about SQL...)

    You can cut and paste the above SQL - just remember to change 'customers_group_pricing = \'2\'' to match your own 'Test' group ID

    If my group name is NewsletterTest, what exact part is supposed to be replaced here? Just the number 2? I have tried a bunch of different combos and nothing seems to be working right.

    Thanks so much!

  4. #4
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: How to set up e-mail test group?

    In your Admin->Customers->Group Pricing, which pricing group "number" is assigned to your newsletter test group?

    Replace the \'2\' with \'78\' if your group number is 78.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Feb 2007
    Location
    baltimore, md
    Posts
    41
    Plugin Contributions
    0

    Default Re: How to set up e-mail test group?

    Great! That makes a lot more sense! I guess I missed a vital step there.

    Now I am trying to run the SQL and get this error:

    1062 Duplicate entry 'Newsletter to Test Group Only' for key 2
    in:
    [INSERT INTO zen_query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Newsletter to Test Group Only', 'Send sample newsletter to Customer Test Group only', 'select customers_email_address, customers_lastname, customers_firstname from TABLE_CUSTOMERS WHERE customers_group_pricing = \'2\'');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    Does this mean I first have to restore the backup database before I run this script? Or is there some other way around it? (My group is indeed #2.)

    Thanks again for all your help!

  6. #6
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: How to set up e-mail test group?

    That's telling you that you already have a group added named 'Newsletter to Test Group Only'.
    Why are you trying to add it twice?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: How to set up e-mail test group?

    Try this in phpMyAdmin:
    Code:
    DELETE FROM zen_query_builder where query_id>6;
    INSERT INTO zen_query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( NULL, 'email,newsletters', 'Newsletter to Test Group Only', 'Send sample newsletter to Customer Test Group only', 'select customers_email_address, customers_lastname, customers_firstname from TABLE_CUSTOMERS WHERE customers_group_pricing = \'2\'');
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. how to create test group for newsletter
    By kristad in forum General Questions
    Replies: 0
    Last Post: 23 Dec 2010, 02:17 AM
  2. extracting emails to group mail..HOW?
    By jcreek in forum General Questions
    Replies: 2
    Last Post: 19 Feb 2009, 09:20 PM
  3. How to Set Up Test Bed
    By Mickmo68 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 14 Jun 2008, 05:17 AM
  4. How to set up test site?
    By mamasylvia in forum General Questions
    Replies: 7
    Last Post: 18 Mar 2008, 05:27 AM

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