spree_zone_pricing 0.1.17 → 0.1.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/spree_zone_pricing_hooks.rb +11 -4
  2. metadata +1 -1
@@ -1,7 +1,14 @@
1
- Deface::Override.new(:virtual_path => "layouts/spree_application",
2
- :name => "logo",
3
- :replace_contents => "#logo",
4
- :text => "Store")
1
+ # lib/spree_site_hook.rb
2
+ Deface::Override.new(:virtual_path => "shared/_footer",
3
+ :name => "site_footer_left",
4
+ :replace => "[data-hook='footer_left'] > p:first-child",
5
+ :text => "Hello world",
6
+ :disabled => false)
7
+
8
+ #Deface::Override.new(:virtual_path => "layouts/spree_application",
9
+ # :name => "logo",
10
+ # :replace_contents => "#logo",
11
+ # :text => "Store")
5
12
 
6
13
  # Add zone pricing tab to products admin area
7
14
  #insert_after :admin_product_tabs, :partial => "admin/shared/zp_product_tab"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_zone_pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: