Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

boidski

Archived
  • Posts

    21
  • Joined

  • Last visited

Profile Information

  • Real Name
    Brian

boidski's Achievements

  1. I am not an expert, however, check you have escaped the ' in between dell'aria. This could be the problem, it's not seeing the complete string, I think it is ending the string after the ', just before the word aria - ie, it's only seeing "dell" Solution: Remove the ', perhaps just use a delimiter "-" (Pardon my ignorance of your language if this isn't acceptable), ie "dell-aria" *NOT* "del'aria" I hope this helps :) I am pretty sure that is what is wrong.
  2. OSC 2.2 MS2 I have "Prevent Spider Sessions" = TRUE, however the spider siulator @ searchengineworld shows session id's. I also get random sid's appearing in URL's. User could be at one page and there is no sid, then click next link and sid appears. The sids appear at random, but I have noticed an increase in the appearances. I tried to install Ian's sid killer mod; I had some unfortunate side effects. Here are the ones I noticed at least, there may be more problems that I didn't notice: - I don't have $sid refered to in Ian's mod: I have $_sid. - User can't access their acccount page on login, they just get kicked back to index with no login. Every time they request login, they get kicked. - On the 'who's online' portion of ADMIN, after applying the mod, every page requested by the user appears on there - It generates hundreds of links showing pages they are on, or where they where last <-- This was freaky! The only way it seems to work if someone adds to cart and immediately creates an account and checks out. If they add to cart, then browse the site, they have to login again. It was the hundreds of pages appearing in 'whos online' that got me worried though. 1. What am I doing wrong regards Ians mod, re: 'who's online' and inability to login to certain pages, like their account and previous orders? 2. Why do SID's appear randomly without the mod? This is the worst... Any asistance or direction would be appreciated, thanks. The mod appeared to work OK, as far as killing session id's.
  3. Hi All, I don't think I can get the internetsecure module to function the way I want. Session variables are not being passed to the internetsecure module either. What I need is to have my dbase capture the order before it goes to internetsecure, so I have a record of transaction - Then it can go to internetsecure, customer pays, then session dies. Could someone give me some idea of how I could acomplish this? It's all I need to go live...
  4. Hi All, How do I configure the internet secure module? This contribution does not appear to work properly. I need two things for it to work: 1. I need the product name to be passed to their server, viz: --code-- tep_draw_hidden_field('Products', ''.$price.'::1::'.$uid.'::'.___WHAT_GOES_IN_HERE___.''.$trx_currency.''.$test_status.'') . --code-- 2. How do I grab the info BACK from THEIR server into MINE? I need the order info to be passed into my dbase so the order shows up in admin/customer history and order e-mails are sent out. Thank you for any help, I was under impression this module was OK and working. Thank you for any help, it would be much appreciated.
×
×
  • Create New...