Page 1 of 1

how to generate Navigate Url in CommerceBuilder.Catalog?

Posted: Sun Jan 13, 2008 2:41 pm
by ayhanyildiz
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...

Posted: Tue Jan 15, 2008 8:00 am
by Chris
You might try your question in the Able 7 forum to increase your chance of a response.

Regards,
Chris

Posted: Tue Jan 15, 2008 10:35 am
by Logan Rhodehamel
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.

entity layer

Posted: Wed Jan 23, 2008 12:46 am
by ayhanyildiz
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...