|
4 | 4 | <div class="cms-element-product-slider"> |
5 | 5 | <div class="base-slider product-slider" data-product-slider-options="{{ recordListSliderOptions|json_encode }}" data-origin="{{ origin }}"> |
6 | 6 | <div class="product-slider-container" data-product-slider-container="true"> |
7 | | - <ff-record> |
| 7 | + <ff-record class="col-sm-6 col-lg-4 col-xl-3"> |
8 | 8 | <div class="product-slider-item"> |
9 | 9 | <div class="card product-box box-standard card-body"> |
10 | 10 | <div class="card-body"> |
11 | 11 | <div class="product-image-wrapper"> |
12 | | - <img data-image="{{ '{{record.ImageURL}}' }}" class="product-image is-standard" alt="{{ '{{ record.Name }}' }}"> |
| 12 | + <img data-image="{{ '{{masterValues.ImageUrl}}' }}" class="product-image is-standard" alt="{{ '{{masterValues.Name}}' }}"> |
13 | 13 | </div> |
14 | 14 | <div class="product-info"> |
15 | | - <a href="{{ '{{record.Deeplink}}' }}" data-action="redirect" class="product-name stretched-link"> |
16 | | - <div class="product-title">{{ '{{ record.Name }}' }}</div> |
| 15 | + <a class="product-name stretched-link" data-redirect="{{ '{{masterValues.Deeplink}}' }}" data-anchor="{{ '{{masterValues.Deeplink}}' }}" data-action="redirect"> |
| 16 | + <div class="product-title">{{ '{{masterValues.Name}}' }}</div> |
17 | 17 | </a> |
18 | 18 | <div class="product-description"> |
19 | | - {{ '{{ record.Description }}' }} |
| 19 | + {{ '{{masterValues.Description}}' }} |
20 | 20 | </div> |
21 | 21 | <div class="product-price-info"> |
22 | 22 | <div class="product-price-wrapper"> |
23 | 23 | {{ "detail.dataColumnReferencePrice"|trans|sw_sanitize }} |
24 | | - <span class="product-price"> {{ '{{record.Price}}' }}</span> |
| 24 | + <span class="product-price"> {{ '{{ $ masterValues.Price}}' }}</span> |
25 | 25 | </div> |
26 | 26 | </div> |
27 | 27 | <div class="product-action"> |
28 | | - <a href="{{ '{{record.Deeplink}}' }}" data-action="redirect" |
| 28 | + <a data-redirect="{{ '{{masterValues.Deeplink}}' }}" data-anchor="{{ '{{masterValues.Deeplink}}' }}" data-action="redirect" |
29 | 29 | title="{{ "listing.boxProductDetails"|trans|striptags }}" class="btn btn-block btn-light"> |
30 | 30 | {{ "listing.boxProductDetails"|trans|striptags }} |
31 | 31 | </a> |
|
0 commit comments