workarea-nvy_theme 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (350) hide show
  1. checksums.yaml +7 -0
  2. data/.editorconfig +16 -0
  3. data/.eslintrc +25 -0
  4. data/.gitignore +24 -0
  5. data/.rubocop.yml +8 -0
  6. data/.scss-lint.yml +192 -0
  7. data/CHANGELOG.md +82 -0
  8. data/Gemfile +17 -0
  9. data/README.md +185 -0
  10. data/Rakefile +62 -0
  11. data/app/assets/fonts/workarea/storefront/hind/hind_bold_webfont.woff +0 -0
  12. data/app/assets/fonts/workarea/storefront/hind/hind_bold_webfont.woff2 +0 -0
  13. data/app/assets/fonts/workarea/storefront/hind/hind_regular_webfont.woff +0 -0
  14. data/app/assets/fonts/workarea/storefront/hind/hind_regular_webfont.woff2 +0 -0
  15. data/app/assets/fonts/workarea/storefront/lora/lora_bold_webfont.woff +0 -0
  16. data/app/assets/fonts/workarea/storefront/lora/lora_bold_webfont.woff2 +0 -0
  17. data/app/assets/fonts/workarea/storefront/lora/lora_bolditalic_webfont.woff +0 -0
  18. data/app/assets/fonts/workarea/storefront/lora/lora_bolditalic_webfont.woff2 +0 -0
  19. data/app/assets/fonts/workarea/storefront/lora/lora_italic_webfont.woff +0 -0
  20. data/app/assets/fonts/workarea/storefront/lora/lora_italic_webfont.woff2 +0 -0
  21. data/app/assets/fonts/workarea/storefront/lora/lora_regular_webfont.woff +0 -0
  22. data/app/assets/fonts/workarea/storefront/lora/lora_regular_webfont.woff2 +0 -0
  23. data/app/assets/fonts/workarea/storefront/muli/muli_bold_webfont.woff +0 -0
  24. data/app/assets/fonts/workarea/storefront/muli/muli_bold_webfont.woff2 +0 -0
  25. data/app/assets/fonts/workarea/storefront/muli/muli_bolditalic_webfont.woff +0 -0
  26. data/app/assets/fonts/workarea/storefront/muli/muli_bolditalic_webfont.woff2 +0 -0
  27. data/app/assets/fonts/workarea/storefront/muli/muli_italic_webfont.woff +0 -0
  28. data/app/assets/fonts/workarea/storefront/muli/muli_italic_webfont.woff2 +0 -0
  29. data/app/assets/fonts/workarea/storefront/muli/muli_regular_webfont.woff +0 -0
  30. data/app/assets/fonts/workarea/storefront/muli/muli_regular_webfont.woff2 +0 -0
  31. data/app/assets/fonts/workarea/storefront/overpass/overpass_bold.woff +0 -0
  32. data/app/assets/fonts/workarea/storefront/overpass/overpass_bold.woff2 +0 -0
  33. data/app/assets/fonts/workarea/storefront/overpass/overpass_bolditalic.woff +0 -0
  34. data/app/assets/fonts/workarea/storefront/overpass/overpass_bolditalic.woff2 +0 -0
  35. data/app/assets/fonts/workarea/storefront/overpass/overpass_italic.woff +0 -0
  36. data/app/assets/fonts/workarea/storefront/overpass/overpass_italic.woff2 +0 -0
  37. data/app/assets/fonts/workarea/storefront/overpass/overpass_regular.woff +0 -0
  38. data/app/assets/fonts/workarea/storefront/overpass/overpass_regular.woff2 +0 -0
  39. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bold_webfont.woff +0 -0
  40. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bold_webfont.woff2 +0 -0
  41. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bolditalic_webfont.woff +0 -0
  42. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bolditalic_webfont.woff2 +0 -0
  43. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_italic_webfont.woff +0 -0
  44. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_italic_webfont.woff2 +0 -0
  45. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_regular_webfont.woff +0 -0
  46. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_regular_webfont.woff2 +0 -0
  47. data/app/assets/fonts/workarea/storefront/poppins/poppins_300.woff +0 -0
  48. data/app/assets/fonts/workarea/storefront/poppins/poppins_300.woff2 +0 -0
  49. data/app/assets/fonts/workarea/storefront/poppins/poppins_500.woff +0 -0
  50. data/app/assets/fonts/workarea/storefront/poppins/poppins_500.woff2 +0 -0
  51. data/app/assets/fonts/workarea/storefront/poppins/poppins_700.woff +0 -0
  52. data/app/assets/fonts/workarea/storefront/poppins/poppins_700.woff2 +0 -0
  53. data/app/assets/fonts/workarea/storefront/poppins/poppins_regular.woff +0 -0
  54. data/app/assets/fonts/workarea/storefront/poppins/poppins_regular.woff2 +0 -0
  55. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_700.woff +0 -0
  56. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_700.woff2 +0 -0
  57. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_regular.woff +0 -0
  58. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_regular.woff2 +0 -0
  59. data/app/assets/fonts/workarea/storefront/roboto/roboto_bold_webfont.woff +0 -0
  60. data/app/assets/fonts/workarea/storefront/roboto/roboto_bold_webfont.woff2 +0 -0
  61. data/app/assets/fonts/workarea/storefront/roboto/roboto_italic_webfont.woff +0 -0
  62. data/app/assets/fonts/workarea/storefront/roboto/roboto_italic_webfont.woff2 +0 -0
  63. data/app/assets/fonts/workarea/storefront/roboto/roboto_regular_webfont.woff +0 -0
  64. data/app/assets/fonts/workarea/storefront/roboto/roboto_regular_webfont.woff2 +0 -0
  65. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_bold_webfont.woff +0 -0
  66. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_bold_webfont.woff2 +0 -0
  67. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_regular_webfont.woff +0 -0
  68. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_regular_webfont.woff2 +0 -0
  69. data/app/assets/images/workarea/storefront/icons/account.svg +1 -0
  70. data/app/assets/images/workarea/storefront/icons/arrowfill.svg +1 -0
  71. data/app/assets/images/workarea/storefront/icons/bag.svg +1 -0
  72. data/app/assets/images/workarea/storefront/icons/close.svg +1 -0
  73. data/app/assets/images/workarea/storefront/icons/eye.svg +1 -0
  74. data/app/assets/images/workarea/storefront/icons/heart.svg +1 -0
  75. data/app/assets/images/workarea/storefront/icons/minus.svg +1 -0
  76. data/app/assets/images/workarea/storefront/icons/plus.svg +1 -0
  77. data/app/assets/images/workarea/storefront/icons/search.svg +1 -0
  78. data/app/assets/images/workarea/storefront/icons/social/facebook.svg +1 -0
  79. data/app/assets/images/workarea/storefront/icons/social/instagram.svg +1 -0
  80. data/app/assets/images/workarea/storefront/icons/social/pinterest.svg +1 -0
  81. data/app/assets/images/workarea/storefront/icons/social/tumblr.svg +1 -0
  82. data/app/assets/images/workarea/storefront/icons/social/twitter.svg +1 -0
  83. data/app/assets/images/workarea/storefront/icons/validation_icon.svg +1 -0
  84. data/app/assets/images/workarea/storefront/logo.png +0 -0
  85. data/app/assets/images/workarea/storefront/logo.svg +1 -0
  86. data/app/assets/images/workarea/storefront/logo@3x.png +0 -0
  87. data/app/assets/images/workarea/storefront/logo_small.png +0 -0
  88. data/app/assets/images/workarea/storefront/logo_small.svg +1 -0
  89. data/app/assets/images/workarea/storefront/logo_small@3x.png +0 -0
  90. data/app/assets/javascripts/nvy_theme/.keep +0 -0
  91. data/app/assets/javascripts/workarea/storefront/modules/alternate_image_buttons.js +78 -0
  92. data/app/assets/javascripts/workarea/storefront/modules/mobile_filter_buttons.js +94 -0
  93. data/app/assets/javascripts/workarea/storefront/modules/mobile_nav_button.js +104 -0
  94. data/app/assets/javascripts/workarea/storefront/modules/toggle_class_button.js +44 -0
  95. data/app/assets/javascripts/workarea/storefront/modules/user_welcome_placeholder.js +38 -0
  96. data/app/assets/javascripts/workarea/storefront/product_quickview/templates/quickview_button.jst.ejs +3 -0
  97. data/app/assets/javascripts/workarea/storefront/reviews/modules/product_reviews_sort_menus.js +82 -0
  98. data/app/assets/javascripts/workarea/storefront/reviews/templates/sort_by_property.jst.ejs +15 -0
  99. data/app/assets/javascripts/workarea/storefront/templates/back_to_top_button.jst.ejs +3 -0
  100. data/app/assets/javascripts/workarea/storefront/templates/log_out_link.jst.ejs +1 -0
  101. data/app/assets/javascripts/workarea/storefront/templates/mobile_filters_nav_close_button.jst.ejs +3 -0
  102. data/app/assets/javascripts/workarea/storefront/templates/saved_addresses_property.jst.ejs +23 -0
  103. data/app/assets/javascripts/workarea/storefront/templates/user_welcome.jst.ejs +7 -0
  104. data/app/assets/stylesheets/jquery_ui/storefront/_ui_dialog.scss +169 -0
  105. data/app/assets/stylesheets/workarea/storefront/base/_forms.scss +113 -0
  106. data/app/assets/stylesheets/workarea/storefront/base/_input_checkbox.scss +55 -0
  107. data/app/assets/stylesheets/workarea/storefront/base/_input_radio.scss +59 -0
  108. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_entry.scss +139 -0
  109. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_entry_summary.scss +103 -0
  110. data/app/assets/stylesheets/workarea/storefront/blog/components/_featured_entry_content_block.scss +22 -0
  111. data/app/assets/stylesheets/workarea/storefront/components/_account_menu.scss +62 -0
  112. data/app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss +22 -0
  113. data/app/assets/stylesheets/workarea/storefront/components/_box.scss +44 -0
  114. data/app/assets/stylesheets/workarea/storefront/components/_breadcrumbs.scss +31 -0
  115. data/app/assets/stylesheets/workarea/storefront/components/_browsing_controls.scss +43 -0
  116. data/app/assets/stylesheets/workarea/storefront/components/_button.scss +97 -0
  117. data/app/assets/stylesheets/workarea/storefront/components/_button_property.scss +41 -0
  118. data/app/assets/stylesheets/workarea/storefront/components/_cart.scss +44 -0
  119. data/app/assets/stylesheets/workarea/storefront/components/_checkout_addresses.scss +25 -0
  120. data/app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss +50 -0
  121. data/app/assets/stylesheets/workarea/storefront/components/_checkout_progress.scss +102 -0
  122. data/app/assets/stylesheets/workarea/storefront/components/_checkout_shipping.scss +14 -0
  123. data/app/assets/stylesheets/workarea/storefront/components/_checkout_step_summary.scss +19 -0
  124. data/app/assets/stylesheets/workarea/storefront/components/_color_box.scss +30 -0
  125. data/app/assets/stylesheets/workarea/storefront/components/_content_block.scss +57 -0
  126. data/app/assets/stylesheets/workarea/storefront/components/_data_card.scss +65 -0
  127. data/app/assets/stylesheets/workarea/storefront/components/_login.scss +32 -0
  128. data/app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss +42 -0
  129. data/app/assets/stylesheets/workarea/storefront/components/_mobile_nav.scss +111 -0
  130. data/app/assets/stylesheets/workarea/storefront/components/_option_button.scss +48 -0
  131. data/app/assets/stylesheets/workarea/storefront/components/_order_help_menu.scss +24 -0
  132. data/app/assets/stylesheets/workarea/storefront/components/_overlay.scss +21 -0
  133. data/app/assets/stylesheets/workarea/storefront/components/_page_content.scss +30 -0
  134. data/app/assets/stylesheets/workarea/storefront/components/_page_footer.scss +104 -0
  135. data/app/assets/stylesheets/workarea/storefront/components/_page_header.scss +237 -0
  136. data/app/assets/stylesheets/workarea/storefront/components/_pagination.scss +10 -0
  137. data/app/assets/stylesheets/workarea/storefront/components/_primary_nav.scss +76 -0
  138. data/app/assets/stylesheets/workarea/storefront/components/_product_detail_container.scss +16 -0
  139. data/app/assets/stylesheets/workarea/storefront/components/_product_details.scss +82 -0
  140. data/app/assets/stylesheets/workarea/storefront/components/_product_list.scss +193 -0
  141. data/app/assets/stylesheets/workarea/storefront/components/_product_media.scss +76 -0
  142. data/app/assets/stylesheets/workarea/storefront/components/_product_prices.scss +46 -0
  143. data/app/assets/stylesheets/workarea/storefront/components/_product_summary.scss +119 -0
  144. data/app/assets/stylesheets/workarea/storefront/components/_property.scss +70 -0
  145. data/app/assets/stylesheets/workarea/storefront/components/_recent_views.scss +36 -0
  146. data/app/assets/stylesheets/workarea/storefront/components/_recommendations.scss +40 -0
  147. data/app/assets/stylesheets/workarea/storefront/components/_result_filters.scss +93 -0
  148. data/app/assets/stylesheets/workarea/storefront/components/_secondary_nav.scss +37 -0
  149. data/app/assets/stylesheets/workarea/storefront/components/_svg_icon.scss +56 -0
  150. data/app/assets/stylesheets/workarea/storefront/components/_table.scss +75 -0
  151. data/app/assets/stylesheets/workarea/storefront/components/_taxonomy_content_block.scss +204 -0
  152. data/app/assets/stylesheets/workarea/storefront/components/_text_box.scss +62 -0
  153. data/app/assets/stylesheets/workarea/storefront/components/_text_button.scss +39 -0
  154. data/app/assets/stylesheets/workarea/storefront/components/_validation_icon.scss +29 -0
  155. data/app/assets/stylesheets/workarea/storefront/components/_value.scss +95 -0
  156. data/app/assets/stylesheets/workarea/storefront/generic/_fonts.scss.erb +11 -0
  157. data/app/assets/stylesheets/workarea/storefront/product_quickview/components/_quickview_button.scss +26 -0
  158. data/app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss +28 -0
  159. data/app/assets/stylesheets/workarea/storefront/reviews/components/_reviews.scss +81 -0
  160. data/app/assets/stylesheets/workarea/storefront/reviews/components/_reviews_aggregate.scss +43 -0
  161. data/app/assets/stylesheets/workarea/storefront/reviews/components/_write_review.scss +63 -0
  162. data/app/assets/stylesheets/workarea/storefront/settings/_colors.scss.erb +17 -0
  163. data/app/assets/stylesheets/workarea/storefront/settings/_font_families.scss.erb +6 -0
  164. data/app/assets/stylesheets/workarea/storefront/settings/_global.scss +35 -0
  165. data/app/assets/stylesheets/workarea/storefront/settings/_grid.scss +37 -0
  166. data/app/assets/stylesheets/workarea/storefront/settings/_typography.scss +17 -0
  167. data/app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss +32 -0
  168. data/app/assets/stylesheets/workarea/storefront/share/components/_share_buttons.scss +30 -0
  169. data/app/assets/stylesheets/workarea/storefront/slick_slider/components/_slick_slider.scss +137 -0
  170. data/app/assets/stylesheets/workarea/storefront/swatches/components/_option_button.scss +17 -0
  171. data/app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss +24 -0
  172. data/app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_options.scss +63 -0
  173. data/app/assets/stylesheets/workarea/storefront/theme_config/color_schemes/_neutral_color_scheme.scss +195 -0
  174. data/app/assets/stylesheets/workarea/storefront/theme_config/color_schemes/_nvy_color_scheme.scss +196 -0
  175. data/app/assets/stylesheets/workarea/storefront/theme_config/color_schemes/_vermillion_color_scheme.scss +199 -0
  176. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_hind.scss +21 -0
  177. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_lora.scss +37 -0
  178. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_muli.scss +37 -0
  179. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_overpass.scss +37 -0
  180. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_playfair_display.scss +37 -0
  181. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_poppins.scss +40 -0
  182. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_pt_serif.scss +22 -0
  183. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_roboto.scss +29 -0
  184. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_source_serif_pro.scss +21 -0
  185. data/app/assets/stylesheets/workarea/storefront/typography/_headings.scss +153 -0
  186. data/app/assets/stylesheets/workarea/storefront/typography/_links.scss +21 -0
  187. data/app/assets/stylesheets/workarea/storefront/typography/_text.scss +26 -0
  188. data/app/assets/stylesheets/workarea/storefront/wish_lists/components/_wish_list_form.scss +8 -0
  189. data/app/assets/stylesheets/workarea/styled_selects/components/_styled_select.scss +71 -0
  190. data/app/helpers/workarea/storefront/image_helper.rb +10 -0
  191. data/app/helpers/workarea/storefront/product_media_slider_helper.rb +31 -0
  192. data/app/views/layouts/workarea/storefront/_wish_lists_link.html.haml +4 -0
  193. data/app/views/layouts/workarea/storefront/application.html.haml +191 -0
  194. data/app/views/layouts/workarea/storefront/checkout.html.haml +90 -0
  195. data/app/views/workarea/storefront/blog_comments/index.html.haml +31 -0
  196. data/app/views/workarea/storefront/blog_entries/show.html.haml +79 -0
  197. data/app/views/workarea/storefront/blogs/_blog_navigation.html.haml +6 -0
  198. data/app/views/workarea/storefront/cart_items/create.html.haml +59 -0
  199. data/app/views/workarea/storefront/carts/_move_to_wish_list.html.haml +6 -0
  200. data/app/views/workarea/storefront/carts/show.html.haml +175 -0
  201. data/app/views/workarea/storefront/categories/show.html.haml +111 -0
  202. data/app/views/workarea/storefront/checkouts/_checkout_progress.html.haml +25 -0
  203. data/app/views/workarea/storefront/checkouts/_gift_card_payment.html.haml +28 -0
  204. data/app/views/workarea/storefront/checkouts/_summary.html.haml +102 -0
  205. data/app/views/workarea/storefront/checkouts/addresses.html.haml +57 -0
  206. data/app/views/workarea/storefront/checkouts/confirmation.html.haml +41 -0
  207. data/app/views/workarea/storefront/checkouts/payment.html.haml +186 -0
  208. data/app/views/workarea/storefront/checkouts/shipping.html.haml +39 -0
  209. data/app/views/workarea/storefront/content_blocks/_category_summary.html.haml +15 -0
  210. data/app/views/workarea/storefront/content_blocks/_product_insights.html.haml +10 -0
  211. data/app/views/workarea/storefront/content_blocks/_product_list.html.haml +10 -0
  212. data/app/views/workarea/storefront/content_blocks/_taxonomy.html.haml +27 -0
  213. data/app/views/workarea/storefront/content_blocks/_three_column_taxonomy.html.haml +29 -0
  214. data/app/views/workarea/storefront/content_blocks/_two_column_taxonomy.html.haml +28 -0
  215. data/app/views/workarea/storefront/facets/_range.html.haml +11 -0
  216. data/app/views/workarea/storefront/facets/_swatches.html.haml +13 -0
  217. data/app/views/workarea/storefront/facets/_terms.html.haml +11 -0
  218. data/app/views/workarea/storefront/menus/index.html.haml +14 -0
  219. data/app/views/workarea/storefront/menus/show.html.haml +11 -0
  220. data/app/views/workarea/storefront/orders/_summary.html.haml +271 -0
  221. data/app/views/workarea/storefront/orders/index.html.haml +42 -0
  222. data/app/views/workarea/storefront/products/_media.html.haml +14 -0
  223. data/app/views/workarea/storefront/products/_rating.html.haml +10 -0
  224. data/app/views/workarea/storefront/products/_reviews.html.haml +22 -0
  225. data/app/views/workarea/storefront/products/_reviews_aggregate.html.haml +22 -0
  226. data/app/views/workarea/storefront/products/_reviews_summary.html.haml +2 -0
  227. data/app/views/workarea/storefront/products/show.html.haml +45 -0
  228. data/app/views/workarea/storefront/products/templates/_generic.html.haml +54 -0
  229. data/app/views/workarea/storefront/products/templates/_gift_card.html.haml +67 -0
  230. data/app/views/workarea/storefront/products/templates/_option_selects.html.haml +57 -0
  231. data/app/views/workarea/storefront/products/templates/_option_thumbnails.html.haml +62 -0
  232. data/app/views/workarea/storefront/products/templates/_swatches.html.haml +66 -0
  233. data/app/views/workarea/storefront/recent_views/show.html.haml +27 -0
  234. data/app/views/workarea/storefront/recommendations/show.html.haml +9 -0
  235. data/app/views/workarea/storefront/reviews/new.html.haml +69 -0
  236. data/app/views/workarea/storefront/searches/show.html.haml +104 -0
  237. data/app/views/workarea/storefront/shared/_address_fields.html.haml +113 -0
  238. data/app/views/workarea/storefront/shared/_left_navigation.html.haml +25 -0
  239. data/app/views/workarea/storefront/shares/_share_buttons.html.haml +19 -0
  240. data/app/views/workarea/storefront/shares/new.html.haml +50 -0
  241. data/app/views/workarea/storefront/style_guides/base/_forms.html.haml +88 -0
  242. data/app/views/workarea/storefront/style_guides/components/_button.html.haml +89 -0
  243. data/app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml +32 -0
  244. data/app/views/workarea/storefront/style_guides/components/_product_insights_content_block.html.haml +32 -0
  245. data/app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml +32 -0
  246. data/app/views/workarea/storefront/style_guides/components/_styled_select.html.haml +27 -0
  247. data/app/views/workarea/storefront/style_guides/components/_validation_icon.haml +21 -0
  248. data/app/views/workarea/storefront/style_guides/components/_value.html.haml +77 -0
  249. data/app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml +79 -0
  250. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_neutral_color_scheme.html.haml +15 -0
  251. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_nvy_color_scheme.html.haml +15 -0
  252. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_vermillion_color_scheme.html.haml +7 -0
  253. data/app/views/workarea/storefront/style_guides/typography/_fonts.html.haml +15 -0
  254. data/app/views/workarea/storefront/style_guides/typography/_headings.html.haml +40 -0
  255. data/app/views/workarea/storefront/users/_nvy_current_user.json.jbuilder +1 -0
  256. data/app/views/workarea/storefront/users/accounts/_wish_list_summary.html.haml +15 -0
  257. data/app/views/workarea/storefront/users/accounts/edit.html.haml +51 -0
  258. data/app/views/workarea/storefront/users/accounts/show.html.haml +119 -0
  259. data/app/views/workarea/storefront/users/addresses/edit.html.haml +24 -0
  260. data/app/views/workarea/storefront/users/addresses/new.html.haml +24 -0
  261. data/app/views/workarea/storefront/users/credit_cards/edit.html.haml +75 -0
  262. data/app/views/workarea/storefront/users/credit_cards/new.html.haml +68 -0
  263. data/app/views/workarea/storefront/users/logins/new.html.haml +55 -0
  264. data/app/views/workarea/storefront/users/orders/_summary.html.haml +23 -0
  265. data/app/views/workarea/storefront/users/passwords/change.html.haml +29 -0
  266. data/app/views/workarea/storefront/users/passwords/edit.html.haml +17 -0
  267. data/app/views/workarea/storefront/wish_lists/_add_form.html.haml +10 -0
  268. data/bin/rails +20 -0
  269. data/config/initializers/appends.rb +40 -0
  270. data/config/initializers/dragonfly.rb +31 -0
  271. data/config/initializers/theme.rb +39 -0
  272. data/config/initializers/workarea.rb +3 -0
  273. data/config/locales/en.yml +34 -0
  274. data/config/routes.rb +2 -0
  275. data/lib/tasks/theme_cleanup.rake +20 -0
  276. data/lib/workarea/nvy_theme.rb +22 -0
  277. data/lib/workarea/nvy_theme/engine.rb +16 -0
  278. data/lib/workarea/nvy_theme/version.rb +5 -0
  279. data/lib/workarea/theme/override_commit +1 -0
  280. data/public/screenshots/cart.png +0 -0
  281. data/public/screenshots/category_browse.png +0 -0
  282. data/public/screenshots/checkout_addresses.png +0 -0
  283. data/public/screenshots/checkout_payment.png +0 -0
  284. data/public/screenshots/homepage.png +0 -0
  285. data/public/screenshots/order_confirmation.png +0 -0
  286. data/public/screenshots/product_detail_page.png +0 -0
  287. data/script/admin_ci +9 -0
  288. data/script/ci +11 -0
  289. data/script/core_ci +9 -0
  290. data/script/plugins_ci +9 -0
  291. data/script/storefront_ci +9 -0
  292. data/test/dummy/Rakefile +6 -0
  293. data/test/dummy/app/assets/config/manifest.js +4 -0
  294. data/test/dummy/app/assets/images/.keep +0 -0
  295. data/test/dummy/app/assets/javascripts/application.js +13 -0
  296. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  297. data/test/dummy/app/controllers/application_controller.rb +3 -0
  298. data/test/dummy/app/controllers/concerns/.keep +0 -0
  299. data/test/dummy/app/helpers/application_helper.rb +2 -0
  300. data/test/dummy/app/jobs/application_job.rb +2 -0
  301. data/test/dummy/app/mailers/application_mailer.rb +4 -0
  302. data/test/dummy/app/models/concerns/.keep +0 -0
  303. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  304. data/test/dummy/app/views/layouts/mailer.html.erb +13 -0
  305. data/test/dummy/app/views/layouts/mailer.text.erb +1 -0
  306. data/test/dummy/bin/bundle +3 -0
  307. data/test/dummy/bin/rails +4 -0
  308. data/test/dummy/bin/rake +4 -0
  309. data/test/dummy/bin/setup +38 -0
  310. data/test/dummy/bin/update +29 -0
  311. data/test/dummy/bin/yarn +11 -0
  312. data/test/dummy/config.ru +5 -0
  313. data/test/dummy/config/application.rb +28 -0
  314. data/test/dummy/config/boot.rb +5 -0
  315. data/test/dummy/config/cable.yml +10 -0
  316. data/test/dummy/config/environment.rb +5 -0
  317. data/test/dummy/config/environments/development.rb +54 -0
  318. data/test/dummy/config/environments/production.rb +91 -0
  319. data/test/dummy/config/environments/test.rb +44 -0
  320. data/test/dummy/config/initializers/application_controller_renderer.rb +8 -0
  321. data/test/dummy/config/initializers/assets.rb +14 -0
  322. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  323. data/test/dummy/config/initializers/cookies_serializer.rb +5 -0
  324. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  325. data/test/dummy/config/initializers/inflections.rb +16 -0
  326. data/test/dummy/config/initializers/mime_types.rb +4 -0
  327. data/test/dummy/config/initializers/workarea.rb +5 -0
  328. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  329. data/test/dummy/config/locales/en.yml +33 -0
  330. data/test/dummy/config/puma.rb +56 -0
  331. data/test/dummy/config/routes.rb +5 -0
  332. data/test/dummy/config/secrets.yml +32 -0
  333. data/test/dummy/config/spring.rb +6 -0
  334. data/test/dummy/db/seeds.rb +2 -0
  335. data/test/dummy/lib/assets/.keep +0 -0
  336. data/test/dummy/log/.keep +0 -0
  337. data/test/system/workarea/admin/guest_browsing_system_test.decorator +38 -0
  338. data/test/system/workarea/storefront/analytics_system_test.decorator +107 -0
  339. data/test/system/workarea/storefront/categories_system_test.decorator +131 -0
  340. data/test/system/workarea/storefront/login_system_test.decorator +94 -0
  341. data/test/system/workarea/storefront/navigation_system_test.decorator +28 -0
  342. data/test/system/workarea/storefront/pagination_system_test.decorator +89 -0
  343. data/test/system/workarea/storefront/passwords_system_test.decorator +59 -0
  344. data/test/system/workarea/storefront/search_system_test.decorator +105 -0
  345. data/test/system/workarea/storefront/styled_selects_system_test.decorator +21 -0
  346. data/test/teaspoon_env.rb +6 -0
  347. data/test/test_helper.rb +10 -0
  348. data/test/view_models/workarea/storefront/content_blocks/product_insights_view_model_test.decorator +43 -0
  349. data/workarea-nvy_theme.gemspec +30 -0
  350. metadata +574 -0
