Page 5 of 23 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 225
  1. #41
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: HTML tags show after upgrade to 1.3.9g

    I can't see any example of that on your site.
    .

    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. #42
    Join Date
    Oct 2010
    Posts
    33
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    Yes, the site was being reveiwed for a gateway so I had to put the text into a banner so they could see a complete site.

    The HTML version I had showed the banner and the text but instead after the upgrade, below is exactly what was showing in place of the banner with the 3 shirts across the top when I use HTML instead of the banner image.

    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      
      <tr>
        <td valign="top"><div align="center"><img src="daisy1.jpg" width="950" height="280" /></div></td>
      </tr>
      <tr>
        <td width="85%" valign="top"><p><strong>The Daisy Girls Beginning</strong><br />
        </p>
          <p></p>
        <p>Daisy Girls wants to promote positive messaging to women and girls that wear the shirts and to the 
    
    people that read them. This line of t-shirts not only gives a positive message; they also inspire and 
    
    motivate you to live the message or as we like to say at Daisy Girls, "Be" the shirt.<br>
          <br>
        </p>
        <p><strong>Quality Shirts</strong></p>
        <p>Daisy Girls shirts are made for women and girls who want a perfect fitting t-shirt with a subtle 
    
    positive message.  Our shirts are made of a super soft, ring-spun cotton AND made in the USA. Let's just 
    
    say that our Daisy Girls t-shirts are like the girls and women who wear them.... Soft, but durable. 
    
    Feminine, but strong. Females of all sizes, shapes and ages will quickly find the Daisy Girls t-shirts to 
    
    be their favorite t-shirts.<br>
          <br>
        </p>
        <p>Women are the strongest force on the planet. I don't know about you, but I am <strong>NOT</strong> 
    
    a "Princess", a "Gold digger", or a "Spoiled Brat". We can do better than that. Buy a shirt, spread the 
    
    word, and let's motivate women and girls to be their best!    <hr /></td>
      </tr>
      
      
    </table>
    It is not interperting the HTML and displaying the output. It is showing the actual html code. It was not doing this before upgrading.
    Last edited by azimpact; 1 Oct 2010 at 08:11 PM. Reason: added

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

    Default Re: HTML tags show after upgrade to 1.3.9g

    Be sure that you applied the fix that I posted concerning both the define pages and banners ...

    What you posted appears to work fine on my site ...

    NOTE: be sure after adding the fix that you EDIT the broken banner and just save it to fix it ...
    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: v1.5.5]
    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!

  4. #44
    Join Date
    May 2010
    Posts
    13
    Plugin Contributions
    0

    Default HTML code showing in emai

    I tried to find a solution in the other forums but im having a hard time. I just upgraded to the most recent zencart today and now i am getting html code in my emails if i use html. It was working find before upgrading today. Can anyone give a solution to the problem.

  5. #45
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: HTML code showing in emai

    Can you elaborate on what "html code in my emails" you're seeing?
    .

    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.

  6. #46
    Join Date
    May 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: HTML code showing in email

    This is a sample text i was trying to send:



    Rich Text Message:
    <p>This is an example of something to send</p><p /><p><a href="http://www.zen-cart.com">http://www.zen-cart.com</a></p>
    --------------------------------------------------------------------------------

    Text-Only Message:

    &lt;p&gt;This is an example of something to send&lt;/p&gt;&lt;p /&gt;&lt;p&gt;&lt;a href=&quot;http://www.zen-cart.com&quot;&gt;http://www....&gt;&lt;/p&gt;

    when the email goes through this is what i get html code
    Last edited by hottrendz; 2 Oct 2010 at 12:00 AM. Reason: explaining

  7. #47
    Join Date
    May 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: HTML code showing in emai

    Please i need help, is there a file i need to fix or something, what could cause html code to appear in the actual emails.

  8. #48
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    I installed 139g (new install) and have the same html tags issue

    I created: extra_white_list.php

    in it I put:

    <?php
    $global_xss_whitelist = isset($global_xss_whitelist) ? $global_xss_whitelist : array();
    $my_whitelist = array('file_contents');
    $global_xss_whitelist = array_merge($my_whitelist, $global_xss_whitelist);

    uploaded to: extra_confiqures folder

    still showing tags, Please advise

    SORRY,SENT IT TO WRONG FOLDER, THANKS FOR THE FIX
    Last edited by pageblair; 2 Oct 2010 at 11:53 AM.

  9. #49
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,289
    Plugin Contributions
    22

    Default Re: HTML tags show after upgrade to 1.3.9g

    Be sure you uploaded to the admin/includes/extra_configure folder - I boobooed at first and put it in the catalog side.
    The full-time Zen Cart Guru. WizTech4ZC.com

  10. #50
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    Code works great. Thank you!

    But html codes ( &lt;br /&gt;&lt;br /&gt;) are showing when sending Newsletter and emails.

 

 
Page 5 of 23 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. Replies: 25
    Last Post: 15 May 2010, 06:20 AM
  2. Replies: 11
    Last Post: 23 Nov 2009, 02:57 AM
  3. Replies: 5
    Last Post: 22 Jan 2009, 10:23 AM
  4. Replies: 4
    Last Post: 7 Jul 2008, 12:04 AM
  5. No HTML Editor after 1.3.6 upgrade
    By KADesign in forum Upgrading from 1.3.x to 1.3.9
    Replies: 13
    Last Post: 8 Nov 2006, 04:24 PM

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