Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
added deface example
  • Loading branch information
girishso committed Feb 10, 2014
1 parent bebd923 commit 90d94be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,13 @@ Customization
-------------
By default the recently sold products are displayed at the bottom. You
can change this by overriding the view in `app/overrides/spree/add_recently_sold_product.rb`
```ruby
Deface::Override.new(:virtual_path => 'spree/home/index',
:insert_bottom => "[data-hook='homepage_products']",
:partial => "/spree/home/recently_sold_products",
:disabled => false,
:name => 'add_recently_sold_product')
```

Configuration
-------------
Expand Down

0 comments on commit 90d94be

Please sign in to comment.