spree_multi_theme 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +26 -0
- data/README.md +35 -0
- data/Versionfile +1 -0
- data/app/assets/images/admin/ajax_loader.gif +0 -0
- data/app/assets/images/admin/spree_chocolate_theme.png +0 -0
- data/app/assets/images/admin/spree_gray_theme.png +0 -0
- data/app/assets/images/admin/spree_odg_theme.png +0 -0
- data/app/assets/javascripts/admin/load_theme.js +19 -0
- data/app/controllers/admin/themes_controller.rb +21 -0
- data/app/overrides/add_admin_head.rb +4 -0
- data/app/overrides/add_theme_tab.rb +6 -0
- data/app/views/admin/themes/new.html.erb +16 -0
- data/config/initializers/load_config.rb +3 -0
- data/config/routes.rb +5 -0
- data/config/themes.yml +3 -0
- data/lib/spree_multi_theme.rb +29 -0
- data/spree_multi_theme.gemspec +16 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_ads.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_bg.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_btn_01.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_btn_02.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_footer_bg.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_h1_bg.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_header_bg.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_header_bg_blank.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_image_01.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_image_02.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_image_03.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_image_04.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/images/store/templatemo_menu_bg.jpg +0 -0
- data/themes/spree_chocolate_theme/app/assets/stylesheets/store/templatemo_style.css +374 -0
- data/themes/spree_chocolate_theme/app/overrides/add_checkout_edit.rb +13 -0
- data/themes/spree_chocolate_theme/app/overrides/add_orders_show.rb +10 -0
- data/themes/spree_chocolate_theme/app/overrides/add_user_edit.rb +15 -0
- data/themes/spree_chocolate_theme/app/overrides/add_user_passwords_new.rb +19 -0
- data/themes/spree_chocolate_theme/app/overrides/add_user_registration.rb +14 -0
- data/themes/spree_chocolate_theme/app/overrides/add_user_sessions_new.rb +15 -0
- data/themes/spree_chocolate_theme/app/overrides/add_user_show.rb +14 -0
- data/themes/spree_chocolate_theme/app/overrides/replace_orders_edit.rb +10 -0
- data/themes/spree_chocolate_theme/app/overrides/replace_product_show.rb +13 -0
- data/themes/spree_chocolate_theme/app/overrides/replace_shared_products.rb +25 -0
- data/themes/spree_chocolate_theme/app/overrides/replace_store_head.rb +4 -0
- data/themes/spree_chocolate_theme/app/overrides/replace_store_layout.rb +82 -0
- data/themes/spree_chocolate_theme/app/views/spree/checkout/_address.html.erb +175 -0
- data/themes/spree_default/default.txt +1 -0
- data/themes/spree_gray_theme/app/assets/images/Thumbs.db +0 -0
- data/themes/spree_gray_theme/app/assets/images/add-to-cart.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/active-tab.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/admin_tab_back.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/admin_tab_selected_back.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/content-back-blue.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/content-back-green.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/content-back.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/flash-error.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/flash-notice.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/green-stripes.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/green-stripes.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/grid_header_back.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/grid_header_back_green.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/header-bg.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/header.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/header_bg.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/menu-current.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/red-stripes.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/red-stripes.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/spree_50.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/subnav-divider.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/subnav.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/bg/tab-back.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/buttons/blue/left_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/buttons/blue/right_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/buttons/drag-handle-green.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/buttons/green/left_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/buttons/green/right_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/buttons/left_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/buttons/left_01_small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/buttons/orange/left_03.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/buttons/orange/right_03.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/buttons/right_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/buttons/right_01_small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/16x16/1.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/16x16/10.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/16x16/2.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/16x16/3.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/16x16/4.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/16x16/5.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/16x16/6.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/16x16/7.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/16x16/8.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/16x16/9.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/32x32/1.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/32x32/10.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/32x32/11.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/32x32/2.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/32x32/3.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/32x32/4.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/32x32/5.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/32x32/6.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/32x32/7.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/32x32/8.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/32x32/9.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/accept.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/add.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/add.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/arrow-down.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/cross.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/delete.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/delete.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/drag.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/edit.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/edit.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/email.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/error.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/exclamation.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/feed.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/pdf.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/reorder.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/search.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/send-email.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/stop.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/switch.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/tick.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/up.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/icons/xls.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/payment_banner.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/progress.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/tabs/off-left.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/tabs/off-right.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/tabs/on-left.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/admin/tabs/on-right.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/ajax_loader.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/amex_cid.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/arrow-down.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/arrow-up.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/arrow.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/bg-button-hover.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/bg-button-pressed.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/bg-button.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/bg-button.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/blt-dot.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/blt-globalnav.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/blt-square.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/blue/left_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/blue/right_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/body-back.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/bottom_shine.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/breadcrumb.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/button-dark-hover.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/button-dark.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/bg-button-hover.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/bg-button-pressed.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/bg-button.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/bg-button.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/blue/left_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/blue/right_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/button-dark-hover.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/button-dark.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/drag-handle-green.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/green/left_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/green/right_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/left_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/left_01_small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/orange/left_03.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/orange/right_03.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/right_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/right_01_small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/sxsw-ribbon-v1.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/buttons/top-shine.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/calendar_date_select/calendar.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/cart-empty.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/cart-empty_x32.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/cart-full.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/cart-full_x32.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/checkout.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/close-btn.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/close-btn2.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/credit-card-logo.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcard.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/amex_cid.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/creditcard.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/discover_cid.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/american_express.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/cirrus.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/delta.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/dinersclub.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/directdebit.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/discover.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/egold.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/maestro.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/master.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/paypal.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/solo.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/switch.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/visa.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/visaelectron.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/westernunion.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/wirecard.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/icons/worldpay.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/master_cid.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/creditcards/visa_cid.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/datepicker/backstripes.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/datepicker/bg_header.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/datepicker/bullet1.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/datepicker/bullet2.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/datepicker/cal.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/datepicker/gradient-e5e5e5-ffffff.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/delete-icon.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/discover_cid.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/drag-handle-green.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/favicon.ico +0 -0
- data/themes/spree_gray_theme/app/assets/images/gallery-thumb.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/green/left_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/green/right_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/grid.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/heading-bg.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/icon-magnify.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/icons/add-to-cart.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/icons/checkout.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/icons/delete.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/icons/update.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/img-bg-effect.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/img-bg.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/input-bg.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/large-img.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/left_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/left_01_small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/logo-adidas.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/logo-peter-ingland.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/logo-puma.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/logo.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/master_cid.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/menu-current.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/menu-hover.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/nav-border.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/noimage/mini.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/noimage/mini.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/noimage/product.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/noimage/product.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/noimage/small.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/noimage/small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/openid-inputicon.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/orange/left_03.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/orange/right_03.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/pro-thumb-1.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/pro-thumb-2.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/pro-thumb-3.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/pro-thumb-4.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/pro-thumb-5.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/pro-thumb-6.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/pro-thumb-7.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/pro-thumb-8.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/progress.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/rails.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/reorder.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/right_01.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/right_01_small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/sbtn-submit.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/separator.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/shadow-top.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/shadow_top.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/slider01.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/spinner.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/spree.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/spree/progress.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/spree/spinner.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/spree/spree.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/step-progress/completed-completed.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/step-progress/completed-current.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/step-progress/completed-first.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/step-progress/current-first.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/step-progress/current-incomplete.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/step-progress/current-right.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/step-progress/incomplete-incomplete.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/step-progress/incomplete-right.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/steps/1.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/steps/1_small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/steps/2.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/steps/2_small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/steps/3.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/steps/3_small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/steps/4.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/steps/4_small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/steps/5.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/steps/5_small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/steps/6.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/steps/6_small.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/auth-icons.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/bg.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/cart.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/footer_bkgd.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/icons/american-express-curved-32px.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/icons/discover-curved-32px.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/icons/facebook.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/icons/mastercard-curved-32px.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/icons/social-icons-rollover.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/icons/social-icons.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/icons/twitter.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/icons/visa-curved-32px.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/kid.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/logo.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/narrow_bg.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/satellite-radios-bg.jpg +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/search_bg_s1.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/select_arrow.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/shadow_top.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/social-icons-rollover.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/store/social-icons.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/sxsw-ribbon-v1.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/tab_bottom.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/thum-product.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/tile-header.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/tile-slider.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/top-shine.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/tree-nav-icons/bullet.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/tree-nav-icons/minus.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/tree-nav-icons/plus.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/tree-nav-icons/treeview-loading.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/tree-nav-icons/treeview-sprite.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/update.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/visa_cid.gif +0 -0
- data/themes/spree_gray_theme/app/assets/images/wrapper-back-2.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/wrapper-back.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/yui-menubaritem_submenuindicator.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/yui-menubaritem_submenuindicator_disabled.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/yui-menuitem_checkbox.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/yui-menuitem_checkbox_disabled.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/yui-menuitem_submenuindicator.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/yui-menuitem_submenuindicator_disabled.png +0 -0
- data/themes/spree_gray_theme/app/assets/images/yui-sprite.png +0 -0
- data/themes/spree_gray_theme/app/assets/javascripts/store/address.js +12 -0
- data/themes/spree_gray_theme/app/assets/stylesheets/store/hacks.css +6 -0
- data/themes/spree_gray_theme/app/assets/stylesheets/store/reset.css +57 -0
- data/themes/spree_gray_theme/app/assets/stylesheets/store/style.css +277 -0
- data/themes/spree_gray_theme/app/overrides/add_checkout_edit.rb +13 -0
- data/themes/spree_gray_theme/app/overrides/add_store_head.rb +4 -0
- data/themes/spree_gray_theme/app/overrides/remove_user_edit.rb +4 -0
- data/themes/spree_gray_theme/app/overrides/remove_user_login.rb +3 -0
- data/themes/spree_gray_theme/app/overrides/replace_checkout_confirm.rb +4 -0
- data/themes/spree_gray_theme/app/overrides/replace_checkout_delivery.rb +4 -0
- data/themes/spree_gray_theme/app/overrides/replace_checkout_edit.rb +4 -0
- data/themes/spree_gray_theme/app/overrides/replace_checkout_payment.rb +33 -0
- data/themes/spree_gray_theme/app/overrides/replace_checkout_registration.rb +19 -0
- data/themes/spree_gray_theme/app/overrides/replace_orders_edit.rb +58 -0
- data/themes/spree_gray_theme/app/overrides/replace_orders_form.rb +27 -0
- data/themes/spree_gray_theme/app/overrides/replace_orders_line_item.rb +35 -0
- data/themes/spree_gray_theme/app/overrides/replace_orders_show.rb +31 -0
- data/themes/spree_gray_theme/app/overrides/replace_payment_gateway.rb +44 -0
- data/themes/spree_gray_theme/app/overrides/replace_product_show.rb +58 -0
- data/themes/spree_gray_theme/app/overrides/replace_products_taxons.rb +16 -0
- data/themes/spree_gray_theme/app/overrides/replace_shared_error_messages.rb +11 -0
- data/themes/spree_gray_theme/app/overrides/replace_shared_filters.rb +20 -0
- data/themes/spree_gray_theme/app/overrides/replace_shared_order_details.rb +110 -0
- data/themes/spree_gray_theme/app/overrides/replace_shared_products.rb +26 -0
- data/themes/spree_gray_theme/app/overrides/replace_shared_products_search_title.rb +4 -0
- data/themes/spree_gray_theme/app/overrides/replace_shared_taxon.rb +4 -0
- data/themes/spree_gray_theme/app/overrides/replace_store_head.rb +4 -0
- data/themes/spree_gray_theme/app/overrides/replace_store_layout.rb +74 -0
- data/themes/spree_gray_theme/app/overrides/replace_taxons_show.rb +4 -0
- data/themes/spree_gray_theme/app/overrides/replace_user_edit.rb +22 -0
- data/themes/spree_gray_theme/app/overrides/replace_user_form.rb +28 -0
- data/themes/spree_gray_theme/app/overrides/replace_user_login.rb +31 -0
- data/themes/spree_gray_theme/app/overrides/replace_user_passwords_new.rb +36 -0
- data/themes/spree_gray_theme/app/overrides/replace_user_registration.rb +29 -0
- data/themes/spree_gray_theme/app/overrides/replace_user_sessions_new.rb +27 -0
- data/themes/spree_gray_theme/app/overrides/replace_user_show.rb +66 -0
- data/themes/spree_gray_theme/app/views/spree/checkout/_address.html.erb +184 -0
- data/themes/spree_gray_theme/app/views/spree/products/_cart_form.html.erb +56 -0
- data/themes/spree_gray_theme/app/views/spree/products/_properties.html.erb +10 -0
- data/themes/spree_gray_theme/app/views/spree/products/_thumbnails.html.erb +50 -0
- data/themes/spree_odg_theme/app/assets/images/Thumbs.db +0 -0
- data/themes/spree_odg_theme/app/assets/images/add-to-cart.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/active-tab.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/admin_tab_back.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/admin_tab_selected_back.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/content-back-blue.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/content-back-green.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/content-back.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/flash-error.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/flash-notice.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/green-stripes.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/green-stripes.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/grid_header_back.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/grid_header_back_green.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/header-bg.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/header.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/header_bg.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/menu-current.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/red-stripes.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/red-stripes.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/spree_50.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/subnav-divider.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/subnav.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/bg/tab-back.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/buttons/blue/left_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/buttons/blue/right_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/buttons/drag-handle-green.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/buttons/green/left_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/buttons/green/right_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/buttons/left_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/buttons/left_01_small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/buttons/orange/left_03.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/buttons/orange/right_03.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/buttons/right_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/buttons/right_01_small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/16x16/1.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/16x16/10.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/16x16/2.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/16x16/3.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/16x16/4.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/16x16/5.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/16x16/6.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/16x16/7.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/16x16/8.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/16x16/9.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/32x32/1.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/32x32/10.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/32x32/11.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/32x32/2.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/32x32/3.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/32x32/4.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/32x32/5.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/32x32/6.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/32x32/7.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/32x32/8.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/32x32/9.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/accept.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/add.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/add.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/arrow-down.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/cross.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/delete.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/delete.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/drag.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/edit.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/edit.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/email.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/error.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/exclamation.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/feed.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/pdf.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/reorder.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/search.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/send-email.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/stop.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/switch.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/tick.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/up.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/icons/xls.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/payment_banner.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/progress.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/tabs/off-left.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/tabs/off-right.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/tabs/on-left.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/admin/tabs/on-right.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/ajax_loader.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/amex_cid.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/arrow-down.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/arrow-up.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/arrow.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/bg-button-hover.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/bg-button-pressed.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/bg-button.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/bg-button.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/blt-dot.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/blt-globalnav.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/blt-square.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/blue/left_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/blue/right_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/body-back.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/bottom_shine.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/breadcrumb.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/button-dark-hover.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/button-dark.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/bg-button-hover.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/bg-button-pressed.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/bg-button.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/bg-button.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/blue/left_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/blue/right_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/button-dark-hover.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/button-dark.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/drag-handle-green.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/green/left_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/green/right_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/left_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/left_01_small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/orange/left_03.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/orange/right_03.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/right_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/right_01_small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/sxsw-ribbon-v1.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/buttons/top-shine.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/calendar_date_select/calendar.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/cart-empty.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/cart-empty_x32.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/cart-full.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/cart-full_x32.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/checkout.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/close-btn.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/close-btn2.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/credit-card-logo.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcard.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/amex_cid.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/creditcard.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/discover_cid.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/american_express.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/cirrus.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/delta.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/dinersclub.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/directdebit.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/discover.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/egold.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/maestro.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/master.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/paypal.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/solo.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/switch.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/visa.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/visaelectron.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/westernunion.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/wirecard.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/icons/worldpay.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/master_cid.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/creditcards/visa_cid.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/datepicker/backstripes.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/datepicker/bg_header.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/datepicker/bullet1.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/datepicker/bullet2.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/datepicker/cal.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/datepicker/gradient-e5e5e5-ffffff.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/delete-icon.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/discover_cid.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/drag-handle-green.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/favicon.ico +0 -0
- data/themes/spree_odg_theme/app/assets/images/gallery-thumb.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/green/left_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/green/right_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/grid.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/heading-bg.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/icon-magnify.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/icons/add-to-cart.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/icons/checkout.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/icons/delete.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/icons/update.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/img-bg-effect.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/img-bg.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/input-bg.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/large-img.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/left_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/left_01_small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/logo-adidas.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/logo-peter-ingland.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/logo-puma.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/logo.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/master_cid.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/menu-current.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/menu-hover.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/nav-border.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/noimage/mini.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/noimage/mini.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/noimage/product.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/noimage/product.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/noimage/small.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/noimage/small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/openid-inputicon.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/orange/left_03.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/orange/right_03.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/pro-thumb-1.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/pro-thumb-2.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/pro-thumb-3.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/pro-thumb-4.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/pro-thumb-5.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/pro-thumb-6.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/pro-thumb-7.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/pro-thumb-8.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/progress.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/rails.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/reorder.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/right_01.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/right_01_small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/sbtn-submit.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/separator.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/shadow-top.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/shadow_top.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/slider01.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/spinner.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/spree.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/spree/progress.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/spree/spinner.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/spree/spree.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/step-progress/completed-completed.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/step-progress/completed-current.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/step-progress/completed-first.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/step-progress/current-first.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/step-progress/current-incomplete.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/step-progress/current-right.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/step-progress/incomplete-incomplete.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/step-progress/incomplete-right.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/steps/1.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/steps/1_small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/steps/2.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/steps/2_small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/steps/3.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/steps/3_small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/steps/4.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/steps/4_small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/steps/5.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/steps/5_small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/steps/6.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/steps/6_small.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/auth-icons.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/bg.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/cart.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/footer_bkgd.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/icons/american-express-curved-32px.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/icons/discover-curved-32px.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/icons/facebook.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/icons/mastercard-curved-32px.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/icons/social-icons-rollover.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/icons/social-icons.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/icons/twitter.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/icons/visa-curved-32px.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/kid.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/logo.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/narrow_bg.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/satellite-radios-bg.jpg +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/search_bg_s1.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/select_arrow.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/shadow_top.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/social-icons-rollover.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/store/social-icons.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/sxsw-ribbon-v1.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/tab_bottom.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/thum-product.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/tile-header.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/tile-slider.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/top-shine.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/tree-nav-icons/bullet.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/tree-nav-icons/minus.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/tree-nav-icons/plus.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/tree-nav-icons/treeview-loading.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/tree-nav-icons/treeview-sprite.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/update.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/visa_cid.gif +0 -0
- data/themes/spree_odg_theme/app/assets/images/wrapper-back-2.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/wrapper-back.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/yui-menubaritem_submenuindicator.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/yui-menubaritem_submenuindicator_disabled.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/yui-menuitem_checkbox.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/yui-menuitem_checkbox_disabled.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/yui-menuitem_submenuindicator.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/yui-menuitem_submenuindicator_disabled.png +0 -0
- data/themes/spree_odg_theme/app/assets/images/yui-sprite.png +0 -0
- data/themes/spree_odg_theme/app/assets/javascripts/store/address.js +12 -0
- data/themes/spree_odg_theme/app/assets/stylesheets/store/hacks.css +6 -0
- data/themes/spree_odg_theme/app/assets/stylesheets/store/reset.css +57 -0
- data/themes/spree_odg_theme/app/assets/stylesheets/store/style.css +277 -0
- data/themes/spree_odg_theme/app/overrides/add_checkout_edit.rb +13 -0
- data/themes/spree_odg_theme/app/overrides/add_store_head.rb +4 -0
- data/themes/spree_odg_theme/app/overrides/remove_user_edit.rb +4 -0
- data/themes/spree_odg_theme/app/overrides/remove_user_login.rb +3 -0
- data/themes/spree_odg_theme/app/overrides/replace_checkout_confirm.rb +4 -0
- data/themes/spree_odg_theme/app/overrides/replace_checkout_delivery.rb +4 -0
- data/themes/spree_odg_theme/app/overrides/replace_checkout_edit.rb +4 -0
- data/themes/spree_odg_theme/app/overrides/replace_checkout_payment.rb +33 -0
- data/themes/spree_odg_theme/app/overrides/replace_checkout_registration.rb +19 -0
- data/themes/spree_odg_theme/app/overrides/replace_orders_edit.rb +58 -0
- data/themes/spree_odg_theme/app/overrides/replace_orders_form.rb +27 -0
- data/themes/spree_odg_theme/app/overrides/replace_orders_line_item.rb +35 -0
- data/themes/spree_odg_theme/app/overrides/replace_orders_show.rb +31 -0
- data/themes/spree_odg_theme/app/overrides/replace_payment_gateway.rb +44 -0
- data/themes/spree_odg_theme/app/overrides/replace_product_show.rb +58 -0
- data/themes/spree_odg_theme/app/overrides/replace_products_taxons.rb +16 -0
- data/themes/spree_odg_theme/app/overrides/replace_shared_error_messages.rb +11 -0
- data/themes/spree_odg_theme/app/overrides/replace_shared_filters.rb +20 -0
- data/themes/spree_odg_theme/app/overrides/replace_shared_order_details.rb +110 -0
- data/themes/spree_odg_theme/app/overrides/replace_shared_products.rb +26 -0
- data/themes/spree_odg_theme/app/overrides/replace_shared_products_search_title.rb +4 -0
- data/themes/spree_odg_theme/app/overrides/replace_shared_taxon.rb +4 -0
- data/themes/spree_odg_theme/app/overrides/replace_store_head.rb +4 -0
- data/themes/spree_odg_theme/app/overrides/replace_store_layout.rb +74 -0
- data/themes/spree_odg_theme/app/overrides/replace_taxons_show.rb +4 -0
- data/themes/spree_odg_theme/app/overrides/replace_user_edit.rb +22 -0
- data/themes/spree_odg_theme/app/overrides/replace_user_form.rb +28 -0
- data/themes/spree_odg_theme/app/overrides/replace_user_login.rb +31 -0
- data/themes/spree_odg_theme/app/overrides/replace_user_passwords_new.rb +36 -0
- data/themes/spree_odg_theme/app/overrides/replace_user_registration.rb +29 -0
- data/themes/spree_odg_theme/app/overrides/replace_user_sessions_new.rb +27 -0
- data/themes/spree_odg_theme/app/overrides/replace_user_show.rb +66 -0
- data/themes/spree_odg_theme/app/views/spree/checkout/_address.html.erb +184 -0
- data/themes/spree_odg_theme/app/views/spree/products/_cart_form.html.erb +56 -0
- data/themes/spree_odg_theme/app/views/spree/products/_properties.html.erb +10 -0
- data/themes/spree_odg_theme/app/views/spree/products/_thumbnails.html.erb +50 -0
- metadata +738 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|