integration_documentation:plentymarkets_ceres:ceres_promotions

integration_documentation:plentymarkets_ceres:ceres_promotions

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
integration_documentation:plentymarkets_ceres:ceres_promotions [2019/08/13 13:56]
florian ↷ Page moved from integration_documentation:ceres_promotions to integration_documentation:plentymarkets_ceres:ceres_promotions
integration_documentation:plentymarkets_ceres:ceres_promotions [2021/02/16 08:49]
dominik removed
Line 1: Line 1:
-===== Notwendige Container Verknüpfungen für den Einsatz ​von Promotionbannern ​=====+===== Einbindung ​von Promotions ​=====
  
-<note important>​ 
-[[https://​marketplace.plentymarkets.com/​plugins/​channels/​online-shops/​findologic_6390|Unser Plugin für plentymarkets Ceres finden Sie direkt im plentyMarketplace]]</​note>​ 
  
-**Wenn Sie im [[https://secure.findologic.com/​login.symfony/​web/app.php/promotion/new|FINDOLOGIC ​Kundenaccount Promotions]] angelegt haben, müssen Sie folgende Schritte befolgen, damit diese in Ihrem Shop ausgespielt werden:**+Wenn Sie im [[https://account.findologic.com/​#/app/merchandising/promotions|FINDOLOGIC ​Account]] Promotions ​angelegt haben, müssen Sie folgende Schritte befolgen, damit diese in Ihrem Shop ausgespielt werden:
  
-  * Öffnen Sie das Menü CMS » Container-Verknüpfungen. +==== Container-Verknüpfung ====
-  * Verknüpfen Sie hier den Container und den Dataprovider,​ wie im nachfolgenden Screenshot ersichtlich:​+
  
-{{:integration_documentation:promotioncontainer.png|}}+  * Öffnen Sie im Menü ''​Plugins » Plugin-Übersicht''​. 
 +  * Klicken Sie auf das Plugin-Set in dem das ''​FINDOLOGIC Plugin''​ installiert ist. 
 +  * Klicken Sie auf das ''​FINDOLOGIC Plugin''​ um auf die Konfigurationsseite zu gelangen. 
 +  * Wählen Sie im Seitenmenü ''​Container-Verknüpfungen''​. 
 +  * Aktivieren Sie die Container mit dem Namen ''​Findologic::CategoryItem.Promotion''​
  
----- 
  
 +{{:​integration_documentation:​plentymarkets_ceres:​container_de.png}}
 +
 +==== Template Anpassung ====
 +
 +  * Öffnen Sie das Menü ''​Plugins » Plugin-Übersicht''​
 +  * Klicken Sie auf das Plugin-Set in dem das ''​FINDOLOGIC Plugin''​ installiert ist.
 +  * Klicken Sie auf das ''​Ceres Plugin''​ bzw. auf das eigene Theme um auf die Konfigurationsseite zu gelangen.
   * Fügen Sie im  der Datei //​resources/​views/​Category/​Item/​CategoryItem.twig//​ folgende Zeile ein:    * Fügen Sie im  der Datei //​resources/​views/​Category/​Item/​CategoryItem.twig//​ folgende Zeile ein: 
  
-<​code>​+<​code ​php>
 LayoutContainer.show("​Findologic::​CategoryItem.Promotion"​) LayoutContainer.show("​Findologic::​CategoryItem.Promotion"​)
 </​code>​ </​code>​
Line 31: Line 38:
 **Code2Copy:​** **Code2Copy:​**
  
-<​code>​+<​code ​php>
     public function boot(Twig $twig, Dispatcher $dispatcher,​ ConfigRepository $config)     public function boot(Twig $twig, Dispatcher $dispatcher,​ ConfigRepository $config)
     {     {