CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.commerce_starter_kit Tags:
Item Type: NewsGroup Date Entered: 4/1/2005 12:05:27 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 12 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
1 Items, 1 Pages 1 |< << Go >> >|
asmussen
Asp.Net User
Adding Shipping Address Form and Table4/1/2005 12:05:27 AM

0/0

Since for some reason there is no shipping address form in the commerce kit I am trying to add my own. I created an AddAddress Table and this stored procedure:

ALTER Procedure CMRC_AddressAdd

(

@AddressID int OUTPUT,
@Address1 nvarchar(50),
@Address2 nvarchar(50),
@City nvarchar(50),
@State nvarchar(50),
@Zip nvarchar(50),
@Country nvarchar(50),
@Company nvarchar(50),
@Phone nvarchar(50),
@CustomerID int

)

AS

INSERT INTO CMRC_Addresses

(

Address1,
Address2,
City,
State,
Zip,
Country,
Company,
Phone,
customerId

)

VALUES

(

@Address1,
@Address2,
@City,
@State,
@Zip,
@Country,
@Company,
@Phone,
@CustomerID

)

SELECT

@AddressID = @@Identity

I added an "Address" class to the customersDB.cs component and I also added this line to the register.aspx page:

String newAddress = accountSystem.AddAddress(customerId, Address1.Text, Address2.Text, City.Text, State.SelectedValue, Zip.Text, Country.Text, Phone.Text, Company.Text);

For some reaon nothing is being saved to the Address table.

Has anybody successfuly added address collecting capabilities to the Commerce Cart?

Thanks, Justin.

1 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Starting an Online Business for Dummies Authors: Greg Holden, Pages: 416, Published: 2007
Dreamweaver MX 2004: The Missing Manual Authors: David Sawyer McFarland, David Pogue, Pages: 836, Published: 2004
Sams Teach Yourself Active Server Pages 3.0 in 21 Days Authors: Scott Mitchell, James Atkinson, Pages: 800, Published: 2000
SQL Anywhere Studio 9 Authors: Breck Carter, Inc NetLibrary, Pages: 0, Published: 2004
Learning PHP and MySQL: [Step-by-step Guide to Create Database-driven Web Sites] Authors: Michele E. Davis, Jon Phillips, Pages: 359, Published: 2006
Dreamweaver 8: The Missing Manual Authors: David Sawyer McFarland, David Pogue, Pages: 936, Published: 2006
Inside Dreamweaver UltraDev 4 Authors: Sean Nicholson, Pages: 432, Published: 2001
Expert One-on-one Microsoft Access Application Development Authors: Helen Feddema, Pages: 594, Published: 2004

Web:
Table Booking Form ITALIAN SHIPPING AWARDS 2008 Table Booking Form. Terms and Conditions. Please note cancellations made ... ADDRESS OF CARD HOLDER:. SIGNATURE OF CARD HOLDER:. ITALIAN SHIPPING AWARDS ...
Magnussen Kinsdale Free Form Sofa Table - T1266-92 Features: 2 Shelves Drawer Finish: Brown Shape: Free form Table top material: ... If the shipping address is a business address, delivery will be attempted ...
Magnussen Kinsdale Free Form Sofa Table - T1266-92 Magnussen Kinsdale Free Form End Table Sale Price: $282.00 ... If the shipping address is a business address, delivery will be attempted only during normal ...
shipping address Resources | TechRepublic Sep 25, 2008 ... Address and order information is automatically sent to the appropriate ... It generates invoices, shipping order, packing list, form A, ...
HOW TO: Add a desired shipping date field to order form ... HOW TO: Add a desired shipping date field to order form [description] Contributed/Addon ... ALTER TABLE zen_orders ADD order_delivery_date date AFTER ip_address; ..... Sign up for our FREE Newsletter. email address: ...
Adobe - Developer Center : Adding database-driven shipping charge ... Oct 27, 2008 ... Table 1 shows a sample database shipping schema that addresses all these ... The shipping information is input into a form, like the one in ...
Sample Chapter from Microsoft® Commerce Server 2000 Pocket ... Nov 15, 2001 ... You'll then identify it as a shipping address using the ... Adding Shipping Types and Charges ... "
" ...
Web Edition - Lesson One You can also make the form look quite slick by adding shading and border tricks. ... 1 is a standard billing table. Form fields have been placed in each field ... You'll need to indicate a billing address, as well as a shipping address. ...
Why Shipping address is not validated? - ASP.NET Forums ... in shoppingcart.aspx user can submit order without filling shipping address form. ...

Customer Registration Template: Shipping Addresses ShippingOptionsText --]

... A customer can edit all of the address fields in a shipping address. ... CR_Edit_Shipping_Address, Form with address fields and labels ...

Videos:
Lec 33 | MIT 3.091 Introduction to Solid State Chemistry Phase Diagrams - Basic Definitions: Phase, Component, Equilibrium; One-component Phase Diagrams Two-component Phase Diagrams: Complete Solid ...
www.moldytoaster.com ed to the tutelage of the professors of sweet sounds; and therefore Waters was a high authority, declared in the peculiar _patois_ attendant upon ...
Glimpse Inside a Metaverse: The Virtual World of Second Life Google TechTalks March 1, 2006 Philip Rosedale and Cory Ondrejka ABSTRACT Linden Lab is the producer of Second Life, an online world with ...
[-- CR_Shipping_List --]




Search This Site:










how to keep the correct url for the portal

menuitem will not select

friendly urls?

treemenu - how can i change the look?

mobile pages - will they be back?

help - programmatically building a treeview from database

duplicate webparts creation problem in asp.net 2.0

handling events on dynamically loaded controls

my site don't look right in internet explorer 7

add a node to the sitemap dynamically

ascx control showing up blank in custom module

postback event not firing

strategy

schedule

can i use different membership database to validate differnet login require?

asp to aspx

dnn 3.2.2 weird javascript code generated by dnn core

when to render things??

weird error when deploying at customer's servers

token sitesettings text box title

vwd and crystal reports 9

anonymous -> authenticated profile migration

global.asax c# question about context object

dnn persisting scroll position

3.08 slow to load site settings and other admin functions

a different kind of forms authentication question

question: windows authentication

registration confirmation code - sending email

dnn store v1.1.1 and v1.1.6

checkboxes checked event of a treeview control for asp.net 1.1

 
All Times Are GMT