My Cart
Log In
Register
an ASP.NET Open Source CMS & eCommerce platform
Search:
Home
Open Source Edition
DotShoppingCart Suite
Services
Support
Blog
Marketplace
Buy
Forums
Video Tutorials
Documentation
Premium Support
Submit Support Ticket
Home
>
DotShoppingCart Forums
>
Development
>
General Programming
>
ReferralID in Code
ReferralID in Code
Last Post 1/11/2010 11:31:54 AM By lukezy. 1 replies.
1/11/2010 11:22:57 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
website
ReferralID in Code
Hi Luke
What is the parameter value CoreHelper.GetReferalID() ? what is the default when I use it in my code.
DSC.User.AddUser(newCustomer.UserName, newCustomer.NewsLetter,
CoreHelper.GetReferralId(),
newCustomer.FirstName, ....
Bahram
1/11/2010 11:31:54 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
website
Re: ReferralID in Code
Use null.
DotShoppingCart Staff