Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: problem with newsletter sign up

    Zen Cart's normal behavior, unless the customer checks the box, is to leave them unsubscribed.
    What addons/contributions have you installed to your site?
    What kinds of customizations have you made?
    .

    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.

  2. #12
    Join Date
    Aug 2004
    Posts
    262
    Plugin Contributions
    0

    Default Re: problem with newsletter sign up

    Quote Originally Posted by DrByte View Post
    Zen Cart's normal behavior, unless the customer checks the box, is to leave them unsubscribed.
    What addons/contributions have you installed to your site?
    What kinds of customizations have you made?
    I have these mods on my site:

    user tracking
    quick updates
    email address exporter
    sales report
    cross sell

    Other than the mods, there is not much customization, only a background image. If you go to my create account page, you will see that there is no option to subscribe to the newsletter.

    Should I also remove these two lines from my create account form:?

    Newsletter and Email Details
    ☐ HTML ☐ TEXT-Only

    Sadie
    www.vintageknits.net/store

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

    Default Re: problem with newsletter sign up

    Quote Originally Posted by sadie View Post

    Should I also remove these two lines from my create account form:?

    Newsletter and Email Details
    ☐ HTML ☐ TEXT-Only
    Only if you don't want your customers to be able to opt to select which format to receive their emails in.
    .

    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.

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

    Default Re: problem with newsletter sign up

    Quote Originally Posted by sadie View Post
    I have these mods on my site:

    user tracking
    quick updates
    email address exporter
    sales report
    cross sell
    You also seem to have a "How did you hear about us" referrals mod installed.
    Did it make any changes to your /includes/modules/create_account.php or /includes/modules/YOUR_TEMPLATE_NAME/create_account.php file?
    .

    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. #15
    Join Date
    Aug 2004
    Posts
    262
    Plugin Contributions
    0

    Default Re: problem with newsletter sign up

    Quote Originally Posted by DrByte View Post
    You also seem to have a "How did you hear about us" referrals mod installed.
    Did it make any changes to your /includes/modules/create_account.php or /includes/modules/YOUR_TEMPLATE_NAME/create_account.php file?
    I made these changes to get the referral box:

    1. includes/languages/template_custom/english.php

    (a) change this: define('ENTRY_CUSTOMERS_REFERRAL', 'Referral Code:');

    to: define('ENTRY_CUSTOMERS_REFERRAL', 'Referred From:');


    (b) change this: define('TABLE_HEADING_REFERRAL_DETAILS', 'Were You Referred to Us?');

    to: define('TABLE_HEADING_REFERRAL_DETAILS', 'How did you hear about us?');


    2. admin/includes/languages/english/customers.php

    change this: define('CUSTOMERS_REFERRAL', 'Customer Referral<br />1st Discount Coupon');

    to: define('CUSTOMERS_REFERRAL', 'Referred From:');

    Sadie

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

    Default Re: problem with newsletter sign up

    If you're using v1.3.8a, did you use the How Did You Hear About Us contribution designed for 1.3.8a? or an older version?
    http://www.zen-cart.com/index.php?ma...roducts_id=186

    If you used an older version, it may not have the newer updates to the create_account module file.

    One of those is on line 28 of /includes/modules/create_account.php:
    Code:
      $newsletter = (ACCOUNT_NEWSLETTER_STATUS == '1' ? false : true);
    You could try changing that to this:
    Code:
      $newsletter = (ACCOUNT_NEWSLETTER_STATUS <= '1' ? false : true);
    I don't know specifically what's wrong with your setup, but it's obviously not working as you expect.

    But then again ... if you're not using Zen Cart to handle your newsletters, why does it matter whether it's tallying newsletter counts or not? If you're not using the data, and you're not giving the customer an option, perhaps it's a moot point?
    .

    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. #17
    Join Date
    Aug 2004
    Posts
    262
    Plugin Contributions
    0

    Default Re: problem with newsletter sign up

    I did not use a how did you hear about us contribution, I just made the changes noted above to a few files.

    Why it mattered, is that I rebuilt my store over several months. Had I known this version would have done this, I would have imported my 1.2.6 newsletter subscribers’ emails to php.list before upgrading my store to 1.3.8a. Now, the databases are merged, and I have no idea who signed up for the newsletter (either through my 1.2.6 version, or directly through my php.list link) and who zen-cart signed up automatically.

    In any event, I will just use my old database in php.list. It does not have all customers who may have wanted the newsletter, but I have other things to do. Thanks anyway.

    Sadie

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v154 newsletter sign up spamming
    By travbacon in forum General Questions
    Replies: 1
    Last Post: 29 Jun 2016, 06:35 AM
  2. Newsletter sign up
    By VisExp in forum General Questions
    Replies: 3
    Last Post: 9 Mar 2009, 01:05 PM
  3. Newsletter Sign Up
    By princessp in forum General Questions
    Replies: 4
    Last Post: 3 Jan 2008, 06:30 PM
  4. Problem with orders & new customer sign up
    By devon310 in forum Managing Customers and Orders
    Replies: 3
    Last Post: 14 Feb 2007, 10:53 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