Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Commerce Server Catalog > Catalog not fou...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 756 of 763
Post > Topic >>

Catalog not found Error

by =?Utf-8?B?Qk1hcnI=?= <BMarr@[EMAIL PROTECTED] > Jan 14, 2008 at 11:50 AM

so the problem is that when we run our commerce site we get a "the
specified 
catalog does not exist" error when we try to add a product to the cart.
The 
code errors at this point in the CatalogItemUri.cs file.

protected virtual ProductCatalog InternalGetCatalog()
        {
            if (!string.IsNullOrEmpty(this.CatalogName))
            {
                
                return CatalogHelper.GetCatalog(this.CatalogName);
            }
            return null;
        }

What seems to be happening is taht at some point our site is changing 
"catalogname" from our catalog which is "Test Catalog" to "Products". 

We tried changing "this.catalogname" to "Test Catalog" and our item still 
doesn't add to the cart instead it just redirects to the root catalog
page.

Can anyone help with this?

Thanks,

Blake
 




 1 Posts in Topic:
Catalog not found Error
=?Utf-8?B?Qk1hcnI=?= <  2008-01-14 11:50:00 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 16:34:01 CST 2008.