Page 500 of 506 FirstFirst ... 400450490498499500501502 ... LastLast
Results 4,991 to 5,000 of 5054
  1. #4991
    Join Date
    Sep 2009
    Posts
    40
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I am running Zen Cart 1.3.8a and installed v3.5.8 of SSU from http://www.zen-cart.com/downloads.php?do=file&id=711 (clicked the Download Latest link)

    My URL's are looking great, but when I click Add to Cart on any product, I get an empty Shopping Cart page that says, "Your Shopping Cart is empty.".

    Searched the threads over and over and can't find anything. I did add shopping_cart the list of Exclusions, but that did not help. When I turn SSU off, everything works fine.

    Anybody?

    Thanks.
    Last edited by kavlito; 15 Jun 2012 at 01:34 AM.

  2. #4992

    Default Re: Simple SEO URL [support thread]

    Our developer installed the simple seo urls on our zen cart www.clicknorder.co.uk but it doesn't seem to be working correctly,
    Originally at first look the urls seem to be rewritten properly on the categories and products, but then when I click on a banner advert that has the old url it does not redirect to the new url, then when you click on the category via the nav bar it gives an error and brings up the old url of the category and says error not redirecting properly.
    We have tried clearing the caches and emptied the links_aliases table again and turned Simple SEO back on but still seem to get errors.
    Any help would be greatly appreciated

    Regards

  3. #4993
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by palagio View Post
    Our developer installed the simple seo urls on our zen cart www.clicknorder.co.uk but it doesn't seem to be working correctly,
    Originally at first look the urls seem to be rewritten properly on the categories and products, but then when I click on a banner advert that has the old url it does not redirect to the new url, then when you click on the category via the nav bar it gives an error and brings up the old url of the category and says error not redirecting properly.
    We have tried clearing the caches and emptied the links_aliases table again and turned Simple SEO back on but still seem to get errors.
    Any help would be greatly appreciated

    Regards
    Navigation seems to be working correctly for me, but it looks like you are missing some code in your html_output.php.

    Open your current includes/functions/html_output.php

    - find the function zen_href_link
    - find this line:
    PHP Code:
    global $request_type$session_started$http_domain$https_domain
    Insert these lines below that line:

    PHP Code:
    //bof simple seo url
        
    global $ssu;
        if(
    is_object($ssu) && ($link $ssu->ssu_link($page$parameters$connection$add_session_id$search_engine_safe$static$use_dir_ws_catalog))!= false) return $link;
    //eof simple seo url 

  4. #4994

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by abcisme View Post
    Navigation seems to be working correctly for me, but it looks like you are missing some code in your html_output.php.

    Open your current includes/functions/html_output.php

    - find the function zen_href_link
    - find this line:
    PHP Code:
    global $request_type$session_started$http_domain$https_domain
    Insert these lines below that line:

    PHP Code:
    //bof simple seo url
        
    global $ssu;
        if(
    is_object($ssu) && ($link $ssu->ssu_link($page$parameters$connection$add_session_id$search_engine_safe$static$use_dir_ws_catalog))!= false) return $link;
    //eof simple seo url 
    Thanks abcisme
    But these lines are already present in the file.

    Taking ‘furniture’ as the example, initially after clearing the caches etc. hovering over the category ‘Furniture’ in the left sidebar indicates the link http://www.clicknorder.co.uk/index.p...index&cPath=99 and clicking this category link takes you to http://www.clicknorder.co.uk/furniture displaying the furniture page.

    Hovering over the furniture banner advert with the Parasol & Courtyard table indicates the link http://www.clicknorder.co.uk/index.p...banner&goto=40 and clicking said banner takes you to the URL http://www.clicknorder.co.uk/furniture displaying the furniture page.

    I have clicked these links numerous times after clearing the caches and both were found to work correctly.

    At some point this is no more the case and whilst clicking the ‘Furniture’ category takes you to http://www.clicknorder.co.uk/furniture clicking the banner now takes you to http://www.clicknorder.co.uk/furniture-c-99.html and displays the furniture page. Clicking the ‘Furniture’ category after this results in the error as the URL associated with the furniture page has at some stage become http://www.clicknorder.co.uk/furniture-c-99.html and the ‘Furniture’ category link is still trying to redirect to http://www.clicknorder.co.uk/furniture.

    If anyone can offer any further help would really appreciate it
    regards

  5. #4995
    Join Date
    Jun 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Zen card 1.3.9h
    Simple SEO URLs 3.8.5
    hoster:hostgater
    got message each time going to Admin > Extras > Simple SEO URL Manager, as following
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1
    in:
    [CREATE TABLE zen_links_aliases ( id int(10) NOT NULL auto_increment, link_url varchar(255) NOT NULL, link_alias varchar(255) NOT NULL, PRIMARY KEY (id), UNIQUE KEY link_url (link_url) ) TYPE=MyISAM;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    Please help! Thank you

  6. #4996

    Default Re: Simple SEO URL [support thread]

    Hi Sounden

    We didn't receive a resolution to our issue on here, but I managed to find the developer of the mod and I contacted them direct and they are currently helping us with our issue,
    their websites are
    rubikintegration.com
    and www.eazyecommerce.com

    Hope this helps
    cheers

  7. #4997
    Join Date
    Jun 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by palagio View Post
    Hi Sounden

    We didn't receive a resolution to our issue on here, but I managed to find the developer of the mod and I contacted them direct and they are currently helping us with our issue,
    their websites are
    rubikintegration.com
    and www.eazyecommerce.com

    Hope this helps
    cheers
    Thank you. I finally have it installed by edit two sql script. BUT RIGHT NOW, I got 404 for all links.

    Thank you anyway.

  8. #4998

    Default Re: Simple SEO URL [support thread]

    Are you certain you have the latest updated version of the mod?

    I think our developer foound that he had originally used a previous version and not the latest even though it hadn't been changed on the version number

    regards

  9. #4999
    Join Date
    Jun 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by palagio View Post
    Are you certain you have the latest updated version of the mod?

    I think our developer foound that he had originally used a previous version and not the latest even though it hadn't been changed on the version number

    regards
    Simple SEO URLs version 3.8.5
    Can you please tell me which .htaccess have to be modified for a zencard on subdirectory? Cause I found 20 of them, almost everywhere.

  10. #5000

    Default Re: Simple SEO URL [support thread]

    Hi Sounden

    Yes our developer had uploaded the files that were called 3.8.5 but apparently there was an updated version that was still called 3.8.5 I think. When did you download the mod?
    Sorry I can't help with the htaccess, best to check with the mod developer or wait for them to reply on here
    regards

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR