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.
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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
palagio
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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
abcisme
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
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
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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
palagio
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.
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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
palagio
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.
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