Sorting Products in Backend

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

Sorting Products in Backend

Post by derJu » 22 Sep 2017, 12:45

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.
Attachments
Screen Shot 2017-09-22 at 14.14.30.png
Screen Shot 2017-09-22 at 14.14.30.png (50.78 KiB) Viewed 4226 times

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Sorting Products in Backend

Post by aimeos » 22 Sep 2017, 14:30

You have to rebuild the product index by running the Aimeos scheduler task with "Catalog Index Rebuild" enabled for your site.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

Re: Sorting Products in Backend

Post by derJu » 25 Sep 2017, 12:47

I run the Index Rebuild in the scheduler, in the Frontend change Nothing.

br - derju

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Sorting Products in Backend

Post by aimeos » 25 Sep 2017, 20:50

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

Re: Sorting Products in Backend

Post by derJu » 02 Oct 2017, 13:55

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

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Sorting Products in Backend

Post by aimeos » 03 Oct 2017, 17:49

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mantik
Posts: 89
Joined: 23 Oct 2017, 05:56

Re: Sorting Products in Backend

Post by mantik » 08 Dec 2017, 14:46

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?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Sorting Products in Backend

Post by aimeos » 09 Dec 2017, 18:50

This is in the products tab of the category panel:
http://admin.demo.aimeos.org/admin/defa ... og#product
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mantik
Posts: 89
Joined: 23 Oct 2017, 05:56

Re: Sorting Products in Backend

Post by mantik » 15 Dec 2017, 16:08

Strange!! At this position i have now the Customer / Group Module. But no Product tab.
Whats wrong here...

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Sorting Products in Backend

Post by aimeos » 16 Dec 2017, 14:43

Did you reconfigure the category panel subparts or permissions for that?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply