osCmax v2.5 User Manual
Results 1 to 1 of 1

ultimate seo and special characters

This is a discussion on ultimate seo and special characters within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I tried to upgrade ultimate seo urls from 2.0 to 2.2 because of special characters. Everything's working correctly except during ...

      
  1. #1
    New Member
    Join Date
    Dec 2007
    Posts
    20
    Rep Power
    0


    Default ultimate seo and special characters

    I tried to upgrade ultimate seo urls from 2.0 to 2.2 because of special characters. Everything's working correctly except during the create account and the checkout. The customer account appears in the admim panel but can't be edited or deleted. During the checkout, the delivery address is not appearing and the shipping costs are completly wrong. Before seo urls updating, it was working fine.

    in includes/application_top.php, I don't know what to do with those lines arount L420:
    // BOF: MOD - Ultimate SEO URLs
    // tep_redirect(tep_href_link($goto, tep_get_all_get_params($parameters)));
    // break;
    if ( (defined('SEO_URLS') && SEO_URLS == 'true') && (defined('SEO_URLS_TYPE') && SEO_URLS_TYPE == 'Rewrite') ){
    $cPath = tep_get_product_path($HTTP_GET_VARS['products_id']);
    $cPath_array = tep_parse_category_path($cPath);
    $cPath = implode('_', $cPath_array);
    tep_redirect(tep_href_link($goto, 'cPath=' . $cPath . '&' . tep_get_all_get_params($parameters)));
    } else {
    tep_redirect(tep_href_link($goto, tep_get_all_get_params($parameters)));
    }
    break;
    // EOF: MOD - Ultimate SEO URLs
    For upgrading, do I have to delete them? What's their function?

    So what do you advise me for a shop with special characters to use seo urls?

    Thank you for your help.

    Last edited by antoinebp; 12-11-2007 at 09:45 AM.

Similar Threads

  1. Special characters + SEO urls
    By antoinebp in forum osCMax v2 Features Discussion
    Replies: 7
    Last Post: 12-03-2007, 03:12 AM
  2. Search with Turkish Characters
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 02-01-2007, 12:00 PM
  3. Admin orders - Display more characters in Model# field??
    By JonCloud420 in forum osCMax v2 Features Discussion
    Replies: 1
    Last Post: 10-19-2006, 08:06 PM
  4. conflicting Text Characters html and php
    By anthon in forum osCommerce 2.2 Installation Help
    Replies: 4
    Last Post: 11-11-2004, 09:35 PM
  5. Trim the last 3 characters from a string?
    By seank123 in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 09-06-2004, 05:14 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •