Class: Workarea::Storefront::EmailRecommendationsViewModel

Inherits:
RecommendationsViewModel show all
Defined in:
app/view_models/workarea/storefront/email_recommendations_view_model.rb

Instance Method Summary collapse

Methods inherited from RecommendationsViewModel

#popular_product_ids, #products

Instance Method Details

#product_idsObject



4
5
6
# File 'app/view_models/workarea/storefront/email_recommendations_view_model.rb', line 4

def product_ids
  Recommendation::OrderBased.new(model).results
end

#result_countObject



8
9
10
# File 'app/view_models/workarea/storefront/email_recommendations_view_model.rb', line 8

def result_count
  Workarea.config.email_recommendations_count
end