Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ultimate SEO URL - create account issue


Recommended Posts

Hi~

I have installed the Ultimate SEO 2-2.2e . Everything's working correctly except during the create account and the checkout. The customer account appears in the admim panel but no Account created date. When edit the account, all details is missing. It seems the details of customer cannot be post to mysql. During the checkout, the delivery address is not appearing and the shipping costs are completly wrong. :blink:

 

Create account page is SSL. thx~

 

server info:

HTTP Server: Apache

PHP Version: 4.3.11 (Zend: 1.3.0)

Server OS: Linux 2.4.21-47.ELsmp

Database: MySQL 4.1.22-max-log

Edited by [email protected]
Link to comment
Share on other sites

and fixed the issue of sorting product(stay at page 1 although you click on another pages...)

 

in seo.class.php

 

find :

if ((@strpos($parts[count($parts) - 2], $type)) !== FALSE) //make sure it is the correct type for this link

{

 

replace with:

if ( ((@strpos($parts[count($parts) - 2], $type)) !== FALSE) && (($sort_exists = strpos($origUrl, "sort=") == FALSE)) ) //make sure it is the correct type for this link

{

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...