Class: Spree::Pages::Checkout
Instance Method Summary
collapse
Methods inherited from Spree::Page
#create_preview, #custom?, #customizable?, #default_sections, #display_name, #duplicate, #layout_sections?, #linkable?, #preview_url, #promote, #store, #theme
#preview?
Instance Method Details
#icon_name ⇒ Object
10
11
12
|
# File 'app/models/spree/pages/checkout.rb', line 10
def icon_name
'credit-card'
end
|
#page_builder_url ⇒ Object
4
5
6
7
8
|
# File 'app/models/spree/pages/checkout.rb', line 4
def page_builder_url
return unless page_builder_url_exists?(:checkout_path)
Spree::Core::Engine.routes.url_helpers.checkout_path
end
|