Here are my conditions:
This sticker shows on hundreds of products but those products don´t show up in the virtual category.
If I add a product manually, under product, that product shows up in the virtual gallery
Should all the products that get the sticker via the condiotion show up in the virtual category?
If I add a product under the product tab, then that product shows up in the virtual category, even if the discount condition Is not met.
But I am not manually adding products, I displaying the banner on any product Has Discount (percent) Greater then 1, these products get the sticker but don´t show up in the virtual category.
The one product I added under the products tab shows up in the virtual category but without a sticker since it has no discount.
Thanks for this, I am trying this on my Nop 4.3 Dev site now.
I copied over the plugin files from 4.3 and restarted Nopcommerce, after this the virtual category shows up under localhost/stickers/virtualcategory/discount but the products are not showing up and the category is empty.
The sticker works fine as seen here, it is just the virtual category is not working.
Yes it is published.
The rendered link from
<a href="@Url.RouteUrl("StickersVirtualCategory", new {systemName = "discount" })">Tilboð</a>
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>