Hi,
I've just installed this theme version 3.50. When debugging from source my homepage loads fine. However once I publish the project and attempt to load it I get this error:
The partial view 'MiniShoppingCart' was not found or no view engine supports the searched locations. The following locations were searched:
~/Themes/ShopAll/Views/ShopAllShoppingCart/MiniShoppingCart.cshtml
Looking for the view file it appears the directory where the view can be found should be:
~/Themes/ShopAll/Views/ShoppingCart/MiniShoppingCart.cshtml
Any ideas why the routing would be getting mixed up here?
Thanks.