Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

candlenbath

Archived
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Real Name
    Mike Snow

candlenbath's Achievements

  1. Thanks Lee that was part of my problem. The other was my PopUpCop it seemd like it was either keeping a cache or for some reason was not letting the HTML area retrieve the info from the DB. Not sure how or why...But it working great. Thanks you MIke Snow
  2. Follow up. If I disable HTML area the HTML code shows up in the standard description box. Its like HTML area is not pulling the info from the DB. Thanks again
  3. Lee, Thanks for the quick reply. The issue seems to be on the product page itself, It does not show the desciptions. I can use full screen type in my description then hit the exit button (in full screen) and it past the HTML code into the HTML are box. I then click preview and it look fine, click update then I can go to my cart and it looks fine, but if I go back into the products and click edit all is gone and I haev to start over from scratch. When I installed it the code you say to look for in section 1a is not there. Below is a snipit of my catagories.php <link rel="stylesheet" type="text/css" href="includes/javascript/spiffyCal/spiffyCal_v2_1.css"> <script language="JavaScript" src="includes/javascript/spiffyCal/spiffyCal_v2_1.js"></script> <script language="javascript"> var dateAvailable = new ctlSpiffyCalendarBox("dateAvailable", "new_product", "products_date_available","btnDate1","<?php echo $pInfo->products_date_available; ?>",scBTNMODE_CUSTOMBLUE); </script> <script language="Javascript1.2"><!-- // load htmlarea //MaxiDVD Added WYSIWYG HTML Area Box + Admin Function v1.6 <head> _editor_url = "<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_ADMIN; ?>htmlarea/"; // URL to htmlarea files var win_ie_ver = parseFloat(navigator.appVersion.split("MSIE")[1]); if (navigator.userAgent.indexOf('Mac') >= 0) { win_ie_ver = 0; } if (navigator.userAgent.indexOf('Windows CE') >= 0) { win_ie_ver = 0; } if (navigator.userAgent.indexOf('Opera') >= 0) { win_ie_ver = 0; } <?php if (HTML_AREA_WYSIWYG_BASIC_PD == 'Basic'){ ?> if (win_ie_ver >= 5.5) { document.write('<scr' + 'ipt src="' +_editor_url+ 'editor_basic.js"'); document.write(' language="Javascript1.2"></scr' + 'ipt>'); } else { document.write('<scr'+'ipt>function editor_generate() { return false; }</scr'+'ipt>'); } <?php } else{ ?> if (win_ie_ver >= 5.5) { document.write('<scr' + 'ipt src="' +_editor_url+ 'editor_advanced.js"'); document.write(' language="Javascript1.2"></scr' + 'ipt>'); } else { document.write('<scr'+'ipt>function editor_generate() { return false; }</scr'+'ipt>'); } <?php }?> // --></script> Thanks Mike Snow
  4. OK heres a quick follow up. I can use the editor in full screen and it work fine, after closing full screen it transfers the code to the window. I can preview and update and things look right. If I go back into edit the decription nothing is in the HTML area box. Thanks Mike Snow
  5. I am having troubles AFTER installation. I can see the HTML area but I can't use any of the features. Any help would be great. If any sections of code need to be posted let me know and I will follow up. Thank you in advance Mike Snow
  6. I am having troubles. After install I can see the HTML area, but I can't use any of the features. Any help would be great.
×
×
  • Create New...