Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm wondering if it's possible to do somethin like that.
- mysite.com - Shop1 (Catalog1) - Shop2 (Catalog2) - Shop3 (Catalog 3)
So my question is, can I have multiple catalogs for 1 hostname? If yes, how do I assign a catalog to a child shop? Usually you assign a hostname to a catalog, but can you assign mysite.com/shop1 as the hostname to the catalog?
Thanks,Patrick
Hi Patrick,
As i read your question, you want your content to be like this:
mysite.com/shop1
mysite.com/shop2
mysite.com/shop3
1 thing you could do is to make a name convention so your shop1, shop2, shop3 would be the name of the catalog.
You can then make your own ICatalogContext and override the method; CurrentCatalogName returning the name of the current content node.
You would have to register your own component in custom.config using the same id to get your component.
Hope this helps. Otherwise let me know.
Regards
Morten
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Multiple catalogs with one hostname
I'm wondering if it's possible to do somethin like that.
- mysite.com
- Shop1 (Catalog1)
- Shop2 (Catalog2)
- Shop3 (Catalog 3)
So my question is, can I have multiple catalogs for 1 hostname? If yes, how do I assign a catalog to a child shop? Usually you assign a hostname to a catalog, but can you assign mysite.com/shop1 as the hostname to the catalog?
Thanks,
Patrick
Hi Patrick,
As i read your question, you want your content to be like this:
mysite.com/shop1
mysite.com/shop2
mysite.com/shop3
1 thing you could do is to make a name convention so your shop1, shop2, shop3 would be the name of the catalog.
You can then make your own ICatalogContext and override the method; CurrentCatalogName returning the name of the current content node.
You would have to register your own component in custom.config using the same id to get your component.
Hope this helps. Otherwise let me know.
Regards
Morten
is working on a reply...