
Originally Posted by
lhungil
Not sure what you are asking... The name would be whatever you entered for the manufacturer in the Zen Cart administrative interface.
Are you asking what Zen Cart page handles manufacturer product listings? If so the answer is "index" (same one handling the home page, categories, etc).
One can determine the Zen Cart Page name by looking in one or both of the following locations (xxxx is where the page name will be). n the stock Zen Cart URLs, this appears as index.php?main_page=xxxx. In the installation file structure pages appear at /includes/modules/pages/xxxx.
Thanks for explaining, I see how the plugin works.
I am sorry for my previous confusing question. Here is the problem I want to solve.
My site generates seo links for categories and products etc as expected; but it does not generate seo links for manufacturer links. For example,
PHP Code:
index.php?main_page=index&manufacturers_id=19
should be converted to a seo link
But it does not convert the link to the seo link.
How should I address the problem? Thank you very much.