Pre-written E-commerce App

First of all, I'm not a programmer. I'm trying to locate a pre-written application (otherwise I already have a programmer lined up.)
I have a business that builds customized computers. I need an interface where the customer chooses the different hardware configurations and then the page displays the updated price. If you don't understand what I'm talking about Dell and just about every other pc manufacturer have an interface like this on their websites. I've looked at a lot of sites, nearly every one of them uses asp.
I need to know is if some sort of pre-programmed asp script exists to make my programmer's job quicker and easier.

View Replies


ADVERTISEMENT

E-Commerce

Can anyone give me advice concerning building an ecommerce siteusing ASP? It is the first ecommerce site that i build

What do i need to know?
What do I need to do?

View Replies View Related

E-commerce S/w

has anyone used swartwin's ASP shopping cart software, www.smartwin.com.au/ . If so what are your opinion about it? does it actually provide features not seen in other products? How would it compare to a free open source product like oscommerce (this is PHP based, but looks pretty good).

View Replies View Related

Source Commerce For ASP.NET

there are any open source for ecommerce site like a one such for 'oscommerce' in php/mysql.

View Replies View Related

Tag Written Out Unresolved

In my newsletter-application I am creating code for a "read more"-link.

If there is no fulltext-page
"else" looks like
strAspLink = ""

a few lines later I want to write it out

<%=strAspLink%>

For my outlook users the link does not appear which is fine because the special article has no read more-link LotusNotes-users see this code unresolved
<%strAspLink=""%>

View Replies View Related

E-commerce Site

Im starting to work on an e-commerce site. Its pretty small only 700 products and would like a bit of advice, Due to restrictions the site is likely to be based on an access database unless the client comes up with a bit more cash for hosting so when im building the order which would be the best way of storing items in the customers trolley.

Session variables or cookies, i havnt done much work with cookies but if thats the best way to go then dont mind spending some time on it. I would have thought storing the orders in the database its self is proberly the best way but using an access database i suppose its not really ideal.

View Replies View Related

Include File Written In ASP

I want to allow my users extensions and things via include files. I need the script to look something like this...

<!-- #INCLUDE FILE="<%=grargareg%>" -->

but ASP doesn't accept values like this... is there a way around it some how?

View Replies View Related

Interacting With E-commerce Site

To handle online transactions I need to be able to accept an incoming form from the the e-commerce server.

No problem there (I believe it will look the same as any other request?).

However I need to respond by sending a form back again.

How can I do that directly from the server in ASP without having a browser to load a page.

I believe in Perl one uses the LWP library and contructs the HTTP packet and then sends it back to the server.

View Replies View Related

Generating A Written-out Date

I'm setting up an ASP blog and part of my site's design involves setting off each entry's date in all caps (e.g. MONDAY, JULY 17, 2006). There isn't a way to type out each date manually so I want to know if there is a way to write out each blog's date in all caps using ASP.

View Replies View Related

Session Timeout In E-commerce

I am developing a e commerce site. The user may become a member and therefore requires to log in. In the development of this site we have just exited out and re-entered the site without logging on however our details are still as we logged on.

If the user purchaser adds item to their cart a session id is also created and if the situation as above occurs the items are still in the bag . What is the best way of stopping this ie if they have exited the program by clicking the x if the return within the session the order id is cleared and we start again.

View Replies View Related

Redirct Error: Headers Already Written

I'm getting an error:" http headers already written", when I redirect back the page I came from.

I writing an on-line store app. The page 1 lists products, desc, price in a table. Click on a product, it adds it to an XML shopping bag and , thru a link, jumps to page2 that prints everyhing in the bag so far. At the bottom of page2 is a TYPE SUBMIT button that takes you back to page 1 for more shopping. The form for the button uses Code:

View Replies View Related

Opening PDF Within IE7 - File Could Not Be Written To Cache

I have a page in in ASP which lists static links to PDF files. When
users click on the links, they receive the following message:

right-clicking on the link and selecting "save target as" generates
the following error message from IE7:
"The file could not be written to the cache"

Clicking the link, and selecting "save" from the resultant dialog
generates:
"Internet Explorer was not able to open this Internet site. The
requested site is either unavailable or cannot be found please try
again later"

This page works fine in Mozilla.
I've researched this a bit and have read about the caching issues,
although none of the pages on the site address cache control. Any
thoughts or ideas as to why this isn't working?

View Replies View Related

Can ASP Pages Be Written In A Dreamweaver Site

I am working on a site which is written in Dreamweaver. Is it possible to write pages in ASP inside of a Dreamweaver site?

View Replies View Related

How To Create A Srting From What's Written To The Brower?

In my code, I include a file which writes to the browser. I'm looking for a way to create a string that will contain what the file I included wrote to the browser. For example, the included file (meow.asp): Code:

<% meow = 6 %>
this is a test. the number is: <%= meow+4 %>
<% response.write "hello world!" %>

And my code: Code:

...
<!--#include file="meow.asp"-->
...

I want that somehow I'll have a string in my code that contains: Code:

this is a test. the number is: 10
hello world!

How do I do that?

View Replies View Related

Menu.asp In Commerce Server 2000

My client had someone modify their home page of their commerce site. Howerver when then did they removed the include for store/template/menu.asp and created a hard coded menu on the default.asp (home page). Now the client wants this static menu to replace all of the dynamic menu's throughout the site. I found the area in menu.asp that pulls the data from the commerce server and if i delete this section the old menu item go away. I need to know how to insert the static HTML menu items in its place.

View Replies View Related

E-commerce - Checkbox - Pricing Update - Query

I want to change the existing code of our company e-commerce site so that the pull down menues are now checkboxes (will make life easier for sales to work with).

The pull down menu's must automatically submit, as the pricing changes with each selection.

Is there a way of auto submiting when a checkbox is ticked / unticked? Have tried using the "onChange=" that I nicked from the pull down... Code:

View Replies View Related

Can An ASP Page Read A Cookie Written By A PHP Page?

I am working with a developer, on two portions to a site, he is working in PHP and my work is done in ASP.

Is it possible for my pages to request data from a cookie that was written by his pages that are PHP but residing on the same server? Just want to make sure before I spend too much time planning out the development on my end.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved