workarea-haven_theme 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (468) hide show
  1. checksums.yaml +7 -0
  2. data/.editorconfig +16 -0
  3. data/.eslintignore +1 -0
  4. data/.eslintrc +25 -0
  5. data/.github/ISSUE_TEMPLATE/bug_report.md +37 -0
  6. data/.github/ISSUE_TEMPLATE/documentation-request.md +17 -0
  7. data/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  8. data/.github/workflows/ci.yml +60 -0
  9. data/.gitignore +23 -0
  10. data/.rubocop.yml +3 -0
  11. data/.scss-lint.yml +192 -0
  12. data/.stylelintrc.json +8 -0
  13. data/CHANGELOG.md +1847 -0
  14. data/Gemfile +24 -0
  15. data/README.md +199 -0
  16. data/Rakefile +60 -0
  17. data/app/assets/fonts/workarea/storefront/hind/hind_bold_webfont.woff +0 -0
  18. data/app/assets/fonts/workarea/storefront/hind/hind_bold_webfont.woff2 +0 -0
  19. data/app/assets/fonts/workarea/storefront/hind/hind_regular_webfont.woff +0 -0
  20. data/app/assets/fonts/workarea/storefront/hind/hind_regular_webfont.woff2 +0 -0
  21. data/app/assets/fonts/workarea/storefront/lora/lora_bold_webfont.woff +0 -0
  22. data/app/assets/fonts/workarea/storefront/lora/lora_bold_webfont.woff2 +0 -0
  23. data/app/assets/fonts/workarea/storefront/lora/lora_bolditalic_webfont.woff +0 -0
  24. data/app/assets/fonts/workarea/storefront/lora/lora_bolditalic_webfont.woff2 +0 -0
  25. data/app/assets/fonts/workarea/storefront/lora/lora_italic_webfont.woff +0 -0
  26. data/app/assets/fonts/workarea/storefront/lora/lora_italic_webfont.woff2 +0 -0
  27. data/app/assets/fonts/workarea/storefront/lora/lora_regular_webfont.woff +0 -0
  28. data/app/assets/fonts/workarea/storefront/lora/lora_regular_webfont.woff2 +0 -0
  29. data/app/assets/fonts/workarea/storefront/muli/muli_bold_webfont.woff +0 -0
  30. data/app/assets/fonts/workarea/storefront/muli/muli_bold_webfont.woff2 +0 -0
  31. data/app/assets/fonts/workarea/storefront/muli/muli_bolditalic_webfont.woff +0 -0
  32. data/app/assets/fonts/workarea/storefront/muli/muli_bolditalic_webfont.woff2 +0 -0
  33. data/app/assets/fonts/workarea/storefront/muli/muli_italic_webfont.woff +0 -0
  34. data/app/assets/fonts/workarea/storefront/muli/muli_italic_webfont.woff2 +0 -0
  35. data/app/assets/fonts/workarea/storefront/muli/muli_regular_webfont.woff +0 -0
  36. data/app/assets/fonts/workarea/storefront/muli/muli_regular_webfont.woff2 +0 -0
  37. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bold_webfont.woff +0 -0
  38. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bold_webfont.woff2 +0 -0
  39. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bolditalic_webfont.woff +0 -0
  40. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bolditalic_webfont.woff2 +0 -0
  41. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_italic_webfont.woff +0 -0
  42. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_italic_webfont.woff2 +0 -0
  43. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_regular_webfont.woff +0 -0
  44. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_regular_webfont.woff2 +0 -0
  45. data/app/assets/fonts/workarea/storefront/poppins/poppins_300.woff +0 -0
  46. data/app/assets/fonts/workarea/storefront/poppins/poppins_300.woff2 +0 -0
  47. data/app/assets/fonts/workarea/storefront/poppins/poppins_500.woff +0 -0
  48. data/app/assets/fonts/workarea/storefront/poppins/poppins_500.woff2 +0 -0
  49. data/app/assets/fonts/workarea/storefront/poppins/poppins_700.woff +0 -0
  50. data/app/assets/fonts/workarea/storefront/poppins/poppins_700.woff2 +0 -0
  51. data/app/assets/fonts/workarea/storefront/poppins/poppins_regular.woff +0 -0
  52. data/app/assets/fonts/workarea/storefront/poppins/poppins_regular.woff2 +0 -0
  53. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_700.woff +0 -0
  54. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_700.woff2 +0 -0
  55. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_regular.woff +0 -0
  56. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_regular.woff2 +0 -0
  57. data/app/assets/fonts/workarea/storefront/roboto/roboto_bold_webfont.woff +0 -0
  58. data/app/assets/fonts/workarea/storefront/roboto/roboto_bold_webfont.woff2 +0 -0
  59. data/app/assets/fonts/workarea/storefront/roboto/roboto_italic_webfont.woff +0 -0
  60. data/app/assets/fonts/workarea/storefront/roboto/roboto_italic_webfont.woff2 +0 -0
  61. data/app/assets/fonts/workarea/storefront/roboto/roboto_regular_webfont.woff +0 -0
  62. data/app/assets/fonts/workarea/storefront/roboto/roboto_regular_webfont.woff2 +0 -0
  63. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_bold_webfont.woff +0 -0
  64. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_bold_webfont.woff2 +0 -0
  65. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_regular_webfont.woff +0 -0
  66. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_regular_webfont.woff2 +0 -0
  67. data/app/assets/images/workarea/core/product_placeholder.jpg +0 -0
  68. data/app/assets/images/workarea/storefront/dialog_close.svg +1 -0
  69. data/app/assets/images/workarea/storefront/favicon.ico +0 -0
  70. data/app/assets/images/workarea/storefront/icons/account.svg +1 -0
  71. data/app/assets/images/workarea/storefront/icons/arrow_down.svg +1 -0
  72. data/app/assets/images/workarea/storefront/icons/arrow_left.svg +1 -0
  73. data/app/assets/images/workarea/storefront/icons/arrow_right.svg +1 -0
  74. data/app/assets/images/workarea/storefront/icons/arrow_up.svg +1 -0
  75. data/app/assets/images/workarea/storefront/icons/cart.svg +1 -0
  76. data/app/assets/images/workarea/storefront/icons/checkmark.svg +1 -0
  77. data/app/assets/images/workarea/storefront/icons/email.svg +1 -0
  78. data/app/assets/images/workarea/storefront/icons/empty_star.svg +1 -0
  79. data/app/assets/images/workarea/storefront/icons/eye.svg +1 -0
  80. data/app/assets/images/workarea/storefront/icons/facebook.svg +1 -0
  81. data/app/assets/images/workarea/storefront/icons/half_star.svg +1 -0
  82. data/app/assets/images/workarea/storefront/icons/lock.svg +1 -0
  83. data/app/assets/images/workarea/storefront/icons/long_arrow.svg +1 -0
  84. data/app/assets/images/workarea/storefront/icons/menu.svg +1 -0
  85. data/app/assets/images/workarea/storefront/icons/minus.svg +1 -0
  86. data/app/assets/images/workarea/storefront/icons/plus.svg +1 -0
  87. data/app/assets/images/workarea/storefront/icons/search.svg +1 -0
  88. data/app/assets/images/workarea/storefront/icons/share.svg +1 -0
  89. data/app/assets/images/workarea/storefront/icons/twitter.svg +1 -0
  90. data/app/assets/images/workarea/storefront/icons/x.svg +1 -0
  91. data/app/assets/images/workarea/storefront/logo.png +0 -0
  92. data/app/assets/images/workarea/storefront/style_guide_product.jpg +0 -0
  93. data/app/assets/images/workarea/storefront/style_guide_product_retina.jpg +0 -0
  94. data/app/assets/javascripts/workarea/storefront/haven_theme/config.js +44 -0
  95. data/app/assets/javascripts/workarea/storefront/modules/address_region_fields.js +93 -0
  96. data/app/assets/javascripts/workarea/storefront/modules/checkout_primary_payments.js +130 -0
  97. data/app/assets/javascripts/workarea/storefront/modules/expandable_filters.js +50 -0
  98. data/app/assets/javascripts/workarea/storefront/modules/mobile_filter_buttons.js +89 -0
  99. data/app/assets/javascripts/workarea/storefront/modules/mobile_nav_button.js +104 -0
  100. data/app/assets/javascripts/workarea/storefront/modules/product_detail_tabs.js +59 -0
  101. data/app/assets/javascripts/workarea/storefront/modules/quantity_control.js +56 -0
  102. data/app/assets/javascripts/workarea/storefront/modules/search_buttons.js +56 -0
  103. data/app/assets/javascripts/workarea/storefront/modules/toggle_class_button.js +43 -0
  104. data/app/assets/javascripts/workarea/storefront/modules/user_welcome_placeholder.js +38 -0
  105. data/app/assets/javascripts/workarea/storefront/reviews/modules/product_reviews_sort_menus.js +82 -0
  106. data/app/assets/javascripts/workarea/storefront/reviews/templates/sort_by_property.jst.ejs +13 -0
  107. data/app/assets/javascripts/workarea/storefront/templates/back_to_top_button.jst.ejs +3 -0
  108. data/app/assets/javascripts/workarea/storefront/templates/log_out_link.jst.ejs +1 -0
  109. data/app/assets/javascripts/workarea/storefront/templates/mobile_filters_nav_close_button.jst.ejs +3 -0
  110. data/app/assets/javascripts/workarea/storefront/templates/optional_field_prompt.jst.ejs +8 -0
  111. data/app/assets/javascripts/workarea/storefront/templates/saved_addresses_property.jst.ejs +23 -0
  112. data/app/assets/javascripts/workarea/storefront/templates/ui_menu_item.jst.ejs +9 -0
  113. data/app/assets/javascripts/workarea/storefront/templates/user_welcome.jst.ejs +7 -0
  114. data/app/assets/stylesheets/haven_theme/.keep +0 -0
  115. data/app/assets/stylesheets/jquery_ui/storefront/_ui_autocomplete.scss +13 -0
  116. data/app/assets/stylesheets/jquery_ui/storefront/_ui_dialog.scss +168 -0
  117. data/app/assets/stylesheets/jquery_ui/storefront/_ui_menu.scss +133 -0
  118. data/app/assets/stylesheets/jquery_ui/storefront/_ui_state_focus.scss +7 -0
  119. data/app/assets/stylesheets/jquery_ui/storefront/_ui_widget_overlay.scss +15 -0
  120. data/app/assets/stylesheets/workarea/product_badges/components/_badges.scss +83 -0
  121. data/app/assets/stylesheets/workarea/product_grid_content/components/_product_grid_cell_content_block.scss +32 -0
  122. data/app/assets/stylesheets/workarea/storefront/base/_forms.scss +224 -0
  123. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_entry.scss +127 -0
  124. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_entry_summary.scss +166 -0
  125. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_index.scss +25 -0
  126. data/app/assets/stylesheets/workarea/storefront/blog/components/_featured_entry_content_block.scss +9 -0
  127. data/app/assets/stylesheets/workarea/storefront/components/_account_menu.scss +50 -0
  128. data/app/assets/stylesheets/workarea/storefront/components/_add_to_cart.scss +51 -0
  129. data/app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss +30 -0
  130. data/app/assets/stylesheets/workarea/storefront/components/_box.scss +44 -0
  131. data/app/assets/stylesheets/workarea/storefront/components/_breadcrumbs.scss +53 -0
  132. data/app/assets/stylesheets/workarea/storefront/components/_button.scss +153 -0
  133. data/app/assets/stylesheets/workarea/storefront/components/_button_property.scss +46 -0
  134. data/app/assets/stylesheets/workarea/storefront/components/_cart.scss +85 -0
  135. data/app/assets/stylesheets/workarea/storefront/components/_category_summary_content_block.scss +27 -0
  136. data/app/assets/stylesheets/workarea/storefront/components/_checkout_addresses.scss +21 -0
  137. data/app/assets/stylesheets/workarea/storefront/components/_checkout_confirmation.scss +57 -0
  138. data/app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss +80 -0
  139. data/app/assets/stylesheets/workarea/storefront/components/_checkout_progress.scss +149 -0
  140. data/app/assets/stylesheets/workarea/storefront/components/_checkout_shipping.scss +15 -0
  141. data/app/assets/stylesheets/workarea/storefront/components/_checkout_step_summary.scss +81 -0
  142. data/app/assets/stylesheets/workarea/storefront/components/_color_box.scss +83 -0
  143. data/app/assets/stylesheets/workarea/storefront/components/_content_block.scss +56 -0
  144. data/app/assets/stylesheets/workarea/storefront/components/_data_card.scss +70 -0
  145. data/app/assets/stylesheets/workarea/storefront/components/_divider_content_block.scss +39 -0
  146. data/app/assets/stylesheets/workarea/storefront/components/_email_signup.scss +61 -0
  147. data/app/assets/stylesheets/workarea/storefront/components/_email_signup_view.scss +18 -0
  148. data/app/assets/stylesheets/workarea/storefront/components/_hero_content_block.scss +77 -0
  149. data/app/assets/stylesheets/workarea/storefront/components/_image_and_text_content_block.scss +29 -0
  150. data/app/assets/stylesheets/workarea/storefront/components/_image_content_block.scss +16 -0
  151. data/app/assets/stylesheets/workarea/storefront/components/_image_group_content_block.scss +9 -0
  152. data/app/assets/stylesheets/workarea/storefront/components/_loading.scss +92 -0
  153. data/app/assets/stylesheets/workarea/storefront/components/_login.scss +47 -0
  154. data/app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss +51 -0
  155. data/app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss +42 -0
  156. data/app/assets/stylesheets/workarea/storefront/components/_mobile_nav.scss +120 -0
  157. data/app/assets/stylesheets/workarea/storefront/components/_option_button.scss +48 -0
  158. data/app/assets/stylesheets/workarea/storefront/components/_order_details.scss +55 -0
  159. data/app/assets/stylesheets/workarea/storefront/components/_order_summary.scss +34 -0
  160. data/app/assets/stylesheets/workarea/storefront/components/_overlay.scss +20 -0
  161. data/app/assets/stylesheets/workarea/storefront/components/_page_content.scss +96 -0
  162. data/app/assets/stylesheets/workarea/storefront/components/_page_footer.scss +53 -0
  163. data/app/assets/stylesheets/workarea/storefront/components/_page_header.scss +208 -0
  164. data/app/assets/stylesheets/workarea/storefront/components/_pagination.scss +12 -0
  165. data/app/assets/stylesheets/workarea/storefront/components/_payment_icon.scss +37 -0
  166. data/app/assets/stylesheets/workarea/storefront/components/_personalized_recommendations_content_block.scss +19 -0
  167. data/app/assets/stylesheets/workarea/storefront/components/_primary_nav.scss +75 -0
  168. data/app/assets/stylesheets/workarea/storefront/components/_product_detail_container.scss +177 -0
  169. data/app/assets/stylesheets/workarea/storefront/components/_product_details.scss +105 -0
  170. data/app/assets/stylesheets/workarea/storefront/components/_product_insights_content_block.scss +22 -0
  171. data/app/assets/stylesheets/workarea/storefront/components/_product_list.scss +186 -0
  172. data/app/assets/stylesheets/workarea/storefront/components/_product_list_content_block.scss +22 -0
  173. data/app/assets/stylesheets/workarea/storefront/components/_product_media.scss +70 -0
  174. data/app/assets/stylesheets/workarea/storefront/components/_product_prices.scss +82 -0
  175. data/app/assets/stylesheets/workarea/storefront/components/_product_summary.scss +104 -0
  176. data/app/assets/stylesheets/workarea/storefront/components/_property.scss +71 -0
  177. data/app/assets/stylesheets/workarea/storefront/components/_quantity_control.scss +101 -0
  178. data/app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss +42 -0
  179. data/app/assets/stylesheets/workarea/storefront/components/_recent_views.scss +46 -0
  180. data/app/assets/stylesheets/workarea/storefront/components/_recommendations.scss +31 -0
  181. data/app/assets/stylesheets/workarea/storefront/components/_result_filters.scss.erb +203 -0
  182. data/app/assets/stylesheets/workarea/storefront/components/_search.scss +64 -0
  183. data/app/assets/stylesheets/workarea/storefront/components/_search_no_results.scss +34 -0
  184. data/app/assets/stylesheets/workarea/storefront/components/_secondary_nav.scss +58 -0
  185. data/app/assets/stylesheets/workarea/storefront/components/_social_networks_content_block.scss +46 -0
  186. data/app/assets/stylesheets/workarea/storefront/components/_svg_icon.scss +80 -0
  187. data/app/assets/stylesheets/workarea/storefront/components/_table.scss +57 -0
  188. data/app/assets/stylesheets/workarea/storefront/components/_taxonomy_content_block.scss +138 -0
  189. data/app/assets/stylesheets/workarea/storefront/components/_text_box.scss +82 -0
  190. data/app/assets/stylesheets/workarea/storefront/components/_text_content_block.scss +5 -0
  191. data/app/assets/stylesheets/workarea/storefront/components/_value.scss +85 -0
  192. data/app/assets/stylesheets/workarea/storefront/components/_video_and_text_content_block.scss +42 -0
  193. data/app/assets/stylesheets/workarea/storefront/content_search/components/_search_autocomplete.scss +20 -0
  194. data/app/assets/stylesheets/workarea/storefront/email/_settings.scss +23 -0
  195. data/app/assets/stylesheets/workarea/storefront/generic/_fonts.scss.erb +11 -0
  196. data/app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss +19 -0
  197. data/app/assets/stylesheets/workarea/storefront/package_products/components/_product_detail_packaged_products.scss +29 -0
  198. data/app/assets/stylesheets/workarea/storefront/product_quickview/components/_quickview_button.scss +22 -0
  199. data/app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss +41 -0
  200. data/app/assets/stylesheets/workarea/storefront/reviews/components/_reviews.scss +93 -0
  201. data/app/assets/stylesheets/workarea/storefront/reviews/components/_reviews_aggregate.scss +54 -0
  202. data/app/assets/stylesheets/workarea/storefront/reviews/components/_write_review.scss +65 -0
  203. data/app/assets/stylesheets/workarea/storefront/search_autocomplete/components/_search_autocomplete.scss +56 -0
  204. data/app/assets/stylesheets/workarea/storefront/settings/_colors.scss.erb +17 -0
  205. data/app/assets/stylesheets/workarea/storefront/settings/_font_families.scss.erb +6 -0
  206. data/app/assets/stylesheets/workarea/storefront/settings/_global.scss +36 -0
  207. data/app/assets/stylesheets/workarea/storefront/settings/_typography.scss +19 -0
  208. data/app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss +39 -0
  209. data/app/assets/stylesheets/workarea/storefront/share/components/_share_buttons.scss +139 -0
  210. data/app/assets/stylesheets/workarea/storefront/slick_slider/components/_slick_slider.scss +140 -0
  211. data/app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss +37 -0
  212. data/app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_options.scss +79 -0
  213. data/app/assets/stylesheets/workarea/storefront/theme/_style_guide.scss +9 -0
  214. data/app/assets/stylesheets/workarea/storefront/theme_config/color_schemes/_haven_color_scheme.scss +276 -0
  215. data/app/assets/stylesheets/workarea/storefront/theme_config/color_schemes/_lagoon_color_scheme.scss +279 -0
  216. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_hind.scss +21 -0
  217. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_lora.scss +37 -0
  218. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_muli.scss +37 -0
  219. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_playfair_display.scss +37 -0
  220. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_poppins.scss +40 -0
  221. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_pt_serif.scss +22 -0
  222. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_roboto.scss +29 -0
  223. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_source_serif_pro.scss +21 -0
  224. data/app/assets/stylesheets/workarea/storefront/tools/_focus_ring.scss +22 -0
  225. data/app/assets/stylesheets/workarea/storefront/tools/_full_bleed_container.scss +15 -0
  226. data/app/assets/stylesheets/workarea/storefront/typography/_headings.scss +144 -0
  227. data/app/assets/stylesheets/workarea/storefront/typography/_links.scss +47 -0
  228. data/app/assets/stylesheets/workarea/storefront/typography/_text.scss +45 -0
  229. data/app/assets/stylesheets/workarea/styled_selects/components/_styled_select.scss +64 -0
  230. data/app/helpers/workarea/storefront/applied_facets_helper.rb +30 -0
  231. data/app/helpers/workarea/storefront/haven_blog_helper.rb +12 -0
  232. data/app/helpers/workarea/storefront/haven_swatches_helper.rb +24 -0
  233. data/app/helpers/workarea/storefront/product_media_slider_helper.rb +37 -0
  234. data/app/helpers/workarea/storefront/product_retina_image_srcset_helper.rb +9 -0
  235. data/app/seeds/workarea/haven_categories_seeds.rb +42 -0
  236. data/app/seeds/workarea/haven_demo_product_seeds.rb +94 -0
  237. data/app/seeds/workarea/theme_layout_content_seeds.rb +59 -0
  238. data/app/view_models/workarea/storefront/blog_entry_view_model.decorator +11 -0
  239. data/app/view_models/workarea/storefront/cart_content.rb +19 -0
  240. data/app/view_models/workarea/storefront/cart_view_model.decorator +7 -0
  241. data/app/view_models/workarea/storefront/content_blocks/hero_view_model.decorator +19 -0
  242. data/app/view_models/workarea/storefront/content_blocks/product_grid_cell_view_model.decorator +11 -0
  243. data/app/view_models/workarea/storefront/product_view_model.decorator +19 -0
  244. data/app/views/layouts/workarea/storefront/application.html.haml +194 -0
  245. data/app/views/layouts/workarea/storefront/checkout.html.haml +82 -0
  246. data/app/views/workarea/storefront/blog_comments/index.html.haml +29 -0
  247. data/app/views/workarea/storefront/blog_entries/_summary.html.haml +32 -0
  248. data/app/views/workarea/storefront/blog_entries/show.html.haml +84 -0
  249. data/app/views/workarea/storefront/blogs/_blog_navigation.html.haml +9 -0
  250. data/app/views/workarea/storefront/blogs/index.html.haml +25 -0
  251. data/app/views/workarea/storefront/blogs/show.html.haml +31 -0
  252. data/app/views/workarea/storefront/cart_items/create.html.haml +76 -0
  253. data/app/views/workarea/storefront/cart_items/package.html.haml +64 -0
  254. data/app/views/workarea/storefront/carts/_pricing.html.haml +12 -0
  255. data/app/views/workarea/storefront/carts/show.html.haml +172 -0
  256. data/app/views/workarea/storefront/categories/show.html.haml +131 -0
  257. data/app/views/workarea/storefront/checkouts/_checkout_progress.html.haml +26 -0
  258. data/app/views/workarea/storefront/checkouts/_gift_card_payment.html.haml +34 -0
  259. data/app/views/workarea/storefront/checkouts/_summary.html.haml +175 -0
  260. data/app/views/workarea/storefront/checkouts/addresses.html.haml +56 -0
  261. data/app/views/workarea/storefront/checkouts/confirmation.html.haml +56 -0
  262. data/app/views/workarea/storefront/checkouts/payment.html.haml +110 -0
  263. data/app/views/workarea/storefront/content_blocks/_blog_entry.html.haml +5 -0
  264. data/app/views/workarea/storefront/content_blocks/_category_summary.html.haml +16 -0
  265. data/app/views/workarea/storefront/content_blocks/_hero.html.haml +3 -0
  266. data/app/views/workarea/storefront/content_blocks/_product_grid_cell.html.haml +25 -0
  267. data/app/views/workarea/storefront/content_blocks/_product_insights.html.haml +12 -0
  268. data/app/views/workarea/storefront/content_blocks/_product_list.html.haml +12 -0
  269. data/app/views/workarea/storefront/content_blocks/_social_networks.html.haml +17 -0
  270. data/app/views/workarea/storefront/content_blocks/_taxonomy.html.haml +27 -0
  271. data/app/views/workarea/storefront/content_blocks/_three_column_taxonomy.html.haml +28 -0
  272. data/app/views/workarea/storefront/content_blocks/_two_column_taxonomy.html.haml +28 -0
  273. data/app/views/workarea/storefront/email_signups/_form.html.haml +9 -0
  274. data/app/views/workarea/storefront/email_signups/show.html.haml +8 -0
  275. data/app/views/workarea/storefront/facets/_applied.html.haml +13 -0
  276. data/app/views/workarea/storefront/facets/_range.html.haml +15 -0
  277. data/app/views/workarea/storefront/facets/_swatches.html.haml +16 -0
  278. data/app/views/workarea/storefront/facets/_terms.html.haml +15 -0
  279. data/app/views/workarea/storefront/menus/show.html.haml +10 -0
  280. data/app/views/workarea/storefront/orders/_details.haml +143 -0
  281. data/app/views/workarea/storefront/orders/_summary.html.haml +75 -0
  282. data/app/views/workarea/storefront/orders/index.html.haml +47 -0
  283. data/app/views/workarea/storefront/orders/show.html.haml +19 -0
  284. data/app/views/workarea/storefront/products/_media.html.haml +42 -0
  285. data/app/views/workarea/storefront/products/_pricing.html.haml +34 -0
  286. data/app/views/workarea/storefront/products/_rating.html.haml +9 -0
  287. data/app/views/workarea/storefront/products/_reviews.html.haml +34 -0
  288. data/app/views/workarea/storefront/products/_reviews_aggregate.html.haml +13 -0
  289. data/app/views/workarea/storefront/products/_summary.html.haml +16 -0
  290. data/app/views/workarea/storefront/products/_swatch_summary.html.haml +20 -0
  291. data/app/views/workarea/storefront/products/_video_thumbnail.html.haml +11 -0
  292. data/app/views/workarea/storefront/products/package_show.html.haml +50 -0
  293. data/app/views/workarea/storefront/products/show.html.haml +95 -0
  294. data/app/views/workarea/storefront/products/templates/_family.html.haml +28 -0
  295. data/app/views/workarea/storefront/products/templates/_generic.html.haml +57 -0
  296. data/app/views/workarea/storefront/products/templates/_gift_card.html.haml +68 -0
  297. data/app/views/workarea/storefront/products/templates/_option_selects.html.haml +59 -0
  298. data/app/views/workarea/storefront/products/templates/_option_thumbnails.html.haml +66 -0
  299. data/app/views/workarea/storefront/products/templates/_package.html.haml +22 -0
  300. data/app/views/workarea/storefront/products/templates/_swatches.html.haml +72 -0
  301. data/app/views/workarea/storefront/recent_views/show.html.haml +21 -0
  302. data/app/views/workarea/storefront/recommendations/show.html.haml +13 -0
  303. data/app/views/workarea/storefront/reviews/new.html.haml +71 -0
  304. data/app/views/workarea/storefront/searches/autocomplete.html.haml +35 -0
  305. data/app/views/workarea/storefront/searches/content.html.haml +72 -0
  306. data/app/views/workarea/storefront/searches/no_results.html.haml +33 -0
  307. data/app/views/workarea/storefront/searches/show.html.haml +118 -0
  308. data/app/views/workarea/storefront/shared/_address_fields.html.haml +99 -0
  309. data/app/views/workarea/storefront/shared/_left_navigation.html.haml +26 -0
  310. data/app/views/workarea/storefront/shares/_share_buttons.html.haml +19 -0
  311. data/app/views/workarea/storefront/shares/new.html.haml +53 -0
  312. data/app/views/workarea/storefront/style_guides/components/_button.html.haml +100 -0
  313. data/app/views/workarea/storefront/style_guides/components/_data_card.html.haml +218 -0
  314. data/app/views/workarea/storefront/style_guides/components/_mobile_filters.html.haml +146 -0
  315. data/app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml +34 -0
  316. data/app/views/workarea/storefront/style_guides/components/_product_insights_content_block.html.haml +34 -0
  317. data/app/views/workarea/storefront/style_guides/components/_product_list.html.haml +222 -0
  318. data/app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml +34 -0
  319. data/app/views/workarea/storefront/style_guides/components/_product_summary.html.haml +47 -0
  320. data/app/views/workarea/storefront/style_guides/components/_property.html.haml +93 -0
  321. data/app/views/workarea/storefront/style_guides/components/_recommendations.html.haml +43 -0
  322. data/app/views/workarea/storefront/style_guides/components/_social_networks_content_block.html.haml +20 -0
  323. data/app/views/workarea/storefront/style_guides/components/_svg_icon.html.haml +76 -0
  324. data/app/views/workarea/storefront/style_guides/components/_value.html.haml +90 -0
  325. data/app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml +90 -0
  326. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_haven_color_scheme.html.haml +8 -0
  327. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_lagoon_color_scheme.html.haml +8 -0
  328. data/app/views/workarea/storefront/style_guides/typography/_fonts.html.haml +13 -0
  329. data/app/views/workarea/storefront/style_guides/typography/_headings.html.haml +53 -0
  330. data/app/views/workarea/storefront/style_guides/typography/_links.html.haml +27 -0
  331. data/app/views/workarea/storefront/style_guides/typography/_text.html.haml +27 -0
  332. data/app/views/workarea/storefront/users/_haven_current_user.json.jbuilder +1 -0
  333. data/app/views/workarea/storefront/users/accounts/edit.html.haml +48 -0
  334. data/app/views/workarea/storefront/users/accounts/show.html.haml +119 -0
  335. data/app/views/workarea/storefront/users/addresses/edit.html.haml +24 -0
  336. data/app/views/workarea/storefront/users/addresses/new.html.haml +24 -0
  337. data/app/views/workarea/storefront/users/credit_cards/edit.html.haml +71 -0
  338. data/app/views/workarea/storefront/users/credit_cards/new.html.haml +66 -0
  339. data/app/views/workarea/storefront/users/logins/new.html.haml +60 -0
  340. data/app/views/workarea/storefront/users/orders/_summary.html.haml +25 -0
  341. data/app/views/workarea/storefront/users/orders/index.html.haml +23 -0
  342. data/app/views/workarea/storefront/users/orders/show.html.haml +22 -0
  343. data/app/views/workarea/storefront/users/passwords/change.html.haml +25 -0
  344. data/app/views/workarea/storefront/users/passwords/edit.html.haml +16 -0
  345. data/app/views/workarea/storefront/users/passwords/new.html.haml +27 -0
  346. data/bin/rails +20 -0
  347. data/browserslist +3 -0
  348. data/config/initializers/appends.rb +94 -0
  349. data/config/initializers/assets.rb +1 -0
  350. data/config/initializers/content_block_types.rb +95 -0
  351. data/config/initializers/dragonfly.rb +74 -0
  352. data/config/initializers/seeds.rb +3 -0
  353. data/config/initializers/theme.rb +68 -0
  354. data/config/initializers/workarea.rb +3 -0
  355. data/config/locales/en.yml +63 -0
  356. data/data/content_assets/product_grid_content_2_cell_background.jpg +0 -0
  357. data/data/content_assets/product_grid_content_background.jpg +0 -0
  358. data/data/content_assets/taxonomy_content_image.jpg +0 -0
  359. data/data/workarea/images/products/Clock.jpg +0 -0
  360. data/data/workarea/images/products/Headphones.jpg +0 -0
  361. data/data/workarea/images/products/Scissors.jpg +0 -0
  362. data/data/workarea/images/products/bookends.jpg +0 -0
  363. data/data/workarea/images/products/camera.jpg +0 -0
  364. data/data/workarea/images/products/coffee.jpg +0 -0
  365. data/data/workarea/images/products/lamp1.jpg +0 -0
  366. data/data/workarea/images/products/lamp2.png +0 -0
  367. data/data/workarea/images/products/lamp3.jpg +0 -0
  368. data/data/workarea/images/products/pen.jpg +0 -0
  369. data/data/workarea/images/products/plant.jpg +0 -0
  370. data/data/workarea/images/products/plant2.jpg +0 -0
  371. data/data/workarea/images/products/table.jpg +0 -0
  372. data/data/workarea/images/products/table2.jpg +0 -0
  373. data/data/workarea/images/products/table3.jpg +0 -0
  374. data/lib/tasks/haven_theme_tasks.rake +20 -0
  375. data/lib/workarea/haven_theme.rb +30 -0
  376. data/lib/workarea/haven_theme/engine.rb +17 -0
  377. data/lib/workarea/haven_theme/version.rb +5 -0
  378. data/package.json +9 -0
  379. data/public/screenshots/account.png +0 -0
  380. data/public/screenshots/blog.png +0 -0
  381. data/public/screenshots/blog_entry.png +0 -0
  382. data/public/screenshots/cart.png +0 -0
  383. data/public/screenshots/category_page.png +0 -0
  384. data/public/screenshots/checkout.png +0 -0
  385. data/public/screenshots/full_screen_search.png +0 -0
  386. data/public/screenshots/product_detail_page.png +0 -0
  387. data/script/admin_ci +9 -0
  388. data/script/ci +11 -0
  389. data/script/core_ci +9 -0
  390. data/script/plugins_ci +9 -0
  391. data/script/storefront_ci +9 -0
  392. data/test/dummy/Rakefile +6 -0
  393. data/test/dummy/app/assets/config/manifest.js +4 -0
  394. data/test/dummy/app/assets/images/.keep +0 -0
  395. data/test/dummy/app/assets/javascripts/application.js +13 -0
  396. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  397. data/test/dummy/app/controllers/application_controller.rb +3 -0
  398. data/test/dummy/app/controllers/concerns/.keep +0 -0
  399. data/test/dummy/app/helpers/application_helper.rb +2 -0
  400. data/test/dummy/app/jobs/application_job.rb +2 -0
  401. data/test/dummy/app/mailers/application_mailer.rb +4 -0
  402. data/test/dummy/app/models/concerns/.keep +0 -0
  403. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  404. data/test/dummy/app/views/layouts/mailer.html.erb +13 -0
  405. data/test/dummy/app/views/layouts/mailer.text.erb +1 -0
  406. data/test/dummy/bin/bundle +3 -0
  407. data/test/dummy/bin/rails +4 -0
  408. data/test/dummy/bin/rake +4 -0
  409. data/test/dummy/bin/setup +38 -0
  410. data/test/dummy/bin/update +29 -0
  411. data/test/dummy/bin/yarn +11 -0
  412. data/test/dummy/config.ru +5 -0
  413. data/test/dummy/config/application.rb +28 -0
  414. data/test/dummy/config/boot.rb +5 -0
  415. data/test/dummy/config/cable.yml +10 -0
  416. data/test/dummy/config/environment.rb +5 -0
  417. data/test/dummy/config/environments/development.rb +54 -0
  418. data/test/dummy/config/environments/production.rb +91 -0
  419. data/test/dummy/config/environments/test.rb +44 -0
  420. data/test/dummy/config/initializers/application_controller_renderer.rb +8 -0
  421. data/test/dummy/config/initializers/assets.rb +14 -0
  422. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  423. data/test/dummy/config/initializers/cookies_serializer.rb +5 -0
  424. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  425. data/test/dummy/config/initializers/inflections.rb +16 -0
  426. data/test/dummy/config/initializers/mime_types.rb +4 -0
  427. data/test/dummy/config/initializers/workarea.rb +5 -0
  428. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  429. data/test/dummy/config/locales/en.yml +33 -0
  430. data/test/dummy/config/puma.rb +56 -0
  431. data/test/dummy/config/routes.rb +5 -0
  432. data/test/dummy/config/secrets.yml +32 -0
  433. data/test/dummy/config/spring.rb +6 -0
  434. data/test/dummy/db/seeds.rb +2 -0
  435. data/test/dummy/lib/assets/.keep +0 -0
  436. data/test/dummy/log/.keep +0 -0
  437. data/test/dummy/package.json +5 -0
  438. data/test/integration/workarea/storefront/swatches_integration_test.decorator +28 -0
  439. data/test/system/workarea/admin/guest_browsing_system_test.decorator +38 -0
  440. data/test/system/workarea/storefront/analytics_system_test.decorator +71 -0
  441. data/test/system/workarea/storefront/blog_system_test.decorator +26 -0
  442. data/test/system/workarea/storefront/cart_content_system_test.rb +60 -0
  443. data/test/system/workarea/storefront/categories_system_test.decorator +188 -0
  444. data/test/system/workarea/storefront/categories_with_packages_system_test.decorator +94 -0
  445. data/test/system/workarea/storefront/content_system_test.decorator +21 -0
  446. data/test/system/workarea/storefront/digital_products_system_test.decorator +58 -0
  447. data/test/system/workarea/storefront/discounting_system_test.decorator +141 -0
  448. data/test/system/workarea/storefront/gift_cards_system_test.decorator +224 -0
  449. data/test/system/workarea/storefront/guest_checkout_system_test.decorator +100 -0
  450. data/test/system/workarea/storefront/hover_zoom_test.decorator +12 -0
  451. data/test/system/workarea/storefront/logged_in_checkout_system_test.decorator +90 -0
  452. data/test/system/workarea/storefront/login_system_test.decorator +94 -0
  453. data/test/system/workarea/storefront/navigation_system_test.decorator +28 -0
  454. data/test/system/workarea/storefront/no_js_system_test.decorator +76 -0
  455. data/test/system/workarea/storefront/passwords_system_test.decorator +59 -0
  456. data/test/system/workarea/storefront/product_videos_system_test.decorator +28 -0
  457. data/test/system/workarea/storefront/products_system_test.decorator +14 -0
  458. data/test/system/workarea/storefront/review_system_test.decorator +34 -0
  459. data/test/system/workarea/storefront/search_autocomplete_system_test.decorator +46 -0
  460. data/test/system/workarea/storefront/search_system_test.decorator +105 -0
  461. data/test/system/workarea/storefront/sharing_system_test.decorator +50 -0
  462. data/test/system/workarea/storefront/store_credit_system_test.decorator +125 -0
  463. data/test/teaspoon_env.rb +6 -0
  464. data/test/test_helper.rb +10 -0
  465. data/test/view_models/workarea/storefront/content_blocks/product_insights_view_model_test.decorator +41 -0
  466. data/vendor/assets/javascripts/polyfills/stickyfill.js +520 -0
  467. data/workarea-haven_theme.gemspec +39 -0
  468. metadata +789 -0
