Questions tagged [aspdotnetstorefront]

ASPDotNetStoreFront is an IIS hosted shopping cart, also known as ASPDNSF.

Made by Vortx, ASPDotNetStoreFront, or ASPDNSF, is an IIS hosted shopping cart that uses ASP.NET with Master Pages, XSLT, CSS, HTML, and SQL.

Source code can and often is modified to meet needs of application. See http://www.aspdotnetstorefront.com/ for more information and http://manual.aspdotnetstorefront.com/ for technical information.

78 questions
5
votes
2 answers

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 read a database field from a reader. This happen…
David
  • 830
  • 3
  • 13
  • 25
5
votes
2 answers

Parse error in Google Tag Manager script in XML Package

I have a webstore, running ASPDOTNETSTOREFRONT. I'm trying to add a custom line of tracking script to a set of webpages. To do this, i'm adding a Google Tag Manager script to the XML package that these pages use, so it appears on all the pages I…
3
votes
5 answers

Removing rich text formatting for copy + paste? (Cross Browser)

I'm not sure whether a Javascript or CSS fix could fix this issue on my site. This seems to only happen with Chrome (not sure about IE, yet). Whenever a user copies text from my AspDotNetStorefront site and paste it onto a Word document, the pasted…
amyton
  • 31
  • 1
  • 2
3
votes
4 answers

Some elements of control not recognized by C# compiler

I have a site that is using the aspdotnetstorefront platform, although this should pertain to any C# site. There is a custom control in a dll named Account. This has several elements including text boxes for customers to enter name, phone number…
valis
  • 235
  • 1
  • 4
  • 15
2
votes
0 answers

Why does the dotTrace profiler cause my AspDotNetStorefront website to throw a server error?

Our company has an ASP.NET ecommerce site based on AspDotNetStorefront which has been in production for about six months. We are trying to profile it with dotTrace on my development machine. dotTrace causes .NET to throw an error when loading the…
2
votes
4 answers

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 the LI then check them menu down. As you can see it…
PD24
  • 754
  • 6
  • 16
  • 37
2
votes
2 answers

Extensionless alias for a URL

I am using ML 5.0 version of ASPDotNetStoreFront and am facing issues with an extension-less URL rewrite. I have the following situation. I need to create an alias - /dummykit for a valid product page url /productdetails.aspx I have a dev box where…
Divya
  • 21
  • 1
2
votes
1 answer

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 seem feasible from what I can tell. A couple…
Blair Scott
  • 1,875
  • 2
  • 19
  • 29
2
votes
1 answer

XSL keeps stipping my Curly Braces for jsRender

I'm using AspDotNetStorefront (this is why I have to use xsl) and my client would like to be able to sort products in a category. I decided to use tablesorter & use jsrender to render out the template. I can do everything but create a special link…
ajwaka
  • 608
  • 1
  • 7
  • 12
1
vote
1 answer

Parser Error "There is an error in XML document (0,0)" Salesforce Wsdl

I ran into this problem a long time ago, but failed to document it for me and posterity. I have 3 machines that are running the same code. I am running IIS on Windows XP Pro, Windows 2003 and Windows 2008. The code comes from our original site…
CaptainBli
  • 4,121
  • 4
  • 39
  • 58
1
vote
1 answer

Intergrating AspDotNetStorefront with a custom ASP.net application

I would like to integrate AspDotNetStorefront with a custom ASP.net application. Any ideas on how to go about it? Any help will be much appreciated.
Bree
  • 41
  • 3
1
vote
1 answer

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 quantity as its obviously a kit product and…
PD24
  • 754
  • 6
  • 16
  • 37
1
vote
2 answers

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 familiar with Media Chase and Aspdotnetstorefront,…
Geri Langlois
  • 696
  • 1
  • 9
  • 21
1
vote
1 answer

How to reassign parameter value in xslt (xml packages) of change the web query parameter value on runtime

Currently i am working on ASPDNSF CMS xml packages and trying to change the web query parameter pageZise default value. My pronblm is when i search for product first time then page size is 0 its shows the product listing around 200 product so i…
Preet sohal
  • 29
  • 1
  • 6
1
vote
1 answer

Nested Loops Using XSLT and SQL

I have a web page, which I did not write, but have to modify (using the asp dot net store front product if you are not familiar with that it wont really matter), that uses XLST. It is getting data from SQL queries. I have the following scenario: I…
valis
  • 235
  • 1
  • 4
  • 15
1
2 3 4 5 6