Adding social proof to your product pages can significantly increase trust and conversion rates. In this tutorial, we'll show you how to add a stylish Verified Testimonials block to your Shopify store using the Dawn theme . This block displays user avatars, names, and a verified icon—all customizable from the theme editor. ✅ Step 1: Open the main-product.liquid file Go to your Shopify Admin. Navigate to: Online Store → Themes → Edit code . Open the file: sections/main-product.liquid . Now add this code exactly as I’ve shown in the video — and yes, make sure to test it on a duplicate theme first! Full Code {%- when 'verified-testimonials' -%} <style> .verified-testimonials-container-{{block.id}} .verified-testimonials-user-icon-img-class { width: {{block.settings.verified_use...
Have you ever visited a website, browsed through products, left, and then wanted to go back to something you saw earlier? It's a common online shopping experience, and it's precisely why we've implemented a new feature on our store: Recently Viewed Products for the Dawn theme. Introducing Recently Viewed Products Our Recent Products section keeps track of the items you've recently browsed, making it easier for you to revisit them without having to search all over again. It's like your personal shopping assistant, remembering your preferences and making your shopping experience more convenient. How It Works Behind the scenes, our website cleverly saves the details of the products you've viewed using advanced JavaScript techniques. Here's a quick rundown of how it operates: Data Collection: Whenever you view a product page, our website captures essential details like the product title, image, price, and URL. Local Storage: This information is securely stored ...