Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2005
    Posts
    58
    Plugin Contributions
    0

    Default Remove email preference

    Ho do I remove the section that asks a customers email preference when they are checking out?

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Remove email preference

    The preference is actually asked on the create_account and not on the checkout ...

    There are settings for email under the Customer Details as well as under the Email Settings ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Dec 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: Remove email preference

    I've already checked under both of those sections and nothing is offered in there to turn off that section in the account creation where the customer is asked whether they prefer html or text for emails.
    I have the default set as text already so that section on the account creation page is useless.
    How do I get rid of that section on the account creation page.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Remove email preference

    oops ... lost mind ... you want it gone not just the choice ...

    You can copy the file:
    /includes/templates/template_default/tpl_modules_create_account.php

    To your templates and overrides directory:

    And comment out the lines around 181-182:
    PHP Code:
    <?php echo zen_draw_radio_field('email_format''HTML', ($email_format == 'HTML' true false),'id="email-format-html"') . '<label class="radioButtonLabel" for="email-format-html">' ENTRY_EMAIL_HTML_DISPLAY '</label>' .  zen_draw_radio_field('email_format''TEXT', ($email_format == 'TEXT' true false), 'id="email-format-text"') . '<label class="radioButtonLabel" for="email-format-text">' ENTRY_EMAIL_TEXT_DISPLAY '</label>'?>
    <br class="clearBoth" />
    Note: if not giving the customer a choice, we do recommend you send TEXT emails as many do not accept HTML emails or you must be approved for them to accept those emails from you etc.
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Dec 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: Remove email preference

    Thanks Ajeh.

 

 

Similar Threads

  1. Customer Default Email Preference duplicate entries
    By notset4life in forum Upgrading from 1.3.x to 1.3.9
    Replies: 4
    Last Post: 9 Mar 2011, 08:24 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