@@ -0,0 +1,9 @@
1
+ - if blog.tags.present?
2
+ .secondary-nav
3
+ .secondary-nav__wrapper
4
+ %h2.secondary-nav__heading= t('workarea.storefront.blogs.tags')
5
+ %ul.secondary-nav__items{ role: 'navigation' }
6
+ - blog.tags.each do |tag|
7
+ %li.secondary-nav__item
8
+ = link_to blog_tagged_path(blog, tag[:name]), class: "secondary-nav__link #{('secondary-nav__link--selected' if blog_tag_selected(tag))}" do
9
+ = t('workarea.storefront.blogs.tag_link', tag)
@@ -0,0 +1,25 @@
1
+ - @title = @blog_index.browser_title
2
+
3
+ - add_css(@blog_index.css)
4
+ - add_javascript(@blog_index.javascript)
5
+
6
+ - content_for :head do
7
+ %link{ href: blog_path(@blog_index), rel: 'canonical' }
8
+ - unless @blog_index.meta_description.blank?
9
+ %meta{ name: :description, content: @blog_index.meta_description }
10
+
11
+ .blog-index.view
12
+
13
+ = render_content_blocks(@blog_index.content_blocks_for(:header_content))
14
+
15
+ %h1.blog-index__title= t('workarea.storefront.blogs.name')
16
+
17
+ - @blog_index.each do |blog|
18
+ %section.blog-index__blog
19
+ %h2.blog-index__blog-title
20
+ = link_to blog.name, blog_path(blog), class: 'blog-index__blog-title-link'
21
+
22
+ .pagination-results
23
+ .blog-entry-summary__entry-group
24
+ - blog.entries_on_index.each do |entry|
25
+ = render 'workarea/storefront/blog_entries/summary', entry: entry
@@ -0,0 +1,31 @@
1
+ - @title = @blog.browser_title
2
+ - @breadcrumbs = @blog.breadcrumbs
3
+
4
+ - add_css(@blog.css)
5
+ - add_javascript(@blog.javascript)
6
+
7
+ - content_for :head do
8
+ %link{ href: blog_path(@blog), rel: 'canonical' }
9
+ %link{ href: blog_path(@blog, format: 'atom'), rel: 'alternate', type: 'application/atom-xml', title: 'Atom' }
10
+ %meta{ property: 'global-id', content: @blog.to_global_id.to_param }
11
+ - unless @blog.meta_description.blank?
12
+ %meta{ name: :description, content: @blog.meta_description }
13
+
14
+ - content_for :page_aside do
15
+ = render 'workarea/storefront/blogs/blog_navigation', blog: @blog
16
+
17
+ .blog-entry-summary.view
18
+
19
+ %h1.blog-entry-summary__title= @blog.name
20
+
21
+ - if @blog.content_blocks_for(:header_content).present?
22
+ .blog-entry-summary__banner-content!= render_content_blocks(@blog.content_blocks_for(:header_content))
23
+
24
+ .pagination{ data: { pagination: pagination_data(@blog.entries) } }
25
+ .pagination-results
26
+ .blog-entry-summary__entry-group
27
+ - @blog.entries.each do |entry|
28
+ = render 'workarea/storefront/blog_entries/summary', entry: entry
29
+ - if show_pagination?(@blog.entries)
30
+ .pagination__button
31
+ = link_to t('workarea.storefront.pagination.next_page'), pagination_path_for(page: @blog.next_page), class: 'button', data: { pagination_button: '' }
@@ -0,0 +1,76 @@
1
+ .view.add-to-cart{ class: ('add-to-cart--with-aside' if @cart.recommendations.any?) }
2
+ .add-to-cart__items>
3
+ - if @item.blank?
4
+ = render_message 'error', data: { message_show_dismiss: 'false' } do
5
+ = t('workarea.storefront.flash_messages.cart_item_error')
6
+
7
+ - else
8
+ = render_message 'success', data: { message_show_dismiss: 'false' } do
9
+ = t('workarea.storefront.flash_messages.cart_item_added')
10
+
11
+ .product-list.product-list--medium
12
+ .product-list__item{ data: { cart_count: current_order.quantity, analytics: add_to_cart_confirmation_analytics_data(@item).to_json } }
13
+ .product-list__summary
14
+ .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'
15
+ .product-list__info
16
+ %p.product-list__name= link_to @item.product_name, product_path(@item.product, sku: @item.sku)
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__actions
25
+ = form_tag cart_item_path(@item), method: :patch, class: 'inline-form', data: { analytics: update_cart_item_analytics_data(@item).to_json } do
26
+ .inline-form__cell
27
+ .quantity-control
28
+ = button_tag '-', { type: 'button', data: { quantity_control: { 'direction': 'dec', 'autosubmit': true }.to_json }, class: 'quantity-control__button quantity-control__button--decrement'}
29
+ .value= number_field_tag :quantity, @item.quantity, min: 1, required: true, class: 'quantity-control__input text-box text-box--x-small', data: { form_submitting_control: '' }, title: t('workarea.storefront.orders.quantity'), id: "quantity_0"
30
+ = button_tag '+', { type: 'button', data: { quantity_control: { 'direction': 'inc', 'autosubmit': true }.to_json }, class: 'quantity-control__button quantity-control__button--increment'}
31
+
32
+ %p.inline-form__cell.hidden-if-js-enabled= button_tag t('workarea.storefront.carts.update'), value: 'change_quantity', class: 'button'
33
+
34
+ .product-list__prices
35
+ .product-prices
36
+ = render 'workarea/storefront/carts/pricing', item: @item, css_block: 'product-prices'
37
+ - if @item.total_adjustments.many?
38
+ .product-prices__discounts
39
+ - @item.total_adjustments.drop(1).each do |adjustment|
40
+ .product-prices__discount
41
+ - if @item.total_adjustments.many?
42
+ %span.product-prices__label= adjustment.description
43
+
44
+ - if adjustment.discount?
45
+ %strong.product-prices__discount-price= number_to_currency(adjustment.amount)
46
+ - else
47
+ .product-list__total-price
48
+ %span= number_to_currency(adjustment.amount)
49
+
50
+ .product-list__total-price
51
+ %span.product-prices__label= t('workarea.storefront.orders.item_total')
52
+ %span= number_to_currency(@item.total_price)
53
+
54
+ .add-to-cart__info
55
+ %p.add-to-cart__cart-info
56
+ = link_to t('workarea.storefront.carts.view_cart'), cart_path, class: 'text-button'
57
+ = t('workarea.storefront.carts.item_count', count: @cart.quantity)
58
+
59
+ %p.add-to-cart__discount-messaging
60
+ = render "workarea/storefront/carts/shipping_message", cart: @cart
61
+
62
+ .add-to-cart__actions
63
+ .grid.grid--auto.grid--middle
64
+ .grid__cell= link_to t('workarea.storefront.carts.continue_shopping'), root_path, class: 'text-button', data: { dialog_close_button: true }
65
+ .grid__cell= link_to t('workarea.storefront.carts.checkout'), checkout_path, class: 'button button--large'
66
+
67
+ - if @cart.recommendations.any?
68
+ .add-to-cart__recommendations
69
+ .recommendations.recommendations--vertical
70
+ %h2.recommendations__heading= t('workarea.storefront.recommendations.you_may_also_like')
71
+
72
+ %ul.recommendations__list
73
+ - @cart.recommendations.each do |product|
74
+ .recommendations__item
75
+ .product-summary.product-summary--small
76
+ = render 'workarea/storefront/products/summary', product: product
@@ -0,0 +1,64 @@
1
+ .view.add-to-cart
2
+ .add-to-cart__items>
3
+ - if @items.blank?
4
+ = render_message 'error', data: { message_show_dismiss: 'false' } do
5
+ = t('workarea.storefront.flash_messages.cart_item_error')
6
+
7
+ - else
8
+ = render_message 'success', data: { message_show_dismiss: 'false' } do
9
+ = t('workarea.storefront.flash_messages.cart_item_added')
10
+
11
+ - @items.each do |item|
12
+ .product-list.product-list--medium
13
+ .product-list__item{ data: { cart_count: current_order.quantity } }
14
+ .product-list__summary
15
+ .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'
16
+ .product-list__info
17
+ %p.product-list__name= link_to item.product_name, product_path(item.product, sku: item.sku)
18
+ - if item.has_options?
19
+ .product-list__option-group
20
+ - item.details.each do |name, value|
21
+ %p.product-list__option #{name.titleize}: #{value}
22
+ - item.customizations.each do |name, value|
23
+ %p.product-list__customization #{name.titleize}: #{value}
24
+ = append_partials('storefront.cart_item_details', item: @item, index: 0)
25
+ .product-list__actions
26
+ = form_tag cart_item_path(item), method: :patch, class: 'inline-form', data: { analytics: update_cart_item_analytics_data(item).to_json } do
27
+ .inline-form__cell
28
+ .quantity-control
29
+ = button_tag '-', { type: 'button', data: { quantity_control: { 'direction': 'dec', 'autosubmit': true }.to_json }, class: 'quantity-control__button quantity-control__button--decrement'}
30
+ .value= number_field_tag :quantity, item.quantity, min: 1, required: true, class: 'quantity-control__input text-box text-box--x-small', data: { form_submitting_control: '' }, title: t('workarea.storefront.orders.quantity'), id: dom_id(item, 'quantity')
31
+ = button_tag '+', { type: 'button', data: { quantity_control: { 'direction': 'inc', 'autosubmit': true }.to_json }, class: 'quantity-control__button quantity-control__button--increment'}
32
+
33
+ %p.inline-form__cell.hidden-if-js-enabled= button_tag t('workarea.storefront.carts.update'), value: 'change_quantity', class: 'button'
34
+
35
+ .product-list__prices
36
+ .product-prices
37
+ = render 'workarea/storefront/carts/pricing', item: item, css_block: 'product-prices'
38
+
39
+ - if item.total_adjustments.many?
40
+ .product-prices__discounts
41
+ - item.total_adjustments.drop(1).each do |adjustment|
42
+ .product-prices__discount
43
+ - if item.total_adjustments.many?
44
+ %span.product-prices__label= adjustment.description
45
+
46
+ - if adjustment.discount?
47
+ %strong.product-prices__discount-price= number_to_currency(adjustment.amount)
48
+ - else
49
+ .product-list__total-price
50
+ %span= number_to_currency(adjustment.amount)
51
+
52
+ .product-list__total-price
53
+ %span.product-prices__label= t('workarea.storefront.orders.item_total')
54
+ %span= number_to_currency(item.total_price)
55
+
56
+ .add-to-cart__info
57
+ %p.add-to-cart__cart-info
58
+ = link_to t('workarea.storefront.carts.view_cart'), cart_path, class: 'text-button'
59
+ = t('workarea.storefront.carts.item_count', count: @items.count)
60
+
61
+ .add-to-cart__actions
62
+ .grid.grid--auto.grid--middle
63
+ .grid__cell= link_to t('workarea.storefront.carts.continue_shopping'), root_path, class: 'text-button', data: { dialog_close_button: true }
64
+ .grid__cell= link_to t('workarea.storefront.carts.checkout'), checkout_path, class: 'button button--large'
@@ -0,0 +1,12 @@
1
+ - if item.on_sale?
2
+ %p{class: "#{css_block}__price"}
3
+ %s= number_to_currency(item.original_price)
4
+ %p{class: "#{css_block}__price #{css_block}__price--sale"}
5
+ %span= number_to_currency(item.original_unit_price)
6
+ - else
7
+ %p{class:"#{css_block}__price"}
8
+ %span= number_to_currency(item.original_unit_price)
9
+ - if item.customized? && item.customizations_unit_price > 0
10
+ %p{class:"#{css_block}__price"}
11
+ %span{class: "#{css_block}__label"} #{t('workarea.storefront.orders.customizations')}:
12
+ %span= number_to_currency(item.customizations_unit_price)
@@ -0,0 +1,172 @@
1
+ - @title = t('workarea.storefront.carts.title')
2
+
3
+ .cart.view{ class: ('cart--empty' if @cart.no_items?) ,data: { analytics: cart_view_analytics_data(@cart).to_json } }
4
+
5
+ - if @cart.no_items?
6
+
7
+ %h1.cart__heading= t('workarea.storefront.carts.empty')
8
+
9
+ - if @cart.content_blocks_for('empty').present?
10
+ .page-header__promo
11
+ = render_content_blocks(@cart.content_blocks_for('empty'))
12
+
13
+ %p.cart__continue-shopping
14
+ = link_to t('workarea.storefront.carts.continue_shopping'), root_path, class: 'button'
15
+
16
+ - else
17
+
18
+ .grid.grid--top.grid--large
19
+ .grid__cell.grid__cell--66-at-medium
20
+
21
+ - if @cart.content_blocks_for('with_items').present?
22
+ .page-header__promo
23
+ = render_content_blocks(@cart.content_blocks_for('with_items'))
24
+
25
+ %h1.cart__heading
26
+ = t('workarea.storefront.carts.title')
27
+ %span.cart__item-count= t('workarea.storefront.carts.item_count', count: @cart.quantity)
28
+
29
+ %ul.product-list{ data: { analytics: product_list_analytics_data('Cart').to_json } }
30
+ - @cart.items.each_with_index do |item, index|
31
+ %li.product-list__item
32
+ .product-list__summary
33
+ .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'
34
+ .product-list__info
35
+ %p.product-list__name= link_to item.product_name, product_path(item.product, sku: item.sku)
36
+ - if item.has_options?
37
+ .product-list__option-group
38
+ - item.details.each do |name, value|
39
+ %p.product-list__option #{name.titleize}: #{value}
40
+ - item.customizations.each do |name, value|
41
+ %p.product-list__customization #{name.titleize}: #{value}
42
+ = append_partials('storefront.cart_item_details', item: item, index: index)
43
+ .product-list__actions
44
+ = form_tag cart_item_path(item), method: :patch, class: 'inline-form', data: { analytics: update_cart_item_analytics_data(item).to_json } do
45
+ .inline-form__cell
46
+
47
+ .quantity-control
48
+ = button_tag '-', { type: 'button', data: { quantity_control: { 'direction': 'dec', 'autosubmit': true }.to_json }, class: 'quantity-control__button quantity-control__button--decrement'}
49
+ .value= number_field_tag :quantity, item.quantity, min: 1, required: true, class: 'quantity-control__input text-box text-box--x-small', data: { form_submitting_control: '' }, title: t('workarea.storefront.orders.quantity'), id: "quantity_#{index}"
50
+ = button_tag '+', { type: 'button', data: { quantity_control: { 'direction': 'inc', 'autosubmit': true }.to_json }, class: 'quantity-control__button quantity-control__button--increment'}
51
+
52
+ %p.inline-form__cell.hidden-if-js-enabled= button_tag t('workarea.storefront.carts.update'), value: 'change_quantity', class: 'button'
53
+
54
+ = form_tag cart_item_path(item), method: 'delete', class: 'product-list__remove-item', data: { analytics: remove_from_cart_analytics_data(item).to_json } do
55
+ %p= button_tag t('workarea.storefront.carts.remove'), value: 'remove_item', class: 'text-button'
56
+
57
+ = append_partials('storefront.cart_item_actions', item: item)
58
+
59
+ .product-list__prices
60
+ .product-prices
61
+ = render 'workarea/storefront/carts/pricing', item: item, css_block: 'product-prices'
62
+ - if item.total_adjustments.many?
63
+ .product-prices__discounts
64
+ - item.total_adjustments.drop(1).each do |adjustment|
65
+ .product-prices__discount
66
+ - if item.total_adjustments.many?
67
+ %span.product-prices__label= adjustment.description
68
+
69
+ - if adjustment.discount?
70
+ %strong.product-prices__discount-price= number_to_currency(adjustment.amount)
71
+ - else
72
+ .product-list__total-price
73
+ %span= number_to_currency(adjustment.amount)
74
+
75
+ .product-list__total-price
76
+ %span.product-prices__label= t('workarea.storefront.orders.item_total')
77
+ %span= number_to_currency(item.total_price)
78
+
79
+ - @cart.free_gifts.each do |item|
80
+ %li.product-list__item
81
+ .product-list__summary
82
+ .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'
83
+ .product-list__info
84
+ %p.product-list__name= link_to item.product_name, product_path(item.product, sku: item.sku)
85
+ .product-list__actions
86
+ %p.product-list__quantity
87
+ = t('workarea.storefront.orders.quantity')
88
+ = item.quantity
89
+
90
+ .product-list__prices
91
+ .product-prices
92
+ .product-prices__price
93
+ %span= t('workarea.storefront.carts.free_gift')
94
+
95
+ = append_partials('storefront.cart_additional_information', cart: @cart)
96
+
97
+ %p.cart__checkout-action= link_to t('workarea.storefront.carts.checkout'), checkout_path, class: 'button button--large button--full'
98
+ = append_partials('storefront.cart_checkout_actions', cart: @cart)
99
+
100
+ .grid__cell.grid__cell--33-at-medium
101
+ .cart__aside
102
+
103
+ %h3.cart__aside-heading= t('workarea.storefront.carts.totals')
104
+ %table.table.table--totals
105
+ %tbody
106
+ %tr
107
+ %th
108
+ %span= t('workarea.storefront.orders.subtotal')
109
+ %td= number_to_currency @cart.subtotal_price
110
+ - @cart.total_adjustments.each do |adjustment|
111
+ %tr
112
+ %th
113
+ %span= adjustment.description
114
+ %td
115
+ - if adjustment.discount?
116
+ %strong= number_to_currency(adjustment.amount)
117
+ - else
118
+ %span= number_to_currency(adjustment.amount)
119
+ - if @cart.requires_shipping?
120
+ %tr
121
+ %th
122
+ %span= t('workarea.storefront.orders.shipping')
123
+ %td
124
+ - if @cart.show_shipping_services?
125
+ #{@cart.shipping_service} - #{number_to_currency(@cart.shipping_total)}
126
+ - else
127
+ = t('workarea.storefront.carts.calculated_at_checkout')
128
+ %tr
129
+ %td{ colspan: 2 }
130
+ %p.cart__discount-messaging
131
+ = render "workarea/storefront/carts/shipping_message", cart: @cart
132
+ %tr
133
+ %th
134
+ %span= t('workarea.storefront.orders.tax')
135
+ %td
136
+ - if @cart.show_taxes?
137
+ = number_to_currency @cart.tax_total
138
+ - else
139
+ = t('workarea.storefront.carts.calculated_at_checkout')
140
+ %tr.table__total
141
+ %th
142
+ %span= t('workarea.storefront.orders.total')
143
+ %td= number_to_currency(@cart.total_price)
144
+
145
+ = optional_field(t('workarea.storefront.carts.enter_promo_code_prompt'), params[:promo_code]) do
146
+ .cart__promo-code
147
+ %h2.cart__promo-code-heading= t('workarea.storefront.orders.promo_code')
148
+ = form_tag add_promo_code_to_cart_path, id: 'promo_code_form', method: 'post', class: 'inline-form' do
149
+ .value.value--block
150
+ = 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')
151
+ .value__button= button_tag t('workarea.storefront.carts.add'), value: 'add_promo_code', class: 'button button--small'
152
+
153
+ .cart__checkout-action-group
154
+ %p.cart__checkout-action= link_to t('workarea.storefront.carts.checkout'), checkout_path, class: 'button button--large button--full'
155
+ = append_partials('storefront.cart_checkout_actions', cart: @cart)
156
+
157
+ = append_partials('storefront.cart_show', cart: @cart)
158
+
159
+ - cache @cart.cache_key, expires_in: 3.hours do
160
+ .recommendations.recommendations--full-bleed
161
+ - if @cart.recommendations.any?
162
+ .content-wrapper
163
+ %h2.recommendations__heading= t('workarea.storefront.recommendations.heading')
164
+
165
+ .grid
166
+ - @cart.recommendations.each do |product|
167
+ .grid__cell.grid__cell--50.grid__cell--25-at-medium
168
+ .product-summary.product-summary--small
169
+ = render 'workarea/storefront/products/summary', product: product
170
+
171
+ - if @cart.quantity.zero?
172
+ %div{ data: { recommendations_placeholder: recommendations_path } }
@@ -0,0 +1,131 @@
1
+ - @title = @category.browser_title
2
+ - @breadcrumbs = @category.breadcrumbs
3
+
4
+ - add_css(@category.css)
5
+ - add_javascript(@category.javascript)
6
+ - add_head_content(@category.head_content)
7
+
8
+ - content_for :head do
9
+ - cache "#{@category.cache_key}/head", expires_in: 1.hour do
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 :above_content do
41
+ - if @category.content_blocks_for(:above_results).present?
42
+ = render_content_blocks(@category.content_blocks_for(:above_results))
43
+
44
+ - content_for :page_aside do
45
+ - cache "#{@category.cache_key}/aside", expires_in: 1.hour do
46
+ = left_navigation if @category.show_navigation?
47
+
48
+ - if @category.has_filters?
49
+ .applied-filters
50
+ .result-filters
51
+ = render "workarea/storefront/facets/applied", facets: @category.facets
52
+ = link_to t('workarea.storefront.filters.clear'), category_path(@category), class: 'button button--small'
53
+ - if @category.facets.any?
54
+ .result-filters{ data: { filter_view_more: '', expandable_filters: '' } }
55
+ - @category.facets.each do |facet|
56
+ = render "workarea/storefront/facets/#{facet.type}", facet: facet
57
+
58
+ - cache @category.cache_key, expires_in: 1.hour do
59
+ .view{ data: { analytics: category_view_analytics_data(@category).to_json } }
60
+
61
+
62
+ - unless @category.products.any?
63
+ %h1.result-filters__heading
64
+ %span= @category.name
65
+ %span.result-filters__count - #{@category.products.count}
66
+ %p
67
+ = t('workarea.storefront.products.none_found')
68
+ - if @category.has_filters?
69
+ = link_to t('workarea.storefront.products.reset_filters'), category_path(@category)
70
+ - else
71
+
72
+ .grid
73
+ .grid__cell.grid__cell--50-at-medium
74
+ %h1.result-filters__heading
75
+ %span= @category.name
76
+ %span.result-filters__count - #{@category.products.count}
77
+ .grid__cell.grid__cell--50-at-medium
78
+ = form_tag request.path, method: :get, class: 'result-filters__sort hidden hidden--for-small-only' do
79
+ = facet_hidden_inputs(@category.facets)
80
+ .property.property--responsive
81
+ = label_tag 'sort_top', nil, class: 'property__name' do
82
+ %span.property__text= t('workarea.storefront.searches.sort_by')
83
+ %span.value= select_tag :sort, options_for_select(@category.sorts, selected: @category.sort), id: 'sort_top', data: { form_submitting_control: '' }
84
+ .hidden-if-js-enabled
85
+ = button_tag t('workarea.storefront.searches.sort'), value: 'sort_products_top', class: 'button'
86
+
87
+ = append_partials('storefront.category_browse_controls', category: @category)
88
+
89
+ - if @category.facets.any?
90
+ .hidden.hidden--for-wide
91
+ .mobile-filters
92
+ = check_box_tag 'toggle_mobile_filters', nil, false, class: 'mobile-filters__control'
93
+ .mobile-filters__trigger
94
+ = label_tag 'toggle_mobile_filters', t('workarea.storefront.products.filter_results', count: @category.filters.count), class: 'button button--full', data: { mobile_filter_button: '' }
95
+ .mobile-filters__content
96
+ .mobile-filters__sort
97
+ .mobile-filters__wrapper
98
+ %h2.mobile-filters__heading= t('workarea.storefront.products.refine_results')
99
+ = form_tag request.path, method: :get do
100
+ = facet_hidden_inputs(@category.facets)
101
+ .property
102
+ = label_tag 'sort_drawer', nil, class: 'property__name' do
103
+ %span.property__text= t('workarea.storefront.searches.sort_by')
104
+ %span.value= select_tag :sort, options_for_select(@category.sorts, selected: @category.sort), id: 'sort_drawer', data: { form_submitting_control: '' }
105
+ .hidden-if-js-enabled
106
+ = button_tag t('workarea.storefront.searches.sort'), value: 'sort_products_top', class: 'button'
107
+ - if @category.has_filters?
108
+ .applied-filters
109
+ .result-filters
110
+ = render "workarea/storefront/facets/applied", facets: @category.facets
111
+ = link_to t('workarea.storefront.filters.clear'), category_path(@category), class: 'button button--small'
112
+ .result-filters{ data: { filter_view_more: '', expandable_filters: '' } }
113
+ - @category.facets.each do |facet|
114
+ = render "workarea/storefront/facets/#{facet.type}", facet: facet
115
+
116
+ .pagination{ data: { analytics: product_list_analytics_data(@category.name).to_json, pagination: pagination_data(@category.products), back_to_top_button: '' } }
117
+ .grid
118
+ - @category.products.each_with_index do |product, position|
119
+ = render_schema_org(product_schema(product))
120
+ = append_partials('storefront.category_browse_grid_item', product: product, position: position)
121
+
122
+ .grid__cell.grid__cell--50.grid__cell--33-at-medium.grid__cell--25-at-wide{ data: { pagination_item: '' } }
123
+ .product-summary
124
+ = render 'workarea/storefront/products/summary', product: product
125
+ - if show_pagination?(@category.products)
126
+ .pagination__button
127
+ = link_to t('workarea.storefront.pagination.next_page'), pagination_path_for(page: @category.next_page), class: 'button', data: { pagination_button: '' }
128
+
129
+
130
+ - if @category.content_blocks_for(:below_results).present?
131
+ = render_content_blocks(@category.content_blocks_for(:below_results))