Create a gallery shop page

This page describes how you can enable the Gallery shop functionality for web viewer, how to configure it and how to add sellable parts to a gallery shop page.

Step-by-step guide

Edit the Presentation settings for catalogues in the profile.config to enable Gallery Shop and configure it.

The profile.config page is found in the following default location: C:\inetpub\wwwroot\AssertWeb\App_Data\<<site name>> and inherits settings from the global profile.config file found at C:\inetpub\wwwroot\AssertWeb\App_Data.

<PresentationSettings>	
	<Settings>
		<Trigger base-type="Catalogue"/>
		<GalleryViewNodeSize>200</GalleryViewNodeSize>
		<CatalogueNodeSetting>
			<DisplayIdentity>false</DisplayIdentity>
			<DisplayDescriptionInGallery>true</DisplayDescriptionInGallery>
			<DisplayIdentityInGallery>true</DisplayIdentityInGallery>
			<GalleryShopEnabled>true</GalleryShopEnabled>
			<GalleryViewNodeSize>400</GalleryViewNodeSize>
		</CatalogueNodeSetting>
	</Settings>
</PresentationSettings>

Now that Gallery shop is enabled, each node underneath the root node of a catalogue will have the Gallery Shop view enabled. In Gallery Shop view all sellable parts will have "Add to order" buttons directly on the page.

Add sellable parts to any node underneath the root node of a catalogue in Signifikant Manager to add them to the Gallery Shop view.

  1. Open Signifikant Manager and open your site by clicking on the carrot to the right of the "Home"-icon () in the toolbar
  2. Open the Part storage by selecting "Storages | Part" from the menu or by clicking on the "Part"-icon () in the toolbar
  3. Type the part number or name in the search bar on top of the storage to find out if the part already exists in the storage
  4. If the part does not exist yet, create it by right-clicking in the storage list and selecting "New"
    A new part is added to the list but it does not contain any information yet so it looks like an empty row
  5. Use the right pane in the Part storage window to enter the information for the created part
    1. Make sure the part is sellable
    2. Make sure that all information needed to retrieve price and availability for the part is provided
  6. Click on the "Save"-icon in the toolbar () to save the part to the storage
  7. Open the Catalogue storage by selecting "Storages | Catalogue" from the menu or by clicking the "Catalogue"-icon () in the toolbar
  8. Double click on the catalogue to which you want to add the part(s), e.g. "Accessories" or "Consumables"
    If there are very many catalogues, start typing the name of the catalogue in the search bar to find it more easily
  9. Navigate to the node in the catalogue underneath which you want to add the part, right-click on the node and select "Add part..."
  10. Select the part from the part storage (use the search bar to easily find it) and click  on "OK"
  11. Select "Add to node" to insert the part underneath the selected node as a child node.
  12. Click on the "Save"-icon in the toolbar () to save the changes to the catalogue
  13. Once you have added one part underneath a node, you can use drag and drop between the part storage and the catalogue to insert more parts
    1. Double click on the title of a window in Manager to undock the window.
    2. Arrange the catalogue window and part storage besides each other (see screen dump below)
    3. Drag and drop a part from the part storage to the catalogue window and drop it in place
      Keep an eye on the length of the "insert line" that is shown when you hover over the catalogue window. It indicates if the part is inserted below the node or as a child of the node.
  14. Publish the site to your web viewer

Test the gallery shop in the web viewer

  1. Open your site in a web browser
  2. Navigate to the node that contains the Gallery Shop view
  3. The parts should be shown in a grid and each sellable part shall have price/availability information an "Add to order" button
    The look and feel of the parts in the Gallery Shop view depends on the Presentation Settings for your site.

Please note that you can not use the root node of a catalogue as a Gallery Shop.