Tag: 无限卷轴

Rails Spree Kaminari无限滚动产品页面

我尝试使用本教程Kaminari无尽的页面 ,并观看了Ryan Bates 第114集“ 无尽页面”(修订版),并试图在我的在线商店实现无限滚动function。 我不确定如何在我的index.js.erb文件中应用产品渲染,因为它在Spree中实现的完全不同。 我也忘了提到我对Spree平台很新。 到目前为止我所做的一切都是改变这些文件: 意见/大礼包/产品/ index.html的 ‘spree/shared/filters’ %> ‘spree/shared/taxonomies’ %> ‘spree/shared/products’, :locals => { :products => @products, :taxon => @taxon } %> ‘spree/shared/products’, :locals => { :products => @products, :taxon => @taxon } %> 意见/大礼包/产品/ index.js.erb的 $(“#home-products”).append(‘ ‘spree/shared/products’, :locals => { :products => @products, :taxon => @taxon }) %>’); $(‘.pagination’).replaceWith(”); $(‘.pagination’).remove(); […]