Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

multimixer

Members
  • Posts

    4,733
  • Joined

  • Last visited

  • Days Won

    72

Everything posted by multimixer

  1. You can add a handling fee that will be the shipping cost for tickets. t-shirts will have a weight of 1 following cases 1) tickets only = handling fee only, doesn't matter the quamtity 2) t shirts only = weight x quantity + handling fee 3) t shirts + tickets = same as above, so tickets go free, you can andvertise this
  2. I have it the same + all files of the greek language folder set to utf-8 and I'm getting perfect and very nice greek characters W3C option is set to false, if set to true I'm getting non readable url's I'm happy that I don't have to convert the greek characters.
  3. Thank you very much Stanislav - ευχαριστω πολυ Is there any reason to make the character conversion from greek into latin? I mean it's even better, if somebody search in google for "φ ιλτρο νερου" in greek charakters, to have exactly this in the url too (apart of meta tags and content it self), instead of having the greeklish "filt ro neroy" Am I wrong in this? Whats the purpose of the character conversion?
  4. Hello I'm extra happy because I succeed to make everything work fine and my url's look great now. Thank you very much Jack and Stanislav ! I use the latest Jack's version (Ultimate SEO 2-2.2d-2) I had the same issue with the "redirect loop" as posted above and only in the Greek language, not in english. Finally with uploading the seo.class.php from stanislavs autoinstaller package v2.7 everything works great. One thing that is not absolutelly clear to me is about the character conversions. On the greek version of my site I get the url ".../catalog/ανταλλακτική-μποτίλια-p-37.html" Should I change the greek characters into latin? If somebody want to do me a favor, please click here and post what you see in your browsers line? (if possible please avoid posting the domain) It will be a great help
  5. I think it's more possible to get an answer here
  6. You are missing the corresponding language file for sure, check if it is in place. Maybe also some image files
  7. Do you need help to do it your self or do you want that somebody do it for you? What kind of help you seek? What did you try so far?
  8. Hi, thank you for the reply I installed the second package and also compared what I have with your postings. The files are identical So, the problem remain - I can not add a store via the admin (error message and no database update) - I can see stores that I added directly in the database pressing "list stores". I can see them also on the customers side at retailers.php - I can not edit the stores (error message and no database update) - I can delete a store when pressing "delete" Where could the problem be? I'm breaking my head. Well, I'm not a programmer, but still. Did other people installed this here? How does it work? Ahhh, such a great thing and I can not bring it to work
  9. Hi, great thing you did, exactly what I was looking for, thank you very much. Some first feedback: 1) Installation is an 5 minute issue, there are no osc files affected really, just some addings 2) There must be an issue with adminadd.php and adminedit.php When trying to add a store, I'm getting always the message "there was an error etc", and also nothing new appears in my database When adding directly a store into the database table, then everything is fine, I can find the store again when watching the retailers.php When deleting this store again (via admin), then it works also, no store anymore in the database, so the admindelete.php works fine But we need this to add stores, not just to delete them, right? :)
  10. Well, "update" can have different meanings, I don't know exactly what the instructions here mean, but maybe the meaning is, to let the files know, whats your new database name is?
  11. You create a new database in phpMyAdmin or via the cpanel of your hosting account
  12. Did you try to post here ? Anyway, I think that after creating the "no action" form with FCK, you can go to the html code of the page and edit it as simple html and connect it to a script or action. Thats possible all the tme, doesn't matter how and where you made the form You could also try "define content" contribution and use the tinymce editor, I have this installed and I think the support here is good. I'll try to make a form with this and tell you how it works
  13. Well, as I said, I'm not familiar with fck editor or extra pages, but, I see 2 options here: 1) Go to the html code and make the changes, as described in the links above 2) Try to use the regular osc contact_us form, you can add as many fields as you like (read here) and I think there is also a conribution about adding radio buttons and whatever
  14. Hi Norbert. Your form is a plain html form and has nothing to do with the "regular" forms used in osc. If you look at contact_us.php, yu will see tat there are 2 places where the form is getting created:(1) the php part that ends with a tep mail function. This is the "real" action (2) the html part that the user see where the ENTRY_XY is "collected" to be used in the php part. As far I can see the code of your form is <form name="testform" action="send" method="post"> <p> test input email <input type="text" name="email" value="your email here" /></p> <p> test input name <input type="text" name="name" value="your name here" /> title: <select name="title"> <option value="MR">MR</option> <option value="MRS">MRS</option> <option value="MS">MS</option> </select></p> <p> <input type="button" name="send" value="Send" /></p> </form></td> There is no "action" specified, the form is doing nothing. You need a script that says what the form has to do I suggest you to read following articles about doing forms in html: this one and that one Thats the direction you have to work on
  15. I'm not familiar with "extra pages" but can you post the code of such a site that includes the form?
  16. Hi people, I just installed this contribution and everything works fine from the first sight, so, thank you very much. I have an issue with the "bugfix" of 2 june 2008 made by mthierfelder as in is on the download page of this con. There it is written The strange thing is: If I follow the instructions and comment this "}" out, them I'm getting exactly the error that it shuld remove. If I DONT follow, everything works fine. My question: Is this a bugfix or a bug?
  17. Hi again. I found the solution thanks to Todd's link, it's a great forum there by the way. I will post my solution on "how to make tiny_mce to use utf-8", and to show utf-8 up in both, page itself and page source. Thats very importand for not stuffing google with some α stuff, no listing with this. Also if you use "header tags SEO" and want to use the "fill tags" option, you need normal text to be placed here. It will not happen if you don't change the tiny_mce settings Maybe somebody else has the same problems. 1) You need to modify 2 files: admin/includes/javascript/tiny_mce/tiny_mce.js admin/includes/javascript/tiny_mce/tiny_mce_src.js 2) In each file search for the word "entity" 3) the default setting for this is 'named' Change it to 'raw' 4) Upload the files. Thats it ! You need to resubmit all content that you had written in tiny_mce and it will appear correctly
  18. Thank you for the reply. I don't have this files you mention at all. All the tiny_mce stuff is located in admin/includes/javascript
  19. Hi again I did the test.php thing, as described in post117 and here are the results: For catalog/test.php for catalog/admin/test.php
  20. Hi Todd, I need your help again. I got a problem with "define content" and character encodings. I have define content and tinymce installed and everything was working perfectly. I'm using it for both, product descriptions and other pages, like "contactus" etc. Recently I changed everything to Utf-8, since then I was using iso-8859-7 for my greek site After this change, it happens following: 1) The text appears normally on the site and thats fine. Example: "Μην διστάζετε να επικοινωνήσετε μαζί μας" 2) When looking at the page source, I see instead of this following: "<p><strong>Μην διστάζετε να επικοινωνήσετε μαζί μας.</strong></p>" 3)Writing the same text, but without the Tinymce, I can see everything correctly everywhere, but then I don't have the formatting I want An example of what I mean you can see here What am I doing wrong? Where to search?
  21. Hello Todd and everybody I have AI installed since a while and everything is perfect. The only issue I had was with the popup window title. My default it is set to "image_description". This was not ok for me because I have a store in 3 languages and image descriptions are just in 1. The task for me was to put the product name (that is different in each language) into the popup window title. I did following in the file "popup_add_image.php" 1) At line 36 original: if (!empty($_GET['imagesID'])) { $products_query = tep_db_query( "SELECT ai.products_id, ai.images_description, ai.thumb_images, ai.medium_images, ai.popup_images, p.products_image, p.products_image_med, p.products_image_pop, p.products_image_description FROM " . TABLE_ADDITIONAL_IMAGES . " ai, " . TABLE_PRODUCTS . " p WHERE ai.products_id=p.products_id and ai.additional_images_id = '".(int)$_GET['imagesID']."'"); $selected_image = tep_db_fetch_array($products_query); } elseif (!empty($_GET['pID'])) { $products_query = tep_db_query( "SELECT products_id, products_image, products_image_med, products_image_pop, products_image_description FROM " . TABLE_PRODUCTS . " WHERE products_id = '".(int)$_GET['pID']."'"); $selected_image = tep_db_fetch_array($products_query); } my changes: if (!empty($_GET['imagesID'])) { $products_query = tep_db_query( "SELECT ai.products_id, ai.images_description, ai.thumb_images, ai.medium_images, ai.popup_images, p.products_image, p.products_image_med, p.products_image_pop, p.products_image_description, pd.products_name FROM " . TABLE_ADDITIONAL_IMAGES . " ai, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS . " p WHERE p.products_id = pd.products_id and ai.products_id=p.products_id and pd.language_id = '" . (int)$languages_id . "' and ai.additional_images_id = '".(int)$_GET['imagesID']."'"); $selected_image = tep_db_fetch_array($products_query); } elseif (!empty($_GET['pID'])) { $products_query = tep_db_query( "SELECT p.products_id, p.products_image, p.products_image_med, p.products_image_pop, p.products_image_description, pd.products_name FROM " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS . " p WHERE p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and p.products_id = '".(int)$_GET['pID']."'"); $selected_image = tep_db_fetch_array($products_query); } 2) At line 68 original: <title><?php echo $selected_image['images_description']; ?></title> my changes: <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo $selected_image['products_name']; ?></title> I have to admit that I don't really know what I did and what this all mean, but the result is that I can see now the product name on the popup window title, in each language different. I would appreciate it very much if somebody can tell me if I did right or if there somewhere a hidden mistake or handicap in this solution. Also a question: I think that I'll get "dublicate title tags" issues with Google, because 3 or more images (of the same item) have now the same title. My question is, how to add lets say a unique number (like image id) too the product name, to make them appear together in the title of the popup?
  22. I just installed this add-on (with STS) and it works perfectly, thank you very much ! I had a thought to use this contribution for the complete menu of my store, not just for product categories, ie to include "about us" and "information (faq, shipping etc) Is this possible?
×
×
  • Create New...