Question

I want to change sequence of attributes of review . like I want to change position of stars and user name etc like in given picture. like product and stars are on left side and I want the postions of posted attributes likes sequence should be change . where I can change it and how small clue of it ?

Was it helpful?

Solution

For the product review you can override review list.phtml in your custom theme. Exact location for product review listing is

vendor\magento\module-review\view\frontend\templates\product\view\list.phtml

If you want to override in your custom theme then you can copy this file in your theme with below,

app\design\frontend\YOURVENDOR\YOUR_THEME_NAME\Magento_Review\templates\product\view\list.phtml

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top