Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

travtele615

Archived
  • Posts

    47
  • Joined

  • Last visited

Everything posted by travtele615

  1. yes you can. Search for this contribution "Authorize Net SIM Method8-04-num2" that I'm trying to implement for a client who doesn't want the SSL cert yet either. just make sure and keep copies of the original auth net files you'll be replacing in case you need to revert back. I'm still having one small issue when it returns you to your site but it does take you to the auth.net server to enter the CC number and process the transaction then returns the customer back to your store. Travis
  2. Thanks a ton. Its working perfectly with 1 small change. I got rid of "([0-9]+)" in the .htaccess file, it came to life. Travis
  3. I've been trying to figure out a solution to a problem I've got. I've got a store I'm working on that I need to add "biography-artwork" to the the SEO URL's for the manufacturers portion of the code only, such that a URL from clicking on the manufacturer's list box would read domain.com/artist-name-biography-artwork-m-15.html for example. I know the technically that I could just add it into the database but then having biography-artwork tacked on to all the artists names through out the store is pretty tacky and I figure hard coding it into the SEO URL COde somehow may be the best option. With my very limited php I went into the seo-class.php in includes and was able to add the text easily into the URL's in '.html' portion of the case statement although the link refused to work. Is this possible to "hard code" this text string into the existing code somehow and make it work? Any help would be greatly appreciated. Thanks Travis
×
×
  • Create New...