Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreStore 03.00.00 FINAL is available at CodeplexStore 03.00.00 FINAL is available at Codeplex
Previous
 
Next
New Post
8/26/2011 12:49 AM
 
Hi Robert,

This link is reserved to DotNetNuke only from a long time! :-) Now core modules have to use the 'Issues' at Codeplex.

Gilles

We (team members) are Humans offering their knowledge, their work and their spare time FOR FREE to benefit the community. It would be so particularly appreciated that your messages begin with "Hello" and end with "Thank you" or any other form of politeness. Ask yourself what your reaction would be, if you were approached by me (a total stranger) on the street to ask you something without saying "Hello" nor "Thank you"? After several years of services dedicated to the community, I begin to be tired to read requests without any form of politeness.
 
New Post
8/26/2011 10:17 AM
 
Please find below my solutions to the 2 problems I encountered.

Problem 1 Solution: ProductAdmin.ascx.cs

protected void Page_Load(object sender, System.EventArgs e)
        {
            if (StoreSettings != null)
            {

                if (StoreSettings.CurrencySymbol != string.Empty)
                    LocalFormat.CurrencySymbol = StoreSettings.CurrencySymbol;

                _nav = new AdminNavigation(Request.QueryString);

                // Do we show list or edit view?
                if (_nav.ProductID != Null.NullInteger)
                    ShowEditControl();
                else
                    ShowProductList();
            }
        }

Problem 2 Solution:
StoreAddress.ascx.cs

public void PopulateAddress()
        {
            if (addressInfo == null)
            {
                addressInfo = new AddressInfo();
                this.hiddenAddressId.Value = string.Empty;
            }


            if (addressInfo != null)
            {
                hiddenAddressId.Value = addressInfo.AddressID.ToString();
                chkUserSaved.Checked = addressInfo.UserSaved;
           .......
           .......
            }
}
 
New Post
8/26/2011 1:07 PM
 
Hi Manuel,

Thanks a lot to provide solutions! :-)

The first one is already corrected in my version (not yet published). Could you explain in which case the second bug occurs?

Gilles

We (team members) are Humans offering their knowledge, their work and their spare time FOR FREE to benefit the community. It would be so particularly appreciated that your messages begin with "Hello" and end with "Thank you" or any other form of politeness. Ask yourself what your reaction would be, if you were approached by me (a total stranger) on the street to ask you something without saying "Hello" nor "Thank you"? After several years of services dedicated to the community, I begin to be tired to read requests without any form of politeness.
 
New Post
8/26/2011 2:42 PM
 
Fresh install of DNN Store 3.0.0. I have already filled the Store Admin Settings. Go to "Account" module, select "Addresses". So I only have the registration address on the grid. I click "Add" then enter my information. When I hit "Update" the error is displayed.

The code I submitted for this bug is actually from the Store 2.1.36 version. I'm not sure why it was taken off.

Thank you for this great product.
 
New Post
9/7/2011 6:34 PM
 
I am not a developer, but I was hoping that a working version of the Store may be available, I have tried version 3.0 with no success. It registers the user, but keep getting errors. Cannot complete a sale.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreStore 03.00.00 FINAL is available at CodeplexStore 03.00.00 FINAL is available at Codeplex


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out