spree_multi_theme 0.1.0

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