Free Shopping cart (.asp)
This script is for those sites with a limited number of items to sell (Althought we may use this script to sell a big number of products). In order to make this script work we will need some data related with the product we want to sell:
  • We must know in advance the number of items. 
  • From each item me must introduce in the form bellow the following data:
    • Name of item
    • Description
    • Price
    • URL. This field is optional. It may be the complete url (p.e. http://www.domian.com/item1-description.html) or as in this example the file name where we have the description of the item (p.e. item1-description.html). In the latter case we must place the description file in the same directory where the script is located
  • After filling the form we will save the response page as index.asp in our site (p.e http://www.domain.com/shoppingcard/index.asp)
  • When the client places the order, this script has been set up to work together with Get-info-from-form script, so that the information requested will be save to a file only accesible to webmaster.
This scripts uses session method, so if your visitors does not complete the corresponding order before the sessions expires, or in case the computer is inicialize during the visit, all information in the shopping cart will be lost. 

Fill the form and get the code for your shopping card

Item 1 Item name
Description
Price
URL




Item 2 Item name
Description
Price
URL




Item 3 Item name
Description
Price
URL




Item 4 Item name
Description
Price
URL




Item 5 Item name
Description
Price
URL




Additional info: 
In your server you may place files with more detailed description of your product. 
If you want to provide your visitors with a link to allow the product to be included in the visitorīs shopping card you may add this kind of links in your pages:

<p>To add this item to your shooping card
<a href=/shoppingcard/index.asp?Additem=My+1st+book>click here</a>
 

  • /shoppingcard/index.asp will be the url to the script
  •  Additem will be the action we want to perform (adding a item to the card)
  • My+1st+bookwill be the urlencoded name of the item we want to add to the car
We do not personalize scripts, but ...
  • The script has no heading, so you may add them in the very first line of the script
  • By changing lines 16-45 from the script yiou may change the aspect of the shopping card table. Be careful.
  • By changing subroutine PlaceOrder() you will be able to asked your clients different information from the one in the example when placing and order. 

 


Google






   



MSN Nick Name



More Resources...





Most Viewed Services:
  1. HTML Tutorial
  2. XHTML Tutorial
  3. CSS Tutorial
  4. Javascript Tutorial
  5. DHTML Tutorial
  6. VB Script
  7. TCP/IP Tutorial
  8. ADO Tutorial
  9. MYSQL Tutorial
  10. ASP Tutorial
  11. AJAX Tutorial
  12. CFML Tutorial
  13. PHP Tutorial
  14. WML Tutorial
  15. FLASH Tutorial
  16. XML Tutorial
  17. RSS Tutorial
  18. SQL Tutorial
  19. HTML Articles
  1. Javascript Articles
  2. PHP Articles
  3. SEO Articles
  4. Web Design Articles
  5. SEO Tips
  6. Web Design Tips
  7. Articles
  8. CSS
  9. CSS Tips
  10. HTML Tips
  11. JAVASCRIPT Tips
  12. MYSQL Tips
  13. PHP Tips
  14. Money
  15. Tutorials
  16. Web Hosting



  • Home
  • Web Directory
  • Top Directoriers
  • Webmaster Directories
  • Contact
  • © Copyright 2006-2010 All Rights Reserved By CodeDcode.Com : HTML : RSS : TEXT : XML