Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2020
    Location
    Orlando
    Posts
    3
    Plugin Contributions
    0

    Default admin/configuration/email options issue

    I am using v 1.5.6c
    I am currently experimenting before getting my site online. everything is working good except in the admin->configuration->email options. it states in send copy of ...etc the format should be name1<[email protected]>, name 2<[email protected]> etc.

    when I click update the < and > get converted to html code
    HTML Code:
    &gt;
    causing my store managers sales people not to get email notifications.

    Thanks in advance to any advice.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,694
    Plugin Contributions
    123

    Default Re: admin/configuration/email options issue

    This is a bug in 1.5.6 which is fixed in 1.5.7. For now, you have to use phpMyAdmin if you want to update that field and include the name in angle brackets.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Jun 2020
    Location
    Orlando
    Posts
    3
    Plugin Contributions
    0

    Default Re: admin/configuration/email options issue

    any Idea where to look in the database?

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,694
    Plugin Contributions
    123

    Default Re: admin/configuration/email options issue

    You want to modify the CONTACT_US_LIST record in the configuration table. Make a backup of your database first just in case you fat-finger this.

    UPDATE configuration SET configuration_value = 'Name 1 <email@address1>, Name 2 <email@address2>' WHERE configuration_key = 'CONTACT_US_LIST';
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #5
    Join Date
    Jun 2020
    Location
    Orlando
    Posts
    3
    Plugin Contributions
    0

    Default Re: admin/configuration/email options issue

    Thank you, that worked.
    since the site is not online I thought I'd experiment and also found that by disabling the htmlspecialchar calls in adminsanitizer I could edit them in the admin page the reset the sanitizer back (that part of the admin area shouldn't need much changes in my needs)

    again thank you for your swift response!

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,694
    Plugin Contributions
    123

    Default Re: admin/configuration/email options issue

    You can see the prototype for the code fix I made here:

    https://github.com/zencart/zencart/pull/3198

    but 1.5.7 uses a completely different approach (PHP filter_var), so this wasn't merged.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. v154 missing configuration menu options in admin panel, in dutch
    By annedien in forum Upgrading to 1.5.x
    Replies: 4
    Last Post: 23 Sep 2015, 08:38 AM
  2. v151 Text corruption in In Admin/Configuration/E-mail Options
    By Peace Freak in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 12 May 2013, 02:07 AM
  3. Missing Admin->Configuration options
    By dthomas in forum Basic Configuration
    Replies: 3
    Last Post: 21 Feb 2009, 11:16 PM
  4. Email or Configuration issue?
    By titian in forum General Questions
    Replies: 6
    Last Post: 23 Aug 2006, 06:22 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