Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jonw118

Pioneers
  • Posts

    120
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jon

jonw118's Achievements

  1. Hello all... I have a question. Using STS 4.x, where I have a few different links coded into the template (ie, Index, Forum, etc) it does not carry the osCid= string with it. Therefore it loses the session, logs the user out and deletes the cart. Does anyone know why or what settings I should check? Thanks!
  2. There is def an issue with it connecting to the js files - I even moved them all to the root and no luck. Tried absolute and relative links. No dice. Not sure why STS wouldn't let the javascript files run. Still troubleshooting. I did install the lastest version from Nov 9. I wonder if there is an issue in that package?
  3. I tried that as well... didn't work. If paste the links in the url bar - I can pull the files. So I know they are there!
  4. I've read through this thread - and I've found what I thought were answers but not so much. None of the js/ajax functions seem to work. I am using STS. I went to checkout.php and took the head info which I added into the STS template (checkout.php.html): <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <link rel="stylesheet" type="text/css" href="ext/jQuery/themes/smoothness/ui.all.css"> <script type="text/javascript" language="javascript" src="ext/jQuery/jQuery.js"></script> <script type="text/javascript" language="javascript" src="ext/jQuery/jQuery.ajaxq.js"></script> <script type="text/javascript" language="javascript" src="ext/jQuery/jQuery.pstrength.js"></script> <script type="text/javascript" language="javascript" src="ext/jQuery/jQuery.ui.js"></script> <script type="text/javascript" language="javascript" src="includes/checkout/checkout.js"></script> <style> .pstrength-minchar { font-size : 10px; } </style> But it's not working. The files are there on the server. Any thoughts? Any help would be much appreciated.
  5. Hello. I am using STS and stuck on an issue. For the index.php template I use a graphic that I want to appear only on the homepage. But, since it is the template used as well for the product listings page, it shows the graphic there as well (ie, it shows on the graphic meant for the homepage on the link /catalog/index.php?cPath=1). Now, I know I can create templates for each category - but I don't want to do that. Is there a way to create a general template to be used for all product listing pages versus specific ones?
  6. Wow. This has been terribly frustrating to get working. I'm close... BUT- every time I click Submit it takes me to login.php. Has anyone else experienced this???
  7. I just need the module configured (I have it installed). Let me know if you could help. Thanks!
  8. Would anyone be willing to install this for me? I'll gladly pay... just message me. I'm having some major issues with it, and don't have time to deal with it. Let me know if you are interested. Thanks!
  9. Also- it says the error "Could Not Be Authorized For This Reason" but says nothing in front of it giving a reason. I seriously need some help, we were launching today for the holidays... and now this.
  10. I need some serious help here! I've used this contrib for a long time with NO problems. Suddenly, it just stopped working! No transactions go through... I look on Authorize.net page and there are no transactions as unsettled being attempted. What could have possibly changed as my host assures me nothing has changed on the server? After emails with my webhost, he tells me: "You still have an old version of PHP (4.3.11), so it has not been recompiled in a while. MySQL seems to be at 5.0 however. Was it always at that?" Not quite sure what he's asking/telling me here. The only thing I've done different to the store is the SSL expired today, and I renewed it and installed... and it's up and working just fine! It's almost like its stopped "talking" to authorize.net, but nothings different. I've tried using a new key, etc. It won't even work at all in test mode. Any help or guidance would be MUCH appreciated.
  11. I followed Coffee Barns suggestions, and it's working. THANK YOU!!!! That's the fix for this.
  12. Darn! That did the trick on getting rid of the "}" error... but it didn't fix the problem of what we're dealing with here.
×
×
  • Create New...