integration_documentation:plentymarkets_ceres_en:ceres_promotions_en

integration_documentation:plentymarkets_ceres_en:ceres_promotions_en

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
integration_documentation:plentymarkets_ceres_en:ceres_promotions_en [2019/09/11 09:30]
florian
integration_documentation:plentymarkets_ceres_en:ceres_promotions_en [2020/02/14 12:31]
florian
Line 1: Line 1:
 ===== Setting up the necessary container connections for the use of promotions ===== ===== Setting up the necessary container connections for the use of promotions =====
 +
 +==== Container link ====
  
 <note important>​ <note important>​
 [[https://​marketplace.plentymarkets.com/​plugins/​channels/​online-shops/​findologic_6390|You can download our plugin for plentymarkets Ceres in the plentyMarketplace]]</​note>​ [[https://​marketplace.plentymarkets.com/​plugins/​channels/​online-shops/​findologic_6390|You can download our plugin for plentymarkets Ceres in the plentyMarketplace]]</​note>​
  
-**If you have set up promotions in the [[https://​secure.findologic.com/​login.symfony/​web/​app.php/​promotion/​new|FINDOLOGIC customer ​login]], you have to follow these instructions in order to get the promotion banners active in your shop:**+**If you have set up promotions in the [[https://​secure.findologic.com/​login.symfony/​web/​app.php/​promotion/​new|FINDOLOGIC customer ​account]], you have to follow these instructions in order to get the promotion banners active in your shop:**
  
-  * Open the menu ''​CMS » Container-Verknüpfungen''​. +  * Open the menu ''​Plugins ​» Plugin overview''​. 
-  * Connect ​the container ​with the data provider, as shown in the following screenshot:+  * Click on the plugin set where the FINDOLOGIC plugin is installed. 
 +  * Click on the ''​FINDOLOGIC plugin''​ to get to the configuration page. 
 +  * Choose ''​Default ​container ​links''​ from the side menu. 
 +  * Activate ​the container named ''​Findologic::​CategoryItem.Promotion''​.
  
-{{:​integration_documentation:​plentymarkets_ceres_en:​screenshot_2019-09-06_at_14.54.41.png}}+{{:​integration_documentation:​plentymarkets_ceres_en:​container_en.png}}
  
 ---- ----
Line 19: Line 24:
 </​code>​ </​code>​
  
-<​note>​Wir raten dazu das File //​resources/​views/​Category/​Item/​CategoryItem.twig// ​in das eigene Theme aufzunehmen (wenn vorhanden)Wenn Sie die Zeile direkt in das Ceres Plugin aufnehmenwird diese nach dem nächsten Update wieder verschwunden sein</​note>​+<​note>​We recommend to add the file //​resources/​views/​Category/​Item/​CategoryItem.twig// ​to your own theme, if you have oneIf you add the row to the Ceres plugin itselfit will disappear after the next update.</​note>​
  
 {{:​integration_documentation:​plentymarkets_ceres_en:​screenshot_2019-09-06_at_14.58.12.png}} {{:​integration_documentation:​plentymarkets_ceres_en:​screenshot_2019-09-06_at_14.58.12.png}}
Line 45: Line 50:
     }     }
 </​code>​ </​code>​
 +
 +==== Template adaption ====
 +
 +  * Open the menu ''​Plugins » Plugin overview''​. ​
 +  * Click on the plugin set where the FINDOLOGIC plugin is installed.
 +  * Click on the ''​Ceres plugin''​ or your own theme to get to the configuration page.
 +  * Add the following line to the file //​resources/​views/​Category/​Item/​CategoryItem.twig//​.
 +
 +<code php>​LayoutContainer.show("​Findologic::​CategoryItem.Promotion"​)</​code>​