Difference between revisions of "Draft:X-Cart:X-Showroom"

From X-Cart 4 Classic
Jump to: navigation, search
m
m (Activating the module)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Overview==
 
==Overview==
 +
X-Cart's module X-Showroom is an extension that allows you to create interactive banners and publish them in your X-Cart based store. Interactive banners are images marked up with interactive hotspots providing links to specific products in your store's catalog. When a user hovers over a hotspot on a banner image, a tooltip appears over the hotspot with the name of the product to which the hotspot is linked:<br />
 +
:[[File:showroom_banner.png|700px|border]]
 +
By clicking on the product name in the tooltip the user can go directly to the product page for more information about the product.
 +
 +
Interactive banners can be inserted into any page in your store's catalog, including the home page, category pages and pages of specific products. The placement of interactive banners on the storefront is in the upper part of the page below the main site menu. The interactive nature of X-Showroom banners gives an attractive look to your site and promotes greater user engagement.
 +
 +
You do not need to be a webmaster or web developer: with X-Showroom, the creation and management of interactive banners does not require any tools other than your X-Cart store's Admin panel. To create an interactive banner, all you need to do is upload an image that will serve as the banner background, add some hotspots that will serve as links to your products and specify the store pages on which the banner will need to be displayed. Creating banner hotspots is point and click easy: you simply select a rectangular area on the banner image with your mouse and select a product to which this hotspot needs to be linked.
 +
 +
You can create as many interactive banners for your store as you like and control the display parameters of specific banners via a special section in your store's Admin area.
 +
 +
X-Showroom is available as an installable extension for X-Cart versions 4.6.6 and later.
 +
<br /><br />
  
 
==Getting started==
 
==Getting started==
 
# Install the X-Showroom module:
 
# Install the X-Showroom module:
#* [[#XShowroomInstallation|Installing the module]]
+
#* [[#XShowroomInstallation|Installing the module]]<br /><br />
 
# Make sure the installed module is active:
 
# Make sure the installed module is active:
#* [[#XShowroomActivation|Activating the module]]
+
#* [[#XShowroomActivation|Activating the module]]<br /><br />
 
# Check and adjust the module configuration settings:
 
# Check and adjust the module configuration settings:
#* [[#XShowroomConfiguration|Configuring the module]]
+
#* [[#XShowroomConfiguration|Configuring the module]]<br /><br />
# Try creating some interactive banners using the Showroom section of your store's back end.  
+
# Create one or more interactive banners using the Showroom section of your store's back end.
#* Creating interactive banners
+
#* [[#CreatingInteractiveBanners|Creating interactive banners]] <br /><br />
 
# View and manage the interactive banners you have added using the Showroom section of your store's back end.
 
# View and manage the interactive banners you have added using the Showroom section of your store's back end.
#* Managing interactive banners
+
#* [[#ManagingInteractiveBanners|Managing interactive banners]]<br /><br />
 +
 
 
<div id="XShowroomInstallation"> </div>
 
<div id="XShowroomInstallation"> </div>
 
==Installing the module==
 
==Installing the module==
 +
To successfully install and use the X-Showroom module, you need a working copy of X-Cart version 4.6.6 or later installed on your server.
 +
 +
{{Note1|Note: If you do not remember the version of X-Cart on which your store is based, you can look it up in the <u>Environment info</u> section of the [[X-Cart:Summary_Page |Summary]] page in X-Cart Admin area.}}
 +
 +
To install the module:
 +
# Download the X-Showroom  module archive from the File Area section of your {{QA}}. Look for a file named like <u>xshowroom-x.y.z.tgz</u>, where <u>x</u>, <u>y</u> and <u>z</u> are numbers matching the version of your installed copy of X-Cart.
 +
# Copy the contents of the module achive to the X-Cart root directory on your server or hosting account.
 +
#* If you are using a Windows-based server, or a UNIX-based server without terminal access:
 +
#: a) Unpack the module archive to a directory on your system using your favorite compression program (WinZIP, 7-Zip or any other archiver with support for TAR files).
 +
#: b) Use an FTP client to upload all the files contained in this directory (retaining the directory structure) to the X-Cart root directory on your server or your hosting account.
 +
#* If you are using a UNIX-based server with terminal access:
 +
