Page 1 of 1

Manufacturers - searate "menu view"

Posted: 29 Apr 2017, 23:58
by Iv02
Is there any way to make a "company view" setting?

I mean - ability to create a menu link to the list of manufacturers (companies) ?
Like it is done now for the goods and categories.

Thank you in advance and sory if there is such functionality that I have missed.

Re: Manufacturers - searate "menu view"

Posted: 03 May 2017, 13:05
by Jan
Hi, for now there is no such feature. So for now this needs to be done manually per article. Or some content plugin must be written. E.g. you create an article and past a plugin which will list all manufacturers.

The SQL in the plugin will be:

Code: Select all

SELECT * FROM `jos_phocacart_manufacturers`
:idea:

Jan