close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Inserting eCart 5 into existing website

Thread began 3/09/2010 11:14 pm by Bruce | Last modified 3/23/2010 12:02 pm by Bruce | 6414 views | 39 replies

Jason ByrnesWebAssist

1) yes, the html p[ages will need to converted to php pages. this simply done by changing the file extension to .php:

page.htm

to:
page.php


2) No, you will have one cart object.

Think in terms of a brick and mortar store.

The cart object is basically akin to the shopping cart trolly you push up one isle of products and down the other.

You pick an item off the shelf and add it to the cart trolly by using the add to cart button.


3) The products tabel contains columns for the Item name, item description, prices, etc….

A recordset is comprised of two main components:
the SELECT statement and the FROM statement:

SELECT *
FROM products

The SELECT statements determines which columns will be returned. The "*" means All Columns. The FROMN Statement determines which tabel the information is coming from.


When you insert the Add to cart button server behavior to the page, you will be able to bind the cart columns to the columns from the products recordset.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...