Deface::Override.new( virtual_path: 'spree/admin/shared/_main_menu', name: 'Display configuration tab for vendors', replace: 'erb[silent]:contains("current_store")', text: '<% if can?(:admin, current_store) || current_spree_user&.vendors&.any? %>' ) Deface::Override.new( virtual_path: 'spree/admin/shared/_main_menu', name: 'vendors_main_menu_tabs', insert_bottom: 'nav', text: <<-HTML <% if current_spree_user.respond_to?(:has_spree_role?) && current_spree_user.has_spree_role?(:admin) %> <% end %> <% if defined?(current_spree_vendor) && current_spree_vendor %> <% end %> HTML )