Sha256: ce2d134b9abc83868acc167128ab7808065c05524b98797bce231e9ce2703f32

Contents?: true

Size: 1.86 KB

Versions: 9

Compression:

Stored size: 1.86 KB

Contents

Public Views
============

Layout (layouts/spree_application.html.erb)
------------------------------------------------
* inside_head (allows you to modify content of head tag)
* sidebar (for any pages that have a sidebar)

Homepage (products/index.html.erb)
----------------------------------

* homepage_sidebar_navigation
* homepage_products

Product search (products/index.html.erb)
----------------------------------------

* search_results

Taxon (taxons/show.html.erb)
----------------------------

* taxon_sidebar_navigation
* taxon_products
* taxon_children

View Product (products/show.html.erb products/_taxons.html.erb products/_cart_form.html.erb)
--------------------------------------------------------------------------------------------

* product_description
* product_properties
* product_taxons ('Look for similar items')
* product_price
* product_cart_form
* inside_product_cart_form

Cart (orders/edit.html.erb)
---------------------------

* inside_cart_form
* cart_items

Checkout (checkouts/edit.html.erb)
----------------------------------


Login (user_sessions/new.html.erb)
----------------------------------

* login

Signup (users/new.html.erb, users/_form.html.erb)
---------------------------

* signup
* signup_inside_form
* signup_below_password_fields (within form, below password confirmation field)

Account (users/show.html.erb)
-----------------------------

* account_summary
* account_my_orders


Admin Views
===========

Layout (layouts/admin.html.erb)
-------------------------------

* admin_inside_head

Navigation
----------

The following hooks allow list items to be added to various admin menus.

* admin_tabs
* admin_product_sub_tabs
* admin_product_tabs (sidebar menu for individual product)
* admin_order_tabs (sidebar menu for individual order)
* admin_configurations_menu (within table for Configurations menu)

Forms
-----

* admin_inside_taxonomy_form

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spree-0.11.4 vendor/extensions/theme_default/HOOKS.markdown
spree-0.11.3 vendor/extensions/theme_default/HOOKS.markdown
spree-0.11.2 vendor/extensions/theme_default/HOOKS.markdown
spree-0.11.1 vendor/extensions/theme_default/HOOKS.markdown
spree-0.11.0 vendor/extensions/theme_default/HOOKS.markdown
spree-0.10.2 vendor/extensions/theme_default/HOOKS.markdown
spree-0.10.1 vendor/extensions/theme_default/HOOKS.markdown
spree-0.10.0 vendor/extensions/theme_default/HOOKS.markdown
spree-0.10.0.beta vendor/extensions/theme_default/HOOKS.markdown