Advertisement
alexfox8

Чанк: MainStandartHotSale (105)

Nov 14th, 2021
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. <div class="main_hotsale">
  2. <div class="heading">
  3. <div class="title">
  4. <h2>Хиты продаж</h2>
  5. </div>
  6. <div class="action">
  7. <div class="item">
  8. <div class="heading__action__btn">
  9. <a href="/catalog/" style="font-weight: 500;font-size: 16px;line-height: 25px;color: #505050;text-decoration: none;cursor: pointer;">Посмотреть все</a>
  10. </div>
  11. </div>
  12. </div>
  13. </div>
  14. <div class="wrapper">
  15. <!--<div class="blocks_list">-->
  16. <!-- [[-!msProducts?-->
  17. <!-- &parents=`20`-->
  18. <!-- &limit=`5`-->
  19. <!-- &tpl=`tpl.hotSaleBlock.msProducts.row`-->
  20. <!-- &tvFilters=`popular==1`-->
  21. <!-- &includeThumbs=`small,medium,big`-->
  22. <!-- &includeTVs=`image`-->
  23. <!-- ]]-->
  24. <!--</div>-->
  25. <div class="slider_wrapper" style="
  26.  
  27. position: relative;
  28. margin-bottom: 15px;
  29.  
  30. ">
  31. <div class="navigation_slider">
  32. <div class="left" tabindex="0" role="button" aria-label="Предыдущий слайд" aria-controls="swiper-wrapper-2a0409d8c3d26493">
  33. <!-- <svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg">
  34. <path d="M0.764122 4.14642C0.56886 4.34168 0.56886 4.65826 0.764122 4.85352L3.9461 8.0355C4.14136 8.23077 4.45795 8.23077 4.65321 8.0355C4.84847 7.84024 4.84847 7.52366 4.65321 7.3284L1.82478 4.49997L4.65321 1.67154C4.84847 1.47628 4.84847 1.1597 4.65321 0.96444C4.45795 0.769178 4.14136 0.769178 3.9461 0.96444L0.764122 4.14642ZM16.1177 3.99997H1.11767V4.99997H16.1177V3.99997Z" fill="black"></path>
  35. </svg> -->
  36.  
  37. <svg width="31" height="55" viewBox="0 0 31 55" fill="none" xmlns="http://www.w3.org/2000/svg">
  38. <path d="M30.5 54.5L1 27.5L30.5 0.5" stroke="black"/>
  39. </svg>
  40.  
  41.  
  42.  
  43. </div>
  44. <div class="right" tabindex="0" role="button" aria-label="Следующий слайд" aria-controls="swiper-wrapper-2a0409d8c3d26493">
  45. <!-- <svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg">
  46. <path d="M15.9712 4.14642C16.1665 4.34168 16.1665 4.65826 15.9712 4.85352L12.7893 8.0355C12.594 8.23077 12.2774 8.23077 12.0821 8.0355C11.8869 7.84024 11.8869 7.52366 12.0821 7.3284L14.9106 4.49997L12.0821 1.67154C11.8869 1.47628 11.8869 1.1597 12.0821 0.96444C12.2774 0.769178 12.594 0.769178 12.7893 0.96444L15.9712 4.14642ZM0.61765 3.99997H15.6177V4.99997H0.61765V3.99997Z" fill="black"></path>
  47. </svg>
  48. -->
  49.  
  50. <svg width="31" height="55" viewBox="0 0 31 55" fill="none" xmlns="http://www.w3.org/2000/svg">
  51. <path d="M0.5 0.5L30 27.5L0.5 54.5" stroke="black"/>
  52. </svg>
  53.  
  54.  
  55. </div>
  56. </div>
  57.  
  58. <!-- Slider main container -->
  59. <div class="swiper hot_sw">
  60. <div class="swiper-wrapper blocks_list" style="flex-flow: unset; justify-content: unset;">
  61. [[!msProducts?
  62. &parents=`20`
  63. &limit=`10`
  64. &tpl=`tpl.hotSaleBlockSlide.msProducts.row`
  65. &tvFilters=`popular==1`
  66. &includeThumbs=`small,medium,big`
  67. &includeTVs=`image`
  68. ]]
  69. </div>
  70. </div>
  71. </div>
  72.  
  73.  
  74. <!-- Action Btn -->
  75. <div class="action" style="">
  76. <div class="action__btn">
  77. <a href="/catalog/">Посмотреть все</a>
  78. </div>
  79. </div>
  80. </div>
  81. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement