HomeHomeDotNetNuke Forg...DotNetNuke Forg...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
HomeHomeDotNetNuke Forg...DotNetNuke Forg...Module ForumsModule ForumsStoreStoreStore 03.00.00 FINAL is available at CodeplexStore 03.00.00 FINAL is available at Codeplex


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Start  Professional Edition Trial
Have Someone Contact Me

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

Sponsors

DotNetNuke Corporation

DotNetNuke (DNN) provides a suite of solutions that make designing, building and managing feature-rich sites and communities fast, easy and cost-effective. The DotNetNuke Platform CMS is the foundation for more than one million websites worldwide. DNN Social, our newest solution, enables businesses to create immersive, interactive communities. Thousands of organizations like True Value Hardware, Bose, Cornell University, Glacier Water, Dannon, Delphi, USAA, NASCAR, Northern Health and the City of Denver have leveraged DNN to deploy highly engaging business- critical websites. Our rapid growth in product sales and deployments resulted in DotNetNuke Corp. being named one of the fastest growing private companies in America by Inc. Magazine in 2011 and 2012.