HomeHome Product Discus... Product Discus...SmithCartSmithCartHow do you keep the same skin for the entire cart?How do you keep the same skin for the entire cart?
Previous
 
Next
New Post
11/1/2011 7:30 AM
 

Every time we get to actual 'cart' the skin changes to DNN's default skin.  We have changed it everywhere.. host, admin and the only portal that we are using for the shopping cart but the default admin skin always pops up.  When we look at the page settings it has the appropriate skin selected.

 

Any ideas how to fix this?

 
New Post
11/1/2011 8:54 AM
 

Figured this out.  Under Admin Settings - my edit skin was still the default DNN skin which is what it would use.

 

Why it uses the  Admin "EDIT" skin for the cart I have no idea.

 
New Post
11/2/2011 4:38 PM
 
Hi Craig,

Glad you found the solution to the issue you were experiencing, this is actually a bug/limitation in dnn when you redirect to another user control using the NavigateURL function dnn applies the admin skin instead of the portal skin even though all the pages in the checkout are view controls and not edit controls dnn still applies the admin skin. The 2 functions dnn offers to navigate from one user control to another are naviageurl and editurl both of which change to the "edit" skin. We were hoping that DNN would address this in DNN 6 but they have not. When a module has multiple user controls like the cart the current solution in DNN is to use a master ascx with a placeholder control then swap user controls in an out at the user navigates from one user control to another, unfortunately this approach has a big con in that it doesnt maintain viewstate on the page which the cart uses.

This is on our Dev Roadmap to correct in a future release however for now, the best work around is to set the Admin Edit skin to the same as your site as you have already done.

Thanks,
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartHow do you keep the same skin for the entire cart?How do you keep the same skin for the entire cart?