Hi epiraux,
To answer some questions for you....
in the Mini Cart, the checkout button redirects to /tabid/98/Default.aspx (instead of /website/tabid/98/Default.aspx)
__the template for the mini cart ('minicart,template' & 'minicartempty.template) you could hard code the url to the checkout.
<a class="ViewWishList Button" href="/tabid/[Setting:wishlist.tab]/wishlist/Default.aspx">__
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/...
__change the url '/DesktopModules/NB_Store/img/horizontal_solution_PPeCheck.gif</ButtonImageURL' to 'http://myapp.com/website/DesktopModules/NB_Store/img/horizontal_solution_PPeCheck.gif
some images have invalid urls too, like in a product page, the "Print" image or the "email" image
In the productlist.template and productdetails.template change the url's for the images to point to the same as the paypal url.
hope this helps,
Geoff
To answer some questions for you....
in the Mini Cart, the checkout button redirects to /tabid/98/Default.aspx (instead of /website/tabid/98/Default.aspx)
__the template for the mini cart ('minicart,template' & 'minicartempty.template) you could hard code the url to the checkout.
<a class="ViewWishList Button" href="/tabid/[Setting:wishlist.tab]/wishlist/Default.aspx">__
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/...
__change the url '/DesktopModules/NB_Store/img/horizontal_solution_PPeCheck.gif</ButtonImageURL' to 'http://myapp.com/website/DesktopModules/NB_Store/img/horizontal_solution_PPeCheck.gif
some images have invalid urls too, like in a product page, the "Print" image or the "email" image
In the productlist.template and productdetails.template change the url's for the images to point to the same as the paypal url.
hope this helps,
Geoff