Hi,
I'm using Commerce kickstart 2
I have cloned the backoffice product view, renamed it 'Commerce backoffice: merchant product, edited the url to fit my need: 'user/%/merchant/products/my-product-list'
Change access to allow multiple roles ... The issue is that the Add product button is not appearing on my view display (the 'attachment before' is empty) and the backoffice css is not applied. Some suggestions please.

Comments

Salif created an issue. See original summary.

Salif’s picture

  • I've added a global text area to my view header section
  • Check the display even if view has no result and enter the following code in text area
<ul class="action-links"><li><a href="/en/node/add/add-product">Add a product</a></li>
</ul>

It works but I would prefer to use the Commerce Kickstart 2's "attachment before" approach.

Salif’s picture

Title: Cloning Commerce Backoffice product view » Cloning Commerce Backoffice product view: Content not showing on the page

I can see the correct result in the views preview as expected. But when I go to the page itself, the content is not showing.

mglaman’s picture

Project: Commerce Kickstart » Commerce Backoffice
Version: 7.x-2.28 » 7.x-1.x-dev

Moving to Commerce Backoffice queue