sijandi Posted March 22, 2015 Report Share Posted March 22, 2015 Hallo miteinander, gibt es bei XT Commerce 4 eine Möglichkeit die Bewertungssterne bereits in der Productlisting anzuzeigen? Besten Dank und Gruss Sijandi Link to comment Share on other sites More sharing options...
alexsm Posted March 23, 2015 Report Share Posted March 23, 2015 hi, in der product.html steht es ja. in der product_listing.html stehen viele angaben die auch in der product.html stehen, nur immer mit nem $module_data. davor ;-) Link to comment Share on other sites More sharing options...
sijandi Posted March 23, 2015 Author Report Share Posted March 23, 2015 Hi Alex, danke für deine Rückmeldung. Das habe ich eben gestern versucht, hat aber nicht geklappt. Folgenden Code habe ich in die Productlisting eingefügt: "{if $review_stars_rating} <div class="border"></div> <div class="reviews_rating_light"> <div class="reviews_rating_dark" style="width:{$review_stars_rating}%"></div> </div> <p class="reviews_text"><a href="{$link_reviews_list}">{if $products_rating_count}{$products_rating_count}{else}0{/if} {txt key=TEXT_XT_REVIEWS_INFO}</a> | <a href="{$link_reviews_write}" rel="nofollow">{txt key=TEXT_XT_REVIEWS_WRITE}</a></p> {/if} Wo muss der Code $module_data. denn genau hin? Gruss Sijandi Link to comment Share on other sites More sharing options...
Alex@4tfm Posted March 23, 2015 Report Share Posted March 23, 2015 {if $module_data.review_stars_rating} <div class="border"></div> <div class="reviews_rating_light"> <div class="reviews_rating_dark" style="width:{$module_data.review_stars_rating}%"></div> </div> <p class="reviews_text"><a href="{$module_data.link_reviews_list}">{if $module_data.products_rating_count}{$module_data.products_rating_count}{else}0{/if} {txt key=TEXT_XT_REVIEWS_INFO}</a> | <a href="{$module_data.link_reviews_write}" rel="nofollow">{txt key=TEXT_XT_REVIEWS_WRITE}</a></p> {/if} so $module_data ist das array Link to comment Share on other sites More sharing options...
sijandi Posted April 4, 2015 Author Report Share Posted April 4, 2015 Hallo Alex@4tfm, herzlichen Dank! Hat super geklappt! Gruss Sijandi Link to comment Share on other sites More sharing options...
m@heuer Posted May 19, 2015 Report Share Posted May 19, 2015 Hallo Alex@4tfm, habe den Code von dir ebenfalls bei mir eingebunden, klappt soweit auch super, allerdings wird nur der Text angezeigt und nicht die Grafik mit den Sternen:confused: Vielleicht hast du ja noch einen Tipp, habe ich vllt irgendwas falsch gesetzt?? Im Produkt wird alles super angezeigt.. Hier nochmal der Code den ich eingefügt hab: {if $module_data.review_stars_rating} <div class="reviews_rating_light"> <div class="reviews_rating_dark" style="width:{$module_data.review_stars_rating}%"></div> </div> <p class="reviews_text"><a href="{$module_data.link_reviews_list}">{if $module_data.products_rating_count}{$module_data.products_rating_count}{else}0{/if} {txt key=TEXT_XT_REVIEWS_INFO}</a> | <a href="{$module_data.link_reviews_write}" rel="nofollow">{txt key=TEXT_XT_REVIEWS_WRITE}</a></p> {/if} Vielen Dank! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.