Re: Simple SEO URL [support thread]
Two things.
1st. Does anyone know how to get SSU it distinguish between two installs of zencart on the same hosting but on different domains?
2nd. Does anyone know how to get the shopping cart part of SSU disabled so the customer can edit their cart without putting another item into it and having the old one still there?
Any help would be appreciated.
Thanks.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
corseter
Two things.
1st. Does anyone know how to get SSU it distinguish between two installs of zencart on the same hosting but on different domains?
2nd. Does anyone know how to get the shopping cart part of SSU disabled so the customer can edit their cart without putting another item into it and having the old one still there?
Any help would be appreciated.
Thanks.
1st are both installs looking at the same database?
2nd shopping cart should be excluded from the parameters of SSU in the exclude list in the admin setting.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
fecomm
If a URL has a plus sign (+) in a dynamic URL, it creates an indefinitely redirect loop. How can this be fixed?
Did this ever get answered? We're getting this with the advanced search (even though 'advanced_search' is in the exclude list).
What happens is a link that looks like this with SSU off...
http://www.partywebsite.co.uk/index....ts_add_product
...looks like this with it on...
http://www.partywebsite.co.uk/?searc...ts_add_product
...which still works, unless the user searches for a multi-word product and the keyword goes into the querystring like this...
1st+birthday
...whereas it should be...
1st%20birthday
Any clues how to fix this? Seems like it should be simple, but I can't work it out.
Thanks.
(Zen version 1.3.8a, SSU version 3.8.5)
Re: Simple SEO URL [support thread]
Sorry, I'll try that again, forum wouldn't let me correct my last post...
Quote:
Originally Posted by
fecomm
If a URL has a plus sign (+) in a dynamic URL, it creates an indefinitely redirect loop. How can this be fixed?
Did this ever get answered? We're getting this with the advanced search (even though 'advanced_search' and 'advanced_search_result' are in the exclude list).
What happens is a link that looks like this with SSU off...
HTML Code:
http://www.partywebsite.co.uk/index.php?main_page=index&search_in_description=1&keyword=barbie&inc_subcat=0&sort=20a&action=multiple_products_add_product
...looks like this with it on...
HTML Code:
http://www.partywebsite.co.uk/?search_in_description=1&keyword=barbie&inc_subcat=0&sort=20a&action=multiple_products_add_product
I don't get why it is removing part of the string here but it still works ok, unless the user searches for a multi-word product and the keyword then goes into the querystring like this...
1st+birthday
...whereas it should be...
1st%20birthday
Any clues how to fix this? Seems like it should be simple, but I can't work it out.
Thanks.
(Zen version 1.3.8a, SSU version 3.8.5)
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
philip937
1st are both installs looking at the same database?
2nd shopping cart should be excluded from the parameters of SSU in the exclude list in the admin setting.
Yes they are both looking at the same database. though I only want the new site to look at it and not translate the domain to the old one.
Also if I add in shopping_cart into both excludes lists it still does not work. What is the correct code?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
NathanielB
When I had my blank pages and bits missing from the admin, I had to change file permissions to 644 and 755 so read the install and check your file permissions match.
Also check your htaccess is not conflicting with it as I think mine was due to me already adding some lines of code to the htaccess (my default file) which was conflicting with that of SSU.
Thank you, but which files need to change permissions to 644 and 755? I have combed the install instructions but I can't find that info.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
corseter
Yes they are both looking at the same database. though I only want the new site to look at it and not translate the domain to the old one.
Also if I add in shopping_cart into both excludes lists it still does not work. What is the correct code?
Sorry for the delay in getting back to you. Did you reset the cache after you made changes?
Re: Simple SEO URL [support thread]
i used to set the ID delimiter to ".", now i change it to "-",
how to make those old urls automatically redirected to the new urls? now they are redirected to the main page.
Re: Simple SEO URL [support thread]
what happen to my seo url ?
Now add this #.TvWbIjWRERo to all my URL
Look
http://www.king- magic.com/how-to-order-ezp-14.html
Re: Simple SEO URL [support thread]
I have searched forum and found several people with this issue however I have only seen one response for a fix and it was to update to the newest Module manager (which I am already using)
When I goto Admin>Extra>SSU manager I get the following error:
1048 Column 'configuration_group_id' cannot be null
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Set Auto Alias Status', 'SSU_AUTO_ALIAS', 'false', 'Let SSU automatically remove identifiers from links, you have to have ssu alias on.', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');]
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.
Under Module manager if I go to List all modules I see "yellow1912_ssu" and if I click update I get the same error listed above.
Any help would be greatly appreciated.