Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2005
    Posts
    18
    Plugin Contributions
    0

    Default Help with HTMLAREA

    I have installed zencart on an SSL server and all works OK but HTMLAREA does not appear to function normally.

    I can enter text descriptions foor products and these show normally in the shop but consequent visits to the items in admin/categories & products will only display as HTML

    I have set the HTML editor in config/my store to HTMLAREA and the text editor dropdown box displays the usual choices of none/HTMLAREA - but nothing happens when this is changed - only html will display

    has anybody any suggestions? - most grateful for any help :-(

    val

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Help with HTMLAREA

    The reason for seeing raw HTML code instead of the editor, when the editor is selected, can be multi-fold:

    - even though My Store default is HTMLAREA, your session-setting (from pulldown menu at top of categories window) may be set to NONE.
    - your browser may have javascript disabled
    - your PC may have some sort of firewall software installed which is blocking the javascripts from triggering properly (Norton is notorious for this)
    .

    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.

  3. #3
    Join Date
    Aug 2006
    Posts
    1
    Plugin Contributions
    0

    Re: Help with HTMLAREA

    We're absolute newbees to Zen Cart and experienced the same as described by Valbate. We want to run Zen Cart completely on SSL. We didn't redirect but instead changed settings in configure.php like this:

    define('HTTP_SERVER', 'https://ssl-server.tld/ourdomain.tld');
    define('HTTPS_SERVER', 'https://ssl-server.tld/ourdomain.tld');
    define('HTTP_CATALOG_SERVER', 'https://ssl-server.tld/ourdomain.tld');
    define('HTTPS_CATALOG_SERVER', 'https://ssl-server.tld/ourdomain.tld');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

    We set HTTP_SERVER and HTTP_CATALOG_SERVER to the SSL-path as well because we didn't see that

    define('HTTP_SERVER', 'http://ourdomain.dd')

    and the same url for the catalog-server variable did run on ssl.

    Anyway everything seemd to work just fine with these settings except for the HTMLeditor - even though we included our url in ie to our trustworthy sites.

    We couldn't find any description yet explaining which parts of zen cart are automatically using ssl and which don't when using these settings:

    define('HTTP_SERVER', 'http://ourdomain.tld');
    define('HTTPS_SERVER', 'https://ssl-server.tld/ourdomain.tld');
    define('HTTP_CATALOG_SERVER', 'http://ourdomain.tld');
    define('HTTPS_CATALOG_SERVER', 'https://ssl-server.tld/ourdomain.tld');

    ... ?

 

 

Similar Threads

  1. Inserting Images with HTMLArea
    By pdxdoug in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Jul 2008, 08:36 PM
  2. Double Spacing with HTMLArea
    By wakenine in forum Customization from the Admin
    Replies: 2
    Last Post: 10 Apr 2008, 08:44 PM
  3. HTMLArea problem with Firefox 2.0.0.1
    By brandtim in forum Bug Reports
    Replies: 3
    Last Post: 7 Feb 2007, 11:18 PM
  4. Problems with HTMLAREA editor
    By RAlfieri in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jul 2006, 08:57 AM

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