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,59 @@
1
+ .view
2
+ - if @item.blank?
3
+ = render_message 'error', data: { message_show_dismiss: 'false' } do
4
+ = t('workarea.storefront.flash_messages.cart_item_error')
5
+
6
+ - else
7
+ = render_message 'success', data: { message_show_dismiss: 'false' } do
8
+ = t('workarea.storefront.flash_messages.cart_item_added')
9
+
10
+ .product-list__item{ data: { cart_count: current_order.quantity, analytics: add_to_cart_confirmation_analytics_data(@item).to_json } }
11
+ .product-list__item-cell
12
+ .product-list__summary
13
+ %p.product-list__media= link_to image_tag(product_image_url(@item.image, :small_thumb), alt: @item.product_name, class: 'product-list__media-image'), product_url(@item.product, sku: @item.sku), class: 'product-list__media-link'
14
+ .product-list__info
15
+ %p.product-list__name= link_to @item.product_name, product_path(@item.product, sku: @item.sku)
16
+ %p.product-list__id= @item.sku_name
17
+ - if @item.has_options?
18
+ .product-list__option-group
19
+ - @item.details.each do |name, value|
20
+ %p.product-list__option #{name.titleize}: #{value}
21
+ - @item.customizations.each do |name, value|
22
+ %p.product-list__customization #{name.titleize}: #{value}
23
+ = append_partials('storefront.cart_item_details', item: @item, index: 0)
24
+ .product-list__item-cell
25
+ %table.table
26
+ %thead
27
+ %tr
28
+ %th.table__prices= t('workarea.storefront.orders.price')
29
+ %th#aria_cart_item_quantity.table__quantity= t('workarea.storefront.orders.quantity')
30
+ %th.table__prices= t('workarea.storefront.orders.total')
31
+ %tbody
32
+ %tr
33
+ %td.table__prices
34
+ = render 'workarea/storefront/carts/pricing', item: @item, css_block: 'table'
35
+ %td.table__quantity
36
+ = form_tag cart_item_path(@item), method: :patch, class: 'inline-form', data: { analytics: update_cart_item_analytics_data(@item).to_json } do
37
+ .inline-form__cell
38
+ .value= number_field_tag :quantity, @item.quantity, min: 1, required: true, class: 'text-box text-box--x-small', data: { form_submitting_control: '' }, title: t('workarea.storefront.orders.quantity'), id: dom_id(@item, 'cart_item'), aria: { labelledby: 'aria_cart_item_quantity' }
39
+ %p.inline-form__cell.hidden-if-js-enabled= button_tag t('workarea.storefront.carts.update'), value: 'change_quantity', class: 'button'
40
+ %td.table__prices
41
+ - @item.total_adjustments.each do |adjustment|
42
+ %p.table__price
43
+ - if @item.total_adjustments.many?
44
+ %span.table__price-label= adjustment.description
45
+
46
+ - if adjustment.discount?
47
+ %strong.table__price-discount= number_to_currency(adjustment.amount)
48
+ - else
49
+ %span= number_to_currency(adjustment.amount)
50
+
51
+ - if @item.total_adjustments.many?
52
+ %p.table__price
53
+ %span.table__price-label= t('workarea.storefront.orders.item_total')
54
+ %span= number_to_currency(@item.total_price)
55
+
56
+ .grid.grid--center
57
+ .grid__cell.grid__cell--33-at-medium= link_to t('workarea.storefront.carts.continue_shopping'), root_path, class: 'button button--large button--full button--margin-bottom', data: { dialog_close_button: true }
58
+ .grid__cell.grid__cell--33-at-medium= link_to t('workarea.storefront.carts.view_cart'), cart_path, class: 'button button--large button--full button--margin-bottom'
59
+ .grid__cell.grid__cell--33-at-medium= link_to t('workarea.storefront.carts.checkout'), checkout_path, class: 'button button--large button--full button--margin-bottom'
@@ -0,0 +1,6 @@
1
+ .grid__cell
2
+ = form_tag from_cart_users_wish_list_path(item), method: 'post' do
3
+ = hidden_field_tag :return_to, users_wish_list_path, id: "wishlist_return_to_#{dom_id(item)}"
4
+ = button_tag value: 'move_to_wish_list', class: 'text-button' do
5
+ = inline_svg('workarea/storefront/icons/heart.svg', class: 'text-button__icon')
6
+ = t('workarea.storefront.wish_lists.move_to_wish_list')
@@ -0,0 +1,175 @@
1
+ - @title = t('workarea.storefront.carts.title')
2
+
3
+ .cart.view{ data: { analytics: cart_view_analytics_data(@cart).to_json }, class: ('cart--empty' if @cart.no_items?) }
4
+ - if @cart.no_items?
5
+
6
+ %p.cart__empty-pre-heading= t('workarea.storefront.carts.empty_preheading')
7
+
8
+ %h1.cart__empty-heading= t('workarea.storefront.carts.empty')
9
+
10
+ %p.cart__continue-shopping
11
+ = link_to t('workarea.storefront.carts.continue_shopping'), root_path, class: 'button button--large button--solid'
12
+
13
+ - else
14
+
15
+ .grid.grid--middle
16
+ .grid__cell.grid__cell--80-at-medium
17
+ %h1.heading.heading--2= t('workarea.storefront.carts.title')
18
+
19
+ .grid__cell.grid__cell--20-at-medium
20
+ .cart__checkout-action-group
21
+ %p.cart__checkout-action= link_to t('workarea.storefront.carts.checkout'), checkout_path, class: 'button button--solid button--large'
22
+ = append_partials('storefront.cart_checkout_actions', cart: @cart)
23
+
24
+ %ul.product-list{ data: { analytics: product_list_analytics_data('Cart').to_json } }
25
+ - @cart.items.each_with_index do |item, index|
26
+ %li.product-list__item
27
+ .product-list__item-cell
28
+ .product-list__summary
29
+ %p.product-list__media= link_to image_tag(product_image_url(item.image, :small_thumb), alt: item.product_name, class: 'product-list__media-image'), product_url(item.product, sku: item.sku), class: 'product-list__media-link'
30
+ .product-list__info
31
+ %p.product-list__name= link_to item.product_name, product_path(item.product, sku: item.sku)
32
+ %p.product-list__id= item.sku_name
33
+ %p.product-list__inventory-status= item.inventory_status
34
+ - if item.has_options?
35
+ .product-list__option-group
36
+ - item.details.each do |name, value|
37
+ %p.product-list__option #{name.titleize}: #{value}
38
+ - item.customizations.each do |name, value|
39
+ %p.product-list__customization #{name.titleize}: #{value}
40
+ = append_partials('storefront.cart_item_details', item: item, index: index)
41
+ .product-list__item-cell
42
+ %table.table
43
+ %thead
44
+ %tr
45
+ %th.table__prices= t('workarea.storefront.orders.price')
46
+ %th.table__quantity= t('workarea.storefront.orders.quantity')
47
+ %th.table__prices= t('workarea.storefront.orders.total')
48
+ %tbody
49
+ %tr
50
+ %td.table__prices
51
+ = render 'workarea/storefront/carts/pricing', item: item, css_block: 'table'
52
+ %td.table__quantity
53
+ = form_tag cart_item_path(item), method: :patch, class: 'inline-form', data: { analytics: update_cart_item_analytics_data(item).to_json } do
54
+ .inline-form__cell
55
+ .value= number_field_tag :quantity, item.quantity, min: 1, required: true, class: 'text-box text-box--x-small', data: { form_submitting_control: '' }, title: t('workarea.storefront.orders.quantity'), id: "quantity_#{index}", aria: { label: t('workarea.storefront.orders.quantity') }
56
+ %p.inline-form__cell.hidden-if-js-enabled= button_tag t('workarea.storefront.carts.update'), value: 'change_quantity', class: 'button'
57
+ %td.table__prices
58
+ - item.total_adjustments.each do |adjustment|
59
+ %p.table__price
60
+ - if item.total_adjustments.many?
61
+ %span.table__price-label= adjustment.description
62
+
63
+ - if adjustment.discount?
64
+ %strong.table__price-discount= number_to_currency(adjustment.amount)
65
+ - else
66
+ %span= number_to_currency(adjustment.amount)
67
+
68
+ - if item.total_adjustments.many?
69
+ %p.table__price
70
+ %span.table__price-label= t('workarea.storefront.orders.item_total')
71
+ %span= number_to_currency(item.total_price)
72
+
73
+ .product-list__item-actions
74
+ .product-list__remove-item
75
+ = form_tag cart_item_path(item), method: 'delete', class: 'action-group__item', data: { analytics: remove_from_cart_analytics_data(item).to_json } do
76
+ = button_tag value: 'remove_item', class: 'text-button' do
77
+ = inline_svg('workarea/storefront/icons/close.svg', class: 'svg-icon svg-icon--small', title: t('workarea.storefront.carts.remove'))
78
+ = append_partials('storefront.cart_item_actions', item: item)
79
+
80
+ - @cart.free_gifts.each do |item|
81
+ %li.product-list__item
82
+ .product-list__item-cell
83
+ .product-list__summary
84
+ %p.product-list__media= link_to image_tag(product_image_url(item.image, :small_thumb), alt: item.product_name, class: 'product-list__media-image'), product_url(item.product, sku: item.sku), class: 'product-list__media-link'
85
+ .product-list__info
86
+ %p.product-list__name= link_to item.product_name, product_path(item.product, sku: item.sku)
87
+ %p.product-list__id= item.sku
88
+ .product-list__item-cell
89
+ %table.table
90
+ %thead
91
+ %tr
92
+ %th.table__prices= t('workarea.storefront.orders.price')
93
+ %th.table__quantity= t('workarea.storefront.orders.quantity')
94
+ %th.table__prices= t('workarea.storefront.orders.total')
95
+ %tbody
96
+ %tr
97
+ %td.table__prices
98
+ %p.table__price
99
+ %span= t('workarea.storefront.carts.free_gift')
100
+ %td.table__quantity
101
+ %p= item.quantity
102
+ %td.table__prices
103
+ %p.table__price
104
+ %span= t('workarea.storefront.carts.free_gift')
105
+
106
+ = append_partials('storefront.cart_additional_information', cart: @cart)
107
+
108
+ .grid.grid--right
109
+ .grid__cell.grid__cell--50-at-medium
110
+ = optional_field(t('workarea.storefront.carts.enter_promo_code_prompt'), params[:promo_code]) do
111
+ .cart__promo-code
112
+ = form_tag add_promo_code_to_cart_path, id: 'promo_code_form', method: 'post', class: 'inline-form' do
113
+ %h5= t('workarea.storefront.carts.enter_promo_code_prompt')
114
+ .inline-form__cell
115
+ .value= text_field_tag :promo_code, params[:promo_code], class: 'text-box', autocomplete: 'off', autocorrect: 'off', autocapitalize: 'off', required: true, title: t('workarea.storefront.orders.promo_code'), aria: { label: t('workarea.storefront.orders.promo_code') }
116
+ %p.inline-form__cell= button_tag t('workarea.storefront.carts.add'), value: 'add_promo_code', class: 'button button--large'
117
+
118
+ .grid__cell.grid__cell--50-at-medium
119
+ %h3= t('workarea.storefront.carts.summary_title')
120
+ %table.table.table--totals
121
+ %tbody
122
+ %tr
123
+ %th
124
+ %span= t('workarea.storefront.orders.subtotal')
125
+ %td= number_to_currency @cart.subtotal_price
126
+ - @cart.total_adjustments.each do |adjustment|
127
+ %tr
128
+ %th
129
+ %span= adjustment.description
130
+ %td
131
+ - if adjustment.discount?
132
+ %strong= number_to_currency(adjustment.amount)
133
+ - else
134
+ %span= number_to_currency(adjustment.amount)
135
+ - if @cart.requires_shipping?
136
+ %tr
137
+ %th
138
+ %span= t('workarea.storefront.orders.shipping')
139
+ %td
140
+ - if @cart.show_shipping_services?
141
+ #{@cart.shipping_service} - #{number_to_currency(@cart.shipping_total)}
142
+ - else
143
+ = t('workarea.storefront.carts.calculated_at_checkout')
144
+ %tr
145
+ %th
146
+ %span= t('workarea.storefront.orders.tax')
147
+ %td
148
+ - if @cart.show_taxes?
149
+ = number_to_currency @cart.tax_total
150
+ - else
151
+ = t('workarea.storefront.carts.calculated_at_checkout')
152
+ %tr.table__total
153
+ %th
154
+ %span= t('workarea.storefront.orders.total')
155
+ %td= number_to_currency(@cart.total_price)
156
+
157
+ .cart__checkout-action-group
158
+ %p.cart__checkout-action= link_to t('workarea.storefront.carts.checkout'), checkout_path, class: 'button button--solid button--large'
159
+ = append_partials('storefront.cart_checkout_actions', cart: @cart)
160
+
161
+ = append_partials('storefront.cart_show', cart: @cart)
162
+
163
+ - cache @cart.cache_key, expires_in: Workarea.config.cache_expirations.cart_recommendations_fragment_cache do
164
+ - if @cart.recommendations.any?
165
+ .recommendations
166
+ %h2.recommendations__heading= t('workarea.storefront.recommendations.heading')
167
+ .recommendations__products
168
+ .grid
169
+ - @cart.recommendations.each do |product|
170
+ .grid__cell.grid__cell--50.grid__cell--25-at-medium
171
+ .product-summary.product-summary--small{ itemscope: true, itemtype: 'http://schema.org/Product' }
172
+ = render 'workarea/storefront/products/summary', product: product
173
+
174
+ - if @cart.quantity.zero?
175
+ %div{ data: { recommendations_placeholder: recommendations_path } }
@@ -0,0 +1,111 @@
1
+ - @title = @category.browser_title
2
+ - @breadcrumbs = @category.breadcrumbs
3
+
4
+ - add_css(@category.css)
5
+ - add_javascript(@category.javascript)
6
+
7
+ - content_for :head do
8
+ - cache "#{@category.cache_key}/head", expires_in: Workarea.config.cache_expirations.categories_fragment_cache do
9
+ %meta{ property: 'recent-view', content: recent_view_content(category_id: @category.id) }
10
+ %meta{ property: 'global-id', content: @category.to_global_id.to_param }
11
+
12
+ - if @category.first_page? && !@category.has_filters?
13
+ %meta{ name: 'robots', content: 'index, follow' }
14
+ - else
15
+ %meta{ name: 'robots', content: 'noindex, follow' }
16
+
17
+ - if @category.first_page?
18
+ %link{ href: category_url(@category), rel: 'canonical' }
19
+ - else
20
+ %link{ href: category_url(@category, page: @category.page), rel: 'canonical' }
21
+
22
+ - if @category.second_page?
23
+ %link{ href: category_url(@category), rel: 'prev' }
24
+ - elsif !@category.first_page?
25
+ %link{ href: url_for(page: @category.prev_page, only_path: false), rel: 'prev' }
26
+
27
+ - unless @category.last_page?
28
+ %link{ href: url_for(page: @category.next_page, only_path: false), rel: 'next' }
29
+
30
+ %meta{ name: :description, content: @category.meta_description }
31
+
32
+ %meta{ property: 'og:url', content: url_for(only_path: false) }
33
+ %meta{ property: 'og:title', content: page_title }
34
+ %meta{ property: 'og:type', content: 'website' }
35
+ %meta{ property: 'og:image', content: @category.open_graph_asset.url }
36
+ %meta{ property: 'og:image:secure_url', content: @category.open_graph_asset.url }
37
+
38
+ = append_partials('storefront.category_head', category: @category)
39
+
40
+ - content_for :page_aside do
41
+ - cache "#{@category.cache_key}/aside", expires_in: Workarea.config.cache_expirations.categories_fragment_cache do
42
+ = left_navigation if @category.show_navigation?
43
+
44
+ - if @category.facets.any?
45
+ .result-filters
46
+ %h2.result-filters__title= t('workarea.storefront.products.result_filters_title')
47
+ - @category.facets.each do |facet|
48
+ = render "workarea/storefront/facets/#{facet.type}", facet: facet
49
+
50
+ - cache @category.cache_key, expires_in: Workarea.config.cache_expirations.categories_fragment_cache do
51
+ .view{ data: { analytics: category_view_analytics_data(@category).to_json } }
52
+
53
+ .browsing-controls
54
+ .grid.grid--middle
55
+ .grid__cell.grid__cell--50-at-medium
56
+ %h1.browsing-controls__heading= @category.name
57
+
58
+ .grid__cell.grid__cell--50-at-medium
59
+ - if @category.products.any?
60
+ .browsing-controls__sort
61
+ = form_tag request.path, method: :get, class: 'browsing-controls__sort-form' do
62
+ = facet_hidden_inputs(@category.facets)
63
+
64
+ .property.property--responsive
65
+ = label_tag 'sort_top', nil, class: 'property__name' do
66
+ %span.property__text= t('workarea.storefront.searches.sort_by')
67
+ %span.value= select_tag :sort, options_for_select(@category.sorts, selected: @category.sort), id: 'sort_top', data: { form_submitting_control: '' }
68
+ .hidden-if-js-enabled
69
+ = button_tag t('workarea.storefront.searches.sort'), value: 'sort_products_top', class: 'button'
70
+
71
+ .grid__cell
72
+ = append_partials('storefront.category_browse_controls', category: @category)
73
+
74
+ - if @category.facets.any?
75
+ .grid__cell
76
+ .browsing-controls__filter-button
77
+ .mobile-filters
78
+ = check_box_tag 'toggle_mobile_filters', nil, false, class: 'mobile-filters__control'
79
+ .mobile-filters__trigger
80
+ = label_tag 'toggle_mobile_filters', t('workarea.storefront.products.filter_results'), class: 'button button--solid button--large button--full', data: { mobile_filter_button: '' }
81
+ .mobile-filters__content
82
+ .result-filters
83
+ - @category.facets.each do |facet|
84
+ = render "workarea/storefront/facets/#{facet.type}", facet: facet
85
+
86
+ - if @category.products.any?
87
+
88
+ - if @category.content_blocks_for(:above_results).present?
89
+ = render_content_blocks(@category.content_blocks_for(:above_results))
90
+
91
+ .pagination{ data: { analytics: product_list_analytics_data(@category.name).to_json, pagination: pagination_data(@category.products), back_to_top_button: '' } }
92
+ .grid
93
+ - @category.products.each_with_index do |product, position|
94
+ = append_partials('storefront.category_browse_grid_item', product: product, position: position)
95
+
96
+ .grid__cell.grid__cell--50.grid__cell--33-at-medium{ data: { pagination_item: '' } }
97
+ .product-summary{ itemscope: true, itemtype: 'http://schema.org/Product' }
98
+ = render 'workarea/storefront/products/summary', product: product
99
+ - if show_pagination?(@category.products)
100
+ .pagination__button
101
+ = link_to t('workarea.storefront.pagination.next_page'), pagination_path_for(page: @category.next_page), class: 'button', data: { pagination_button: '' }
102
+
103
+
104
+ - if @category.content_blocks_for(:below_results).present?
105
+ = render_content_blocks(@category.content_blocks_for(:below_results))
106
+
107
+ - else
108
+ %p
109
+ = t('workarea.storefront.products.none_found')
110
+ - if @category.has_filters?
111
+ = link_to t('workarea.storefront.products.reset_filters'), category_path(@category)
@@ -0,0 +1,25 @@
1
+ %nav.checkout-progress
2
+ .checkout-progress__step{ class: ('checkout-progress__step--active' if @checkout_step == 'addresses') }
3
+ - if @checkout_step == 'addresses'
4
+ %span.checkout-progress__text
5
+ %span.checkout-progress__step-number= t('workarea.storefront.checkouts.addresses_step_number')
6
+ = t('workarea.storefront.checkouts.addresses_step_text')
7
+ - else
8
+ = link_to checkout_addresses_path, class: 'checkout-progress__link' do
9
+ %span.checkout-progress__step-number= t('workarea.storefront.checkouts.addresses_step_number')
10
+ = t('workarea.storefront.checkouts.addresses_step_text')
11
+ .checkout-progress__divider
12
+ .checkout-progress__step{ class: ('checkout-progress__step--active' if @checkout_step == 'shipping') }
13
+ - if @checkout_step.in?(%w(addresses shipping))
14
+ %span.checkout-progress__text
15
+ %span.checkout-progress__step-number= t('workarea.storefront.checkouts.shipping_step_number')
16
+ = t('workarea.storefront.checkouts.shipping_step_text')
17
+ - else
18
+ = link_to checkout_shipping_path, class: 'checkout-progress__link' do
19
+ %span.checkout-progress__step-number= t('workarea.storefront.checkouts.shipping_step_number')
20
+ = t('workarea.storefront.checkouts.shipping_step_text')
21
+ .checkout-progress__divider
22
+ .checkout-progress__step{ class: ('checkout-progress__step--active' if @checkout_step == 'payment') }
23
+ %span.checkout-progress__text
24
+ %span.checkout-progress__step-number= t('workarea.storefront.checkouts.payment_step_number')
25
+ = t('workarea.storefront.checkouts.payment_step_text')
@@ -0,0 +1,28 @@
1
+ .checkout-payment__secondary-method{ class: step.show_gift_card? ? 'checkout-payment__secondary-method--visible' : nil }
2
+
3
+ - if step.show_gift_card?
4
+ .message.message--info
5
+ %p.message__type
6
+ %span.message__icon= t('workarea.storefront.messages.info')
7
+ %p.message__text
8
+ #{t('workarea.storefront.gift_cards.balance', amount: number_to_currency(step.gift_card_balance))}
9
+ #{t('workarea.storefront.gift_cards.applied_to_order', amount: number_to_currency(step.gift_card_amount))}
10
+
11
+ - if step.order_covered_by_gift_card?
12
+ #{t('workarea.storefront.gift_cards.place_order', amount: number_to_currency(step.gift_card_amount))}
13
+ - if step.tender_required?
14
+ #{t('workarea.storefront.gift_cards.tender_required', amount: number_to_currency(step.order_balance))}
15
+
16
+ = optional_field(t('workarea.storefront.gift_cards.enter_gift_card_prompt'), step.gift_card.try(:number)) do
17
+
18
+ %h2= t('workarea.storefront.gift_cards.gift_card')
19
+
20
+ = form_tag checkout_add_gift_card_path, method: 'patch', id: 'gift_card_form', class: 'inline-form' do
21
+
22
+ .inline-form__cell
23
+ .value
24
+ = text_field_tag 'gift_card_number', step.gift_card.try(:number), class: 'text-box', autocomplete: 'off', title: t('workarea.storefront.gift_cards.gift_card_number'), placeholder: t('workarea.storefront.gift_cards.gift_card_number')
25
+ - if step.gift_card && step.gift_card.errors[:number].present?
26
+ %span.value__error= step.gift_card.errors[:number].first
27
+ .inline-form__cell
28
+ %p= button_tag t('workarea.storefront.gift_cards.apply_gift_card'), value: 'apply_gift_card', class: 'button button--large'
@@ -0,0 +1,102 @@
1
+ .checkout-step-summary
2
+
3
+ .checkout-step-summary__step
4
+
5
+ %h2= t('workarea.storefront.checkouts.totals')
6
+ %table.table.table--totals
7
+ %tbody
8
+ %tr
9
+ %th
10
+ %span= t('workarea.storefront.orders.subtotal')
11
+ %td= number_to_currency(cart.subtotal_price)
12
+ - if cart.total_adjustments.any?
13
+ - cart.total_adjustments.each do |adjustment|
14
+ %tr
15
+ %th
16
+ %span= adjustment.description
17
+ %td
18
+ - if adjustment.discount?
19
+ %strong= number_to_currency(adjustment.amount)
20
+ - else
21
+ %span= number_to_currency(adjustment.amount)
22
+
23
+ %tr
24
+ %th
25
+ %span= t('workarea.storefront.orders.shipping')
26
+ %td
27
+ - if !cart.requires_shipping?
28
+ = t('workarea.storefront.checkouts.not_applicable')
29
+ - elsif !summary.shipping_determined?
30
+ = t('workarea.storefront.checkouts.to_be_determined')
31
+ - else
32
+ = number_to_currency(cart.shipping_total)
33
+
34
+ %tr
35
+ %th
36
+ %span= t('workarea.storefront.orders.tax')
37
+ %td
38
+ - if summary.taxes_determined?
39
+ = number_to_currency(cart.tax_total)
40
+ - else
41
+ = t('workarea.storefront.checkouts.to_be_determined')
42
+
43
+ - if summary.store_credit?
44
+ %tr
45
+ %th
46
+ %span= t('workarea.storefront.orders.store_credit')
47
+ %td
48
+ %strong.table__price-discount −#{number_to_currency(summary.store_credit_amount)}
49
+
50
+ = append_partials('storefront.checkout_summary_payment', summary: summary)
51
+
52
+ %tr.table__total
53
+ %th
54
+ %span= t('workarea.storefront.orders.total')
55
+ %td= number_to_currency(summary.order_balance)
56
+
57
+ .checkout-step-summary__step.checkout-step-summary__step--hidden-for-small
58
+
59
+ - if summary.show_addresses?
60
+ %h2= t('workarea.storefront.checkouts.addresses')
61
+
62
+ .checkout-step-summary__section
63
+ %h3= t('workarea.storefront.checkouts.email')
64
+ %p= summary.email
65
+
66
+ - if summary.show_shipping_address?
67
+ .checkout-step-summary__section
68
+ %h3= t('workarea.storefront.checkouts.shipping_address')
69
+ %p= formatted_address(summary.shipping_address)
70
+
71
+ .checkout-step-summary__section
72
+ %h3= t('workarea.storefront.checkouts.billing_address')
73
+ %p= formatted_address(summary.billing_address)
74
+
75
+ - unless current_page?(checkout_addresses_path)
76
+ %p= link_to t('workarea.storefront.forms.edit'), checkout_addresses_path, class: 'button', data: { analytics: checkout_edit_analytics_data('addresses') }
77
+
78
+ = append_partials('storefront.checkout_summary_addresses', summary: summary)
79
+
80
+ .checkout-step-summary__step.checkout-step-summary__step--hidden-for-small
81
+
82
+ - if summary.show_shipping_options?
83
+ %h2= t('workarea.storefront.checkouts.shipping_options')
84
+
85
+ - summary.shippings.each_with_index do |shipping, index|
86
+ - if shipping.show_options?
87
+ .checkout-step-summary__section
88
+ %h3
89
+ - if shipping.partial?
90
+ = t('workarea.storefront.checkouts.shipping_service_with_index', index: index + 1)
91
+ - else
92
+ = t('workarea.storefront.checkouts.shipping_service')
93
+ %p #{shipping.shipping_service.name} - #{number_to_currency(shipping.shipping_total)}
94
+ - if shipping.instructions.present?
95
+ %p= shipping.instructions
96
+
97
+ = append_partials('storefront.checkout_summary_shipping_attributes', summary: summary, shipping: shipping, index: index)
98
+
99
+ - unless checkout_shipping_path == request.original_fullpath
100
+ %p= link_to t('workarea.storefront.forms.edit'), checkout_shipping_path, class: 'button', data: { analytics: checkout_edit_analytics_data('shipping') }
101
+
102
+ = append_partials('storefront.checkout_summary_shipping', summary: summary)