Produktbewertungs-Reminder mit Gutschein und Conexco SW4

Hallo, wenn man das Plugin “Produktbewertungs-Reminder mit Gutschein” in V1.0.7 und Conexco V2.2.1 mit Shopware 4.3.2 nutzt muss man folgende Änderung im Template vornehmen, damit der Bewertungslink auch auf eine responsive Seite zeigt. Ohne diese Änderung bekommt der Nutzer einen Link, der auf eine Seite führt, die Darstellungsfehler enthält. Pfad: /templates/_theme/frontend/plugins/arvbewertungsreminder/index.tpl Die Zeile {include file="frontend/listing/box\_article.tpl"} durch {include file="widgets/emotion/components/component\_article.tpl"} ersetzen. Hier die gesamte neue Datei: [code] {extends file=‘parent:frontend/index/index.tpl’} {block name=“frontend_index_header_css_screen” append}
div#comments {
float:left;
}
div#comments h2, div#comments .doublespace, div#comments .notice, .star.star20, .overview_rating{
display:none;
}
#left .artbox, #left .artbox_thumb img {
width:100%;
}
#left .artbox .inner {
width:auto!important;
float:none;
}
#left .artbox .actions {
position:initial;
}
{/block} {block name=‘frontend_index_content_left’}

{include file=“widgets/emotion/components/component_article.tpl”}
{/block} {block name=‘frontend_index_content’} {include file=“frontend/plugins/arvbewertungsreminder/comment.tpl”} {/block} [/code] Danke an den super Support von arvatis media, von denen die hier genannte Lösung kommt.