Hello,
I've installed DNN (7.0.3) with NBStore (2.3.4) under a folder that isn't the root folder.
Example : http://myapp.com/website/default.aspx
So the DNN root is "/website" instead of the common "/"
There are some issues caused by this configuration.
For instance:
For some issues NBStore should take in account the complete DNN alias instead of hardcoding the image path.
Thank you for your comments
I've installed DNN (7.0.3) with NBStore (2.3.4) under a folder that isn't the root folder.
Example : http://myapp.com/website/default.aspx
So the DNN root is "/website" instead of the common "/"
There are some issues caused by this configuration.
For instance:
- in the Mini Cart, the checkout button redirects to /tabid/98/Default.aspx (instead of /website/tabid/98/Default.aspx)
-> error 404 - the "PayPal.gateway" setting has a default <ButtonImageURL>/DesktopModules/NB_Store/img/horizontal_solution_PPeCheck.gif</ButtonImageURL>, but of course it should be /website/DesktopModules/...
-> the paypal image is not shown -
some images have invalid urls too, like in a product page, the "Print" image or the "email" image
-> broken image
For some issues NBStore should take in account the complete DNN alias instead of hardcoding the image path.
Thank you for your comments