Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

flyjedi

Archived
  • Posts

    27
  • Joined

  • Last visited

About flyjedi

  • Birthday 09/25/1984

Profile Information

flyjedi's Achievements

  1. so what is it i am missing then because when i enable search engine safe URLs it always comes up with a 404 error.
  2. RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php Thats my .htaccess. Look ok?
  3. This is the module set I am running from httpd.conf: LoadModule access_module modules/mod_access.so LoadModule actions_module modules/mod_actions.so LoadModule alias_module modules/mod_alias.so LoadModule asis_module modules/mod_asis.so LoadModule auth_module modules/mod_auth.so #LoadModule auth_anon_module modules/mod_auth_anon.so #LoadModule auth_dbm_module modules/mod_auth_dbm.so #LoadModule auth_digest_module modules/mod_auth_digest.so LoadModule autoindex_module modules/mod_autoindex.so #LoadModule cern_meta_module modules/mod_cern_meta.so LoadModule cgi_module modules/mod_cgi.so #LoadModule dav_module modules/mod_dav.so #LoadModule dav_fs_module modules/mod_dav_fs.so LoadModule dir_module modules/mod_dir.so LoadModule env_module modules/mod_env.so #LoadModule expires_module modules/mod_expires.so #LoadModule file_cache_module modules/mod_file_cache.so #LoadModule headers_module modules/mod_headers.so LoadModule imap_module modules/mod_imap.so LoadModule include_module modules/mod_include.so #LoadModule info_module modules/mod_info.so LoadModule isapi_module modules/mod_isapi.so LoadModule log_config_module modules/mod_log_config.so LoadModule mime_module modules/mod_mime.so #LoadModule mime_magic_module modules/mod_mime_magic.so #LoadModule proxy_module modules/mod_proxy.so #LoadModule proxy_connect_module modules/mod_proxy_connect.so #LoadModule proxy_http_module modules/mod_proxy_http.so #LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule negotiation_module modules/mod_negotiation.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule setenvif_module modules/mod_setenvif.so #LoadModule speling_module modules/mod_speling.so #LoadModule status_module modules/mod_status.so #LoadModule unique_id_module modules/mod_unique_id.so LoadModule userdir_module modules/mod_userdir.so #LoadModule usertrack_module modules/mod_usertrack.so #LoadModule vhost_alias_module modules/mod_vhost_alias.so #LoadModule ssl_module modules/mod_ssl.so #LoadModule security_module modules/mod_security.dll is it the LoadModule rewrite_module modules/mod_rewrite.so line that what you meant or am i missing something elsewhere? Also can you confirm what you are supposed to have in the .htaccess file. If it matters I am running Apache 2 on Windows 2000. Thanks for the help.
  4. i'm trying to install this and having the problem that after turning on search engine safe URLS and clicking a product it is going to the correct url but just 404ing. Is there something i need to enable in either httpd.conf or php.ini?
  5. it's ok now i've gone back to using the previous version (before the paypal ipn style addition) and it's working fine now. i think it's a bug in the way the new verison passes the hidden values to barclays.
  6. this is stopping transactions completely (which shouldn't happen with just notice errors) so i unable to use this. i have tried manually entering the required details into the code for a test run, but it then just comes up with a blank page? any help with this would be appreciated greatly.
  7. This error comes up after continue is clicked on the epdq site, from success.php. Do you ahve any idea of how i can fix this?
  8. I am getting these errors: Notice: Undefined index: oid in C:\Inetpub\Public\mckie.jappihome.co.uk\cpi\complete.php on line 69 Notice: Undefined index: transactionstatus in C:\Inetpub\Public\mckie.jappihome.co.uk\cpi\complete.php on line 75 Notice: Undefined variable: order in C:\Inetpub\Public\mckie.jappihome.co.uk\cpi\complete.php on line 111 Any ideas?
  9. I still have this problem, anybody have an answer?
  10. the filenames.php file describes file names linked to an identifying text used in the scripts throughout oscommerce. the link you have supplied includes "FILENAME_ORDERS_EDIT". This is what it would show if the text was unlinked to a filename. If the version of OSCommerce you have installed did not already have a filenames.php, then it is safe to assume that putting it there will achieve nothing. It may also be the case that the order editor will not work with your version of oscommerce because of it's age. Which verison are you using?
  11. flyjedi

    HSBC UK

    Is there a payment module to handle HSBC Card Services for UK?
  12. could anyone please explain to me in lame man terms how to get this zone shipping ting working. I live in UK, so i downloaded and installed the UK zones contrib. This has nicely added all counties in the UK to the db for me. What seems ot happen now is when the customer fills in the State/County field, it gets checked against the fields that match Uk in the db. Now I want my table rate shipping to only show when the customer comes from the UK. How do I do this?
  13. I've had a look around contributions, but so far no luck. has anyone written (and released ;) ) a decent stock control system for oscommerce?
×
×
  • Create New...