how to generate Navigate Url in CommerceBuilder.Catalog?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ayhanyildiz
Ensign (ENS)
Ensign (ENS)
Posts: 14
Joined: Thu Nov 29, 2007 9:10 am

how to generate Navigate Url in CommerceBuilder.Catalog?

Post by ayhanyildiz » Sun Jan 13, 2008 2:41 pm

i cant saw how to generate navigate url ?
because i dont have to source code..
and i use custom query for loading data with Token.Instance.Database.ExecuteReader..
now, how can i make generate url when reading data from IDataReader ?
version = 7.0
thanks...

User avatar
Chris
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Mon Mar 08, 2004 8:37 am
Location: Toledo

Post by Chris » Tue Jan 15, 2008 8:00 am

You might try your question in the Able 7 forum to increase your chance of a response.

Regards,
Chris
Using AbleNet 5.5, Build 1341
http://www.asa2fly.com

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Post by Logan Rhodehamel » Tue Jan 15, 2008 10:35 am

The format that the URL rewriter is expecting for products is:

yoururl/*-P#.aspx

In place of the * you can have any text. The # must be the ID of the product.

You can use the same format for categories, webpages, and links. Just change the P to C, W, or L respectively.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

ayhanyildiz
Ensign (ENS)
Ensign (ENS)
Posts: 14
Joined: Thu Nov 29, 2007 9:10 am

entity layer

Post by ayhanyildiz » Wed Jan 23, 2008 12:46 am

hi !!...
i created new table on my db.
how can i do generate Entity and Collection Class for new table ?
for example : table name = BasketItem
Class name = BasketItemCollection and BasketItem

Thanks...

Post Reply