Inserting own link into template

Hello everyone. Help me, plase!



There is a link to some page:

?dispatch=pages.view&page_id=1



How can it be inserted in the code (template) in order to be changed to:

/my-pretty-page.html (Content \ Pages \ [SOME_PAGE] \ Addons \ SEO name)

when I choose another language on the site?

No one knows?

sad :frowning:

It is not at all clear to me what you want to do.



If you have multiple languages enabled and the SEO addon is active, you can specify a different SEO name for each product, page and site news you create. You will find the SEO name on the addons tab for each of these entities. Also, in the SEO options, make sure that “Use single URL for all languages” is unchecked. You can also specify different URLs in Content->SEO rules.



If you are looking to change the way that the URLs are rewritten when the SEO addon is active, you will need to sort through the code in /addons/seo/func.php. You can review the following post which shows how to make a simple change to remove .html from the rewritten URL to get some clues:

[url]http://forum.cs-cart.com/showpost.php?p=72583&postcount=5[/url]



Bob