Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default newsletter to dealer

    I've this field customers_whole in customers table, where field is 1 when i able this customer as dealer ( http://www.zen-cart.com/index.php?ma...roducts_id=166)
    I want send newsletter only to whole customers: what can I do?
    Thank's in advance

  2. #2
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: newsletter to dealer

    The SQL queries to select the audience for a newsletter or email are stored in the database in the query_builder table.
    The queries are typically fairly simple, like this

    select customers_firstname, customers_lastname,
    customers_email_address from TABLE_CUSTOMERS where customers_newsletter =
    '1'

    You would need to create and insert a new entry in the table that included your customers_whole in the query, as well as 'newsletters' under the query category.

  3. #3
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: newsletter to dealer

    Great!
    I've just insert the sql query in database, and I'm trying to send newsletter only to specified customers....
    Thank's a lot... I'll tell you if it works well!

  4. #4
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: newsletter to dealer

    It's strange, but I see the number of received in the dropdown list, but them don't receive the newsletter.

 

 

Similar Threads

  1. v150 Special Dealer Accounts?
    By willuw in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 22 May 2012, 06:11 PM
  2. Dealer's Page
    By perkiekat in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 Nov 2010, 10:57 PM
  3. dealer locator
    By cspgsl in forum General Questions
    Replies: 3
    Last Post: 8 Nov 2010, 08:55 PM
  4. Dealer Login facility?
    By performance3000 in forum General Questions
    Replies: 1
    Last Post: 6 Jun 2008, 11:35 AM
  5. Cars Dealer
    By titangen in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 2 Nov 2006, 11:14 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