Page 1 of 2

Sorting Products in Backend

Posted: 22 Sep 2017, 12:45
by derJu
Hi,

How can I sort products in the Backend of Aimeos to get their own sequence in the Frontend?

In the backend I can change the number of the position, but do not change anything in Frontend.

Re: Sorting Products in Backend

Posted: 22 Sep 2017, 14:30
by aimeos
You have to rebuild the product index by running the Aimeos scheduler task with "Catalog Index Rebuild" enabled for your site.

Re: Sorting Products in Backend

Posted: 25 Sep 2017, 12:47
by derJu
I run the Index Rebuild in the scheduler, in the Frontend change Nothing.

br - derju

Re: Sorting Products in Backend

Posted: 25 Sep 2017, 20:50
by aimeos
The positions does only have an effect if a category is selected in the frontend. If the product list is a search result, the database creates the product order. You can configure a default category e.g. for the root category using https://aimeos.org/docs/Configuration/C ... id-default

Re: Sorting Products in Backend

Posted: 02 Oct 2017, 13:55
by derJu
The Sorting works in the backed. Unfortunately it is not working in the frontend.

I set the default category in typoscript.

Code: Select all

plugin.tx_aimeos.settings.client.html.catalog {
  lists {
    catid-default = 10
  }
}
LG - derju

Re: Sorting Products in Backend

Posted: 03 Oct 2017, 17:49
by aimeos
OK, that explains the problem. If you try to configure the "catid-default" setting via TypoScript, it's not passed to Aimeos because "catid-default" is also defined in the FlexForms of the catalog list and stage plugin. TYPO3 will overwrite your TS setting by the FlexForm value which is null or an empty string if you haven't selected a category in the Flexform.

To get it working as expected, you need to configure the default category ID in the FlexForm and not in the TypoScript.

Re: Sorting Products in Backend

Posted: 08 Dec 2017, 14:46
by mantik
hmmm i don't have this field in the backend. on this position i have the field "ID"... i check the filter bit there is no field "position". How can it aqdd to the product grid?

Re: Sorting Products in Backend

Posted: 09 Dec 2017, 18:50
by aimeos
This is in the products tab of the category panel:
http://admin.demo.aimeos.org/admin/defa ... og#product

Re: Sorting Products in Backend

Posted: 15 Dec 2017, 16:08
by mantik
Strange!! At this position i have now the Customer / Group Module. But no Product tab.
Whats wrong here...

Re: Sorting Products in Backend

Posted: 16 Dec 2017, 14:43
by aimeos
Did you reconfigure the category panel subparts or permissions for that?