Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fiber

Members
  • Posts

    199
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Fiber

  1. Confirmed all good now.. thnx!
  2. In test modes example account-test then i see the admin message ofcourse in admin, but also on the catalog side, and not what the customers should see screen http://i.imgur.com/kTmBgUD.png
  3. @@raiwa Thnx for the update Only after the update I see the output of the message in the admin on the shop side :-) instead of the define's from the language files.
  4. thnx solved now :) Another question see screen should not be there the configuration of the module? example, he is now online so that the txt shoud say online?
  5. Correction of the above After making modules inactive and remove in admin and reinstall again all was well, but a question. in modules/content see the screenshot, the module is installed and active Great addon thnx
  6. Testing with Store Mode Closed Maintenance BS 1.0 beta3.zip have already installed you're first version, did not have the time to comment and before installing beta3 removed the module's en installed beta3, after testing and add in maintance de language dutch all was good en working. Now after clicking on a product I'am getting this error Not Found The requested URL /xxx/xxx.html was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Checking .htaccess and is empty, putting back the master htaccess made previously from version 1, and links are working but the module is not working any more.
  7. That was optinal if i'am not mistaken, deinstall the image uloader if you don't used it and keep ckeditor
  8. Yes i see also the cookies.. But why installed if you do not use it anyway?
  9. here is my working config from ckeditor and kcfinder ext/ckeditor/config.js CKEDITOR.editorConfig = function( config ) { config.filebrowserBrowseUrl = 'kcfinder/browse.php?type=files'; config.filebrowserImageBrowseUrl = 'kcfinder/browse.php?type=images'; config.filebrowserFlashBrowseUrl = 'kcfinder/browse.php?type=flash'; config.filebrowserUploadUrl = 'kcfinder/upload.php?type=files'; config.filebrowserImageUploadUrl = 'kcfinder/upload.php?type=images'; config.filebrowserFlashUploadUrl = 'kcfinder/upload.php?type=flash'; and from adminroot kcfinder config.php 'uploadURL' => "http://mydomain.ltd/subdir/images/upload", 'uploadDir' => "",
  10. categories_language = "Categories are imported to default osCommerce language, if you want you can change this according to your installed languages (must be like 'it' or 'es' ...)"
  11. Ofcourse its is possible to move the upload directory to the "catalog" side, example make a directory upload and define path uploadURL in the the config php. It was explained in the text file also; The upload settings can be found in the the /kcfinder/config.php by default any image will be uploaded to /admin/kcfinder/upload/images/ which I personally do not like better to put them in the catalog/images/ where they belong as over the years they may gather although it is possibile to browse and delete from the admin ckeditor so up to you.
  12. According the readme, CKEDITOR.editorConfig = function( config ) { config.filebrowserBrowseUrl = '/admin/kcfinder/browse.php?type=files'; config.filebrowserImageBrowseUrl = '/admin/kcfinder/browse.php?type=images'; config.filebrowserFlashBrowseUrl = '/admin/kcfinder/browse.php?type=flash'; config.filebrowserUploadUrl = '/admin/kcfinder/upload.php?type=files'; config.filebrowserImageUploadUrl = '/admin/kcfinder/upload.php?type=images'; config.filebrowserFlashUploadUrl = '/admin/kcfinder/upload.php?type=flash'; }; NOTE: If your site resides is a subdirectory it is sometimes necessary (depending on server) to give the full path URL
×
×
  • Create New...