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

Next revision
Previous revision
Next revision Both sides next revision
integration_documentation:plentymarkets_ceres_en:ceres_promotions_en [2019/09/11 09:24]
florian created
integration_documentation:plentymarkets_ceres_en:ceres_promotions_en [2019/09/11 12:40]
florian
Line 4: Line 4:
 [[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 ''​CMS » container links''​.
   * Connect the container with the data provider, as shown in the following screenshot:   * Connect the container with the data provider, as shown in the following screenshot:
  
-{{:​integration_documentation:​promotioncontainer.png|}}+{{:​integration_documentation:​plentymarkets_ceres_en:​screenshot_2019-09-06_at_14.54.41.png}}
  
 ---- ----
Line 19: Line 19:
 </​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:​categoryitem.png}}+{{:​integration_documentation:​plentymarkets_ceres_en:​screenshot_2019-09-06_at_14.58.12.png}}
  
 ---- ----
Line 27: Line 27:
   * Add an eventlistener in the serviceprovider of the plugin to "​IO.tpl.search"​ and "​IO.tpl.category.item",​ which is loading "​CategoryItem.twig":​   * Add an eventlistener in the serviceprovider of the plugin to "​IO.tpl.search"​ and "​IO.tpl.category.item",​ which is loading "​CategoryItem.twig":​
  
-{{:​integration_documentation:​findologicserviceprovider.png|}}+{{:​integration_documentation:​plentymarkets_ceres_en:​screenshot_2019-09-06_at_15.00.46.png}}
  
 **Code2Copy:​** **Code2Copy:​**