ive removed the “Rivo Product Reviews App” and it left the leave a review section on the bottom of my product pages. I checked the liquid.themes folder but nothing with rivo is there. i can find it on the inspect option when you right click on the site but how do you find it on shopifys backend, how do you what folder its in?
Hi @Vvel go to edit code > templates > product.json (or product.liquid) and find that section.
{
“sections”: {
“main”: {
“type”: “main-product”,
“blocks”: {
“product_info”: {
“type”: “product_info”,
“settings”: {
}
},
“product_variants”: {
“type”: “product_variants”,
“settings”: {
}
},
“product_sku”: {
“type”: “product_sku”,
“settings”: {
}
},
“product_quantity”: {
“type”: “product_quantity”,
“settings”: {
}
},
“product_buttons”: {
“type”: “product_buttons”,
“settings”: {
“back_in_stock”: true,
“back_in_stock_text”: “
Email me when this is available</p>”
}
},
“product_description”: {
“type”: “product_description”,
“settings”: {
}
}
},
“block_order”: [
“product_info”,
“product_variants”,
“product_sku”,
“product_quantity”,
“product_buttons”,
“product_description”
],
“settings”: {
“click_to_enlarge”: false,
“image_section_size”: “large”,
“image_options”: “static”,
“thumbnail_position”: “left”,
“slide_controls”: “arrows”,
“enable_video_looping”: false,
“description_background”: “”,
“show_social_share”: true,
“product_description_position”: “below”,
“lower_description”: “small”,
“lower_description_background”: “”
}
},
“product-recommendations”: {
“type”: “product-recommendations”,
“settings”: {
“product_recommendations_heading”: “You may also like”,
“items_shown”: 4
}
},
“165395022832ebca53”: {
“type”: “recently-viewed”,
“settings”: {
“title”: “You also Viewed”,
“carousel”: false,
“grid”: 5,
“limit”: 5,
“section_padding”: “both”
}
}
},
“order”: [
“main”,
“product-recommendations”,
“165395022832ebca53”
]
}
it is not here unfortunately
i clicked on all the folders with the purple dot and clicked “find” on my browser and typed Rivo and no results.
according to the inspector tool the name of the Div is class = Rivo-reviews