#: a) Use an FTP client to upload the module archive to the X-Cart root directory on your server or your hosting account.
 +
#: b) Unpack the archive using the following command:
 +
#: <pre>tar -xzvf xshowroom-x.y.z.tgz</pre>
 +
#: (Replace <u>x</u>, <u>y</u> and <u>z</u> with the actual version numbers).
 +
#: {{Note1|'''Important:''' Make sure you keep the directory structure while unpacking and uploading the module archive, otherwise some necessary files may be overwritten!}}
 +
# In a web browser, run the installation script <u>httр://<YOUR_XCART_DOMAIN>/install-xshowroom.php</u> replacing <u><YOUR_XCART_DOMAIN></u> with the actual domain name of your X-Cart store. This will start the installation wizard.
 +
# Follow the wizard instructions to install the module.
 +
# Once the installation has been completed, you should see the "Installation complete" screen with a link to your store's Admin back end where you can enable the installed module.<br />'''Important:'''<br />1. If you have put the module archive file in a web accessible directory, be sure to remove it to protect the module from unauthorized copying.<br />2. At the final step of the installation process, the installation script <u>install-xshowroom.php</u> is automatically renamed as an additional measure to protect the module installation. Please take note of the filename to which the installation script was renamed in your store. If you decide to re-install or uninstall the module later on, you will need to rename the installation script back to <u>install-xshowroom.php</u> before launching the installation process in your web browser.<br /><br />
  
 
<div id="XShowroomUninstallation"> </div>
 
<div id="XShowroomUninstallation"> </div>
 
==Uninstalling the module==
 
==Uninstalling the module==
 +
Uninstallation completely removes all the data related to X-Showroom module from your store.
 +
 +
To complete the uninstallation, you will need to run the X-Showroom module installation script. You might remember that, after the module was installed in your store, the script was saved with a new name to help prevent unauthorised runs of the installer. Now, before you start, you need to rename the script back to its original name - <u>install-xshowroom.php</u>.
 +
 +
To uninstall the module:
 +
# Run the module installation script in your web browser by going to <u>httр://<YOUR_XCART_DOMAIN>/install-xshowroom.php</u> (be sure to replace the <u><YOUR_XCART_DOMAIN></u> part with the actual domain name of your X-Cart store). This will start the installation wizard.
 +
# Select "Uninstall the module" and follow the wizard instructions to complete the process.
 +
# Once the uninstallation has been completed, you should see the "Uninstallation complete" screen.<br /><br />
  
 
<div id="XShowroomActivation"> </div>
 
<div id="XShowroomActivation"> </div>
 
==Activating the module==
 
==Activating the module==
  
If the module X-Showroom is installed, but not active, you can enable (activate) it.
+
If the module X-Showroom is installed but not active, you can enable (activate) it.
  
 
To enable the module:
 
To enable the module:
Line 53: Line 93:
 
* '''Max photo width in admin area''' and '''Max photo height in admin area''': These are the maximum pixel dimensions of a banner image displayed on the Edit Photo page in the Admin area where you tag the banner image with links to specific products:<br />[[File:max_photo_dimensions.png|700px|border]]<br />The default value for both these settings is 820 px.<br /><br />
 
* '''Max photo width in admin area''' and '''Max photo height in admin area''': These are the maximum pixel dimensions of a banner image displayed on the Edit Photo page in the Admin area where you tag the banner image with links to specific products:<br />[[File:max_photo_dimensions.png|700px|border]]<br />The default value for both these settings is 820 px.<br /><br />
  
 +
<div id="CreatingInteractiveBanners"> </div>
 
==Creating interactive banners==
 
==Creating interactive banners==
 
Creation and management of interactive banners is done in the Showroom section ('''Content''' -> '''Showroom''').<br /><br />  
 
Creation and management of interactive banners is done in the Showroom section ('''Content''' -> '''Showroom''').<br /><br />  
 
To create a banner, complete the following steps:  
 
To create a banner, complete the following steps:  
 
# '''Add an image to be used in your banner''':
 
