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
@@ -0,0 +1,56 @@
|
|
1
|
+
<%= form_for :order, :url => populate_orders_url do |f| %>
|
2
|
+
<div id="inside-product-cart-form" data-hook="inside_product_cart_form" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
|
3
|
+
|
4
|
+
<% if product.has_variants? %>
|
5
|
+
<div id="product-variants" class="columns five alpha">
|
6
|
+
<h2 class="product-section-title"><%= t(:variants) %></h2>
|
7
|
+
<ul>
|
8
|
+
<% has_checked = false
|
9
|
+
product.variants.active.each_with_index do |v,index|
|
10
|
+
next if v.option_values.empty? || (!v.in_stock && !Spree::Config[:show_zero_stock_products])
|
11
|
+
checked = !has_checked && (v.in_stock || Spree::Config[:allow_backorders])
|
12
|
+
has_checked = true if checked %>
|
13
|
+
<li>
|
14
|
+
<label for="<%= ['products', product.id, v.id].join('_') %>">
|
15
|
+
<%= radio_button_tag "products[#{product.id}]", v.id, checked,:class=>"product_variants", :disabled => !v.in_stock && !Spree::Config[:allow_backorders] %>
|
16
|
+
<span class="variant-description">
|
17
|
+
<%= variant_options v %>
|
18
|
+
</span>
|
19
|
+
<% if variant_price_diff v %>
|
20
|
+
<span class="price diff"><%= variant_price_diff v %></span>
|
21
|
+
<% end %>
|
22
|
+
</label>
|
23
|
+
</li>
|
24
|
+
<% end%>
|
25
|
+
</ul>
|
26
|
+
</div>
|
27
|
+
<% end%>
|
28
|
+
|
29
|
+
<% if product.price %>
|
30
|
+
<div data-hook="product_price" class="columns five <% if !product.has_variants? %> alpha <% else %> omega <% end %>">
|
31
|
+
|
32
|
+
<div id="product-price" class="price-enlarge-buy">
|
33
|
+
<p class="prices"><span></span><%= number_to_currency product.price %></p>
|
34
|
+
<div class="pcount">
|
35
|
+
<% if product.has_stock? || Spree::Config[:allow_backorders] %>
|
36
|
+
<label>Qty:</label><%= text_field_tag (product.has_variants? ? :quantity : "variants[#{product.master.id}]"),1, :class => "txtbox", :size => 3 ,:maxlength=>4%>
|
37
|
+
<% end %>
|
38
|
+
</div>
|
39
|
+
</div>
|
40
|
+
<div class="add-to-cart">
|
41
|
+
<% if product.has_stock? || Spree::Config[:allow_backorders] %>
|
42
|
+
|
43
|
+
<%=submit_tag t('add_to_cart'),:class=>"continue button primary"%>
|
44
|
+
|
45
|
+
<%#= t(:add_to_cart) %>
|
46
|
+
<%# end %>
|
47
|
+
<% else %>
|
48
|
+
<%= content_tag('strong', t(:out_of_stock)) %>
|
49
|
+
<% end %>
|
50
|
+
</div>
|
51
|
+
|
52
|
+
</div>
|
53
|
+
<% end %>
|
54
|
+
|
55
|
+
</div>
|
56
|
+
<% end %>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<% unless product_properties.empty? %>
|
2
|
+
<% for product_property in product_properties %>
|
3
|
+
<div class="prod-detail-info">
|
4
|
+
<div class="pvalue">
|
5
|
+
<p class="pattr"><%= product_property.property.presentation %>: <span><%= product_property.value %></span></p>
|
6
|
+
</div>
|
7
|
+
</div>
|
8
|
+
<% end %>
|
9
|
+
<%end%>
|
10
|
+
|
@@ -0,0 +1,50 @@
|
|
1
|
+
<!-- no need for thumnails unless there is more then one image -->
|
2
|
+
<% if product.images.size > 1 %>
|
3
|
+
<ul id="product-thumbnails" class="thumbnails inline" data-hook>
|
4
|
+
<% product.images.each do |i| %>
|
5
|
+
<li class="tmb-all" id="tmb-<%= i.id.to_s %>"><%= link_to image_tag(i.attachment.url(:mini)), i.attachment.url(:product) %></li>
|
6
|
+
<% end %>
|
7
|
+
<% if product.has_variants?
|
8
|
+
variants.each do |v|
|
9
|
+
if v.available?
|
10
|
+
v.images.each do |i| %>
|
11
|
+
<li class="vtmb-<%= v.id.to_s %> vtmb" id="tmb-<%= i.id.to_s %>"><%= link_to image_tag(i.attachment.url(:mini)), i.attachment.url(:product) %></li>
|
12
|
+
<%
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
%>
|
18
|
+
</ul>
|
19
|
+
<% end %>
|
20
|
+
|
21
|
+
<% if product.has_variants?
|
22
|
+
has_checked = false %>
|
23
|
+
<h4 id="variant-images" class="image_for">
|
24
|
+
</h4>
|
25
|
+
<ul id="variant-thumbnails" class="thumbnails add_images">
|
26
|
+
<% variants.each do |v|
|
27
|
+
checked = !has_checked && (v.available?)
|
28
|
+
has_checked = true if checked
|
29
|
+
|
30
|
+
if checked
|
31
|
+
v.images.each do |i| %>
|
32
|
+
<li><%= link_to(image_tag(i.attachment.url(:mini)), i.attachment.url(:product)) %></li>
|
33
|
+
<% end %>
|
34
|
+
<% end %>
|
35
|
+
<% end %>
|
36
|
+
</ul>
|
37
|
+
<% end %>
|
38
|
+
|
39
|
+
<% content_for :head do %>
|
40
|
+
<script type="text/javascript" charset="utf-8">
|
41
|
+
var images = new Array();
|
42
|
+
<% variants.each do |v| %>
|
43
|
+
images[<%= v.id.to_s %>] = new Array();
|
44
|
+
<% v.images.each_with_index do |image, i| %>
|
45
|
+
images[<%= v.id.to_s %>][<%= i %>] = <%== link_to(image_tag(image.attachment.url(:mini)), image.attachment.url(:product)).to_json %>;
|
46
|
+
<% end %>
|
47
|
+
<% end %>
|
48
|
+
</script>
|
49
|
+
<% end %>
|
50
|
+
<!--<script src="/assets/product.js?1334756824" type="text/javascript"></script>-->
|
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
|