Added 'meta_keywords' to search of products in shop page. Changed labels

on SEO tab and SEO form (edit product Screen) and added in en.yml file.
This commit is contained in:
duende13
2017-11-30 11:18:08 +00:00
committed by Maikel Linke
parent 808f7b12c7
commit 61300a62c2
7 changed files with 15 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ class Api::CachedProductSerializer < ActiveModel::Serializer
#delegate :cache_key, to: :object
include ActionView::Helpers::SanitizeHelper
attributes :id, :name, :permalink
attributes :id, :name, :permalink, :meta_keywords
attributes :on_demand, :group_buy, :notes, :description, :description_html
attributes :properties_with_values