Hi, I am using the Sticker Manager on Nop 4.3 and it works great but the virtual category for the stickers is not working, I always get page-not-found
I would think that with sticker with system name "discount" I could browse the virtual category MySite/stickers/virtualcategory/discount wich is the url provided when I use:
<a href="@Url.RouteUrl("StickersVirtualCategory", new {systemName = "discount" })">Tilboð</a>
I have other stickers but none of them work also. The documentation is down so I can´t read anything there, am I missing something?