spree-contrib/spree_recently_viewed

View on GitHub
app/views/spree/shared/_add_recently_viewed_products.html.erb

Summary

Maintainability
Test Coverage
<div id="recently_viewed_container" data-hook></div>
<script>
  $(document).ready(function(){
    Spree.fetch_recently_viewed_products('<%= @product.try(:id) %>');
  });
</script>