Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tooth

Archived
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Real Name
    Mason

tooth's Achievements

  1. ...resolved, thanks Jim. :) Tooth
  2. will this mod calculate and add up all shipping charges onto the invoice if we decide not to use the label print option? Thank you, Tooth
  3. If anyone else has any ideas, please feel free to jump in - better yet, see if you can get it working on TEP...It works for other website quite nicely, it is a great effect. It will change regular images on the fly into a poleriod looking photo...it will be great to use to dress up any catalog without editing every image manually to look the same. The site posted has the free source...please let me know if you are able to figure this out. I have been awake all day and all night trying to get this going. Thanks in advance... Best regards, Tooth
  4. ...did you get the new link? just add index.php Thanks, Tooth
  5. PM sent, thanks for helping me with this issue. Regards, Tooth
  6. Jim, Could it be that the flollowing line is over riding and placing the "class=ch5" instead of my hard coded class="image" . tep_image(DIR_WS_IMAGES . $categories['categories_image'] , $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . I know that this is the correct line, I know that the call to the js file is in the head, I know that all files have been uploaded to the root...I also know that I saved all changes and uploaded the correct file. i don't know where else to narrow this down to figure it out. Thanks again for all your help thus far... Tooth
  7. ...yep! That is absolutly obvious! The lines are from two different unrelated websites...the second line works, the first line is what shows in the excicuted page after adding what you wrote. I have never writen PHP code like that - I only do basics. In the html example that I showed in the begining of this thread, all is well. To be sure that I was editing the correct line I deleted it and published it - no image - added the line back and published - it shows up...then I edited it the way you told me too and published then that is the line in the exicuted source. I know what i am editing is the correct line. Here is a link to this very simple effect...try it. http://www.netzgesta.de/instant/
  8. I am editing the index, there is no mistaking that...on the server viewing through ftp the changes are in the code. I am trying to implement an effect on the catalog item image. I believe that the code I am editing is the correct code as when I delete the entire line from the page the image i want to affect disapeared - then I added the original line back and the image re appeared. So, I am possitive that I am editing and uploading the correct file as well as editing the correct line and place. I don't know why it is not working as it always works without issue in other sites that i maintain...I also did a basic test in a regular staic page today and the regular code works, except with this cart, I converted it doing as you wrote nothing happens. I checked the paths, I uploaded all files needed numerous times and double checked the line needed in the head. Because I have done this process many times before, you would think that it should always be simple. I dunno?? Thanks, Tooth
  9. ...everything is for sure up on the server as I double checked. I have installed this effect on many sites before without issue... When I view page source the exicuted code shows this <img src="images/hotsellers.jpg" border="0" alt="widget" title=" widget " width="110" height="110" vspace=0 class=ch5> But... Looking at another site I set up 8 months ago the source for an exicuted page looks like this <img class="image" src="img/tooth1.jpg" alt="" width="500" height="375" border="0" /> Oooops! My Bad - I think I need the class place in the beginning not the end...where should I do that, in what part of the code. Thanks in advance Jim... Regards, Tooth
  10. Hi Jim, Thank you for the tip - unfortunately it still does not want to work...I am not new to PHP, but I also do not know everything [i am always learning]. It always works on every other site that I implement it to. This is the first time that i have had to work with code like that...I wonder why it does not work, it is supposed to be simple, in most cases 60 seconds of work. Tooth.
  11. Hi, I can't seem to get my head wrpped around this code convertion...I am trying to make this a contrib when it is finished. This is supposed to be simple and easy to do image effect, and it works in any other php site that I have implemented it into, but not this shop for some reason... place this in the head <script type="text/javascript" src="image.js"></script> then call it by simply adding class="image" to the src like <img src="/img/pic.jpg" class="image" width="600" height="802"> So to make this work in the catalog I need to convert the above to work in the following code - I don't now how to convert it...please help. <a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'] , $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br>' . $categories['categories_name'] . '</a> Thank you in advance, Tooth
×
×
  • Create New...