# '''Add an image to be used in your banner''':
## In the Showroom section menu (the area on the right-hand side of the screen titled "In this section"), select "<u>Add Photo</u>".<br />[[File:showroom_add_photo.png|700px|border]]<br /><br />This opens the Add Foto page where you can add an image that will serve as the banner background against which product links will appear:<br />[[File:showroom_add_photo_page.png|700px|border]]<br /><br />
+
## In the Showroom section menu (the area on the right-hand side of the screen titled "In this section"), select "<u>Add Photo</u>".<br />[[File:showroom_add_photo.png|700px|border]]<br /><br />This opens the Add Foto page where you can add an image that will serve as the banner background on which hotspots linked to specific products will appear:<br />[[File:showroom_add_photo_page.png|700px|border]]<br /><br />
 
## Click the '''Upload''' button at the bottom of the page. The image upload manager dialog window will be displayed:<br />[[File:Showroom_choose_file.png]]<br /><br />
 
## Click the '''Upload''' button at the bottom of the page. The image upload manager dialog window will be displayed:<br />[[File:Showroom_choose_file.png]]<br /><br />
 
## Select the image you require from one of the following sources:<br /><br />'''File on this server''': Use this source if the image file you require is located on the file system of the server on which your X-Cart store is installed. Click '''Browse...''' in the respective section of the image upload manager dialog. A new dialog window displaying the files and folders on your store's server will be displayed:<br />[[File:Showroom_choose_file1.png|border]]<br /><br />Select the image file you require and click '''Select'''.<br /><br />'''File on your local computer''': Use this section if the image file you require is located on the local file system of the computer on which you are currently working. Click '''Browse...''' in the respective section of the image upload manager dialog, select the image file you require and click '''Open'''.<br /><br />'''File on the Internet''': Use this section if the image file you require is located on the Internet. Enter the image URL into the appropriate field.<br />After selecting the file, click the '''Apply''' button opposite the respective section of the dialog.<br /><br />Once you have selected the image and clicked '''Apply''', the image preview will be displayed on the Add Photo page:<br />[[File:banner_image_preview.png|700px|border]]<br /><br />
 
## Select the image you require from one of the following sources:<br /><br />'''File on this server''': Use this source if the image file you require is located on the file system of the server on which your X-Cart store is installed. Click '''Browse...''' in the respective section of the image upload manager dialog. A new dialog window displaying the files and folders on your store's server will be displayed:<br />[[File:Showroom_choose_file1.png|border]]<br /><br />Select the image file you require and click '''Select'''.<br /><br />'''File on your local computer''': Use this section if the image file you require is located on the local file system of the computer on which you are currently working. Click '''Browse...''' in the respective section of the image upload manager dialog, select the image file you require and click '''Open'''.<br /><br />'''File on the Internet''': Use this section if the image file you require is located on the Internet. Enter the image URL into the appropriate field.<br />After selecting the file, click the '''Apply''' button opposite the respective section of the dialog.<br /><br />Once you have selected the image and clicked '''Apply''', the image preview will be displayed on the Add Photo page:<br />[[File:banner_image_preview.png|700px|border]]<br /><br />
 
## Click the '''Save''' button below the image preview to complete the upload. The uploaded image will appear on the page where you are creating your interactive banner.
 
## Click the '''Save''' button below the image preview to complete the upload. The uploaded image will appear on the page where you are creating your interactive banner.
# '''Add links that will point from inside your banner to specific products in your store'''.<br /><br />To add a link:
+
# '''Add hotspots with links that will point from inside your banner to specific products in your store'''.<br />To add a hotspot:
## Mark the area of the banner image that you want to be clickable, then select the product to which the link should point.
+
## Place the cursor over the banner image you have uploaded at the position where you want to add a hotspot.
# '''Specify the pages of your store on which the banner should be displayed''':
+
## Press the left mouse button and drag the mouse in the desired direction to select the desired hotspot area.
# Click '''Update''' to save the changes.
+
## To finish the selection, release the mouse button. A dialog window titled "Select a product" will be displayed allowing you to select the product to which you want to add a link:<br />[[File:showroom_select_product.png|700px]]<br /><br />
 +
