Vernon S.
|
| Posted: 12/03/2004, 8:39 AM |
|
Why the Shopping cart example doenst have a "description" page as the other CCS Example?
Where can I find a Tutorial or another example, focused in:
1. user most login
2. working with cookie
3. send shopping cart by email
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 12/03/2004, 9:25 AM |
|
Not sure what you mean by "Shopping Cart" example, however if you are asking about the Online Bookstore example the reason is that it would not be feasible to create detailed description for every Web page in every application that was ever created. This was not our intention or goal when creating those sample applications.
As for other examples:
Re: 1
What do you mean by "user most login"?
Re: 2 http://www.google.com/search?hl=en&q=asp+working+with+cookies
Re: 3
This could (and probably should) be done with ASP code and you don't need CodeCharge Studio features for this.
One example to look at is here: http://docs.codecharge.com/studio/html/ProgrammingTechn...leDBValues.html
You can use similar code to build the contents of your email.
Finally, if the sample applications work the way you need then you can find the necessary code and methodology in there. Nothing is hidden, so you just need to be little familiar with CCS to know how to lookup what you need.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|