Questions tagged [review]
Reviews or Product Reviews in magento offer the ability for customers to share there experience and reviews for a product on the store. They gives more credibility and better ranking in google.
354 questions
1 vote
1 answer
62 views
Get Vote-/Rating-Summary of each Rating Attribut
i have 4 rating attributes (Admin->Shops->Attribut->Rating), like "Price", "Scent" and so on. It looks like this: But it is impossible to find a way, how i can get a ...
0 votes
1 answer
53 views
Magento2 | Get ratings for each review
I am trying to take product reviews programmatically, filter them by product and pull out the rating stars. I can get the text of the reviews (getDetail()) without any problems and in fact I see all ...
1 vote
0 answers
192 views
Auto Logout Issue in Magento 2.4.4 when Accessing Review Report – Suspected Source in Controller and Block Files
I'm currently working with Magento Commerce 2.4.4p4, and I've encountered an issue when accessing "Marketing > All Reviews." Upon reaching the review page, it appears that the session is ...
0 votes
2 answers
83 views
How to get current category name when having only the product ID
I want to get the current category name in a .phtml file, having only the product ID. The product ID is fetched from reviews. Note: I'm not running this on product page. This is what I have now: <?...
1 vote
2 answers
95 views
How to display specific product review form in cms page of magento 2.4.6?
We need to render the specific product review form on the CMS page for marketing purposes. Adding the below code into the CMS page but it's not helpful. Please suggest the solution. {{block class=&...
0 votes
2 answers
109 views
Review list - catalog_product_view.xml - QUESTION
I am working on an issue for a few days and can't make it working. I have a custom theme and was able to fix possitions using catalog_product_view.xml (move method on the element). The problem I had ...
0 votes
1 answer
241 views
Add Upload Field with Preview on Review Admin Form
I am currently working on the reviews module where I added a multiple file upload on the review form. I was able to add the field in storefront and create a custom table for the multiple review image ...
0 votes
1 answer
50 views
Create custom form with rating stars after order
I'm trying to create a custom form that I will send by email after X days order and there they will be able to put rating stars for the delivery, the experience with the store among others. Can I use ...
0 votes
1 answer
502 views
Product review form moved, JS error: Uncaught SyntaxError: "undefined" is not valid JSON
Working on a custom reviews list on our product page. When we try to add the review form we get a "Uncaught SyntaxError: "undefined" is not valid JSON" error, which points to ...
0 votes
2 answers
314 views
Remove "1 items" text in wishlist header icon count
how can we remove the "items" text from the wishlist count I searched a bit and know the count is displayed from app/design/frontend/.../.../Magento_Wishlist/templates/link.phtml <span ...
0 votes
1 answer
67 views
Magento 2 admin add new review redirecting to review grid
We are using Magento 2.4.5-p1 version. When we click on New Review button - Then it is redirecting to the review grid - This issue is also present on GitHub but no proper answer and this commit - ...
1 vote
1 answer
88 views
Override widget.css for yotpo in default magento
Can we override yotpo css named widget.css in the default magento? Thanks in advance
2 votes
0 answers
34 views
replace objectManger
I have a phtml file. I want to get the product short description by SKU. I can use ObjectManager to do the work. But looks like this is not a proper way to do it. Anyone can help with recommendation ...
0 votes
1 answer
66 views
Magento 2 . How to place review form in the Items Ordered (sales/order/view/order_id)
Can any one suggest. how to place review form in the Items Ordered (sales/order/view/order_id) Magento 2
0 votes
1 answer
95 views
need to remove the the number of review tag
I just want to remove the "3 Reviews" text from my custom module. for that, I have created a file *view/frontend/layout/catalog_product_view.xml file. Please check SS My module name is : ...