Tagged Questions
The aspdotnetstorefront tag has no wiki summary.
2
votes
4answers
148 views
if mouse on hover of div then display menu
I have the following menu which cascades on hover but i need to add some conditional checks like if the mouse is on hover on the div then keep the menu sliding down.
Also if the mouse is hovered on ...
2
votes
1answer
589 views
Integrating AspDotNetStorefront and Sitecore
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 ...
1
vote
1answer
105 views
conditional change of quantity text box using jquery?
I have a problem, I have been working on some jquery to set the quantity text box to display 25 or more. It checks if the wording personalisation has an empty string, if it doesnt them apply the 25 ...
1
vote
2answers
198 views
Dropdown menu not working in IE
I have designed a menu. It's working fine in Firefox and Chrome but NOT working in IE.
I am posing the code here. Can anyone guide me in the right direction?
<div id="horizNav">
...
1
vote
2answers
121 views
Media chase vs. aspdotnetstorefront
I'm starting an ecommerce project that has very heavy backend integration requirements. I need an ecommerce package that is easy to customize and can function at the enterprise level. If you are ...
1
vote
1answer
581 views
Intermittent System.IndexOutOfRangeException when reading a field from IDataReader
I have a very weird problem in code that I would not expect to ever fail. It is a website with some traffic but not that huge based on AspDotNetStoreFront. Site intermittently crashes when trying to ...
1
vote
1answer
226 views
Admin site ASPDotNetStoreFront not opening
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 ...
0
votes
0answers
18 views
ASPDotNetStoreFront subscription: how to resend or trigger order if subscription information is updated
We are running a .net e-commerce site that uses ASPDotNetStoreFront MS8.
A customer has a 6-month subscription, but their credit card lapsed between that time. They missed their period, the CC was ...
0
votes
0answers
64 views
create product category UL within XML package?
I have created an xml package for ASPDOTNETSTOREFRONT which runs a query. The file then creates an UL where it creates product links. However i need another UL to show up for the category and the ...
0
votes
1answer
48 views
Hiding a link based on drop down list value selected
I need to write some jquery which will read what the current value in a drop down list is and then hides a particular link on the page.
The dropdown list is a locale selector. So when I select ...
0
votes
1answer
39 views
how to transform xsl to html?
I have an xml package which is used in ASPDOTNETSTOREFRONT.
It creates the layout for the left menu etc.
but how do i transform the XSLT to see what HTML it creates.
I am going crazy without an ...
0
votes
3answers
99 views
Why Sql not bringing back results unless I set varchar size?
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 ...
0
votes
0answers
249 views
Rolemanager not working when ASPDotNetStorefront served in a virtual folder with FormsAuthentication
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.
...