## Use the "Select a product" dialog to select the product you require.<br />The left-hand side of the dialog window displays your store's categories. To access the list of products in a category, double click the category name or click the category name once, then click the '''Show products''' button below the category list.<br />The list of products in the selected category appears on the right-hand side of the dialog. To select a product, double click the product name or click the product name once, then click the '''Select''' button below the product list.<br />Once the desired product has been selected, the "Select a product" dialog window will be closed, and a hotspot with a link to the product you have selected will be added to the banner image:<br />[[File:showroom_product_link_added.png|700px|border]]<br /><br />If necessary, it is possible to move a previously created hotspot over the banner image to adjust its position more precisely. To do so, place the cursor over the hotspot that needs to be moved, press the left mouse button and drag the hotspot to the desired position.<br />It is also possible to remove a hotspot. To do so, click the <u>Delete product tag</u> link for this hotspot.
 +
# '''Specify the store pages on which the banner should be displayed'''.<br />In the lower part of the Add Photo page - below the banner image - you will find the banner display options allowing you to specify where to display the banner you have created:<br />
 +
#* '''Home page''': Select the check box for this option if you want the banner to be displayed on the home page of your store:<br />[[File:showroom_banner_homepage.png|700px|border]]<br /><br />
 +
#* '''Categories with selected products''': Select the check box for this option if you want the banner to be displayed on the pages of categories that are home to the products linked from the banner hotspots.
 +
#* '''Selected categories''': Select the check box for this option if you want to be able to choose specific categories in which to display the banner. The categories for selection will appear in the "Categories" section below:<br />[[File:showroom_banner_categories.png|700px|border]]<br /><br />To select a category, click on the category name. It is possible to select more than one category by holding down the Ctrl key while selecting categories.<br /><br />If you want the banner to be displayed on the pages of the products linked from the banner hotspots, select the '''Show on product page''' option next to the appropriate hotspot areas on the banner image above:<br />[[File:showroom_show_on_product_page.png|border]]<br /><br />
 +
# Once you have provided all the necessary information, save the changes by clicking the '''Update''' button at the bottom of the page.
 +
Now if you go to your store's Storefront area, you should be able to see the banner you have created.  
 +
<br /><br />
  
[[File:interactive_banner_home_page.png|700px|border]]
+
<div id="ManagingInteractiveBanners"> </div>
  
 
==Managing interactive banners==
 
