Здравствуйте, я удалила приложение, а слова остались. Помогите их удалить.
You will need to remove the code the review app left behind. The code will be in either the “product.liquid” file or “product-template.liquid” file. Both files can be found when you go to Online Store/Themes/Actions/Edit Code.
If this is from the Shopify review app, then you will need to look for is:
<div id="shopify-product-reviews" data-id="{{product.id}}">{{ product.metafields.spr.reviews }}</div>
You can find this code by using command+F (Mac) or control+F (PC) and searching “Reviews” - Deleting this line will remove the review section from your product page.
1 Like