Skip to content

Commit

Permalink
Merge pull request #10000 from spark-solutions/SD-763-replace-meta-de…
Browse files Browse the repository at this point in the history
…scription

[SD-763] Replaces store default meta description
  • Loading branch information
damianlegawiec committed Mar 11, 2020
2 parents 5a272c7 + 18f5ea5 commit 3db9977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/db/default/spree/stores.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
s.mail_from_address = 'spree@example.com'
s.default_currency = 'USD'
s.seo_title = 'Spree Commerce Demo Shop'
s.meta_description = 'Spree Commerce is an open source Ecommerce framework decision makers want, developers enjoy.'
s.meta_description = 'This is the new Spree UX DEMO | OVERVIEW: http://bit.ly/new-spree-ux | DOCS: http://bit.ly/spree-ux-customization-docs | CONTACT: https://spreecommerce.org/contact/'
s.facebook = 'spreecommerce'
s.twitter = 'spreecommerce'
s.instagram = 'spreecommerce'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def self.translated?(name)
end

s.meta_description = preference_store.get('spree/app_configuration/default_meta_description') do
'Spree Commerce is an open source Ecommerce framework decision makers want, developers enjoy.'
'This is the new Spree UX DEMO | OVERVIEW: http://bit.ly/new-spree-ux | DOCS: http://bit.ly/spree-ux-customization-docs | CONTACT: https://spreecommerce.org/contact/'
end
s.meta_keywords = preference_store.get('spree/app_configuration/default_meta_keywords') {}
s.seo_title = preference_store.get('spree/app_configuration/default_seo_title') do
Expand Down

0 comments on commit 3db9977

Please sign in to comment.