Hi,

Quote Originally Posted by stealthify View Post
That did the trick! You were correct, I did download the 3.0.2 version.
Thought it would. :)

Quote Originally Posted by stealthify View Post
Also, the new instructions look superb.
Thanks for saying so.. they took over 6 hours to write so I'm glad someone said that! :)

Quote Originally Posted by stealthify View Post
"index.php?main_page=contact_us" page, but if there's a link on my Zen Cart (such as the ones in the Information Sidebox), it doesn't seem to want to automatically generate the new URI's.
I don't know what you're doing wrong, maybe you're using "alternate_uri", the "old" way of doing things? Or maybe you forgot to enter "1" for the current_uri status field.

Adding what you asked is easily done:

In PHPMyAdmin add a record to the ceon_uri_mappings table with:

uri: /contact_us (actually, I'm recommending dashes in future as of 3.2.1 so I'd use /contact-us).

language_id: 1 (one for each language your store uses).

current_uri: 1

main_page: contact_us

date_added: select NOW()

All other values are left as null.

That's it, that will definitely work. (Unless you've got existing records, you should delete those if you're not changing them as above).

Quote Originally Posted by stealthify View Post
Thanks again Conor! Looking forward to 3.2.1
Might not be out until tomorrow as I've been sitting all day fiddling with colours on a new website design for a client. :)

All the best...

Conor
Ceon