Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

zboyblue

Banned
  • Posts

    165
  • Joined

  • Last visited

Everything posted by zboyblue

  1. Yea I dont remember exactly how it all happened but I just remember changinf the ftp password and it finally working. Keep trying!
  2. I had this same problem. It ended up being a password problem. Change your password with froogle and in your config file and try again. If your current pass has special charachters remove them, etc (make it DIFFERENT) Craig
  3. Ok, SOMETHING is going on here ... When I click on Who's Online about 50% of the time it will crash something ... It is either no data displaying and/or a SLOW or not at all page load or the whole admin will gl blank and you cannot get it back. I can switch browsers and MAYBE get it back but once I had to restart the httpd service on the server and clear all the cookies and cache on the browser before it would come back up. (The whole admin) Also, when it is "acting up" you can click on orders and there are NONE. The page is not blank, there are just no orders showing. I am BESIDE myself ... cannot figure out what is going on. The only thing I can think of is that the Who's Online page is redefining some variable or something like that or just plain screwing up. It only started with the new version. Any ideas? Craig
  4. Well I dont necessarily want to turn it off, how to I get rid of the dirty words? : ) Craig
  5. Awesome! Let me know if you need any suggestions or someone to test it .. I just cant code. : ) Craig
  6. I think I figured out that the special price (with salemaker) is already figured out in the general.php function file. Now all that needs to be done is to figure out how in the world to USE it! lol I have tried several things and could not get anything to work. Like I said, I don't know what I am doing. : ) Hope someone else can help out. Craig
  7. Ok I at least made a little progress. Doing the following will allow you to have the google feed contain prices that are a % off your normal prices. In my case I did a storewide 20% off sale so this works perfect for me (now). This NEEDS to be changed so it will look at the salemaker table, figure out which categories are on sale, do the math, etc but my abilities do not reach that far. SO hopefully someone with some talent will see me strugling and will lend a hand to wrap this up! : ) In your Froogle.php file add the following somewhere in the top of the file after the <? php // Amount you would like prices multiplied by. Normal prices = 1, 20% off = .8, etc. $discount = .8; Then change the following code: FORMAT( IFNULL(specials.specials_new_products_price, products.products_price) * " . $taxCalc . ",2) AS price, To: FORMAT( (IFNULL(specials.specials_new_products_price, products.products_price) * " . $discount . ") * " . $taxCalc . ",2) AS price, Then you can change the "$discount" as needed manually until someone can make this cleaner and better. But HEY, at least its SOMETHING! I did this because Froogle has been kicking out my feed because they say the prices dont match. SO WHAT but thats they way they want it so what are you gonna do but comply. Anyway, I hope someone else gets some use out of this. If so please reply so I know and if so I will post it as a contribution. Craig
  8. Ok I am trying to work on this and I am sure I can figure something out but since I dont know php very well I need a little help. How would you write the following in such a way as to multiply the price by a number like .9 (or 90%) FORMAT( IFNULL(specials.specials_new_products_price, products.products_price) * " . $taxCalc . ",2) AS price, If I can figure that out then I can create a variable that looks to the salemaker table for a % off and use that in the calculation of the price in this query. Can anyone tell me how to multiply in the sql query? I see how they are doing it with the tax calculations but I cant seem to figure out how to add to that. I tried the following and it worked. FORMAT( IFNULL(specials.specials_new_products_price, products.products_price) * .8,2) AS price, BUT that is screwing with the calculations. I need to calculate this BEFORE the tax to make it right .. Anyone got any ideas? I am still hacking at it ... Also, what is the ",2" for?? Craig
  9. Yea, bugs take time to work out I guess. Always good to test on someone else's system too I guess. And why oh why am I seeing this in my Supertracker? Google Adwords - Total Referrals 0 sex toys uk : Referrals, Average Time : mins, Average Clicks : bondage uk : Referrals, Average Time : mins, Average Clicks : Miva - Total Referrals 0 sex toys : Referrals, Average Time : mins, Average Clicks : vibrators : Referrals, Average Time : mins, Average Clicks :
  10. I have Apache, I had looked at that thread about that. I guess I will have to look again. I think it was running right but had some error about a variable already being defined. ?
  11. UPDATE! I figured it out. Since the instructions say to copy the files before making the database changes application top is calling the new class file and the class file is looking for fields that are not there. I commented the call in app_top, was able to run the db updater, then uncommented the call and all is fine so far. I realized that the WHOLE site was not working, not just the updater file! One way to fix the problem would be to remove the call for application top from the db updater file I guess. ? Craig
  12. Woo Hoo! I will go download now! Craig Update... When accessing the db update file this is what I get ... 1054 - Unknown column 'browser_string' in 'where clause' select * from supertracker where browser_string ='Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7' and ip_address like '199.72%' and last_click > '2005-10-18 17:44:19' [TEP STOP] What does that mean? Craig
  13. www.stardevelop.com This is what I use and it tells me when someone comes online! Pretty cool. Craig
  14. I tried running it and got the following: /bin/sh: line 1: lynx: command not found What should I do?
  15. PLEASE do release this! An update would be awesome! Craig
  16. Thanks for this tip! I have changed it and will see what it does tonight. Is there a way to run it now?
  17. Has anyone figured out how to make this work with salemaker? My Froogle listings have been stopped because my feed is wrong. To try and manually change the prices would be nuts. Please let me know if there is any hope of this working. Craig
  18. Medvid, THANK you SO much for your positive reply! I completely understand how frustrating it can be to answer the same questions over and over, I have owned a few internet providers in the past and answering peoples questions over and over and over with no chance of them getting an answer from anyone but you is even more frustrating, you KNOW they are going to call no matter what! At least with a forum there is a chance they will find the solution themselves, thats SOME hope at least. : ) I appreciate the efforts of all that try to help, I DO. Without those people no one would get anywhere. I myself TRY to help where I can even though I have limited abilities. I figure it is one less thing someone that knows what they are doing will have to do, my way of attempting to help I guess. Anyway, thanks so much for your participation in this contrib, I really enjoy it and hope it justs get better and better. It is so nice to see where people are coming from and what they did, etc. One suggestion (if I may) would be to sort of combine Supertracker with Who's Online so that you would have historical data but presented in a nice visual way like Who's Online. Anyway, THANKS for your help and thanks to everyone else that helps others! Craig
  19. I agree that this is among the top contribs. It is so nice to know what is going on with your users. I have to admit that I like the way the updated Who's Online looks better as far as the info about the users. I was thinking of trying to "combine" them in some way but dont think I am that good. Maybe someone else will beat me to it. : ) Craig
  20. SHOW me WHERE in this thread there was an answer to my problem! I DO read and/or search for at LEAST an HOUR before asking! Over time I have learned the entire structure of osCommerce and have modded the crap out of my store by "figuring out" what code does and using it in other places. I am not a moron. You can call me a novice because I AM in that I cannot "write" code from scratch and am nothing compared to most people on this forum, I admit that. THATS why I ask questions. I have a question ... does acting like an axx towards me make you feel better or help me or anyone else in any way? The point of this forum and ALL tech forums is to HELP in an opensource type way the people that need it. If someone would have said "This has been talked about somewhere about 10 pages ago" I would have read EVERY page until I found it. If someone would have said ANYTHING I would have followed that instruction. No one said anything until I fixed my own problem and then you come along telling me I am an idiot pretty much. If people do not want to help, fine but don't feel the need to beat me up once I have fixed my own problem. If you are not going to HELP me when I have a problem then simply do not reply, I dont need your negativity. As for everyone else that HAS replied in a positive way to any of my posts anywhere on this forum I thank you.
  21. I have a hard one for you guys! 10 points to the winner! In my old version (1.56) and in the new one that I just installed I had/have this same problem. ... I can edit an order and add new items or increase qty or whatever and for the most part it does what it is supposed to .. well except for the order total itself. In the old version the order total would stay the same (or do something strange like double the total, it depended on the location of the stars I think) .. the new version will calcule the total of the items .. then calculate the shipping and tax but will make the order total the sum of the shipping and tax (not including the subtotal of the order) .. Now I will make it easy on you!! I think I know what the problem is, I just need to know how to fix it. A while back I was changing the way the order history page looked to make it prettier and the ONLY way I could get it to do what I wanted was to remove "subtotal" from the order total calculation. I dont really remember how I did it or where the file was but I kinda remember it being in a class file someplace. I remember that when I did that it also removed subtotal from my orders page but at the time I was willing to accept that to make the order history page look better. So the question is ... is there a way to make the order editor calculate the total correctly now OR is there a way to remove the subtotal from the totals "blob" so I can keep it off my order history page? Ok .. ready, set .. go!! : ) Craig
  22. Bump ... Hi, I have installed this contrib and if it does what I think it does then it will be great. The only thing is that after setting up the cron I keep getting emails which contain the following ... PHP Notice: Constant FILENAME_FEATURED already defined in /home/httpd/vhosts/cablesandkits.com/httpdocs/includes/filenames.php on line 248 PHP Notice: Constant FILENAME_FEATURED_PRODUCTS already defined in /home/httpd/vhosts/cablesandkits.com/httpdocs/includes/filenames.php on line 249 PHP Notice: Constant FILENAME_PRODUCT_LISTING_COL already defined in /home/httpd/vhosts/cablesandkits.com/httpdocs/includes/filenames.php on line 301 PHP Notice: Constant MODULE_SHIPPING_FEDEX1_LIST_RATES already defined in /home/httpd/vhosts/cablesandkits.com/httpdocs/googlesitemap/index.php on line 60 Content-type: text/html X-Powered-By: PHP/4.3.10 <pre>Generated Google Product Sitemap Successfully Generated Google Category Sitemap Successfully Generated Google Sitemap Index Successfully CONGRATULATIONS! All files generated successfully. What does all that mean? I looked in the files and didnt really find anything that looked like it was trying to redefine those things. What could this be? Any help is appreciated! Craig
  23. Hey there. You have to download in manually. They do it that way so you always get a up to dat version. I was wondering the same thing when I installed and finally read the directions from top to bottom and saw it (its at the very bottom I think) At any rate here is that step: Step 5. Download the latest binary version of GeoIP.dat from here: http://www.maxmind.com/app/geoip_country and upload it to your /catalog/admin/includes folder Hope you enjoy the contrib! I know I am! Craig
  24. Well you know .. if it was as easy as following the directions there would hardly be a need for a help forum would there? Most people problems are caused by code in the wrong place (If they KNEW it was in the wrong place they wouldnt have PUT it there!) or some other code messing it up. In my case I had already put the code where it belonged and it broke my shop. I assume (now) because there was some OTHER code that was wrong and when I saw the broken shop I reversed everything. Then assuming the last thing I did was the problem I did not add it again (BECAUSE the instructions SAID you MAY need this) SO my problem was a perfect one for someone to chime in and help me out on. Its not like I cant read directions, we all do something wrong here and there. It is when people point it out to us that we move along quicker. I DID figure it out myself but it would have been nice to just have had someone suggest something to look at (like Medvid did once) ... that made me think about the problem in that way which eventually led me to dig deeper and find the problem. I cannot complain about free advice, I just get frustrated when I help others (in various threads) when I know about their problem but very seldom does anyone reply to my issues. I had assumed because my issues are generally complex and not super simple things but I am not sure ... I dont know .. anyway .. I have it working and yay. I am already thinking of ways to improve. Like maybe a historical "who's BEEN online" type thing. I have supertracker which I like but I wish I could combine features from both contibs. THat would be nice. Craig
×
×
  • Create New...