Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how can i get rid of ? and change to / ?


minglou

Recommended Posts

Posted

i got this problem:

 

in html_output.php

 

 

change this

 

$link .= $page . '?' . $parameters;

 

to this:

 

$link .= $page . '/' . $parameters;

 

 

but what about this line:

 

$separator = '?';

 

i changed this line to this:

$separator = '/';

 

it seems no change at all, what is this for?

Posted

Have you already tried the 'search engine safe urls' in admin>> configuration?

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Posted

hi, thanks

 

that works, but i saw this funtion:

 

Use Search-Engine Safe URLs

(still in development)

 

anyway it works

 

thanks

 

BY the way, what if i were deleted

 

$sid = SID;

 

this line in html_output.php

 

so there was no sid displayed at all . i don't know if this will work or what is the result?

 

thank

sean

Posted

That would mean that peop;le without 'cookies enabled' on their computers wouldn't be able to ever order anything.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

  • 4 weeks later...
Posted

Would this be a real problem forceing people to use cookies.. Yahoo stores you must have cookies enabled to add more then on product to you cart. how may other e-com store require Cookies to be enabled

With each pasting day my mind grows wiser and my heart grows older, but the memories remains the same.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...