Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mijman2

Archived
  • Posts

    221
  • Joined

  • Last visited

Profile Information

mijman2's Achievements

  1. I haven't been active on this site for a long time as you can tell - I hope you've figured out what to do about this problem - if not just pm me back and i can help you out.

  2. Hi Simolingerie.

    I haven't been active on this site for a long time as you can tell - I hope you've figured out what to do about this problem - if not just pm me back and i can help you out.

  3. Hi mijman2!

    Thank you for your contribution about "Also Purchase". I set up the files as you says but I don't know how to use -

    3) Schedule a daily cron job. This job will do the hard part and fill the table with the products_id and the ap_id.- this part!

    Would you show me the SQL query for example?

  4. I like leapfrog, but the new version has made it stopped working on my website. I have gone over all the instructions three times! >_< It looks like nothing is being recorded in the database - and I have checked and reconfirmed the part in footer.php... Site: www.ipodxtras.com Any suggestions?
  5. To Everyone: Your welcome! I am just so releaved that I finally found a solution that worked so seamlessly. It took me forever to find one that actaully worked as advertised. Amir is amazing! To redrum: Sorry I didnt get back to you sooner (I was supposed to get emails but apparently the board didnt send me one!) The advantage to not requiring cUrl is that it allows people who dont have cUrl installed by their webhost to still use this script! Ya, nothing to complicated. -Steve (sorry for the spelling... no spell check in these forums!)
  6. This is rather greedy... osCommerce is based on the willingness of others to share their information and code with others. You are using free code to power your shop, hundreds and thousands of hours have gone into the coding of osCommerce. It is powered through contributions and donation of peoples time. You should be listing your implementation of Google Checkout as a contribution, not trying to get people to buy it. To me, that is just a wrong way to abuse open source. -Steve
  7. Hello! Download Googiespell - http://www.oscommerce.com/community/contributions,4200 Googiespell Multilanguage Spell Check Script adds a spell check to your orders.php page where you communicate with your customers. It will check your spelling and make you look like a professional! Please post any questions you have here and I will try to help you the best I can. I will try to release updates along with the updates released by ATG (http://amix.dk/projects/GoogieSpell - creator of source code that powers googiespell) Hope you enjoy this script!
  8. Hi. I've had this installed on my site working great for a while. Then i had to edit my oscommerce because my host turned register globals to off. So, now IPN isn't working. I tried to update it to the latest version but it seems that the file has corrputed because when I go and look at the overwrite and run ms2.2 and compare it to my site, the files in the overwrite and run are all truncated after about 8 letters. So, 2 questions: 1) Can someone post the latest (working) version of IPN again because the most recent version is corrupted. 2) Is this compatible with Registered globals off in php.ini?
  9. In your product_info.php is the code which calls the attributes. It is a dynamic query that gets the current product_id number. In the part in products_info.php, change the part where it is getting the product_id number (it will most likely look something like tep_db_query("stuff goes here... WHERE products_id=."$product_id."); Change the WHERE products_id=."$product_id." to WHERE products_id= '0'. Then go into your databases and change the universal set of attributes' products_id number (I dont know what the column is called) to 0. This should work.
  10. Your next best bet is to look in newsdesk.php. If you see an if statement in there that has something to do with what page you are on than you may try commenting it out.
  11. Is there an if statement in your column file?
  12. Not a problem! This is a wonderfully usefull contribution! -Im wondering what the before and after install - parse times for pages are. It doesnt seem like it takes too long for pages to load however.
  13. BIG Typo in Directions For New Installs Found Step 5. Download the latest binary version of GeoIP.dat from and upload it to your /catalog/admin/includes folder SHOULD BE Step 5. Download the latest binary version of GeoIP.dat from and upload it to your /catalog/includes folder
  14. Hi Everyone. I am developing the second version of my store and am thinking about implementing this system. My only concern is that it will slow down the users page load times which is something I am not willing to do (we want the best user expierence possible!) So... Is it possible for someone to tell me how much parse time this code adds to pages on the user side of their site? Thanks so much! -Steve
  15. OMG That code looks amazing! I unfortunatly have a full online running store so I cant afford bugs... Please keep us updated on how this comes along! Again I am very impressed! :thumbsup:
×
×
  • Create New...