@@ -0,0 +1,2 @@
1
+ - if product.has_reviews?
2
+ = rating_stars(product.average_rating, aggregate: true)
@@ -0,0 +1,45 @@
1
+ - @title = @product.browser_title
2
+ - @breadcrumbs = @product.breadcrumbs
3
+
4
+ - content_for :head do
5
+ - cache "#{@product.cache_key}/head", expires_in: Workarea.config.cache_expirations.product_show_fragment_cache do
6
+ %meta{ property: 'global-id', content: @product.to_global_id.to_param }
7
+ = append_partials('storefront.product_head', product: @product)
8
+
9
+ %link{ href: product_url(@product), rel: 'canonical' }
10
+
11
+ %meta{ name: :description, content: strip_tags(@product.meta_description) }
12
+
13
+ %meta{ property: 'og:url', content: url_for(only_path: false) }
14
+ %meta{ property: 'og:title', content: @product.name }
15
+ %meta{ property: 'og:type', content: 'product' }
16
+ - @product.images.each do |image|
17
+ %meta{ property: 'og:image', content: product_image_url(image, :detail) }
18
+ %meta{ property: 'og:image:secure_url', content: product_image_url(image, :detail) }
19
+ %meta{ property: 'og:description', content: strip_tags(@product.meta_description) }
20
+
21
+ - cache "#{@product.cache_key}/show", expires_in: Workarea.config.cache_expirations.product_show_fragment_cache do
22
+ .view
23
+ .product-detail-container{ itemscope: true, itemtype: 'http://schema.org/Product', data: { analytics: product_view_analytics_data(@product).to_json } }
24
+
25
+ .product-details{ class: "product-details--#{@product.template}" }
26
+ = render "workarea/storefront/products/templates/#{@product.template}", product: @product
27
+
28
+ - if @product.description.present?
29
+ .product-detail-container__description#description
30
+ %h2.product-detail-container__description-heading= t('workarea.storefront.products.description')
31
+ .product-detail-container__description-body{ itemprop: 'description' }!= @product.description
32
+
33
+ = append_partials('storefront.product_description', product: @product)
34
+
35
+ - if @product.recommendations.any?
36
+ .recommendations
37
+ %h2.recommendations__heading= t('workarea.storefront.recommendations.you_may_also_like')
38
+ .recommendations__products
39
+ .grid{ data: { analytics: product_list_analytics_data('Product Recommendations').to_json } }
40
+ - @product.recommendations.each do |product|
41
+ .grid__cell.grid__cell--50.grid__cell--25-at-medium
42
+ .product-summary.product-summary--small{ itemprop: 'isRelatedTo', itemscope: true, itemtype: 'http://schema.org/Product' }
43
+ = render 'workarea/storefront/products/summary', product: product
44
+
45
+ = append_partials('storefront.product_show', product: @product)
@@ -0,0 +1,54 @@
1
+ .grid
2
+ .grid__cell.grid__cell--60-at-medium
3
+ = render 'workarea/storefront/products/media', product: product
4
+
5
+ .grid__cell.grid__cell--40-at-medium
6
+ .product-details__info
7
+ .product-details__name
8
+ %h1.product-details__heading{ itemprop: 'name' }= product.name
9
+
10
+ .product-prices.product-prices--details{ itemprop: 'offers', itemscope: true, itemtype: 'http://schema.org/Offer' }
11
+ = render 'workarea/storefront/products/pricing', product: product
12
+
13
+ - if product.description.present?
14
+ .product-details__description
15
+ %p= truncated_product_description(product, t('workarea.storefront.products.read_more'))
16
+
17
+ %p.product-details__id
18
+ %span{ itemprop: 'productID' }= product.id
19
+
20
+ = form_tag cart_items_path, method: 'post', class: 'product-details__add-to-cart-form', data: { dialog_form: { dialogOptions: { closeAll: true, initModules: true } }, analytics: add_to_cart_analytics_data(product).to_json } do
21
+ = hidden_field_tag :product_id, product.id, id: dom_id(product, 'product_id')
22
+ = hidden_field_tag :via, params[:via], id: dom_id(product, 'via')
23
+
24
+ - if product.sku_options.one?
25
+ = hidden_field_tag :sku, product.sku_options.first.second
26
+
27
+ - else
28
+ .property
29
+ = label_tag :sku, nil, class: 'property__name', for: "sku_#{dom_id(product)}" do
30
+ %span.property__text= t('workarea.storefront.products.select_options')
31
+ .value
32
+ = select_tag :sku, options_for_select(product.sku_options, params[:sku]), required: true, id: "sku_#{dom_id(product)}", data: { product_details_sku_select: product.slug }
33
+
34
+ - if product.current_sku.present?
35
+ %p.product-details__inventory-status= product.inventory_status
36
+
37
+ = append_partials('storefront.add_to_cart_form', product: product)
38
+
39
+ - if product.purchasable?
40
+ .product-details__quantity
41
+ .property
42
+ = label_tag :quantity, nil, class: 'property__name', for: "quantity#{dom_id(product)}" do
43
+ %span.property__text= t('workarea.storefront.products.quantity')
44
+ .value= number_field_tag :quantity, params[:quantity] || 1, class: 'text-box text-box--x-small', required: true, min: 1, id: "quantity#{dom_id(product)}"
45
+
46
+ .product-details__add-to-cart-action= button_tag t('workarea.storefront.products.add_to_cart'), value: 'add_to_cart', class: 'button button--solid button--large button--full'
47
+
48
+ - else
49
+ = hidden_field_tag :quantity, params[:quantity] || 1, id: "quantity#{dom_id(product)}"
50
+ %p.product-details__unavailable= t('workarea.storefront.products.unavailable')
51
+
52
+ = append_partials('storefront.product_details', product: product)
53
+
54
+ %p.product-details__full-details=link_to t('workarea.storefront.products.view_full_details'), product_path(product, color: params[:color]), class: 'text-button', itemprop: 'url'
@@ -0,0 +1,67 @@
1
+ .grid
2
+ .grid__cell.grid__cell--60-at-medium
3
+ = render 'workarea/storefront/products/media', product: product
4
+
5
+ .grid__cell.grid__cell--40-at-medium
6
+ .product-details__info
7
+ .product-details__name
8
+ %h1.product-details__heading{ itemprop: 'name' }= product.name
9
+
10
+ .product-prices.product-prices--details{ itemprop: 'offers', itemscope: true, itemtype: 'http://schema.org/Offer' }
11
+ = render 'workarea/storefront/products/pricing', product: product
12
+
13
+ - if product.description.present?
14
+ .product-details__description
15
+ %p= truncated_product_description(product, t('workarea.storefront.products.read_more'))
16
+
17
+ %p.product-details__id
18
+ %span{ itemprop: 'productID' }= product.id
19
+
20
+ = form_tag cart_items_path, method: 'post', class: 'product-details__add-to-cart-form', data: { dialog_form: { dialogOptions: { closeAll: true, initModules: true } }, analytics: add_to_cart_analytics_data(product).to_json } do
21
+ = hidden_field_tag :product_id, product.id, id: dom_id(product, 'product_id')
22
+ = hidden_field_tag :via, params[:via], id: dom_id(product, 'via')
23
+
24
+ - if product.sku_options.one?
25
+ = hidden_field_tag :sku, product.sku_options.first.second
26
+
27
+ - else
28
+ .property
29
+ = label_tag :sku, nil, class: 'property__name', for: "sku_#{dom_id(product)}" do
30
+ %span.property__text= t('workarea.storefront.products.select_options')
31
+ .value
32
+ = select_tag :sku, options_for_select(product.sku_options, params[:sku]), required: true, id: "sku_#{dom_id(product)}", data: { product_details_sku_select: product.slug }
33
+
34
+ - if product.current_sku.present?
35
+ %p.product-details__inventory-status= product.inventory_status
36
+
37
+ = hidden_field_tag :quantity, 1, id: "quantity#{dom_id(product)}"
38
+
39
+ .message.message--info
40
+ %p.message__type
41
+ %span.message__icon= t('workarea.storefront.messages.info')
42
+ %p.message__text= t('workarea.storefront.gift_cards.email_to_recipient')
43
+
44
+ .property
45
+ = label_tag :email, nil, class: "property__name", for: "email_#{dom_id(product)}" do
46
+ %span.property__text= t('workarea.storefront.gift_cards.recipients_email')
47
+ .value= email_field_tag :email, params[:email], class: 'text-box text-box--full', required: true, id: "email_#{dom_id(product)}"
48
+ .property
49
+ = label_tag :from, nil, class: "property__name", for: "from_#{dom_id(product)}" do
50
+ %span.property__text= t('workarea.storefront.gift_cards.senders_email')
51
+ %span.property__requirement.property__requirement--optional= t('workarea.storefront.forms.optional')
52
+ .value= text_field_tag :from, params[:from], class: 'text-box text-box--full', id: "from_#{dom_id(product)}", maxlength: 100
53
+ .property
54
+ = label_tag :message, nil, class: "property__name", for: "message_#{dom_id(product)}" do
55
+ %span.property__text= t('workarea.storefront.gift_cards.message_to_recipient')
56
+ %span.property__requirement.property__requirement--optional= t('workarea.storefront.forms.optional')
57
+ .value= text_area_tag :message, params[:message], class: 'text-box text-box--multi-line text-box--full', id: "message_#{dom_id(product)}", maxlength: 500
58
+
59
+ - if product.purchasable?
60
+ %p.product-details__add-to-cart-action= button_tag t('workarea.storefront.products.add_to_cart'), value: 'add_to_cart', class: 'button button--solid button--large button--full'
61
+
62
+ - else
63
+ %p.product-details__unavailable= t('workarea.storefront.products.unavailable')
64
+
65
+ = append_partials('storefront.product_details', product: product)
66
+
67
+ %p.product-details__full-details=link_to t('workarea.storefront.products.view_full_details'), product_path(product, color: params[:color]), class: 'text-button', itemprop: 'url'
@@ -0,0 +1,57 @@
1
+ .grid
2
+ .grid__cell.grid__cell--60-at-medium
3
+ = render 'workarea/storefront/products/media', product: product
4
+
5
+ .grid__cell.grid__cell--40-at-medium
6
+ .product-details__info
7
+ .product-details__name
8
+ %h1.product-details__heading{ itemprop: 'name' }= product.name
9
+
10
+ .product-prices.product-prices--details{ itemprop: 'offers', itemscope: true, itemtype: 'http://schema.org/Offer' }
11
+ = render 'workarea/storefront/products/pricing', product: product
12
+
13
+ - if product.description.present?
14
+ .product-details__description
15
+ %p= truncated_product_description(product, t('workarea.storefront.products.read_more'))
16
+
17
+ %p.product-details__id
18
+ %span{ itemprop: 'productID' }= product.id
19
+
20
+ = form_tag cart_items_path, method: 'post', class: 'product-details__add-to-cart-form', data: { dialog_form: { dialogOptions: { closeAll: true, initModules: true } }, analytics: add_to_cart_analytics_data(product).to_json } do
21
+ = hidden_field_tag :product_id, product.id, id: dom_id(product, 'product_id')
22
+ = hidden_field_tag :sku, product.current_sku
23
+ = hidden_field_tag :via, params[:via], id: dom_id(product, 'via')
24
+
25
+ - product.options_for_selection.each do |option|
26
+ .property
27
+ = label_tag option.slug, nil, class: 'property__name', for: "#{option.slug}_#{dom_id(product)}" do
28
+ %span.property__text= option.name
29
+ .value
30
+ = select_tag option.slug, options_for_select([[t('workarea.storefront.products.select_option', name: option.name), nil]] + option.selections, option.current), required: true, id: "#{option.slug}_#{dom_id(product)}", data: { product_details_sku_select: product.slug }
31
+
32
+ - unless product.currently_selected_options.blank?
33
+ = link_to t('workarea.storefront.products.clear_selections'), product_path(product), class: 'text-button text-button--block', data: { option_button: '' }
34
+
35
+
36
+ - if product.current_sku.present?
37
+ %p.product-details__inventory-status= product.inventory_status
38
+
39
+ = append_partials('storefront.add_to_cart_form', product: product)
40
+
41
+ - if product.purchasable?
42
+ .product-details__quantity
43
+ .property
44
+ = label_tag :quantity, nil, class: 'property__name', for: "quantity#{dom_id(product)}" do
45
+ %span.property__text= t('workarea.storefront.products.quantity')
46
+ .value
47
+ = number_field_tag :quantity, params[:quantity] || 1, class: 'text-box text-box--x-small', required: true, min: 1, id: "quantity#{dom_id(product)}"
48
+
49
+ .product-details__add-to-cart-action= button_tag t('workarea.storefront.products.add_to_cart'), value: 'add_to_cart', class: 'button button--solid button--large button--full'
50
+
51
+ - else
52
+ = hidden_field_tag :quantity, params[:quantity] || 1, id: "quantity#{dom_id(product)}"
53
+ %p.product-details__unavailable= t('workarea.storefront.products.unavailable')
54
+
55
+ = append_partials('storefront.product_details', product: product)
56
+
57
+ %p.product-details__full-details=link_to t('workarea.storefront.products.view_full_details'), product_path(product, color: params[:color]), class: 'text-button', itemprop: 'url'
@@ -0,0 +1,62 @@
1
+ .grid
2
+ .grid__cell.grid__cell--60-at-medium
3
+ = render 'workarea/storefront/products/media', product: product
4
+
5
+ .grid__cell.grid__cell--40-at-medium
6
+ .product-details__info
7
+ .product-details__name
8
+ %h1.product-details__heading{ itemprop: 'name' }= product.name
9
+
10
+ .product-prices.product-prices--details{ itemprop: 'offers', itemscope: true, itemtype: 'http://schema.org/Offer' }
11
+ = render 'workarea/storefront/products/pricing', product: product
12
+
13
+ - if product.description.present?
14
+ .product-details__description
15
+ %p= truncated_product_description(product, t('workarea.storefront.products.read_more'))
16
+
17
+ %p.product-details__id
18
+ %span{ itemprop: 'productID' }= product.id
19
+
20
+ = form_tag cart_items_path, method: 'post', class: 'product-details__add-to-cart-form', data: { dialog_form: { dialogOptions: { closeAll: true, initModules: true } }, analytics: add_to_cart_analytics_data(product).to_json } do
21
+ = hidden_field_tag :product_id, product.id, id: dom_id(product, 'product_id')
22
+ = hidden_field_tag :sku, product.current_sku
23
+ = hidden_field_tag :via, params[:via], id: dom_id(product, 'via')
24
+
25
+ - product.options_for_selection.each_with_index do |option, index|
26
+ .property
27
+ = label_tag option.slug, nil, class: 'property__name', for: "#{option.slug}_#{dom_id(product)}", id: "aria_product_option_#{option.slug}_#{index}" do
28
+ %span.property__text= option_label(option)
29
+ .value
30
+ - option.selections.each do |selection|
31
+ = radio_button_tag option.slug, selection, option.current == selection, required: true, title: selection, class: 'visually-hidden', aria: { labelledby: "aria_product_option_#{option.slug}_#{index}" }
32
+ = link_to option_selection_url_for(product, option, selection), title: selection, class: "option-button option-button--#{selection.downcase.dasherize}#{' option-button--active' if option.current == selection}", data: { option_button: '' } do
33
+ - if product.images_by_option[selection.optionize].present?
34
+ = image_tag(product_image_url(product.images_by_option[selection.optionize].first, :swatch_thumb), alt: selection, class: 'option-button__image')
35
+ - else
36
+ %span.option-button__text= selection
37
+
38
+ - unless product.currently_selected_options.blank?
39
+ = link_to t('workarea.storefront.products.clear_selections'), product_path(product), class: 'text-button text-button--block', data: { option_button: '' }
40
+
41
+ - if product.current_sku.present?
42
+ %p.product-details__inventory-status= product.inventory_status
43
+
44
+ = append_partials('storefront.add_to_cart_form', product: product)
45
+
46
+ - if product.purchasable?
47
+ .product-details__quantity
48
+ .property
49
+ = label_tag :quantity, nil, class: 'property__name', for: "quantity#{dom_id(product)}" do
50
+ %span.property__text= t('workarea.storefront.products.quantity')
51
+ .value
52
+ = number_field_tag :quantity, params[:quantity] || 1, class: 'text-box text-box--x-small', required: true, min: 1, id: "quantity#{dom_id(product)}"
53
+
54
+ .product-details__add-to-cart-action= button_tag t('workarea.storefront.products.add_to_cart'), value: 'add_to_cart', class: 'button button--solid button--large button--full'
55
+
56
+ - else
57
+ = hidden_field_tag :quantity, params[:quantity] || 1, id: "quantity#{dom_id(product)}"
58
+ %p.product-details__unavailable= t('workarea.storefront.products.unavailable')
59
+
60
+ = append_partials('storefront.product_details', product: product)
61
+
62
+ %p.product-details__full-details=link_to t('workarea.storefront.products.view_full_details'), product_path(product, color: params[:color]), class: 'text-button', itemprop: 'url'
@@ -0,0 +1,66 @@
1
+ .grid
2
+ .grid__cell.grid__cell--60-at-medium
3
+ = render 'workarea/storefront/products/media', product: product
4
+
5
+ .grid__cell.grid__cell--40-at-medium
6
+ .product-details__info
7
+ .product-details__name
8
+ %h1.product-details__heading{ itemprop: 'name' }= product.name
9
+
10
+ .product-prices.product-prices--details{ itemprop: 'offers', itemscope: true, itemtype: 'http://schema.org/Offer' }
11
+ = render 'workarea/storefront/products/pricing', product: product
12
+
13
+ - if product.description.present?
14
+ .product-details__description
15
+ %p= truncated_product_description(product, t('workarea.storefront.products.read_more'))
16
+
17
+ %p.product-details__id
18
+ %span{ itemprop: 'productID' }= product.id
19
+
20
+ = form_tag cart_items_path, method: 'post', class: 'product-details__add-to-cart-form', data: { dialog_form: { dialogOptions: { closeAll: true, initModules: true } }, analytics: add_to_cart_analytics_data(product).to_json } do
21
+ = hidden_field_tag :product_id, product.id, id: dom_id(product, 'product_id')
22
+ = hidden_field_tag :sku, product.current_sku
23
+ = hidden_field_tag :via, params[:via], id: dom_id(product, 'via')
24
+
25
+ - product.options_for_selection.each do |option|
26
+ .property
27
+ = label_tag option.slug, nil, class: 'property__name', for: "#{option.slug}_#{dom_id(product)}" do
28
+ %span.property__text= option_label(option)
29
+ .value
30
+ - option.selections.each do |selection|
31
+ = radio_button_tag option.slug, selection, option.current == selection, required: true, title: selection, class: 'visually-hidden', id: nil
32
+ = link_to option_selection_url_for(product, option, selection), title: selection, class: "option-button option-button--#{selection.downcase.dasherize}#{' option-button--active' if option.current == selection}", data: { option_button: '' } do
33
+ - swatch_content = render_swatch_option(selection, product.swatches_by_option[selection.optionize])
34
+
35
+ - if swatch_content.present?
36
+ = swatch_content
37
+ - elsif product.images_by_option[selection.optionize].present?
38
+ = image_tag(product_image_url(product.images_by_option[selection.optionize].first, :swatch_thumb), alt: selection, class: 'option-button__image')
39
+ - else
40
+ %span.option-button__text= selection
41
+
42
+ - unless product.currently_selected_options.blank?
43
+ = link_to t('workarea.storefront.products.clear_selections'), product_path(product), class: 'text-button text-button--block', data: { option_button: '' }
44
+
45
+ - if product.current_sku.present?
46
+ %p.product-details__inventory-status= product.inventory_status
47
+
48
+ = append_partials('storefront.add_to_cart_form', product: product)
49
+
50
+ - if product.purchasable?
51
+ .product-details__quantity
52
+ .property
53
+ = label_tag :quantity, nil, class: 'property__name', for: "quantity#{dom_id(product)}" do
54
+ %span.property__text= t('workarea.storefront.products.quantity')
55
+ .value
56
+ = number_field_tag :quantity, params[:quantity] || 1, class: 'text-box text-box--x-small', required: true, min: 1, id: "quantity#{dom_id(product)}"
57
+
58
+ .product-details__add-to-cart-action= button_tag t('workarea.storefront.products.add_to_cart'), value: 'add_to_cart', class: 'button button--solid button--large button--full'
59
+
60
+ - else
61
+ = hidden_field_tag :quantity, params[:quantity] || 1, id: "quantity#{dom_id(product)}"
62
+ %p.product-details__unavailable= t('workarea.storefront.products.unavailable')
63
+
64
+ = append_partials('storefront.product_details', product: product)
65
+
66
+ %p.product-details__full-details=link_to t('workarea.storefront.products.view_full_details'), product_path(product, color: params[:color]), class: 'text-button', itemprop: 'url'
@@ -0,0 +1,27 @@
1
+ - if @recent_views.products.any? || @recent_views.categories.any? || @recent_views.searches.any?
2
+ .recent-views
3
+
4
+ - if @recent_views.products.any?
5
+ .recent-views__section.recent-views__section--products
6
+ %h2.recent-views__heading= t('workarea.storefront.recommendations.recent_products')
7
+ .grid
8
+ - @recent_views.products.each do |product|
9
+ .grid__cell.grid__cell--50.grid__cell--25-at-medium
10
+ .product-summary.product-summary--small{ itemscope: true, itemtype: 'http://schema.org/Product' }
11
+ = render 'workarea/storefront/products/summary', product: product
12
+
13
+ - if @recent_views.categories.any?
14
+ .recent-views__section.recent-views__section--categories
15
+ %h2.recent-views__heading= t('workarea.storefront.recommendations.recent_categories')
16
+ %ul.recent-views__list
17
+ - @recent_views.categories.each do |category|
18
+ %li.recent-views__item
19
+ = link_to category.name, category_path(category), class: 'recent-views__link'
20
+
21
+ - if @recent_views.searches.any?
22
+ .recent-views__section.recent-views__section--searches
23
+ %h2.recent-views__heading= t('workarea.storefront.recommendations.recent_searches')
24
+ %ul.recent-views__list
25
+ - @recent_views.searches.each do |search|
26
+ %li.recent-views__item
27
+ = link_to search, search_path(q: search), class: 'recent-views__link'
@@ -0,0 +1,9 @@
1
+ - if @recommendations.any?
2
+ %section.recommendations{ role: 'presentation' }
3
+ %h2.recommendations__heading= t('workarea.storefront.recommendations.personalized_heading')
4
+ .recommendations__products
5
+ .grid
6
+ - @recommendations.each do |product|
7
+ .grid__cell.grid__cell--50.grid__cell--25-at-medium
8
+ .product-summary.product-summary--small{ itemscope: true, itemtype: 'http://schema.org/Product' }
9
+ = render 'workarea/storefront/products/summary', product: product
@@ -0,0 +1,69 @@
1
+ - @title = t('workarea.storefront.reviews.write_a_review_title', name: @product.browser_title)
2
+
3
+ .write-review.view
4
+ %h1= t('workarea.storefront.reviews.write_a_review_title', name: @product.browser_title)
5
+
6
+ - unless request.get?
7
+ - if @create_review.errors.any?
8
+ - @create_review.errors.full_messages.each do |message|
9
+ = render_message 'error', message, data: { analytics: validation_error_analytics_data('review').to_json }
10
+
11
+ = form_tag create_product_review_path(@product), method: 'post', id: 'review_form', data: { product_review_ajax_submit: '' } do
12
+ = hidden_field_tag 'review[product_id]', @product.id
13
+
14
+ - if display_purchase_requirement_message
15
+ %span.write-review__purchase-requirement= t('workarea.storefront.reviews.purchase_requirement')
16
+
17
+ - if @review.requires_public_info?
18
+ .property
19
+ = label_tag 'review[first_name]', nil, class: 'property__name' do
20
+ %span.property__requirement.property__requirement--required= t('workarea.storefront.forms.required')
21
+ %span.property__text= t('workarea.storefront.users.first_name')
22
+ .value
23
+ = text_field_tag 'review[first_name]', @review.first_name, class: 'text-box', required: true
24
+ .value__note Only the first letter of your name will be displayed.
25
+ .property
26
+ = label_tag 'review[last_name]', nil, class: 'property__name' do
27
+ %span.property__requirement.property__requirement--required= t('workarea.storefront.forms.required')
28
+ %span.property__text= t('workarea.storefront.users.last_name')
29
+ .value
30
+ = text_field_tag 'review[last_name]', @review.last_name, class: 'text-box', required: true
31
+ .value__note Only the first letter of your name will be displayed.
32
+
33
+ - if @review.anonymous?
34
+ .property
35
+ = label_tag 'review[email]', nil, class: 'property__name' do
36
+ %span.property__text= t('workarea.storefront.users.email')
37
+ %span.property__requirement.property__requirement--optional= t('workarea.storefront.forms.optional')
38
+ .value
39
+ = email_field_tag 'review[email]', @review.email, class: 'text-box', autocapitalize: 'off', autocorrect: 'off', autocomplete: 'email'
40
+ .value__note Will only be used if we need to get in touch with you.
41
+
42
+
43
+ .property
44
+ = label_tag 'review[rating]', nil, class: 'property__name' do
45
+ %span.property__text= t('workarea.storefront.reviews.rating')
46
+ %ul.write-review__ratings
47
+ - (1..5).each do |i|
48
+ %li.write-review__rating
49
+ = radio_button_tag 'review[rating]', i, (i == @review.rating || i == 5) ? true : false, class: 'write-review__rating-input', data: { rating_button: '' }
50
+ = label_tag "review[rating][#{i}]", nil, class: 'write-review__star' do
51
+ = inline_svg 'workarea/storefront/icons/star.svg', class: 'write-review__star-icon', title: t('workarea.storefront.reviews.stars', count: i)
52
+
53
+ .property
54
+ = label_tag 'review[title]', nil, class: 'property__name' do
55
+ %span.property__text= t('workarea.storefront.reviews.review_title')
56
+ %span.property__requirement.property__requirement--optional= t('workarea.storefront.forms.optional')
57
+ .value= text_field_tag 'review[title]', @review.title, class: 'text-box'
58
+
59
+ .property
60
+ = label_tag 'review[body]', nil, class: 'property__name' do
61
+ %span.property__requirement.property__requirement--required= t('workarea.storefront.forms.required')
62
+ %span.property__text= t('workarea.storefront.reviews.your_review')
63
+ .value= text_area_tag 'review[body]', @review.body, class: 'text-box text-box--multi-line', required: true
64
+
65
+ .property= recaptcha_tags
66
+
67
+ .grid.grid--auto
68
+ %p.grid__cell= button_tag t('workarea.storefront.reviews.submit'), value: 'submit_review', class: 'button', data: { disable_with: loading_indicator(t('workarea.storefront.reviews.submit_disabled')) }
69
+ %p.grid__cell= link_to t('workarea.storefront.forms.cancel'), product_path(@product), class: 'text-button', data: { dialog_close_button: '' }