Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Bushmaster

Pioneers
  • Posts

    447
  • Joined

  • Last visited

Everything posted by Bushmaster

  1. If you keep your spiders.txt updated with this all bots should show fine unless you have made an error some where. http://addons.oscommerce.com/info/2455
  2. Use version 1.5 posted bt GLcustoms Jan 22 2006( it shows it is 1.0 but it is 1.5. you will also need the fix 1.5a) and UltimateSEO version 2.1d posted on Feb 23 2008 by FWR.
  3. The code was writen for osCommerce not magento. If you want meta tags for that your looking in the wrong place.
  4. read the support thread. http://www.oscommerce.com/forums/index.php?sho...c=130999&hl= Then ask your question there. If you used a version other then 2.1d posted by FWR in Feb. then good luck.
  5. All versions have a configuration table. That is where the configuration is stored. ie store name, address, modules installed all the info from admin/configuration is stored there.
  6. I have tried both versions and get the same map view. Either of you have an idea why?
  7. All add-ons are in the contribution area. http://addons.oscommerce.com/category?search=coupons
  8. the best place to get help with STS is here. http://www.oscommerce.com/forums/index.php?showtopic=58541
  9. Nice job Spooks. Will save me some time.
  10. So is there some where this info can be found for the ones that are still learning? I know search google, but you don't always find the best places to get the info with out spending hours. Showing up on the first page doesn't make them the best.
  11. Sounds good I get it installed when I am done with the new site I'm trying to get set up.
  12. lol sorry Glen I guess I should have looked a little farther before picking your name. I have not update my live store 3.4 seemed to do fine but I think I will try it. See if it helps out supertracker any. I'm thinking it pulls from the who's online data.
  13. Steve I was able to get the screen to refresh when you check the box by changing this line. There was no Bot on the site at the time to see if it performs like it should. The box does stay checked after the timed refresh. echo TEXT_SHOW_BOTS . ': <input type="checkbox" name="bots" value="show" onChange="this.form.submit();"' . ($HTTP_GET_VARS['bots'] == 'show' ? ' checked="checked"': '') . '>'; ?> to this( changed onchange to onclick ) echo TEXT_SHOW_BOTS . ': <input type="checkbox" name="bots" value="show" onclick="this.form.submit();"' . ($HTTP_GET_VARS['bots'] == 'show' ? ' checked="checked"': '') . '>'; ?>
  14. http://www.oscommerce.info/kb/osCommerce/Catalog_Area/Boxes That will help you with making a new box. The best coders here do not care for templates so they may not look at your post. And I guess the first thing to ask are you using 2.2 RC1?
  15. Adjust the width and height of validation image in admin till it is a readable size. I have mine set at a width of 260 and a height of 50
  16. You better have him read the rules from the credit card companies he is accepting. I do believe they state you are not allowed to charge more for them using their credit cards.
  17. I belive you just ned the name of the image if you have them in th image folder. The code looks in the default directory for the images.
  18. There should have been a file in the package of files for the instal to add that table to your database. The name should end in .sql If this is the one you installed. http://addons.oscommerce.com/info/4511 . It is not a complete mod. It is a mod too 2 mods. With out the following 2 it will not work. http://addons.oscommerce.com/info/1226 http://addons.oscommerce.com/info/4315 That is the only one I saw that did not come with an .sql file. If that is not it you just missed a file.
  19. If it uses the same IP every time just ban the IP from your site. I belive there is a add on for it or you can use .htaccess. http://tools.dynamicdrive.com/userban/ IP bans are not a 100% remedy and can easly ban a potential customer if not carefull.
  20. What is the sort order for your coupon code?
  21. Bushmaster

    Merchant Account

    Look here to see if a contribution was made to use your merchant account. http://www.oscommerce.com/community/contributions
  22. What did you do right before it stoped working?
  23. Must have been asleep when I read your post the first time your problem is in your configure.php file. The double slash is the problem. Post your admin/includes/configure.php with your mysql info removed and we can get it straight.
  24. I had that problem at one let me try to remember what I did.
  25. http://www.oscommerce.com/community?contri...mp;category=all
×
×
  • Create New...