Give the user the option to display reviews in different languages.
-
Copy files into following directory
source/modules/rs/reviews
-
Add following to composer.json on the shop root
"autoload": { "psr-4": { "rs\\reviews\\": "./source/modules/rs/reviews" } },
-
Refresh autoloader files with composer.
composer dump-autoload
-
Template changes
Make following changes on file /source/Application/views/wave/tpl/page/details/inc/fullproductinfo.tpl
<div class="reviews"> <div class="h2 reviews-header">[{oxmultilang ident="WRITE_PRODUCT_REVIEW"}]</div> [{* rs-reviews start *}] [{block name="rs_reviews"}] [{* rs-reviews end *}] [{include file="widget/reviews/reviews.tpl"}] [{* rs-reviews start *}] [{/block}] [{* rs-reviews end *}] </div>
-
Enable module in the oxid admin area, Extensions => Modules
-
Clear template and language cache