Workaround: If you want to use DNNFriendlyURL Mode as advanced.
As mentioned NB_Stores Add Product Action Menu breaks when DNNFriendlyURL mode is set to advanced, the following is a workaround until the issue is resolved.
Overview:
We will add a HTML Module to the page\tab which displays the productlist on your site. This module will contain a link to allow site managers to add new products. We will set the HTML modules permissions to be displayed only to roles that you require such as administrators and managers.
The above will add a button to your page which allows you to add a new product, the added benefit is that the users does not have to be in page edit mode to maintain products.
I hope this helps anyone who would like to have the DNN Standard URL Re-Writer mode set to advanced.
Craig
As mentioned NB_Stores Add Product Action Menu breaks when DNNFriendlyURL mode is set to advanced, the following is a workaround until the issue is resolved.
Overview:
We will add a HTML Module to the page\tab which displays the productlist on your site. This module will contain a link to allow site managers to add new products. We will set the HTML modules permissions to be displayed only to roles that you require such as administrators and managers.
- You are logged into your web site with permissions to edit your site and you have already changed to advanced mode for the DNNFriendlyURL.
- Navigate to your page which contains the productlist.
- Hover over the edit menu of the productlist and the add new product link, copy the link location using your browsers edit context menu.
The link will look something like this:
http://www.YourDomain/Products/tabid/94/ctl/AdminProduct/mid/476/ProdId/0/RtnTab/94/PageIndex/1/CatID/-1/Default.aspx?SkinSrc=/DesktopModules/NB_Store/Skins/Dark/Edit
- Edit the content of the new HTML Module and add the following in HTML mode, Note changed / to %2f:
<a class="Button" href="/Products/tabid/94/ctl/AdminProduct/mid/476/ProdId/0/RtnTab/94/PageIndex/1/CatID/-1/Default.aspx?SkinSrc=%2fDesktopModules%2fNB_Store%2fSkins%2fDark%2fEdit">Add New Product</a>
The link above will be replaced by the link that you copied in step 3The above will add a button to your page which allows you to add a new product, the added benefit is that the users does not have to be in page edit mode to maintain products.
I hope this helps anyone who would like to have the DNN Standard URL Re-Writer mode set to advanced.
Craig