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>-->
|
metadata
ADDED
@@ -0,0 +1,738 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: spree_multi_theme
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Railsfactory
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2012-06-01 00:00:00.000000000Z
|
13
|
+
dependencies: []
|
14
|
+
description:
|
15
|
+
email: spree@railsfactory.org
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- LICENSE
|
21
|
+
- README.md
|
22
|
+
- Versionfile
|
23
|
+
- app/assets/images/admin/ajax_loader.gif
|
24
|
+
- app/assets/images/admin/spree_chocolate_theme.png
|
25
|
+
- app/assets/images/admin/spree_gray_theme.png
|
26
|
+
- app/assets/images/admin/spree_odg_theme.png
|
27
|
+
- app/assets/javascripts/admin/load_theme.js
|
28
|
+
- app/controllers/admin/themes_controller.rb
|
29
|
+
- app/overrides/add_admin_head.rb
|
30
|
+
- app/overrides/add_theme_tab.rb
|
31
|
+
- app/views/admin/themes/new.html.erb
|
32
|
+
- config/initializers/load_config.rb
|
33
|
+
- config/routes.rb
|
34
|
+
- config/themes.yml
|
35
|
+
- lib/spree_multi_theme.rb
|
36
|
+
- spree_multi_theme.gemspec
|
37
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_ads.jpg
|
38
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_bg.jpg
|
39
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_btn_01.jpg
|
40
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_btn_02.jpg
|
41
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_footer_bg.jpg
|
42
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_h1_bg.jpg
|
43
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_header_bg.jpg
|
44
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_header_bg_blank.jpg
|
45
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_image_01.jpg
|
46
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_image_02.jpg
|
47
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_image_03.jpg
|
48
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_image_04.jpg
|
49
|
+
- themes/spree_chocolate_theme/app/assets/images/store/templatemo_menu_bg.jpg
|
50
|
+
- themes/spree_chocolate_theme/app/assets/stylesheets/store/templatemo_style.css
|
51
|
+
- themes/spree_chocolate_theme/app/overrides/add_checkout_edit.rb
|
52
|
+
- themes/spree_chocolate_theme/app/overrides/add_orders_show.rb
|
53
|
+
- themes/spree_chocolate_theme/app/overrides/add_user_edit.rb
|
54
|
+
- themes/spree_chocolate_theme/app/overrides/add_user_passwords_new.rb
|
55
|
+
- themes/spree_chocolate_theme/app/overrides/add_user_registration.rb
|
56
|
+
- themes/spree_chocolate_theme/app/overrides/add_user_sessions_new.rb
|
57
|
+
- themes/spree_chocolate_theme/app/overrides/add_user_show.rb
|
58
|
+
- themes/spree_chocolate_theme/app/overrides/replace_orders_edit.rb
|
59
|
+
- themes/spree_chocolate_theme/app/overrides/replace_product_show.rb
|
60
|
+
- themes/spree_chocolate_theme/app/overrides/replace_shared_products.rb
|
61
|
+
- themes/spree_chocolate_theme/app/overrides/replace_store_head.rb
|
62
|
+
- themes/spree_chocolate_theme/app/overrides/replace_store_layout.rb
|
63
|
+
- themes/spree_chocolate_theme/app/views/spree/checkout/_address.html.erb
|
64
|
+
- themes/spree_default/default.txt
|
65
|
+
- themes/spree_gray_theme/app/assets/images/Thumbs.db
|
66
|
+
- themes/spree_gray_theme/app/assets/images/add-to-cart.png
|
67
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/active-tab.png
|
68
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/admin_tab_back.png
|
69
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/admin_tab_selected_back.png
|
70
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/content-back-blue.png
|
71
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/content-back-green.png
|
72
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/content-back.png
|
73
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/flash-error.png
|
74
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/flash-notice.png
|
75
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/green-stripes.gif
|
76
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/green-stripes.png
|
77
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/grid_header_back.png
|
78
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/grid_header_back_green.png
|
79
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/header-bg.png
|
80
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/header.png
|
81
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/header_bg.jpg
|
82
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/menu-current.png
|
83
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/red-stripes.gif
|
84
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/red-stripes.png
|
85
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/spree_50.png
|
86
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/subnav-divider.png
|
87
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/subnav.png
|
88
|
+
- themes/spree_gray_theme/app/assets/images/admin/bg/tab-back.png
|
89
|
+
- themes/spree_gray_theme/app/assets/images/admin/buttons/blue/left_01.png
|
90
|
+
- themes/spree_gray_theme/app/assets/images/admin/buttons/blue/right_01.png
|
91
|
+
- themes/spree_gray_theme/app/assets/images/admin/buttons/drag-handle-green.png
|
92
|
+
- themes/spree_gray_theme/app/assets/images/admin/buttons/green/left_01.png
|
93
|
+
- themes/spree_gray_theme/app/assets/images/admin/buttons/green/right_01.png
|
94
|
+
- themes/spree_gray_theme/app/assets/images/admin/buttons/left_01.png
|
95
|
+
- themes/spree_gray_theme/app/assets/images/admin/buttons/left_01_small.png
|
96
|
+
- themes/spree_gray_theme/app/assets/images/admin/buttons/orange/left_03.png
|
97
|
+
- themes/spree_gray_theme/app/assets/images/admin/buttons/orange/right_03.png
|
98
|
+
- themes/spree_gray_theme/app/assets/images/admin/buttons/right_01.png
|
99
|
+
- themes/spree_gray_theme/app/assets/images/admin/buttons/right_01_small.png
|
100
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/16x16/1.png
|
101
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/16x16/10.png
|
102
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/16x16/2.png
|
103
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/16x16/3.png
|
104
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/16x16/4.png
|
105
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/16x16/5.png
|
106
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/16x16/6.png
|
107
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/16x16/7.png
|
108
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/16x16/8.png
|
109
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/16x16/9.png
|
110
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/32x32/1.png
|
111
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/32x32/10.png
|
112
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/32x32/11.png
|
113
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/32x32/2.png
|
114
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/32x32/3.png
|
115
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/32x32/4.png
|
116
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/32x32/5.png
|
117
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/32x32/6.png
|
118
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/32x32/7.png
|
119
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/32x32/8.png
|
120
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/32x32/9.png
|
121
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/accept.png
|
122
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/add.gif
|
123
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/add.png
|
124
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/arrow-down.gif
|
125
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/cross.png
|
126
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/delete.gif
|
127
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/delete.png
|
128
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/drag.gif
|
129
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/edit.gif
|
130
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/edit.png
|
131
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/email.png
|
132
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/error.png
|
133
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/exclamation.png
|
134
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/feed.png
|
135
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/pdf.png
|
136
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/reorder.gif
|
137
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/search.gif
|
138
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/send-email.png
|
139
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/stop.png
|
140
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/switch.png
|
141
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/tick.png
|
142
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/up.gif
|
143
|
+
- themes/spree_gray_theme/app/assets/images/admin/icons/xls.png
|
144
|
+
- themes/spree_gray_theme/app/assets/images/admin/payment_banner.png
|
145
|
+
- themes/spree_gray_theme/app/assets/images/admin/progress.gif
|
146
|
+
- themes/spree_gray_theme/app/assets/images/admin/tabs/off-left.png
|
147
|
+
- themes/spree_gray_theme/app/assets/images/admin/tabs/off-right.png
|
148
|
+
- themes/spree_gray_theme/app/assets/images/admin/tabs/on-left.png
|
149
|
+
- themes/spree_gray_theme/app/assets/images/admin/tabs/on-right.png
|
150
|
+
- themes/spree_gray_theme/app/assets/images/ajax_loader.gif
|
151
|
+
- themes/spree_gray_theme/app/assets/images/amex_cid.gif
|
152
|
+
- themes/spree_gray_theme/app/assets/images/arrow-down.png
|
153
|
+
- themes/spree_gray_theme/app/assets/images/arrow-up.png
|
154
|
+
- themes/spree_gray_theme/app/assets/images/arrow.gif
|
155
|
+
- themes/spree_gray_theme/app/assets/images/bg-button-hover.png
|
156
|
+
- themes/spree_gray_theme/app/assets/images/bg-button-pressed.png
|
157
|
+
- themes/spree_gray_theme/app/assets/images/bg-button.gif
|
158
|
+
- themes/spree_gray_theme/app/assets/images/bg-button.png
|
159
|
+
- themes/spree_gray_theme/app/assets/images/blt-dot.png
|
160
|
+
- themes/spree_gray_theme/app/assets/images/blt-globalnav.gif
|
161
|
+
- themes/spree_gray_theme/app/assets/images/blt-square.gif
|
162
|
+
- themes/spree_gray_theme/app/assets/images/blue/left_01.png
|
163
|
+
- themes/spree_gray_theme/app/assets/images/blue/right_01.png
|
164
|
+
- themes/spree_gray_theme/app/assets/images/body-back.png
|
165
|
+
- themes/spree_gray_theme/app/assets/images/bottom_shine.png
|
166
|
+
- themes/spree_gray_theme/app/assets/images/breadcrumb.gif
|
167
|
+
- themes/spree_gray_theme/app/assets/images/button-dark-hover.png
|
168
|
+
- themes/spree_gray_theme/app/assets/images/button-dark.png
|
169
|
+
- themes/spree_gray_theme/app/assets/images/buttons/bg-button-hover.png
|
170
|
+
- themes/spree_gray_theme/app/assets/images/buttons/bg-button-pressed.png
|
171
|
+
- themes/spree_gray_theme/app/assets/images/buttons/bg-button.gif
|
172
|
+
- themes/spree_gray_theme/app/assets/images/buttons/bg-button.png
|
173
|
+
- themes/spree_gray_theme/app/assets/images/buttons/blue/left_01.png
|
174
|
+
- themes/spree_gray_theme/app/assets/images/buttons/blue/right_01.png
|
175
|
+
- themes/spree_gray_theme/app/assets/images/buttons/button-dark-hover.png
|
176
|
+
- themes/spree_gray_theme/app/assets/images/buttons/button-dark.png
|
177
|
+
- themes/spree_gray_theme/app/assets/images/buttons/drag-handle-green.png
|
178
|
+
- themes/spree_gray_theme/app/assets/images/buttons/green/left_01.png
|
179
|
+
- themes/spree_gray_theme/app/assets/images/buttons/green/right_01.png
|
180
|
+
- themes/spree_gray_theme/app/assets/images/buttons/left_01.png
|
181
|
+
- themes/spree_gray_theme/app/assets/images/buttons/left_01_small.png
|
182
|
+
- themes/spree_gray_theme/app/assets/images/buttons/orange/left_03.png
|
183
|
+
- themes/spree_gray_theme/app/assets/images/buttons/orange/right_03.png
|
184
|
+
- themes/spree_gray_theme/app/assets/images/buttons/right_01.png
|
185
|
+
- themes/spree_gray_theme/app/assets/images/buttons/right_01_small.png
|
186
|
+
- themes/spree_gray_theme/app/assets/images/buttons/sxsw-ribbon-v1.png
|
187
|
+
- themes/spree_gray_theme/app/assets/images/buttons/top-shine.png
|
188
|
+
- themes/spree_gray_theme/app/assets/images/calendar_date_select/calendar.gif
|
189
|
+
- themes/spree_gray_theme/app/assets/images/cart-empty.png
|
190
|
+
- themes/spree_gray_theme/app/assets/images/cart-empty_x32.png
|
191
|
+
- themes/spree_gray_theme/app/assets/images/cart-full.png
|
192
|
+
- themes/spree_gray_theme/app/assets/images/cart-full_x32.png
|
193
|
+
- themes/spree_gray_theme/app/assets/images/checkout.png
|
194
|
+
- themes/spree_gray_theme/app/assets/images/close-btn.png
|
195
|
+
- themes/spree_gray_theme/app/assets/images/close-btn2.png
|
196
|
+
- themes/spree_gray_theme/app/assets/images/credit-card-logo.gif
|
197
|
+
- themes/spree_gray_theme/app/assets/images/creditcard.gif
|
198
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/amex_cid.gif
|
199
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/creditcard.gif
|
200
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/discover_cid.gif
|
201
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/american_express.png
|
202
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/cirrus.png
|
203
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/delta.png
|
204
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/dinersclub.png
|
205
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/directdebit.png
|
206
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/discover.png
|
207
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/egold.png
|
208
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/maestro.png
|
209
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/master.png
|
210
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/paypal.png
|
211
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/solo.png
|
212
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/switch.png
|
213
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/visa.png
|
214
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/visaelectron.png
|
215
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/westernunion.png
|
216
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/wirecard.png
|
217
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/icons/worldpay.png
|
218
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/master_cid.jpg
|
219
|
+
- themes/spree_gray_theme/app/assets/images/creditcards/visa_cid.gif
|
220
|
+
- themes/spree_gray_theme/app/assets/images/datepicker/backstripes.gif
|
221
|
+
- themes/spree_gray_theme/app/assets/images/datepicker/bg_header.jpg
|
222
|
+
- themes/spree_gray_theme/app/assets/images/datepicker/bullet1.gif
|
223
|
+
- themes/spree_gray_theme/app/assets/images/datepicker/bullet2.gif
|
224
|
+
- themes/spree_gray_theme/app/assets/images/datepicker/cal.gif
|
225
|
+
- themes/spree_gray_theme/app/assets/images/datepicker/gradient-e5e5e5-ffffff.gif
|
226
|
+
- themes/spree_gray_theme/app/assets/images/delete-icon.png
|
227
|
+
- themes/spree_gray_theme/app/assets/images/discover_cid.gif
|
228
|
+
- themes/spree_gray_theme/app/assets/images/drag-handle-green.png
|
229
|
+
- themes/spree_gray_theme/app/assets/images/favicon.ico
|
230
|
+
- themes/spree_gray_theme/app/assets/images/gallery-thumb.jpg
|
231
|
+
- themes/spree_gray_theme/app/assets/images/green/left_01.png
|
232
|
+
- themes/spree_gray_theme/app/assets/images/green/right_01.png
|
233
|
+
- themes/spree_gray_theme/app/assets/images/grid.png
|
234
|
+
- themes/spree_gray_theme/app/assets/images/heading-bg.png
|
235
|
+
- themes/spree_gray_theme/app/assets/images/icon-magnify.png
|
236
|
+
- themes/spree_gray_theme/app/assets/images/icons/add-to-cart.png
|
237
|
+
- themes/spree_gray_theme/app/assets/images/icons/checkout.png
|
238
|
+
- themes/spree_gray_theme/app/assets/images/icons/delete.png
|
239
|
+
- themes/spree_gray_theme/app/assets/images/icons/update.png
|
240
|
+
- themes/spree_gray_theme/app/assets/images/img-bg-effect.png
|
241
|
+
- themes/spree_gray_theme/app/assets/images/img-bg.png
|
242
|
+
- themes/spree_gray_theme/app/assets/images/input-bg.png
|
243
|
+
- themes/spree_gray_theme/app/assets/images/large-img.jpg
|
244
|
+
- themes/spree_gray_theme/app/assets/images/left_01.png
|
245
|
+
- themes/spree_gray_theme/app/assets/images/left_01_small.png
|
246
|
+
- themes/spree_gray_theme/app/assets/images/logo-adidas.png
|
247
|
+
- themes/spree_gray_theme/app/assets/images/logo-peter-ingland.png
|
248
|
+
- themes/spree_gray_theme/app/assets/images/logo-puma.png
|
249
|
+
- themes/spree_gray_theme/app/assets/images/logo.png
|
250
|
+
- themes/spree_gray_theme/app/assets/images/master_cid.jpg
|
251
|
+
- themes/spree_gray_theme/app/assets/images/menu-current.png
|
252
|
+
- themes/spree_gray_theme/app/assets/images/menu-hover.png
|
253
|
+
- themes/spree_gray_theme/app/assets/images/nav-border.gif
|
254
|
+
- themes/spree_gray_theme/app/assets/images/noimage/mini.jpg
|
255
|
+
- themes/spree_gray_theme/app/assets/images/noimage/mini.png
|
256
|
+
- themes/spree_gray_theme/app/assets/images/noimage/product.jpg
|
257
|
+
- themes/spree_gray_theme/app/assets/images/noimage/product.png
|
258
|
+
- themes/spree_gray_theme/app/assets/images/noimage/small.jpg
|
259
|
+
- themes/spree_gray_theme/app/assets/images/noimage/small.png
|
260
|
+
- themes/spree_gray_theme/app/assets/images/openid-inputicon.gif
|
261
|
+
- themes/spree_gray_theme/app/assets/images/orange/left_03.png
|
262
|
+
- themes/spree_gray_theme/app/assets/images/orange/right_03.png
|
263
|
+
- themes/spree_gray_theme/app/assets/images/pro-thumb-1.jpg
|
264
|
+
- themes/spree_gray_theme/app/assets/images/pro-thumb-2.jpg
|
265
|
+
- themes/spree_gray_theme/app/assets/images/pro-thumb-3.jpg
|
266
|
+
- themes/spree_gray_theme/app/assets/images/pro-thumb-4.jpg
|
267
|
+
- themes/spree_gray_theme/app/assets/images/pro-thumb-5.jpg
|
268
|
+
- themes/spree_gray_theme/app/assets/images/pro-thumb-6.jpg
|
269
|
+
- themes/spree_gray_theme/app/assets/images/pro-thumb-7.jpg
|
270
|
+
- themes/spree_gray_theme/app/assets/images/pro-thumb-8.jpg
|
271
|
+
- themes/spree_gray_theme/app/assets/images/progress.gif
|
272
|
+
- themes/spree_gray_theme/app/assets/images/rails.png
|
273
|
+
- themes/spree_gray_theme/app/assets/images/reorder.jpg
|
274
|
+
- themes/spree_gray_theme/app/assets/images/right_01.png
|
275
|
+
- themes/spree_gray_theme/app/assets/images/right_01_small.png
|
276
|
+
- themes/spree_gray_theme/app/assets/images/sbtn-submit.png
|
277
|
+
- themes/spree_gray_theme/app/assets/images/separator.png
|
278
|
+
- themes/spree_gray_theme/app/assets/images/shadow-top.png
|
279
|
+
- themes/spree_gray_theme/app/assets/images/shadow_top.png
|
280
|
+
- themes/spree_gray_theme/app/assets/images/slider01.jpg
|
281
|
+
- themes/spree_gray_theme/app/assets/images/spinner.gif
|
282
|
+
- themes/spree_gray_theme/app/assets/images/spree.jpg
|
283
|
+
- themes/spree_gray_theme/app/assets/images/spree/progress.gif
|
284
|
+
- themes/spree_gray_theme/app/assets/images/spree/spinner.gif
|
285
|
+
- themes/spree_gray_theme/app/assets/images/spree/spree.jpg
|
286
|
+
- themes/spree_gray_theme/app/assets/images/step-progress/completed-completed.gif
|
287
|
+
- themes/spree_gray_theme/app/assets/images/step-progress/completed-current.gif
|
288
|
+
- themes/spree_gray_theme/app/assets/images/step-progress/completed-first.gif
|
289
|
+
- themes/spree_gray_theme/app/assets/images/step-progress/current-first.gif
|
290
|
+
- themes/spree_gray_theme/app/assets/images/step-progress/current-incomplete.gif
|
291
|
+
- themes/spree_gray_theme/app/assets/images/step-progress/current-right.gif
|
292
|
+
- themes/spree_gray_theme/app/assets/images/step-progress/incomplete-incomplete.gif
|
293
|
+
- themes/spree_gray_theme/app/assets/images/step-progress/incomplete-right.gif
|
294
|
+
- themes/spree_gray_theme/app/assets/images/steps/1.png
|
295
|
+
- themes/spree_gray_theme/app/assets/images/steps/1_small.png
|
296
|
+
- themes/spree_gray_theme/app/assets/images/steps/2.png
|
297
|
+
- themes/spree_gray_theme/app/assets/images/steps/2_small.png
|
298
|
+
- themes/spree_gray_theme/app/assets/images/steps/3.png
|
299
|
+
- themes/spree_gray_theme/app/assets/images/steps/3_small.png
|
300
|
+
- themes/spree_gray_theme/app/assets/images/steps/4.png
|
301
|
+
- themes/spree_gray_theme/app/assets/images/steps/4_small.png
|
302
|
+
- themes/spree_gray_theme/app/assets/images/steps/5.png
|
303
|
+
- themes/spree_gray_theme/app/assets/images/steps/5_small.png
|
304
|
+
- themes/spree_gray_theme/app/assets/images/steps/6.png
|
305
|
+
- themes/spree_gray_theme/app/assets/images/steps/6_small.png
|
306
|
+
- themes/spree_gray_theme/app/assets/images/store/auth-icons.png
|
307
|
+
- themes/spree_gray_theme/app/assets/images/store/bg.jpg
|
308
|
+
- themes/spree_gray_theme/app/assets/images/store/cart.png
|
309
|
+
- themes/spree_gray_theme/app/assets/images/store/footer_bkgd.jpg
|
310
|
+
- themes/spree_gray_theme/app/assets/images/store/icons/american-express-curved-32px.png
|
311
|
+
- themes/spree_gray_theme/app/assets/images/store/icons/discover-curved-32px.png
|
312
|
+
- themes/spree_gray_theme/app/assets/images/store/icons/facebook.png
|
313
|
+
- themes/spree_gray_theme/app/assets/images/store/icons/mastercard-curved-32px.png
|
314
|
+
- themes/spree_gray_theme/app/assets/images/store/icons/social-icons-rollover.png
|
315
|
+
- themes/spree_gray_theme/app/assets/images/store/icons/social-icons.png
|
316
|
+
- themes/spree_gray_theme/app/assets/images/store/icons/twitter.png
|
317
|
+
- themes/spree_gray_theme/app/assets/images/store/icons/visa-curved-32px.png
|
318
|
+
- themes/spree_gray_theme/app/assets/images/store/kid.jpg
|
319
|
+
- themes/spree_gray_theme/app/assets/images/store/logo.png
|
320
|
+
- themes/spree_gray_theme/app/assets/images/store/narrow_bg.png
|
321
|
+
- themes/spree_gray_theme/app/assets/images/store/satellite-radios-bg.jpg
|
322
|
+
- themes/spree_gray_theme/app/assets/images/store/search_bg_s1.gif
|
323
|
+
- themes/spree_gray_theme/app/assets/images/store/select_arrow.gif
|
324
|
+
- themes/spree_gray_theme/app/assets/images/store/shadow_top.png
|
325
|
+
- themes/spree_gray_theme/app/assets/images/store/social-icons-rollover.png
|
326
|
+
- themes/spree_gray_theme/app/assets/images/store/social-icons.png
|
327
|
+
- themes/spree_gray_theme/app/assets/images/sxsw-ribbon-v1.png
|
328
|
+
- themes/spree_gray_theme/app/assets/images/tab_bottom.gif
|
329
|
+
- themes/spree_gray_theme/app/assets/images/thum-product.png
|
330
|
+
- themes/spree_gray_theme/app/assets/images/tile-header.png
|
331
|
+
- themes/spree_gray_theme/app/assets/images/tile-slider.png
|
332
|
+
- themes/spree_gray_theme/app/assets/images/top-shine.png
|
333
|
+
- themes/spree_gray_theme/app/assets/images/tree-nav-icons/bullet.gif
|
334
|
+
- themes/spree_gray_theme/app/assets/images/tree-nav-icons/minus.gif
|
335
|
+
- themes/spree_gray_theme/app/assets/images/tree-nav-icons/plus.gif
|
336
|
+
- themes/spree_gray_theme/app/assets/images/tree-nav-icons/treeview-loading.gif
|
337
|
+
- themes/spree_gray_theme/app/assets/images/tree-nav-icons/treeview-sprite.gif
|
338
|
+
- themes/spree_gray_theme/app/assets/images/update.png
|
339
|
+
- themes/spree_gray_theme/app/assets/images/visa_cid.gif
|
340
|
+
- themes/spree_gray_theme/app/assets/images/wrapper-back-2.png
|
341
|
+
- themes/spree_gray_theme/app/assets/images/wrapper-back.png
|
342
|
+
- themes/spree_gray_theme/app/assets/images/yui-menubaritem_submenuindicator.png
|
343
|
+
- themes/spree_gray_theme/app/assets/images/yui-menubaritem_submenuindicator_disabled.png
|
344
|
+
- themes/spree_gray_theme/app/assets/images/yui-menuitem_checkbox.png
|
345
|
+
- themes/spree_gray_theme/app/assets/images/yui-menuitem_checkbox_disabled.png
|
346
|
+
- themes/spree_gray_theme/app/assets/images/yui-menuitem_submenuindicator.png
|
347
|
+
- themes/spree_gray_theme/app/assets/images/yui-menuitem_submenuindicator_disabled.png
|
348
|
+
- themes/spree_gray_theme/app/assets/images/yui-sprite.png
|
349
|
+
- themes/spree_gray_theme/app/assets/javascripts/store/address.js
|
350
|
+
- themes/spree_gray_theme/app/assets/stylesheets/store/hacks.css
|
351
|
+
- themes/spree_gray_theme/app/assets/stylesheets/store/reset.css
|
352
|
+
- themes/spree_gray_theme/app/assets/stylesheets/store/style.css
|
353
|
+
- themes/spree_gray_theme/app/overrides/add_checkout_edit.rb
|
354
|
+
- themes/spree_gray_theme/app/overrides/add_store_head.rb
|
355
|
+
- themes/spree_gray_theme/app/overrides/remove_user_edit.rb
|
356
|
+
- themes/spree_gray_theme/app/overrides/remove_user_login.rb
|
357
|
+
- themes/spree_gray_theme/app/overrides/replace_checkout_confirm.rb
|
358
|
+
- themes/spree_gray_theme/app/overrides/replace_checkout_delivery.rb
|
359
|
+
- themes/spree_gray_theme/app/overrides/replace_checkout_edit.rb
|
360
|
+
- themes/spree_gray_theme/app/overrides/replace_checkout_payment.rb
|
361
|
+
- themes/spree_gray_theme/app/overrides/replace_checkout_registration.rb
|
362
|
+
- themes/spree_gray_theme/app/overrides/replace_orders_edit.rb
|
363
|
+
- themes/spree_gray_theme/app/overrides/replace_orders_form.rb
|
364
|
+
- themes/spree_gray_theme/app/overrides/replace_orders_line_item.rb
|
365
|
+
- themes/spree_gray_theme/app/overrides/replace_orders_show.rb
|
366
|
+
- themes/spree_gray_theme/app/overrides/replace_payment_gateway.rb
|
367
|
+
- themes/spree_gray_theme/app/overrides/replace_product_show.rb
|
368
|
+
- themes/spree_gray_theme/app/overrides/replace_products_taxons.rb
|
369
|
+
- themes/spree_gray_theme/app/overrides/replace_shared_error_messages.rb
|
370
|
+
- themes/spree_gray_theme/app/overrides/replace_shared_filters.rb
|
371
|
+
- themes/spree_gray_theme/app/overrides/replace_shared_order_details.rb
|
372
|
+
- themes/spree_gray_theme/app/overrides/replace_shared_products.rb
|
373
|
+
- themes/spree_gray_theme/app/overrides/replace_shared_products_search_title.rb
|
374
|
+
- themes/spree_gray_theme/app/overrides/replace_shared_taxon.rb
|
375
|
+
- themes/spree_gray_theme/app/overrides/replace_store_head.rb
|
376
|
+
- themes/spree_gray_theme/app/overrides/replace_store_layout.rb
|
377
|
+
- themes/spree_gray_theme/app/overrides/replace_taxons_show.rb
|
378
|
+
- themes/spree_gray_theme/app/overrides/replace_user_edit.rb
|
379
|
+
- themes/spree_gray_theme/app/overrides/replace_user_form.rb
|
380
|
+
- themes/spree_gray_theme/app/overrides/replace_user_login.rb
|
381
|
+
- themes/spree_gray_theme/app/overrides/replace_user_passwords_new.rb
|
382
|
+
- themes/spree_gray_theme/app/overrides/replace_user_registration.rb
|
383
|
+
- themes/spree_gray_theme/app/overrides/replace_user_sessions_new.rb
|
384
|
+
- themes/spree_gray_theme/app/overrides/replace_user_show.rb
|
385
|
+
- themes/spree_gray_theme/app/views/spree/checkout/_address.html.erb
|
386
|
+
- themes/spree_gray_theme/app/views/spree/products/_cart_form.html.erb
|
387
|
+
- themes/spree_gray_theme/app/views/spree/products/_properties.html.erb
|
388
|
+
- themes/spree_gray_theme/app/views/spree/products/_thumbnails.html.erb
|
389
|
+
- themes/spree_odg_theme/app/assets/images/Thumbs.db
|
390
|
+
- themes/spree_odg_theme/app/assets/images/add-to-cart.png
|
391
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/active-tab.png
|
392
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/admin_tab_back.png
|
393
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/admin_tab_selected_back.png
|
394
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/content-back-blue.png
|
395
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/content-back-green.png
|
396
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/content-back.png
|
397
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/flash-error.png
|
398
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/flash-notice.png
|
399
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/green-stripes.gif
|
400
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/green-stripes.png
|
401
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/grid_header_back.png
|
402
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/grid_header_back_green.png
|
403
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/header-bg.png
|
404
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/header.png
|
405
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/header_bg.jpg
|
406
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/menu-current.png
|
407
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/red-stripes.gif
|
408
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/red-stripes.png
|
409
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/spree_50.png
|
410
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/subnav-divider.png
|
411
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/subnav.png
|
412
|
+
- themes/spree_odg_theme/app/assets/images/admin/bg/tab-back.png
|
413
|
+
- themes/spree_odg_theme/app/assets/images/admin/buttons/blue/left_01.png
|
414
|
+
- themes/spree_odg_theme/app/assets/images/admin/buttons/blue/right_01.png
|
415
|
+
- themes/spree_odg_theme/app/assets/images/admin/buttons/drag-handle-green.png
|
416
|
+
- themes/spree_odg_theme/app/assets/images/admin/buttons/green/left_01.png
|
417
|
+
- themes/spree_odg_theme/app/assets/images/admin/buttons/green/right_01.png
|
418
|
+
- themes/spree_odg_theme/app/assets/images/admin/buttons/left_01.png
|
419
|
+
- themes/spree_odg_theme/app/assets/images/admin/buttons/left_01_small.png
|
420
|
+
- themes/spree_odg_theme/app/assets/images/admin/buttons/orange/left_03.png
|
421
|
+
- themes/spree_odg_theme/app/assets/images/admin/buttons/orange/right_03.png
|
422
|
+
- themes/spree_odg_theme/app/assets/images/admin/buttons/right_01.png
|
423
|
+
- themes/spree_odg_theme/app/assets/images/admin/buttons/right_01_small.png
|
424
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/16x16/1.png
|
425
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/16x16/10.png
|
426
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/16x16/2.png
|
427
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/16x16/3.png
|
428
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/16x16/4.png
|
429
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/16x16/5.png
|
430
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/16x16/6.png
|
431
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/16x16/7.png
|
432
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/16x16/8.png
|
433
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/16x16/9.png
|
434
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/32x32/1.png
|
435
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/32x32/10.png
|
436
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/32x32/11.png
|
437
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/32x32/2.png
|
438
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/32x32/3.png
|
439
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/32x32/4.png
|
440
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/32x32/5.png
|
441
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/32x32/6.png
|
442
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/32x32/7.png
|
443
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/32x32/8.png
|
444
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/32x32/9.png
|
445
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/accept.png
|
446
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/add.gif
|
447
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/add.png
|
448
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/arrow-down.gif
|
449
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/cross.png
|
450
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/delete.gif
|
451
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/delete.png
|
452
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/drag.gif
|
453
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/edit.gif
|
454
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/edit.png
|
455
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/email.png
|
456
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/error.png
|
457
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/exclamation.png
|
458
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/feed.png
|
459
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/pdf.png
|
460
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/reorder.gif
|
461
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/search.gif
|
462
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/send-email.png
|
463
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/stop.png
|
464
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/switch.png
|
465
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/tick.png
|
466
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/up.gif
|
467
|
+
- themes/spree_odg_theme/app/assets/images/admin/icons/xls.png
|
468
|
+
- themes/spree_odg_theme/app/assets/images/admin/payment_banner.png
|
469
|
+
- themes/spree_odg_theme/app/assets/images/admin/progress.gif
|
470
|
+
- themes/spree_odg_theme/app/assets/images/admin/tabs/off-left.png
|
471
|
+
- themes/spree_odg_theme/app/assets/images/admin/tabs/off-right.png
|
472
|
+
- themes/spree_odg_theme/app/assets/images/admin/tabs/on-left.png
|
473
|
+
- themes/spree_odg_theme/app/assets/images/admin/tabs/on-right.png
|
474
|
+
- themes/spree_odg_theme/app/assets/images/ajax_loader.gif
|
475
|
+
- themes/spree_odg_theme/app/assets/images/amex_cid.gif
|
476
|
+
- themes/spree_odg_theme/app/assets/images/arrow-down.png
|
477
|
+
- themes/spree_odg_theme/app/assets/images/arrow-up.png
|
478
|
+
- themes/spree_odg_theme/app/assets/images/arrow.gif
|
479
|
+
- themes/spree_odg_theme/app/assets/images/bg-button-hover.png
|
480
|
+
- themes/spree_odg_theme/app/assets/images/bg-button-pressed.png
|
481
|
+
- themes/spree_odg_theme/app/assets/images/bg-button.gif
|
482
|
+
- themes/spree_odg_theme/app/assets/images/bg-button.png
|
483
|
+
- themes/spree_odg_theme/app/assets/images/blt-dot.png
|
484
|
+
- themes/spree_odg_theme/app/assets/images/blt-globalnav.gif
|
485
|
+
- themes/spree_odg_theme/app/assets/images/blt-square.gif
|
486
|
+
- themes/spree_odg_theme/app/assets/images/blue/left_01.png
|
487
|
+
- themes/spree_odg_theme/app/assets/images/blue/right_01.png
|
488
|
+
- themes/spree_odg_theme/app/assets/images/body-back.png
|
489
|
+
- themes/spree_odg_theme/app/assets/images/bottom_shine.png
|
490
|
+
- themes/spree_odg_theme/app/assets/images/breadcrumb.gif
|
491
|
+
- themes/spree_odg_theme/app/assets/images/button-dark-hover.png
|
492
|
+
- themes/spree_odg_theme/app/assets/images/button-dark.png
|
493
|
+
- themes/spree_odg_theme/app/assets/images/buttons/bg-button-hover.png
|
494
|
+
- themes/spree_odg_theme/app/assets/images/buttons/bg-button-pressed.png
|
495
|
+
- themes/spree_odg_theme/app/assets/images/buttons/bg-button.gif
|
496
|
+
- themes/spree_odg_theme/app/assets/images/buttons/bg-button.png
|
497
|
+
- themes/spree_odg_theme/app/assets/images/buttons/blue/left_01.png
|
498
|
+
- themes/spree_odg_theme/app/assets/images/buttons/blue/right_01.png
|
499
|
+
- themes/spree_odg_theme/app/assets/images/buttons/button-dark-hover.png
|
500
|
+
- themes/spree_odg_theme/app/assets/images/buttons/button-dark.png
|
501
|
+
- themes/spree_odg_theme/app/assets/images/buttons/drag-handle-green.png
|
502
|
+
- themes/spree_odg_theme/app/assets/images/buttons/green/left_01.png
|
503
|
+
- themes/spree_odg_theme/app/assets/images/buttons/green/right_01.png
|
504
|
+
- themes/spree_odg_theme/app/assets/images/buttons/left_01.png
|
505
|
+
- themes/spree_odg_theme/app/assets/images/buttons/left_01_small.png
|
506
|
+
- themes/spree_odg_theme/app/assets/images/buttons/orange/left_03.png
|
507
|
+
- themes/spree_odg_theme/app/assets/images/buttons/orange/right_03.png
|
508
|
+
- themes/spree_odg_theme/app/assets/images/buttons/right_01.png
|
509
|
+
- themes/spree_odg_theme/app/assets/images/buttons/right_01_small.png
|
510
|
+
- themes/spree_odg_theme/app/assets/images/buttons/sxsw-ribbon-v1.png
|
511
|
+
- themes/spree_odg_theme/app/assets/images/buttons/top-shine.png
|
512
|
+
- themes/spree_odg_theme/app/assets/images/calendar_date_select/calendar.gif
|
513
|
+
- themes/spree_odg_theme/app/assets/images/cart-empty.png
|
514
|
+
- themes/spree_odg_theme/app/assets/images/cart-empty_x32.png
|
515
|
+
- themes/spree_odg_theme/app/assets/images/cart-full.png
|
516
|
+
- themes/spree_odg_theme/app/assets/images/cart-full_x32.png
|
517
|
+
- themes/spree_odg_theme/app/assets/images/checkout.png
|
518
|
+
- themes/spree_odg_theme/app/assets/images/close-btn.png
|
519
|
+
- themes/spree_odg_theme/app/assets/images/close-btn2.png
|
520
|
+
- themes/spree_odg_theme/app/assets/images/credit-card-logo.gif
|
521
|
+
- themes/spree_odg_theme/app/assets/images/creditcard.gif
|
522
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/amex_cid.gif
|
523
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/creditcard.gif
|
524
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/discover_cid.gif
|
525
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/american_express.png
|
526
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/cirrus.png
|
527
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/delta.png
|
528
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/dinersclub.png
|
529
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/directdebit.png
|
530
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/discover.png
|
531
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/egold.png
|
532
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/maestro.png
|
533
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/master.png
|
534
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/paypal.png
|
535
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/solo.png
|
536
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/switch.png
|
537
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/visa.png
|
538
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/visaelectron.png
|
539
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/westernunion.png
|
540
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/wirecard.png
|
541
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/icons/worldpay.png
|
542
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/master_cid.jpg
|
543
|
+
- themes/spree_odg_theme/app/assets/images/creditcards/visa_cid.gif
|
544
|
+
- themes/spree_odg_theme/app/assets/images/datepicker/backstripes.gif
|
545
|
+
- themes/spree_odg_theme/app/assets/images/datepicker/bg_header.jpg
|
546
|
+
- themes/spree_odg_theme/app/assets/images/datepicker/bullet1.gif
|
547
|
+
- themes/spree_odg_theme/app/assets/images/datepicker/bullet2.gif
|
548
|
+
- themes/spree_odg_theme/app/assets/images/datepicker/cal.gif
|
549
|
+
- themes/spree_odg_theme/app/assets/images/datepicker/gradient-e5e5e5-ffffff.gif
|
550
|
+
- themes/spree_odg_theme/app/assets/images/delete-icon.png
|
551
|
+
- themes/spree_odg_theme/app/assets/images/discover_cid.gif
|
552
|
+
- themes/spree_odg_theme/app/assets/images/drag-handle-green.png
|
553
|
+
- themes/spree_odg_theme/app/assets/images/favicon.ico
|
554
|
+
- themes/spree_odg_theme/app/assets/images/gallery-thumb.jpg
|
555
|
+
- themes/spree_odg_theme/app/assets/images/green/left_01.png
|
556
|
+
- themes/spree_odg_theme/app/assets/images/green/right_01.png
|
557
|
+
- themes/spree_odg_theme/app/assets/images/grid.png
|
558
|
+
- themes/spree_odg_theme/app/assets/images/heading-bg.png
|
559
|
+
- themes/spree_odg_theme/app/assets/images/icon-magnify.png
|
560
|
+
- themes/spree_odg_theme/app/assets/images/icons/add-to-cart.png
|
561
|
+
- themes/spree_odg_theme/app/assets/images/icons/checkout.png
|
562
|
+
- themes/spree_odg_theme/app/assets/images/icons/delete.png
|
563
|
+
- themes/spree_odg_theme/app/assets/images/icons/update.png
|
564
|
+
- themes/spree_odg_theme/app/assets/images/img-bg-effect.png
|
565
|
+
- themes/spree_odg_theme/app/assets/images/img-bg.png
|
566
|
+
- themes/spree_odg_theme/app/assets/images/input-bg.png
|
567
|
+
- themes/spree_odg_theme/app/assets/images/large-img.jpg
|
568
|
+
- themes/spree_odg_theme/app/assets/images/left_01.png
|
569
|
+
- themes/spree_odg_theme/app/assets/images/left_01_small.png
|
570
|
+
- themes/spree_odg_theme/app/assets/images/logo-adidas.png
|
571
|
+
- themes/spree_odg_theme/app/assets/images/logo-peter-ingland.png
|
572
|
+
- themes/spree_odg_theme/app/assets/images/logo-puma.png
|
573
|
+
- themes/spree_odg_theme/app/assets/images/logo.png
|
574
|
+
- themes/spree_odg_theme/app/assets/images/master_cid.jpg
|
575
|
+
- themes/spree_odg_theme/app/assets/images/menu-current.png
|
576
|
+
- themes/spree_odg_theme/app/assets/images/menu-hover.png
|
577
|
+
- themes/spree_odg_theme/app/assets/images/nav-border.gif
|
578
|
+
- themes/spree_odg_theme/app/assets/images/noimage/mini.jpg
|
579
|
+
- themes/spree_odg_theme/app/assets/images/noimage/mini.png
|
580
|
+
- themes/spree_odg_theme/app/assets/images/noimage/product.jpg
|
581
|
+
- themes/spree_odg_theme/app/assets/images/noimage/product.png
|
582
|
+
- themes/spree_odg_theme/app/assets/images/noimage/small.jpg
|
583
|
+
- themes/spree_odg_theme/app/assets/images/noimage/small.png
|
584
|
+
- themes/spree_odg_theme/app/assets/images/openid-inputicon.gif
|
585
|
+
- themes/spree_odg_theme/app/assets/images/orange/left_03.png
|
586
|
+
- themes/spree_odg_theme/app/assets/images/orange/right_03.png
|
587
|
+
- themes/spree_odg_theme/app/assets/images/pro-thumb-1.jpg
|
588
|
+
- themes/spree_odg_theme/app/assets/images/pro-thumb-2.jpg
|
589
|
+
- themes/spree_odg_theme/app/assets/images/pro-thumb-3.jpg
|
590
|
+
- themes/spree_odg_theme/app/assets/images/pro-thumb-4.jpg
|
591
|
+
- themes/spree_odg_theme/app/assets/images/pro-thumb-5.jpg
|
592
|
+
- themes/spree_odg_theme/app/assets/images/pro-thumb-6.jpg
|
593
|
+
- themes/spree_odg_theme/app/assets/images/pro-thumb-7.jpg
|
594
|
+
- themes/spree_odg_theme/app/assets/images/pro-thumb-8.jpg
|
595
|
+
- themes/spree_odg_theme/app/assets/images/progress.gif
|
596
|
+
- themes/spree_odg_theme/app/assets/images/rails.png
|
597
|
+
- themes/spree_odg_theme/app/assets/images/reorder.jpg
|
598
|
+
- themes/spree_odg_theme/app/assets/images/right_01.png
|
599
|
+
- themes/spree_odg_theme/app/assets/images/right_01_small.png
|
600
|
+
- themes/spree_odg_theme/app/assets/images/sbtn-submit.png
|
601
|
+
- themes/spree_odg_theme/app/assets/images/separator.png
|
602
|
+
- themes/spree_odg_theme/app/assets/images/shadow-top.png
|
603
|
+
- themes/spree_odg_theme/app/assets/images/shadow_top.png
|
604
|
+
- themes/spree_odg_theme/app/assets/images/slider01.jpg
|
605
|
+
- themes/spree_odg_theme/app/assets/images/spinner.gif
|
606
|
+
- themes/spree_odg_theme/app/assets/images/spree.jpg
|
607
|
+
- themes/spree_odg_theme/app/assets/images/spree/progress.gif
|
608
|
+
- themes/spree_odg_theme/app/assets/images/spree/spinner.gif
|
609
|
+
- themes/spree_odg_theme/app/assets/images/spree/spree.jpg
|
610
|
+
- themes/spree_odg_theme/app/assets/images/step-progress/completed-completed.gif
|
611
|
+
- themes/spree_odg_theme/app/assets/images/step-progress/completed-current.gif
|
612
|
+
- themes/spree_odg_theme/app/assets/images/step-progress/completed-first.gif
|
613
|
+
- themes/spree_odg_theme/app/assets/images/step-progress/current-first.gif
|
614
|
+
- themes/spree_odg_theme/app/assets/images/step-progress/current-incomplete.gif
|
615
|
+
- themes/spree_odg_theme/app/assets/images/step-progress/current-right.gif
|
616
|
+
- themes/spree_odg_theme/app/assets/images/step-progress/incomplete-incomplete.gif
|
617
|
+
- themes/spree_odg_theme/app/assets/images/step-progress/incomplete-right.gif
|
618
|
+
- themes/spree_odg_theme/app/assets/images/steps/1.png
|
619
|
+
- themes/spree_odg_theme/app/assets/images/steps/1_small.png
|
620
|
+
- themes/spree_odg_theme/app/assets/images/steps/2.png
|
621
|
+
- themes/spree_odg_theme/app/assets/images/steps/2_small.png
|
622
|
+
- themes/spree_odg_theme/app/assets/images/steps/3.png
|
623
|
+
- themes/spree_odg_theme/app/assets/images/steps/3_small.png
|
624
|
+
- themes/spree_odg_theme/app/assets/images/steps/4.png
|
625
|
+
- themes/spree_odg_theme/app/assets/images/steps/4_small.png
|
626
|
+
- themes/spree_odg_theme/app/assets/images/steps/5.png
|
627
|
+
- themes/spree_odg_theme/app/assets/images/steps/5_small.png
|
628
|
+
- themes/spree_odg_theme/app/assets/images/steps/6.png
|
629
|
+
- themes/spree_odg_theme/app/assets/images/steps/6_small.png
|
630
|
+
- themes/spree_odg_theme/app/assets/images/store/auth-icons.png
|
631
|
+
- themes/spree_odg_theme/app/assets/images/store/bg.jpg
|
632
|
+
- themes/spree_odg_theme/app/assets/images/store/cart.png
|
633
|
+
- themes/spree_odg_theme/app/assets/images/store/footer_bkgd.jpg
|
634
|
+
- themes/spree_odg_theme/app/assets/images/store/icons/american-express-curved-32px.png
|
635
|
+
- themes/spree_odg_theme/app/assets/images/store/icons/discover-curved-32px.png
|
636
|
+
- themes/spree_odg_theme/app/assets/images/store/icons/facebook.png
|
637
|
+
- themes/spree_odg_theme/app/assets/images/store/icons/mastercard-curved-32px.png
|
638
|
+
- themes/spree_odg_theme/app/assets/images/store/icons/social-icons-rollover.png
|
639
|
+
- themes/spree_odg_theme/app/assets/images/store/icons/social-icons.png
|
640
|
+
- themes/spree_odg_theme/app/assets/images/store/icons/twitter.png
|
641
|
+
- themes/spree_odg_theme/app/assets/images/store/icons/visa-curved-32px.png
|
642
|
+
- themes/spree_odg_theme/app/assets/images/store/kid.jpg
|
643
|
+
- themes/spree_odg_theme/app/assets/images/store/logo.png
|
644
|
+
- themes/spree_odg_theme/app/assets/images/store/narrow_bg.png
|
645
|
+
- themes/spree_odg_theme/app/assets/images/store/satellite-radios-bg.jpg
|
646
|
+
- themes/spree_odg_theme/app/assets/images/store/search_bg_s1.gif
|
647
|
+
- themes/spree_odg_theme/app/assets/images/store/select_arrow.gif
|
648
|
+
- themes/spree_odg_theme/app/assets/images/store/shadow_top.png
|
649
|
+
- themes/spree_odg_theme/app/assets/images/store/social-icons-rollover.png
|
650
|
+
- themes/spree_odg_theme/app/assets/images/store/social-icons.png
|
651
|
+
- themes/spree_odg_theme/app/assets/images/sxsw-ribbon-v1.png
|
652
|
+
- themes/spree_odg_theme/app/assets/images/tab_bottom.gif
|
653
|
+
- themes/spree_odg_theme/app/assets/images/thum-product.png
|
654
|
+
- themes/spree_odg_theme/app/assets/images/tile-header.png
|
655
|
+
- themes/spree_odg_theme/app/assets/images/tile-slider.png
|
656
|
+
- themes/spree_odg_theme/app/assets/images/top-shine.png
|
657
|
+
- themes/spree_odg_theme/app/assets/images/tree-nav-icons/bullet.gif
|
658
|
+
- themes/spree_odg_theme/app/assets/images/tree-nav-icons/minus.gif
|
659
|
+
- themes/spree_odg_theme/app/assets/images/tree-nav-icons/plus.gif
|
660
|
+
- themes/spree_odg_theme/app/assets/images/tree-nav-icons/treeview-loading.gif
|
661
|
+
- themes/spree_odg_theme/app/assets/images/tree-nav-icons/treeview-sprite.gif
|
662
|
+
- themes/spree_odg_theme/app/assets/images/update.png
|
663
|
+
- themes/spree_odg_theme/app/assets/images/visa_cid.gif
|
664
|
+
- themes/spree_odg_theme/app/assets/images/wrapper-back-2.png
|
665
|
+
- themes/spree_odg_theme/app/assets/images/wrapper-back.png
|
666
|
+
- themes/spree_odg_theme/app/assets/images/yui-menubaritem_submenuindicator.png
|
667
|
+
- themes/spree_odg_theme/app/assets/images/yui-menubaritem_submenuindicator_disabled.png
|
668
|
+
- themes/spree_odg_theme/app/assets/images/yui-menuitem_checkbox.png
|
669
|
+
- themes/spree_odg_theme/app/assets/images/yui-menuitem_checkbox_disabled.png
|
670
|
+
- themes/spree_odg_theme/app/assets/images/yui-menuitem_submenuindicator.png
|
671
|
+
- themes/spree_odg_theme/app/assets/images/yui-menuitem_submenuindicator_disabled.png
|
672
|
+
- themes/spree_odg_theme/app/assets/images/yui-sprite.png
|
673
|
+
- themes/spree_odg_theme/app/assets/javascripts/store/address.js
|
674
|
+
- themes/spree_odg_theme/app/assets/stylesheets/store/hacks.css
|
675
|
+
- themes/spree_odg_theme/app/assets/stylesheets/store/reset.css
|
676
|
+
- themes/spree_odg_theme/app/assets/stylesheets/store/style.css
|
677
|
+
- themes/spree_odg_theme/app/overrides/add_checkout_edit.rb
|
678
|
+
- themes/spree_odg_theme/app/overrides/add_store_head.rb
|
679
|
+
- themes/spree_odg_theme/app/overrides/remove_user_edit.rb
|
680
|
+
- themes/spree_odg_theme/app/overrides/remove_user_login.rb
|
681
|
+
- themes/spree_odg_theme/app/overrides/replace_checkout_confirm.rb
|
682
|
+
- themes/spree_odg_theme/app/overrides/replace_checkout_delivery.rb
|
683
|
+
- themes/spree_odg_theme/app/overrides/replace_checkout_edit.rb
|
684
|
+
- themes/spree_odg_theme/app/overrides/replace_checkout_payment.rb
|
685
|
+
- themes/spree_odg_theme/app/overrides/replace_checkout_registration.rb
|
686
|
+
- themes/spree_odg_theme/app/overrides/replace_orders_edit.rb
|
687
|
+
- themes/spree_odg_theme/app/overrides/replace_orders_form.rb
|
688
|
+
- themes/spree_odg_theme/app/overrides/replace_orders_line_item.rb
|
689
|
+
- themes/spree_odg_theme/app/overrides/replace_orders_show.rb
|
690
|
+
- themes/spree_odg_theme/app/overrides/replace_payment_gateway.rb
|
691
|
+
- themes/spree_odg_theme/app/overrides/replace_product_show.rb
|
692
|
+
- themes/spree_odg_theme/app/overrides/replace_products_taxons.rb
|
693
|
+
- themes/spree_odg_theme/app/overrides/replace_shared_error_messages.rb
|
694
|
+
- themes/spree_odg_theme/app/overrides/replace_shared_filters.rb
|
695
|
+
- themes/spree_odg_theme/app/overrides/replace_shared_order_details.rb
|
696
|
+
- themes/spree_odg_theme/app/overrides/replace_shared_products.rb
|
697
|
+
- themes/spree_odg_theme/app/overrides/replace_shared_products_search_title.rb
|
698
|
+
- themes/spree_odg_theme/app/overrides/replace_shared_taxon.rb
|
699
|
+
- themes/spree_odg_theme/app/overrides/replace_store_head.rb
|
700
|
+
- themes/spree_odg_theme/app/overrides/replace_store_layout.rb
|
701
|
+
- themes/spree_odg_theme/app/overrides/replace_taxons_show.rb
|
702
|
+
- themes/spree_odg_theme/app/overrides/replace_user_edit.rb
|
703
|
+
- themes/spree_odg_theme/app/overrides/replace_user_form.rb
|
704
|
+
- themes/spree_odg_theme/app/overrides/replace_user_login.rb
|
705
|
+
- themes/spree_odg_theme/app/overrides/replace_user_passwords_new.rb
|
706
|
+
- themes/spree_odg_theme/app/overrides/replace_user_registration.rb
|
707
|
+
- themes/spree_odg_theme/app/overrides/replace_user_sessions_new.rb
|
708
|
+
- themes/spree_odg_theme/app/overrides/replace_user_show.rb
|
709
|
+
- themes/spree_odg_theme/app/views/spree/checkout/_address.html.erb
|
710
|
+
- themes/spree_odg_theme/app/views/spree/products/_cart_form.html.erb
|
711
|
+
- themes/spree_odg_theme/app/views/spree/products/_properties.html.erb
|
712
|
+
- themes/spree_odg_theme/app/views/spree/products/_thumbnails.html.erb
|
713
|
+
homepage:
|
714
|
+
licenses: []
|
715
|
+
post_install_message:
|
716
|
+
rdoc_options: []
|
717
|
+
require_paths:
|
718
|
+
- lib
|
719
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
720
|
+
none: false
|
721
|
+
requirements:
|
722
|
+
- - ! '>='
|
723
|
+
- !ruby/object:Gem::Version
|
724
|
+
version: '0'
|
725
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
726
|
+
none: false
|
727
|
+
requirements:
|
728
|
+
- - ! '>='
|
729
|
+
- !ruby/object:Gem::Version
|
730
|
+
version: '0'
|
731
|
+
requirements:
|
732
|
+
- none
|
733
|
+
rubyforge_project:
|
734
|
+
rubygems_version: 1.8.15
|
735
|
+
signing_key:
|
736
|
+
specification_version: 3
|
737
|
+
summary: Spree Multi Theme is a standalone theme for Spree Commerce 1.1.0
|
738
|
+
test_files: []
|