Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ibandyop

Archived
  • Posts

    147
  • Joined

  • Last visited

Profile Information

ibandyop's Achievements

  1. I have trouble connecting up to USPS consistantly and get time-outs now and then. I was wondering if anyone has a rate table setup for USPS and is willing to share the SQL. Anyone with suggestions on how to create such a rate table or perhaps the idea of connecting to USPS and cache their information into the database like we do for currencies conversion.
  2. Warren, Note clear if the test I provided worked for you. If you get the test working use the same files from the test and put them into the contribution. Please replace mydomain.com with the domain name you installed the test software on. Make sure the permissions of the files your executing is 755 all the usual necessary stuff. Also Tip no 3. of the readme_1st may apply to you. Quote: If the test fails you can try uncommenting the following line in PHP_FORM_MIN.php and begin debugging. Make sure you comment the library model you will Not use. // $result = $mylphp->process($myorder); # use shared library model This is because your have not compiled the libraries but they need to be available as shared libraries with your web hosting company before this will work. There is another thread on the forums that reports a blank page at checkout but not information on that one either to provide support.
  3. Added http://www.oscommerce.com/community/contributions,596 This references files provided by linkpoint.
  4. In Admin | Modules | Order Total You can place a low order fee like UKP 5.00 as added handling cost for low orders.
  5. If your using Fantastico. Ask your web hosting company to do this. The php.ini controls ALL the php settings not yours and it not likely in a directory you can control.
  6. Guessing... Difficult to give an answer when the problem is described only in one line. Here are some possibilities. If you have an older version of STS then you would see it on the index.php but not elsewhere. STS version 2.0+ allows you to template your categories and products Or are you describing something more intermittent on the same page ? Remember your web browser may be caching pages so you do not actually generate a new page everytime unless you have setup your html page to empty the cache. If it's the same page, upgrade your PHP version.
  7. Brian, Thank you for clarifing that. STS rocks !!! SoundsAlarming, Store loaded fast for me. I checked it two different sessions and they were both fast (opera browser, no cache)
  8. Not too clear what you want. Guessing you want two attributes. One a Pull-down (that you cannot modify) Second a text box where someone enters data. Cannot combine both. Can you put a link to the exact contribution your referring to.
  9. Nice store. You need the osCommerce link at the footer. Turn off STS and test. Test loading the template alone.
  10. You should be able to get that look with standard osCommerce shopping cart. There may be other contributions that make using osCommerce easier and more user friendly.
  11. Make sure you can have PHP to allow capture of your pages Download and test your setup before you try STS. http://leknor.com/code/gziped.php
  12. This is your error. 1146 - Table 'ctt1net_osc1.TABLE_COUPONS' doesn't exist select * from TABLE_COUPONS where coupon_id = 'NEW_SIGNUP_DISCOUNT_COUPON' Use the MySql database Admin utility on your server. Probably phpMyAdmin and create the table TABLE_COUPONS 1.) If you installed the contribution - you did not install the SQL that tells you how to install TABLE_COUPONS 2.) If it's a fresh install., oscommerce.sql did not complete or is missing the table.
  13. :D Ignore above post. My mistake. Contribution works flawlessly. Thanks you VJ.
  14. Just installed it. Checking to see if anyone got problems. Got this when running http://localhost/catalog/links_setup.php for first time. :o Parse error: parse error, unexpected T_STRING in /www/catalog/includes/database_tables.php on line 78 1146 - Table 'MS2_SSLv1.table_configuration' doesn't exist select configuration_key as cfgKey, configuration_value as cfgValue from TABLE_CONFIGURATION [TEP STOP] Looking into it. Any ideas ?
  15. Sorry, I think I misunderstood your questio. From Admin | Search Engine Friendly URLS - Turn this ON (true) This may give the desired results.
×
×
  • Create New...