Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

wotsupdoc

Pioneers
  • Posts

    72
  • Joined

  • Last visited

Everything posted by wotsupdoc

  1. Ga naar regel 225 in catalog\includes\languages\dutch.php en vervang define('TEXT_GREETING_GUEST', 'Welkom <span class="greetUser">Gast!</span> Wilt u <a href="%s"><u>inloggen</u></a>? Of wilt u liever een <a href="%s"><u>account aanmaken</u></a>?'); door: define('TEXT_GREETING_GUEST', ''); Dit verwijdert in het Nederlandse deel de tekst: "Welkom Gast! Wilt u inloggen? Of wilt u een nieuw account aanmaken?" Hetzelfde moet je ook doen met alle andere talen die je in je winkel geïnstalleerd hebt. Dus bv. in: catalog\includes\languages\english.php vervang je de alinea (op regel nr. 223) define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?'); door: define('TEXT_GREETING_GUEST', ''); De rest (Alleen m�t een account enz.) ken ik niet, ik heb dat nog nooit meegemaakt, maar ik vermoed dat je eerst wat gegevens in het admin deel moet invoeren, om uit de demo winkel te komen. Succes!
  2. In één keer goed! Inderdaad, via FTP! Je kunt bv. filezilla gebruiken, of het programma dat je gebruikte om OsC mee te installeren.
  3. RTFM (read the funking manual) In het installatie- tekst bestand (in de Neederlandsche contributie) staat: "Krijg je een blanco scherm of scherm vol met fouten, log dan in MET ACHTER DE URL ?language=en" Doe dat en je krijgt je gewone engelse pagina te zien.van je shop. Log in op het Admin deel, ga naar Lokale Instellingen/talen en voeg Nederlands toe, stel Nedelands in als standaard, en je bent klaar.
  4. Well, the search function in this forum isn't working for me, either I find no results where I'm certain there should be results, or I get too many results that all point to the initial page of a few topics. Thanks! Shoot! I thought it should be possible with STS Great! I'll try that! Thanks for your advice!
  5. I'm too lazy to read all the posts in this topic and neither the search function or the manual don't help me with this question. I have STS 4.5 and I want to show all the products in a category in a table of 4 columns and 3 rows, rather than scrolling down the page with all the products in a list as it is by default in OSC. How do I do this with STS 4.5? Can anyone give me some directions on that one? Thanks!
  6. You can just skip that part, because it's just not needed anymore in RC1 see: http://forums.oscommerce.nl/index.php?showtopic=17832 (only if you understand Dutch)
  7. I suggest you visit www.oscommerce.nl and look for the iDEAL payment module. Or go directly to the iDEAL forum: http://forums.oscommerce.nl/index.php?showforum=42 IF.......... you understand Dutch
  8. I suggest you visit www.oscommerce.nl and look for the iDEAL payment module. Or go directly to the iDEAL forum: http://forums.oscommerce.nl/index.php?showforum=42 IF.......... you understand Dutch
  9. Mysterious Firefox bug fix for Bill's "Add New Pages Using STS" package I downloaded Bill's package "Add New Pages Using STS" and used the newpage.php.html template and found that if I opened that file (directly from the zip package) in Firefox, all seemed normal. When I uploaded all the files and opened the page in IE, all seemed normal, however in Firefox 2 the first 3 characters on the page always were:  (doesn't look nice with a banner starting after those 3 characters) These characters cannot be seen in Notepad, not in Dreamweaver, but they are there. It was driving me mad. In the end, I opened the file in notepad, hit Ctrl a, Ctrl c, made a new empty textfile in notepad, hit Ctrl v, saved. Same file, looked identical, only 3 bits smaller I have uploaded the Bill's complete package, exept for those 3 characters. Do a comparison between Bill's newpage.php.html and mine an you might see those 3 characters. I used Total commander's file comparison feature for the comparison I wonder if my Mac will show those characters? Unfortunately I can't check that anymore because I deleted Bill's original files, and I'm not that curious to download them again
  10. I did (once again) a clean install of OSC RC1 EP_v2_76f_r1_MS2, STS v4.58 and UltraPics Virgin manual install. Everything works fine, exept that I can't import the extra pictures for Ultrapics with the Easy Populate plugin. I have tried modifying the table called "products"in the PHPMyAdmin page, and I get to import the extra pictures: I export the table as a exell 2000 file, I edit the table in Exell 2003, I copy and paste the table into Access 2003, then I export that table through the ODBC driver. But when I do that, I can't create any new products in my shop, not with the catalog/admin/Categories/Products section (I create the new article, the picture is uploaded, but the product isn't there,) and not with Easy Populate. I have tried the contrib EP 2.76-MS2 (with Ultra pics) Modified by Leonidas Pezo on 15 October 2005, but that is too old, it won't work with the newer versions of EP or with the other contribs I have installed. Does anyone have an EP v2_76f for Ultrapics mod? Or does anyone know how to do it with the PHPMyAdmin frontend? Any help is much appreciated
  11. When I'm in the admin section od OSC, and go: Modules/STS/STS Modules/Index In the "Files for index.php template" I must put in the whole name "index.php.html" (notice the html extension), or I get an error msg. If I put the html extension, I get the $myaccountlogoff | $cartcontents | $checkout thingies in stead of the real navigation (the same goes for the all the other STS placeholders. And after the "content" that page I still get the contents of the index.php.html in my catalog/includes/sts_templates/ folder. What am I doing wrong?
  12. Yes, I've copied all the standard templates into their respective folders, uninstalled and re-installed all the STS modules in the Admin/modules/STS/ section. So everything should be standard, but still I get the error msg if I enable index.php.html, untill I copy that index.php.html file into my catalogincludes/modules/sts_inc/ folder. I can't figure that one out, so I just leave that file in place. I have answered to the post where you replied to me about that particular problem, but it's on the prevoius page and something has gone wrong with the sequence of answers so it's hard to find, but it's there. Thanks for the advice you gave about getting different content on the catagories pages and the index page. I will try that tomorrow.
  13. When I enable the Index template in STS 4.5 the contents of the index page also appears when I click on a category. I only want the contents of the index page to appear only on the first page of the shop, not on a category page. Is there a way in STS 4.5 to do that? In the admin section there is no way to enable different templates for the categories Can sombody help me please?
  14. How do I tell STS to use a template I made in stead of te default one? In the admin section I see only a few options to install templates, and categories isn't among them.
  15. It says: includes/sts_templates/ So that is as it should be
  16. If I copy the file index.php.html from my includes\sts_templates\test\ into the \includes\modules\sts_inc\ directory, and if I click on a category name, I still get my index page (with appropriate the category content on it too) The url is: catalog/index.php?cPath=2 How can I have a category page that does not thave the contents of my index.php.html on it? Can anyone help me?
  17. Well, if I copy the contents of the original index.php.html file and paste it onto my custom index.php.html file and upload it, nothing changes (I get the same errors) Then I went into the admin section of my shop and changed the name of the Template folder from temp to full (so everything would be defaoult) I still get the same errors The only way to get rid of the errors, is to prevent STS using the index.php.html page, like this Use template for index page Do you want to use templates for index page? O true X false Anyway, why would STS be looking in the wrong directory for the index.php file? Warning: main(includes/modules/sts_inc/index.php) [function.main]: failed to open stream: No such file or directory It should be looking in the includes/modules/sts_templates directory, right? In what file does STS tell the server to look for the index.php file? Appearantly STS has decided in that "if (!empty($sts_modules_inc)) {" is true (line 19 in sts_display_output.php), but why? If I copy the file index.php.html from my includes\sts_templates\test\ into the \includes\modules\sts_inc\ directory, I get no more error msgs. However if I click on a category page, I still get my index page (with appropriate the category on it) Is this normal? Can you tell me what has gone wrong? TIA
  18. So it IS an existing problem, good to know I'm not the only one. Hope you can solve it, it's quite annoying. Erm, I found another problem. If I switch on "Use template for index page" in the admin section, I get: Warning: main(includes/modules/sts_inc/index.php) [function.main]: failed to open stream: No such file or directory in /usr/home/ws/color/www.coloursite.nl/www/naaldkunst/includes/modules/sts_inc/sts_display_output.php on line 21 Warning: main() [function.include]: Failed opening 'includes/modules/sts_inc/index.php' for inclusion (include_path='.:/usr/local/lib/php') in /usr/home/ws/color/www.coloursite.nl/www/naaldkunst/includes/modules/sts_inc/sts_display_output.php on line 21 And I copied the content from the sts_template.html into the index.php.html Oh, and I'm using the header/footer includes as desctibed in the STS powerpack, and the newpage as well Have you got any ideas?
  19. Link when image on popup page is clicked? About my problem with the popup page not resizing to the picture if i have STS 4.5.6 up and running: After a lot of searching, editing, and errors I realized that the resize function works fine if I leave "Use template for the image popup page" in the admin section set to false So I will settle for that, for the time being. However,it looks like I need to be able to open a link to another article when a customer clicks the popup page (but not all popup pages should link when clicked). Can this be done in STS? I have thought about the "quick and dirty" solution: dump the html code for the image source and URL into the product description. It should work, but it it's not very elegant, and not very client-friendly. Does anyone have some bright ideas?
  20. I had to do that in order to get my bigger pictures, before I pasted that code into the popup_image.php I got my thumbnals for the extra pictures, but when I ckicked them, I got the old standard OSC picture (I hadn't changed that standard picture) in the pop-up window So yes, I've done that. Do you mean by this that STS4.5 with OSC 2.2 RC1 SHOULD resize the popup window for a bigger picture? Shoot! Then it's back to editing files again, just when I thought I was out of the woods. Thanks for responding
  21. I went back to the version where I was before I installed ACA. Now I finally have Ultrapics working, but the popup window won't resize for bigger pictures. The question has been posted before on this board http://www.oscommerce.com/forums/index.php?sho...&start=2300, but no answer has been given. I suppose I could try and copy & paste the resize script from the original popup_image.phpfile into the sts popup template, but maybe there is a more elegant solution. If I switch off STS, the popup window resize fine Has anyone tried this before?
  22. Shoot, I deleted all modules, exept morepics, sml, and tinymce, but when I try to edit a product in te admin section, still I get: Warning: get_header_js(includes/javascript/tiny_mce/general.php) [function.get-header-js]: failed to open stream: No such file or directory in catalog/admin/includes/modules/products/tinymce.php on line 54 Warning: get_header_js() [function.include]: Failed opening 'includes/javascript/tiny_mce/general.php' for inclusion (include_path='.:/usr/local/lib/php') in catalog/admin/includes/modules/products/tinymce.php on line 54 Warning: get_header_js(includes/javascript/tiny_mce/product_image_abs.php) [function.get-header-js]: failed to open stream: No such file or directory in catalog/admin/includes/modules/products/tinymce.php on line 58 Warning: get_header_js() [function.include]: Failed opening 'includes/javascript/tiny_mce/product_image_abs.php' for inclusion (include_path='.:/usr/local/lib/php') in catalog/admin/includes/modules/products/tinymce.php on line 58 The files are there, I don't get it why the files can't be found. What's up? Can anybody tell me?
  23. I got it, I think. I have deleted a lot of modules I didn't need, and things are looking better Still, I'd like to have a look at the SM,M,L module, let's see if I can get that thingie installed
  24. I have installed ACA, but after installing the modules, I get in the admin/Modules/ACA for categories: Warning: main(includes/functions/categories_description.php) [function.main]: failed to open stream: No such file or directory in /usr/home/ws/color/www.coloursite.nl/www/naaldkunst/admin/includes/modules/categories/category_description.php on line 14 Warning: main() [function.include]: Failed opening 'includes/functions/categories_description.php' for inclusion (include_path='.:/usr/local/lib/php') in /usr/home/ws/color/www.coloursite.nl/www/naaldkunst/admin/includes/modules/categories/category_description.php on line 14 I have been searching a lot of the old ACA files to see if there is some categories_description.php but I can't find it If I go to some product in the admin/catalog section and try to edit it, I get: 1054 - Unknown column 'products_mediumimage' in 'field list' SELECT products_image, products_mediumimage, products_largeimage FROM products WHERE products_id = '27' [TEP STOP] And I can't edit any products any more I hope that someone can help me with this annoying problem. TIA
  25. I forgot to put the modules there, now they're there it works! I followed the ACA installation manual as close as I could, so I installed the tinyMCE Anywhere module and uploaded product_image_abs.php as well Gee, it finally works (at least the popups work, let's see if all the other contribs still work)! Thanks, you saved my day (month, actually)! And all those extra modules, I guess I'll have to fiddle around with them to see what they actually do. I also replaced the script in the popup_image.php file: http://www.oscommerce.com/community/contributions,2503 It claimed that I would have better browser detection and a full popup window (so you can see the complete window at once) but now I always get the same small windows in IE6 and Firefox 1.5 (haven't tested for other browsers). So I guess I'll have to put the old script back again and fiddle with the height and width so the popup window opens to fully show the picture, I hope the window will actually resize again when I'm ready. Gee, nice work, folks! Thanks for helping out
×
×
  • Create New...