ver 2.5.12.08.04
 
MOFCart Docs / Building Input Pages : Table of Contents
 

MOFcart is not a database driven cart. It uses standard HTML Forms input for "add to cart" buttons. This allows you to keep your products as part of your regular web pages, and just insert FORM tags to connect products to the cart. So, the more skill one has with Forms, the quicker they will be able to design and deploy their product pages. I've included a Basic Form Tutorial in this section if you need that to get started.

Use the Examples:
 

The distribution package comes with about 20 example product input pages. If the install was done correctly, you should have the 20 examples on the Web Site where MOFcart was installed. Those examples will have example FORM code, adjusted for your site installation. I also have the examples at several Demo sites, but if you use my Demo examples, then make sure you replace the Action URL for your site:

Your Examples: http://www.YourSite.com/mofcart/example_mofstore.html
Demo Examples: http://www.merchantpal.net/mofcart/example_mofstore.html
 
 
 
1
Beginners Tutorial for FORMs
 
2
A List of All The Examples
     
If You Need The Mechanics for Input Rules:
 

MOFcart's FORM input is practically unlimited. So if you need to get into the mechanics of all the Input Rules for MOFcart then consult these sections

     
 
3
Rules for Name - Value Pairs in Input
 
4
The Different Input Modes Explained
 
5
MODE 1: QUERY STRING (GET) INPUT
 
6
MODE 2: SINGLEPOST : Single Product Input
 
7

MODE 3: CHECKBOXES : CheckBox Lists, OrderForms

 
8
MODE 4: QUANTITYBOXES : Multiple Products, One Submit
 
9
Redirecting instead of ViewCart Screen
 
10
Pseudo HTML : Passing HTML Through the Cart
 
11
Price adjusting product options
 
12
Price Input for product and product options
 
13
Volume Discount Pricing using a Price Table
 
14
Quick reference for mode types