on 2018 Jul 12 6:23 PM
Hi there,
I´d like to add a contentSlot to the search result-page. In order to do that, I wanted to add a relation into 'ContentSlotForPage' the same way it´s done with e.g. the Homepage, ProductDetails-page...
I just can´t find any code on where it´s done bevore (only the search result-page. The others I find).
cheers
Raphael
Request clarification before answering.
Hi Raphael
Here is the impex that might help you
$contentCatalog=apparel-deContentCatalog
$contentCV=catalogVersion(CatalogVersion.catalog(Catalog.id[default=$contentCatalog]),CatalogVersion.version[default=Staged])[default=$contentCatalog:Staged]
INSERT_UPDATE ContentSlotForPage;$contentCV[unique=true];uid[unique=true];position[unique=true];page(uid,$contentCV)[unique=true][default='search'];contentSlot(uid,$contentCV)[unique=true];;;
;;searchPageContentSlotForPage;;;search-content-slot;;;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.