Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2009
    Posts
    25
    Plugin Contributions
    0

    Default modify account changes email preferences

    Hi,

    I made some modifications. I made all emails as default on html.

    Customers can't chose if they want their emails in html or text. They all get emails in html That works great (I know of course the disadvantages).

    So to achieve this I must disable that in account_edit (tpl_account_edit_default.php).

    I removed the code
    Code:
    <fieldset>
    <legend><?php echo ENTRY_EMAIL_PREFERENCE; ?></legend>
    <?php echo zen_draw_radio_field('email_format', 'HTML', $email_pref_html,'id="email-format-html"') . '<label class="radioButtonLabel" for="email-format-html">' . ENTRY_EMAIL_HTML_DISPLAY . '</label>' . zen_draw_radio_field('email_format', 'TEXT', $email_pref_text, 'id="email-format-text"') . '<label  class="radioButtonLabel" for="email-format-text">' . ENTRY_EMAIL_TEXT_DISPLAY . '</label>'; ?>
    <br class="clearBoth" />
    </fieldset>
    When I do that the problem starts when users changes their account. When the change a setting, name or other field. The email preference change automatically to text.

    I have a solution for this, but not very clean
    Code:
    <fieldset style="display:none">
    What makes to remove the code, that the emailpreferences changes to text when make a modification?

  2. #2
    Join Date
    May 2008
    Posts
    250
    Plugin Contributions
    1

    Default Re: modify account changes email preferences

    Did you want to FORCE the selection to always be HTML or do you want to set the DEFAULT selection to HTML?

  3. #3
    Join Date
    Jul 2009
    Posts
    116
    Plugin Contributions
    0

    Default Re: modify account changes email preferences

    Has anyone figured out how to do it clean?

    Thanks,
    TheGuest

    Quote Originally Posted by kdays View Post
    Did you want to FORCE the selection to always be HTML or do you want to set the DEFAULT selection to HTML?

 

 

Similar Threads

  1. Replies: 3
    Last Post: 13 Feb 2018, 06:51 PM
  2. v150 Modify create an account form
    By hoang in forum General Questions
    Replies: 5
    Last Post: 11 Mar 2012, 10:37 PM
  3. Replies: 0
    Last Post: 28 Jan 2010, 10:45 AM
  4. nothing changes when stylesheet.css modify and saved
    By odanenico in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 16 Jan 2009, 02:52 PM
  5. Create Account Changes
    By JamesM in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 6 Mar 2007, 12:39 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR