Has anyone ever tried to integrate AspDotNetStorefront and Sitecore? I've been trying for the past couple of days to come up with a way to get the two systems to play nicely together, but it doesn't seem feasible from what I can tell. A couple issues I've run across so far:
Authentication between the two (AspDotNetStorefront has its ow...
Does anyone know if there is a valid roleManager I can apply to ASPDotNetStorefront to get the site working?
We have a website that has an ASP.Net storefront served in a virtual folder off the root.
ourwebsite.com
ourwebsite.com/shop
Everything has been workign fine until we put the groundwork in place for forms authentication in the...
I am using ASPDotNetStoreFront demo and i cannot login to the admin site. If i try logging in using the admin user on the front end i can login so that means the credentials are correct. When i enter credentials on the admin login screen the same page is refreshed. I have tried setting it up on different machines, tested on different bro...
I need to add a field to the following page - before the subtotal it should display the price per item.
http://www.culinarydepotinc.com/ShoppingCart.aspx?add=true&ReturnUrl=showproduct.aspx%3fProductID%3d38833
Anyone familiar with this product - I'm using version 7.
My question really is, which file i need to modify to implement t...
I've got an SQL script that fetches results based on the colour passed to it, but unless I set the size of the variable defined as a varchar to (50) no results are returned.
If I use: like ''+@Colour+'%' then it works but I don't really want to use it in case it brings back results I don't need or want.
The column FieldValue has a type...
I've been tasked with integrating aspdotnetstorefront (specifically just the shopping cart pages) with SiteFinity for it's superior CMS ability. The problem with aspdotnetstorefront is that the shopping cart is not a pluggable API. My first thought was to pull out all the ref dlls and copy the .aspx and .ascx code. I don't really see any...