==Managing interactive banners==
The list of previously created interactive banners can be found on the Showroom page ('''Content -> '''Showroom''').
+
The list of previously created interactive banners can be found on the Showroom page ('''Content''' -> '''Showroom''').
 +
:[[File:showroom_banner_list.png|700px|border]]<br />
 +
For each banner the following information is provided:
 +
* banner image thumbnail;
 +
* banner status (See the '''Active''' column: selected checkbox = the banner is visible to customers; unselected checkbox = the banner is not visible to customers);
 +
* products to which the banner provides links (See the product list in the '''Products''' column);
 +
* pages on which the banner is shown (See the "Show on" section in the '''Products''' column).<br /><br />
 +
 
 +
It is possible to edit banners, disable/re-enable banners and delete banners.<br /><br />
 +
 
 +
When you need to change a banner image, re-adjust the hotspots or change the pages on which a certain banner is displayed, you need to edit this banner.<br />
 +
To edit a banner:
 +
# In the list of banners in the Showroom section (Content -> Showroom), locate the banner you need to edit and click the Edit link in the far right column on the line of that banner:<br />[[File:showroom_edit_banner_link.png|700px|border]]<br /><br />The Edit Photo page opens:<br />[[File:showroom_edit_banner_page.png|700px|border]]<br /><br />
 +
# Make changes to the banner parameters as you require.
 +
# Click the '''Update''' button at the bottom of the page to save the changes. The banner will be updated.<br /><br />
 +
 
 +
It is possible to quickly disable an existing banner to hide it from any pages on which it appears. <br />
 +
To disable a banner:
 +
# In the list of banners in the Showroom section ('''Content''' -> '''Showroom'''), locate the banner that needs to be disabled and unselect the checkbox in the '''Active''' column on the line of that banner.
 +
# Click the '''Update''' button at the bottom of the banner list to save the changes.<br />[[File:showroom_enable_disable_banner.png|700px|border]]<br /><br />The banner will be disabled.
 +
To re-enable a previously disabled banner, select the checkbox in the '''Active''' column again and click '''Update'''.<br /><br />
 +
 
 +
When you no longer need a certain banner, you can delete it.<br />
 +
To delete a banner:
 +
# In the list of banners in the Showroom section ('''Content''' -> '''Showroom'''), locate the banner that needs to be deleted and select the checkbox in the first column on the left on the line of that banner.
 +
# Click '''Delete selected'''.<br />[[File:showroom_delete_banner.png|700px|border]]<br /><br />The banner will be removed.

Latest revision as of 14:40, 9 February 2015

Overview

X-Cart's module X-Showroom is an extension that allows you to create interactive banners and publish them in your X-Cart based store. Interactive banners are images marked up with interactive hotspots providing links to specific products in your store's catalog. When a user hovers over a hotspot on a banner image, a tooltip appears over the hotspot with the name of the product to which the hotspot is linked:

Showroom banner.png

By clicking on the product name in the tooltip the user can go directly to the product page for more information about the product.

Interactive banners can be inserted into any page in your store's catalog, including the home page, category pages and pages of specific products. The placement of interactive banners on the storefront is in the upper part of the page below the main site menu. The interactive nature of X-Showroom banners gives an attractive look to your site and promotes greater user engagement.

You do not need to be a webmaster or web developer: with X-Showroom, the creation and management of interactive banners does not require any tools other than your X-Cart store's Admin panel. To create an interactive banner, all you need to do is upload an image that will serve as the banner background, add some hotspots that will serve as links to your products and specify the store pages on which the banner will need to be displayed. Creating banner hotspots is point and click easy: you simply select a rectangular area on the banner image with your mouse and select a product to which this hotspot needs to be linked.

You can create as many interactive banners for your store as you like and control the display parameters of specific banners via a special section in your store's Admin area.

X-Showroom is available as an installable extension for X-Cart versions 4.6.6 and later.

Getting started

  1. Install the X-Showroom module:
  2. Make sure the installed module is active:
  3. Check and adjust the module configuration settings:
  4. Create one or more interactive banners using the Showroom section of your store's back end.
  5. View and manage the interactive banners you have added using the Showroom section of your store's back end.

Installing the module

To successfully install and use the X-Showroom module, you need a working copy of X-Cart version 4.6.6 or later installed on your server.

Note: If you do not remember the version of X-Cart on which your store is based, you can look it up in the Environment info section of the Summary page in X-Cart Admin area.

To install the module:

  1. Download the X-Showroom module archive from the File Area section of your X-Cart Account. Look for a file named like xshowroom-x.y.z.tgz, where x, y and z are numbers matching the version of your installed copy of X-Cart.
  2. Copy the contents of the module achive to the X-Cart root directory on your server or hosting account.
    • If you are using a Windows-based server, or a UNIX-based server without terminal access:
    a) Unpack the module archive to a directory on your system using your favorite compression program (WinZIP, 7-Zip or any other archiver with support for TAR files).
    b) Use an FTP client to upload all the files contained in this directory (retaining the directory structure) to the X-Cart root directory on your server or your hosting account.
    • If you are using a UNIX-based server with terminal access:
    a) Use an FTP client to upload the module archive to the X-Cart root directory on your server or your hosting account.
    b) Unpack the archive using the following command:
    tar -xzvf xshowroom-x.y.z.tgz
    (Replace x, y and z with the actual version numbers).
    Important: Make sure you keep the directory structure while unpacking and uploading the module archive, otherwise some necessary files may be overwritten!
  3. In a web browser, run the installation script httр://<YOUR_XCART_DOMAIN>/install-xshowroom.php replacing <YOUR_XCART_DOMAIN> with the actual domain name of your X-Cart store. This will start the installation wizard.
  4. Follow the wizard instructions to install the module.
  5. Once the installation has been completed, you should see the "Installation complete" screen with a link to your store's Admin back end where you can enable the installed module.
    Important:
    1. If you have put the module archive file in a web accessible directory, be sure to remove it to protect the module from unauthorized copying.
    2. At the final step of the installation process, the installation script install-xshowroom.php is automatically renamed as an additional measure to protect the module installation. Please take note of the filename to which the installation script was renamed in your store. If you decide to re-install or uninstall the module later on, you will need to rename the installation script back to install-xshowroom.php before launching the installation process in your web browser.

Uninstalling the module

Uninstallation completely removes all the data related to X-Showroom module from your store.

To complete the uninstallation, you will need to run the X-Showroom module installation script. You might remember that, after the module was installed in your store, the script was saved with a new name to help prevent unauthorised runs of the installer. Now, before you start, you need to rename the script back to its original name - install-xshowroom.php.

To uninstall the module:

  1. Run the module installation script in your web browser by going to httр://<YOUR_XCART_DOMAIN>/install-xshowroom.php (be sure to replace the <YOUR_XCART_DOMAIN> part with the actual domain name of your X-Cart store). This will start the installation wizard.
  2. Select "Uninstall the module" and follow the wizard instructions to complete the process.
  3. Once the uninstallation has been completed, you should see the "Uninstallation complete" screen.

Activating the module

If the module X-Showroom is installed but not active, you can enable (activate) it.

To enable the module:

  1. Go to the Modules section of your store's Admin area (Settings -> Modules).
  2. In the list of your store's installed modules, locate the entry for X-Showroom.
  3. Select the check box on the left of the module name.
    The module will be enabled.

Deactivating the module

It is possible to temporarily disable (deactivate) the installed X-Showroom module. Deactivation stops the module from operation, but it does not remove any settings you made to the module configuration nor clear any data that was generated during the period that the module was in operation. If you wish to completely remove all the data related to using the module, you need to uninstall it. See Uninstalling the module for more info.

To disable the module:

  1. Go to the Modules section of your store's Admin area (Settings -> Modules).
  2. In the list of your store's installed modules, locate the entry for X-Showroom.
  3. Unselect the check box on the left of the module name.
    The module will be disabled.


Configuring the module

After installation and activation, the X-Showroom module runs with the default parameters specified in its configuration settings. If you wish, you can adjust these parameters to better suit your needs; however, it is recommended to avoid using values that are too large or too small as it may negatively affect the usability of the user interface for the store administrator.

To adjust the module configuration:

  1. Go to the Modules section of your store's Admin area (Settings -> Modules).
  2. In the list of your store's installed modules, locate the entry for X-Showroom and click the Configure button next to it. (The Configure button is displayed only when the module is active).
    The X-Showroom module configuration settings page opens:
    Showroom module settings.png

  3. Adjust the module settings as you require. Detailed information regarding the X-Showroom module configuration settings is available below.
  4. Click the Apply changes button to save the changes.

The configuration settings for the X-Showroom module are as follows:

  • Max thumbnail width in admin area and Max thumbnail height in admin area: These are the maximum pixel dimensions of a banner image thumbnail as displayed in the general list of uploaded banner images on the Showroom page (Content ->Showroom) in your store's Admin area:
    Max thumbnail dimensions.png
    The default value for both these settings is 300 px.

  • Max photo width in admin area and Max photo height in admin area: These are the maximum pixel dimensions of a banner image displayed on the Edit Photo page in the Admin area where you tag the banner image with links to specific products:
    Max photo dimensions.png
    The default value for both these settings is 820 px.

Creating interactive banners

Creation and management of interactive banners is done in the Showroom section (Content -> Showroom).

To create a banner, complete the following steps:

  1. Add an image to be used in your banner:
    1. In the Showroom section menu (the area on the right-hand side of the screen titled "In this section"), select "Add Photo".
      Showroom add photo.png

      This opens the Add Foto page where you can add an image that will serve as the banner background on which hotspots linked to specific products will appear:
      Showroom add photo page.png

    2. Click the Upload button at the bottom of the page. The image upload manager dialog window will be displayed:
      Showroom choose file.png

    3. Select the image you require from one of the following sources:

      File on this server: Use this source if the image file you require is located on the file system of the server on which your X-Cart store is installed. Click Browse... in the respective section of the image upload manager dialog. A new dialog window displaying the files and folders on your store's server will be displayed:
      Showroom choose file1.png

      Select the image file you require and click Select.

      File on your local computer: Use this section if the image file you require is located on the local file system of the computer on which you are currently working. Click Browse... in the respective section of the image upload manager dialog, select the image file you require and click Open.

      File on the Internet: Use this section if the image file you require is located on the Internet. Enter the image URL into the appropriate field.
      After selecting the file, click the Apply button opposite the respective section of the dialog.

      Once you have selected the image and clicked Apply, the image preview will be displayed on the Add Photo page:
      Banner image preview.png

    4. Click the Save button below the image preview to complete the upload. The uploaded image will appear on the page where you are creating your interactive banner.
  2. Add hotspots with links that will point from inside your banner to specific products in your store.
    To add a hotspot:
    1. Place the cursor over the banner image you have uploaded at the position where you want to add a hotspot.
    2. Press the left mouse button and drag the mouse in the desired direction to select the desired hotspot area.
    3. To finish the selection, release the mouse button. A dialog window titled "Select a product" will be displayed allowing you to select the product to which you want to add a link:
      Showroom select product.png

    4. Use the "Select a product" dialog to select the product you require.
      The left-hand side of the dialog window displays your store's categories. To access the list of products in a category, double click the category name or click the category name once, then click the Show products button below the category list.
      The list of products in the selected category appears on the right-hand side of the dialog. To select a product, double click the product name or click the product name once, then click the Select button below the product list.
      Once the desired product has been selected, the "Select a product" dialog window will be closed, and a hotspot with a link to the product you have selected will be added to the banner image:
      Showroom product link added.png

      If necessary, it is possible to move a previously created hotspot over the banner image to adjust its position more precisely. To do so, place the cursor over the hotspot that needs to be moved, press the left mouse button and drag the hotspot to the desired position.
      It is also possible to remove a hotspot. To do so, click the Delete product tag link for this hotspot.
  3. Specify the store pages on which the banner should be displayed.
    In the lower part of the Add Photo page - below the banner image - you will find the banner display options allowing you to specify where to display the banner you have created:
    • Home page: Select the check box for this option if you want the banner to be displayed on the home page of your store:
      Showroom banner homepage.png

    • Categories with selected products: Select the check box for this option if you want the banner to be displayed on the pages of categories that are home to the products linked from the banner hotspots.
    • Selected categories: Select the check box for this option if you want to be able to choose specific categories in which to display the banner. The categories for selection will appear in the "Categories" section below:
      Showroom banner categories.png

      To select a category, click on the category name. It is possible to select more than one category by holding down the Ctrl key while selecting categories.

      If you want the banner to be displayed on the pages of the products linked from the banner hotspots, select the Show on product page option next to the appropriate hotspot areas on the banner image above:
      Showroom show on product page.png

  4. Once you have provided all the necessary information, save the changes by clicking the Update button at the bottom of the page.

Now if you go to your store's Storefront area, you should be able to see the banner you have created.

Managing interactive banners

The list of previously created interactive banners can be found on the Showroom page (Content -> Showroom).

Showroom banner list.png

For each banner the following information is provided:

  • banner image thumbnail;
  • banner status (See the Active column: selected checkbox = the banner is visible to customers; unselected checkbox = the banner is not visible to customers);
  • products to which the banner provides links (See the product list in the Products column);
  • pages on which the banner is shown (See the "Show on" section in the Products column).

It is possible to edit banners, disable/re-enable banners and delete banners.

When you need to change a banner image, re-adjust the hotspots or change the pages on which a certain banner is displayed, you need to edit this banner.
To edit a banner:

  1. In the list of banners in the Showroom section (Content -> Showroom), locate the banner you need to edit and click the Edit link in the far right column on the line of that banner:
    Showroom edit banner link.png

    The Edit Photo page opens:
    Showroom edit banner page.png

  2. Make changes to the banner parameters as you require.
  3. Click the Update button at the bottom of the page to save the changes. The banner will be updated.

It is possible to quickly disable an existing banner to hide it from any pages on which it appears.
To disable a banner:

  1. In the list of banners in the Showroom section (Content -> Showroom), locate the banner that needs to be disabled and unselect the checkbox in the Active column on the line of that banner.
  2. Click the Update button at the bottom of the banner list to save the changes.
    Showroom enable disable banner.png

    The banner will be disabled.

To re-enable a previously disabled banner, select the checkbox in the Active column again and click Update.

When you no longer need a certain banner, you can delete it.
To delete a banner:

  1. In the list of banners in the Showroom section (Content -> Showroom), locate the banner that needs to be deleted and select the checkbox in the first column on the left on the line of that banner.
  2. Click Delete selected.
    Showroom delete banner.png

    The banner will be removed.