We are building a webshop based on early swift.
We have the classic productList with navigation tag "Shop".
If copy that productList change the navigation tag and copy its template and change the: " string link = product.GetProductLink(GetPageIdByNavigationTag("Shop"), false);" to " string link = product.GetProductLink(GetPageIdByNavigationTag("ShopNewMachines"), false);
It does no work, it gets the correct URL. But it just shows an empty product list and not the product detailspage like when using shop? Other than navigation tag, they are the same?
What am i missing?