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
data/LICENSE
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
Copyright (c) 2007-2012, Spree Commerce, Inc. and other contributors
|
2
|
+
All rights reserved.
|
3
|
+
|
4
|
+
Redistribution and use in source and binary forms, with or without modification,
|
5
|
+
are permitted provided that the following conditions are met:
|
6
|
+
|
7
|
+
* Redistributions of source code must retain the above copyright notice,
|
8
|
+
this list of conditions and the following disclaimer.
|
9
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
10
|
+
this list of conditions and the following disclaimer in the documentation
|
11
|
+
and/or other materials provided with the distribution.
|
12
|
+
* Neither the name Spree nor the names of its contributors may be used to
|
13
|
+
endorse or promote products derived from this software without specific
|
14
|
+
prior written permission.
|
15
|
+
|
16
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
17
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
18
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
19
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
20
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
21
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
22
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
23
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
24
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
25
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
26
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
data/README.md
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
SUMMARY
|
2
|
+
-------
|
3
|
+
|
4
|
+
Spree Multi Theme is a standalone theme for Spree Commerce version 1.1.0.
|
5
|
+
|
6
|
+
This theme is now being used as the base theme for SpreeUI demo store:
|
7
|
+
|
8
|
+
* [View Demo - http://spreeui.railsfactory.com](http://spreeui.railsfactory.com)
|
9
|
+
|
10
|
+
|
11
|
+
INSTALLATION
|
12
|
+
------------
|
13
|
+
|
14
|
+
Add the following line to your Gemfile:
|
15
|
+
|
16
|
+
gem 'spree_multi_theme', :git => 'git@github.com:railsfactory/spree_multi_theme.git'
|
17
|
+
|
18
|
+
NOTE: It's important that you add this line at the bottom of the Gemfile, or at least AFTER any other extension/engine/gem that you'd like to use the theme (i.e. Spree)
|
19
|
+
|
20
|
+
Run bunlder:
|
21
|
+
|
22
|
+
$ bundle install
|
23
|
+
|
24
|
+
Then Start The servers:
|
25
|
+
|
26
|
+
$ rails s
|
27
|
+
|
28
|
+
Optional: Clear out precompiled assets (required for install in sandbox):
|
29
|
+
|
30
|
+
$ rake assets:clean
|
31
|
+
|
32
|
+
Description:
|
33
|
+
|
34
|
+
Following the link "http://spreeui.railsfactory.com/admin" You can see the Theme tab according to the theme list you can select the theme.
|
35
|
+
|
data/Versionfile
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
"1.1.x" => { :branch => "master" }
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,19 @@
|
|
1
|
+
$(document).ready(function(){
|
2
|
+
|
3
|
+
$(".theme-submit-btn").click(function()
|
4
|
+
{
|
5
|
+
$("#content").css("background-image","none");
|
6
|
+
$("#load_image").show();
|
7
|
+
});
|
8
|
+
|
9
|
+
$("#cancel_button").click(function()
|
10
|
+
{
|
11
|
+
$.colorbox.close();
|
12
|
+
});
|
13
|
+
|
14
|
+
$(".theme_options").change(function()
|
15
|
+
{
|
16
|
+
var theme_name=$(this).val();
|
17
|
+
$("#content").css("background-image","url('/assets/admin/"+theme_name+".png')");
|
18
|
+
});
|
19
|
+
});
|
@@ -0,0 +1,21 @@
|
|
1
|
+
class Admin::ThemesController < Spree::Admin::BaseController
|
2
|
+
|
3
|
+
# To select your theme
|
4
|
+
def new
|
5
|
+
@options=THEME_OPTIONS["options"].split(' ')
|
6
|
+
end
|
7
|
+
|
8
|
+
# Selected Theme name is written into sandbox/config/*.yml file
|
9
|
+
def create
|
10
|
+
system "echo theme: \\'#{params[:option]}\\' > #{Rails.root}/config/multi_theme_settings.yml"
|
11
|
+
if Rails.env == "production"
|
12
|
+
system "touch #{Rails.root}/tmp/restart.txt"
|
13
|
+
flash[:notice] = "Store Panel layout is Changed as #{params[:option]}"
|
14
|
+
else
|
15
|
+
load File.expand_path("../../../../config/initializers/load_config.rb", __FILE__)
|
16
|
+
flash[:notice] = "Store Panel layout is Changed as #{params[:option]} Please restart your server"
|
17
|
+
end
|
18
|
+
redirect_to "/admin/themes/new"
|
19
|
+
end
|
20
|
+
|
21
|
+
end
|
@@ -0,0 +1,4 @@
|
|
1
|
+
Deface::Override.new(:virtual_path => %q{spree/admin/shared/_head},
|
2
|
+
:name => %q{add_admin_theme},
|
3
|
+
:insert_after => %q{code[erb-loud]:contains('javascript_include_tag')},
|
4
|
+
:text => %q{<script media="screen" src="/assets/admin/load_theme.js?body=1" type="text/javascript"></script>})
|
@@ -0,0 +1,6 @@
|
|
1
|
+
Deface::Override.new(:virtual_path => "spree/layouts/admin",
|
2
|
+
:name => "add_theme_tab",
|
3
|
+
:insert_bottom => "[data-hook='admin_tabs'], #admin_tabs[data-hook]",
|
4
|
+
:text => "<%= tab(:themes, :url => '/admin/themes/new') %>",
|
5
|
+
:disabled => false,
|
6
|
+
:original => '3e847740dc3e7f924aba1ccb4cb00c7b841649e3')
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<div class="theme_panel">
|
2
|
+
<b>Select Your Theme:</b>
|
3
|
+
<div class="theme-form">
|
4
|
+
<br />
|
5
|
+
<%=form_for(:theme_object,:url=>"/admin/themes",:html=>{:method => "post" }) do |theme|%>
|
6
|
+
<%@options.each do |option|%>
|
7
|
+
<%= radio_button_tag "option" ,"#{option}", APP_THEME['theme'] == option,:class=>"theme_options"%> <%=option%><br />
|
8
|
+
<%end%>
|
9
|
+
<br />
|
10
|
+
<%=theme.submit "Apply Theme", :class=>"theme-submit-btn"%>
|
11
|
+
<%end%>
|
12
|
+
</div>
|
13
|
+
</div>
|
14
|
+
<div id="load_image" style="display:none" ><center><img src="/assets/admin/ajax_loader.gif" width="8%"><br /><br />Please Wait....</center></img></div>
|
15
|
+
|
16
|
+
|
data/config/routes.rb
ADDED
data/config/themes.yml
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
module SpreeMultiTheme
|
2
|
+
class Engine < Rails::Engine
|
3
|
+
|
4
|
+
begin
|
5
|
+
APP_THEME = YAML.load_file("config/multi_theme_settings.yml")
|
6
|
+
rescue
|
7
|
+
text='theme: " "'
|
8
|
+
File.open("config/multi_theme_settings.yml", 'w') {|f| f.write(text) }
|
9
|
+
APP_THEME = YAML.load_file("config/multi_theme_settings.yml")
|
10
|
+
end
|
11
|
+
%x{for m in "`ls #{File.expand_path('../../themes',__FILE__)}`"; do echo "options: \\"$m\\"" > #{File.expand_path('../../config/themes.yml',__FILE__)} ; done}
|
12
|
+
|
13
|
+
railtie_name "spree_multi_theme"
|
14
|
+
@current_theme = APP_THEME['theme']
|
15
|
+
@current_theme = 'theme1' if @current_theme.empty?
|
16
|
+
|
17
|
+
config.autoload_paths += %W(#{config.root}/lib)
|
18
|
+
def self.activate
|
19
|
+
Dir.glob(File.join(File.dirname(__FILE__), "../themes/#{@current_theme}/app/overrides/*.rb")) do |c|
|
20
|
+
Rails.application.config.cache_classes ? require(c) : load(c)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
paths["app/assets"] << "themes/#{@current_theme}/app/assets"
|
24
|
+
paths["app/views"] << "themes/#{@current_theme}/app/views"
|
25
|
+
paths["vendor/assets"] << "themes/#{@current_theme}/vendor/assets"
|
26
|
+
|
27
|
+
config.to_prepare &method(:activate).to_proc
|
28
|
+
end
|
29
|
+
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Gem::Specification.new do |s|
|
2
|
+
s.platform = Gem::Platform::RUBY
|
3
|
+
s.name = 'spree_multi_theme'
|
4
|
+
s.version = '0.1.0'
|
5
|
+
s.summary = 'Spree Multi Theme is a standalone theme for Spree Commerce 1.1.0'
|
6
|
+
|
7
|
+
s.author = 'Railsfactory'
|
8
|
+
s.email = 'spree@railsfactory.org'
|
9
|
+
|
10
|
+
s.files = `git ls-files`.split("\n")
|
11
|
+
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
12
|
+
s.require_path = 'lib'
|
13
|
+
s.requirements << 'none'
|
14
|
+
|
15
|
+
s.has_rdoc = false
|
16
|
+
end
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,374 @@
|
|
1
|
+
|
2
|
+
body {
|
3
|
+
margin: 0;
|
4
|
+
padding: 0;
|
5
|
+
line-height: 1.5em;
|
6
|
+
font-family: Verdana, Arial, san-serif;
|
7
|
+
font-size: 11px;
|
8
|
+
color: #ffffff;
|
9
|
+
background: #4b4743;
|
10
|
+
}
|
11
|
+
|
12
|
+
a:link, a:visited { color: #e6e154; text-decoration: none; font-weight: bold;}
|
13
|
+
a:active, a:hover { color: #e6e154; text-decoration: underline;}
|
14
|
+
|
15
|
+
p {
|
16
|
+
margin: 0px;
|
17
|
+
padding: 0px;
|
18
|
+
}
|
19
|
+
|
20
|
+
img {
|
21
|
+
margin: 0px;
|
22
|
+
padding: 0px;
|
23
|
+
border: none;
|
24
|
+
}
|
25
|
+
|
26
|
+
|
27
|
+
.cleaner {
|
28
|
+
clear: both;
|
29
|
+
width: 100%;
|
30
|
+
height: 1px;
|
31
|
+
font-size: 1px;
|
32
|
+
}
|
33
|
+
|
34
|
+
.cleaner_with_height {
|
35
|
+
clear: both;
|
36
|
+
width: 100%;
|
37
|
+
height: 30px;
|
38
|
+
font-size: 1px;
|
39
|
+
}
|
40
|
+
|
41
|
+
.cleaner_with_width {
|
42
|
+
float: left;
|
43
|
+
width: 20px;
|
44
|
+
height: 30px;
|
45
|
+
font-size: 1px;
|
46
|
+
}
|
47
|
+
|
48
|
+
.buy_now_button a{
|
49
|
+
clear: both;
|
50
|
+
text-align: center;
|
51
|
+
display: block;
|
52
|
+
width: 100px;
|
53
|
+
padding: 4px 0 5px 0;
|
54
|
+
margin-bottom: 10px;
|
55
|
+
background: url(/assets/store/templatemo_btn_02.jpg) no-repeat;
|
56
|
+
color: #FFFFFF;
|
57
|
+
font-weight: bold;
|
58
|
+
text-decoration: none;
|
59
|
+
}
|
60
|
+
|
61
|
+
.detail_button a{
|
62
|
+
clear: both;
|
63
|
+
text-align: center;
|
64
|
+
display: block;
|
65
|
+
width: 100px;
|
66
|
+
padding: 4px 0 5px 0;
|
67
|
+
margin-bottom: 10px;
|
68
|
+
background: url(/assets/store/templatemo_btn_01.jpg) no-repeat;
|
69
|
+
color: #ffffff;
|
70
|
+
font-weight: bold;
|
71
|
+
text-decoration: none;
|
72
|
+
}
|
73
|
+
|
74
|
+
#templatemo_container{
|
75
|
+
width: 960px;
|
76
|
+
margin: 0 auto;
|
77
|
+
padding: 0 10px;
|
78
|
+
background: #1c1c1b url(/assets/store/templatemo_bg.jpg) repeat-y;
|
79
|
+
}
|
80
|
+
|
81
|
+
|
82
|
+
/* menu */
|
83
|
+
|
84
|
+
#templatemo_menu {
|
85
|
+
clear: both;
|
86
|
+
width: 960px;
|
87
|
+
height: 45px;
|
88
|
+
background: url(/assets/store/templatemo_menu_bg.jpg) no-repeat;
|
89
|
+
}
|
90
|
+
|
91
|
+
#templatemo_menu ul {
|
92
|
+
padding: 13px 0 0 0;
|
93
|
+
margin: 0;
|
94
|
+
list-style: none;
|
95
|
+
}
|
96
|
+
|
97
|
+
#templatemo_menu ul li{
|
98
|
+
display: inline;
|
99
|
+
}
|
100
|
+
|
101
|
+
#templatemo_menu ul li a{
|
102
|
+
float: left;
|
103
|
+
padding: 0 20px;
|
104
|
+
font-size: 12px;
|
105
|
+
font-weight: bold;
|
106
|
+
text-align: center;
|
107
|
+
text-decoration: none;
|
108
|
+
color: #969547;
|
109
|
+
}
|
110
|
+
|
111
|
+
#templatemo_menu li a:hover, #templatemo_menu li .current{
|
112
|
+
color: #fcf88e;
|
113
|
+
}
|
114
|
+
|
115
|
+
/* end of menu*/
|
116
|
+
|
117
|
+
/* header */
|
118
|
+
#templatemo_header {
|
119
|
+
clear: both;
|
120
|
+
width: 960px;
|
121
|
+
height: 285px;
|
122
|
+
padding: 0;
|
123
|
+
margin: 0;
|
124
|
+
background: url(/assets/store/templatemo_header_bg_blank.jpg) no-repeat;
|
125
|
+
}
|
126
|
+
|
127
|
+
#templatemo_header a,a:hover {
|
128
|
+
color: #ffffff;
|
129
|
+
}
|
130
|
+
|
131
|
+
#templatemo_header #templatemo_special_offers {
|
132
|
+
float: left;
|
133
|
+
font-size: 14px;
|
134
|
+
margin-top: 95px;
|
135
|
+
margin-left: 490px;
|
136
|
+
width: 180px;
|
137
|
+
}
|
138
|
+
|
139
|
+
#templatemo_special_offers a {
|
140
|
+
font-size: 12px;
|
141
|
+
}
|
142
|
+
|
143
|
+
#templatemo_special_offers p {
|
144
|
+
margin: 0 0 20px 0;
|
145
|
+
}
|
146
|
+
#templatemo_special_offers p span {
|
147
|
+
font-size: 18px;
|
148
|
+
}
|
149
|
+
|
150
|
+
#templatemo_header #templatemo_new_books {
|
151
|
+
float: left;
|
152
|
+
margin-top: 90px;
|
153
|
+
margin-left: 55px;
|
154
|
+
width: 180px;
|
155
|
+
}
|
156
|
+
|
157
|
+
#templatemo_new_books ul {
|
158
|
+
margin: 0 0 10px 0;
|
159
|
+
padding: 0 0 0 20px;
|
160
|
+
}
|
161
|
+
|
162
|
+
#templatemo_new_books li {
|
163
|
+
margin: 0;
|
164
|
+
padding: 0;
|
165
|
+
}
|
166
|
+
|
167
|
+
|
168
|
+
/* end of header */
|
169
|
+
|
170
|
+
|
171
|
+
/* content */
|
172
|
+
#templatemo_content {
|
173
|
+
clear: both;
|
174
|
+
width: 920px;
|
175
|
+
padding: 0 20px;
|
176
|
+
}
|
177
|
+
|
178
|
+
#templatemo_content #templatemo_content_left {
|
179
|
+
float: left;
|
180
|
+
width: 188px;
|
181
|
+
padding: 10px;
|
182
|
+
background-color: #171716;
|
183
|
+
border: 1px solid #212120;
|
184
|
+
}
|
185
|
+
|
186
|
+
#templatemo_content #templatemo_content_right {
|
187
|
+
float: right;
|
188
|
+
width: 670px;
|
189
|
+
}
|
190
|
+
|
191
|
+
|
192
|
+
#templatemo_content_left .templatemo_content_left_section{
|
193
|
+
clear: both;
|
194
|
+
padding-bottom: 10px;
|
195
|
+
border-bottom: 1px solid #2b2b2a;
|
196
|
+
margin-bottom: 20px;
|
197
|
+
}
|
198
|
+
|
199
|
+
.templatemo_content_left_section h1 {
|
200
|
+
font-size: 14px;
|
201
|
+
color: #cbc750;
|
202
|
+
padding: 0 0 5px 0;
|
203
|
+
margin: 0 0 10px 0;
|
204
|
+
border-bottom: 1px dotted #cbc750;
|
205
|
+
}
|
206
|
+
|
207
|
+
.templatemo_content_left_section ul {
|
208
|
+
padding: 0;
|
209
|
+
margin: 0;
|
210
|
+
}
|
211
|
+
|
212
|
+
.templatemo_content_left_section ul li{
|
213
|
+
padding: 0 0 3px 10px;
|
214
|
+
list-style: none;
|
215
|
+
}
|
216
|
+
|
217
|
+
.templatemo_content_left_section ul li a{
|
218
|
+
font-weight: normal;
|
219
|
+
text-decoration: none;
|
220
|
+
color: #969547;
|
221
|
+
}
|
222
|
+
|
223
|
+
.templatemo_content_left_section li a:hover, .templatemo_content_left_section li .current{
|
224
|
+
color: #fcf88e;
|
225
|
+
}
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
#templatemo_content_right .templatemo_product_box {
|
232
|
+
float: left;
|
233
|
+
width: 303px;
|
234
|
+
height: 210px;
|
235
|
+
padding: 10px;
|
236
|
+
border: 1px solid #333;
|
237
|
+
}
|
238
|
+
|
239
|
+
#templatemo_content_right h1 {
|
240
|
+
padding: 10px;
|
241
|
+
margin: 0 0 20px 0;
|
242
|
+
font-size: 15px;
|
243
|
+
color: #cbc750;
|
244
|
+
background: url(/assets/store/templatemo_h1_bg.jpg);
|
245
|
+
}
|
246
|
+
|
247
|
+
#templatemo_content_right h2 {
|
248
|
+
padding: 0 0 0 0;
|
249
|
+
margin: 0 0 20px 0;
|
250
|
+
font-size: 12px;
|
251
|
+
color: #e6e154;
|
252
|
+
}
|
253
|
+
|
254
|
+
#templatemo_content_right h3 {
|
255
|
+
padding: 0;
|
256
|
+
margin: 0 0 20px 0;
|
257
|
+
font-size: 18px;
|
258
|
+
color: #85391f;
|
259
|
+
}
|
260
|
+
|
261
|
+
#templatemo_content_right ul {
|
262
|
+
margin: 0 0 20px 0;
|
263
|
+
padding: 0 0 0 20px;
|
264
|
+
list-style: none;
|
265
|
+
}
|
266
|
+
|
267
|
+
#templatemo_content_right li {
|
268
|
+
padding: 0 0 3px 0;
|
269
|
+
}
|
270
|
+
|
271
|
+
#templatemo_content_right .image_panel {
|
272
|
+
float: left;
|
273
|
+
width: 100px;
|
274
|
+
margin-right: 20px;
|
275
|
+
}
|
276
|
+
|
277
|
+
#templatemo_content_right p {
|
278
|
+
text-align: justify;
|
279
|
+
padding: 0 0 8px 0;
|
280
|
+
}
|
281
|
+
|
282
|
+
.templatemo_product_box h1 span {
|
283
|
+
font-weight: normal;
|
284
|
+
}
|
285
|
+
|
286
|
+
.templatemo_product_box img {
|
287
|
+
float: left;
|
288
|
+
margin-right: 20px;
|
289
|
+
}
|
290
|
+
|
291
|
+
.templatemo_product_box .product_info {
|
292
|
+
float: left;
|
293
|
+
width: 180px;
|
294
|
+
}
|
295
|
+
|
296
|
+
.product_info p {
|
297
|
+
margin-bottom: 15px;
|
298
|
+
}
|
299
|
+
|
300
|
+
/* end of content */
|
301
|
+
|
302
|
+
/* footer */
|
303
|
+
#templatemo_footer {
|
304
|
+
clear: both;
|
305
|
+
width: 960px;
|
306
|
+
padding: 20px 0px 20px 0;
|
307
|
+
text-align: center;
|
308
|
+
border-top: 1px solid #25211e;
|
309
|
+
color: #999;
|
310
|
+
background-color: #111110;
|
311
|
+
}
|
312
|
+
|
313
|
+
#templatemo_footer a{
|
314
|
+
color: #fff;
|
315
|
+
font-weight: normal;
|
316
|
+
}
|
317
|
+
/* end of footer */
|
318
|
+
|
319
|
+
#product-images #main-image { height: 214px;
|
320
|
+
width: 204px;}
|
321
|
+
|
322
|
+
#product-images {width:300px;}
|
323
|
+
|
324
|
+
tr.odd {color:brown; background-color:none;}
|
325
|
+
tr th {color:brown;}
|
326
|
+
|
327
|
+
.product-description h1 {color:#ffffff;}
|
328
|
+
|
329
|
+
#templatemo_content_right p.use_billing {padding: 31px;}
|
330
|
+
|
331
|
+
p.checkbox {float:left; background-color:none;}
|
332
|
+
|
333
|
+
|
334
|
+
|
335
|
+
#thumbnails {
|
336
|
+
padding: 8px 0 0;
|
337
|
+
width: 700px;
|
338
|
+
}
|
339
|
+
|
340
|
+
|
341
|
+
|
342
|
+
#inside-product-cart-form .columns{float: left;}
|
343
|
+
|
344
|
+
#inside-product-cart-form .columns.omega{ padding: 0 0 0 180px;}
|
345
|
+
|
346
|
+
/* product search */
|
347
|
+
.product-search{ padding: 80px 0 0 485px;}
|
348
|
+
.product-search h4{color:tan; margin: 0 0 10px;}
|
349
|
+
.sfield{float:left; margin:0 10px 0 0;}
|
350
|
+
.product-select{width:186px; border:1px solid #808080; font-size:13px; padding:2px;}
|
351
|
+
.search_input{border:1px solid #808080; padding:3px 2px; width:180px; font-size:11px;}
|
352
|
+
|
353
|
+
.sbutton{float:left;}
|
354
|
+
|
355
|
+
tr.alt.line-item {background-color: gray;}
|
356
|
+
|
357
|
+
p.field.checkbox {background-color: black;}
|
358
|
+
|
359
|
+
h6 {color: gray;}
|
360
|
+
|
361
|
+
h4 {color: gray;}
|
362
|
+
|
363
|
+
#product-description h1.product-title {color:gray;}
|
364
|
+
|
365
|
+
li.nowrap {margin-bottom: 8px;}
|
366
|
+
|
367
|
+
#order_summary .steps-data div.columns:first-child {margin-left:0px;}
|
368
|
+
|
369
|
+
#error_explanation , .errors {
|
370
|
+
background-color: #E45353;
|
371
|
+
|
372
|
+
}
|
373
|
+
|
374
|
+
#error_explanation h2,#errorExplanation h2, #errorExplanation p {display:none;}
|