Issues with custom columns in listview for AEM 6.3 on /aem/products.html/ | Community
Skip to main content
ebin_Aby
New Participant
January 30, 2018
Solved

Issues with custom columns in listview for AEM 6.3 on /aem/products.html/

  • January 30, 2018
  • 15 replies
  • 8687 views

We intend to add some more columns in list view in AEM 6.3 on /aem/products.html/etc/commerce/products page.

.Issues with custom columns in listview for AEM 6.2 The above changes work on site.html but for the  products.html no changes work. Seems like it is using different template/path which I am unable to find.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SuperGrover_MZD

So, Commerce is setup a little different from sites. I would look at overlaying some items for the list view

/libs/commerce/gui/content/collections/products/jcr:content/views/list/columns

and the tables are driven from

/libs/commerce/gui/components/admin/products/childrow/childrow.jsp

Hopefully, that gets you started. It seems like there is an issue with how commerce is setup that won't allow the table to be sortable even though it can be enabled for the list view columns.

15 replies

smacdonald2008
New Participant
February 2, 2018

So we know exactly what you are doing  - can you show the code are adding.

ebin_Aby
ebin_AbyAuthor
New Participant
February 2, 2018

hey Scott, i intend to add more columns in list view and i am still unable to add it. I was able to modify site.html by following the doc Issues with custom columns in listview for AEM 6.2  but unable to add the column in projects.html

smacdonald2008
New Participant
January 31, 2018

Can you list all the files that you tried to change to make this value render properly.

ebin_Aby
ebin_AbyAuthor
New Participant
January 30, 2018

Url : {server}/aem/products.html/etc/commerce/products/we-retail/me/gloves/meotwicls

List view where product name/sku is missing

Card View where product name/sku is present (red circle)

We intend to add more fields in list view eg created by. AEM6.1 was giving product name by default while in AEM6.3 it is not .

Note : In catalog.html we can modify/add the column in list view but not in projects.html ({server}/mnt/overlay/dam/gui/content/idsprint/catalogs.html/content/dam/catalogs )

smacdonald2008
New Participant
January 30, 2018

Please post a screen shot so its clear,