block.json
1 year ago
controller.php
1 year ago
index.asset.php
1 month ago
index.js
1 month ago
style-index-rtl.css
1 year ago
style-index.css
1 year ago
view.php
1 year ago
view.php
33 lines
| 1 | <div |
| 2 | <?php echo wp_kses_data( |
| 3 | get_block_wrapper_attributes( |
| 4 | array( |
| 5 | 'style' => $style, |
| 6 | ) |
| 7 | ) |
| 8 | ); ?> |
| 9 | data-wp-bind--hidden="!state.checkout.bump_amount" |
| 10 | hidden |
| 11 | > |
| 12 | <div class="sc-product-line-item"> |
| 13 | <div class="sc-product-line-item__item"> |
| 14 | <div class="sc-product-line-item__text"> |
| 15 | <div class="sc-product-line-item__text-details"> |
| 16 | <div class="sc-bump-line-item__description"> |
| 17 | <span> |
| 18 | <?php echo wp_kses_post( $attributes['label'] ?? __( 'Bundle Discount', 'surecart' ) ); ?> |
| 19 | </span> |
| 20 | </div> |
| 21 | </div> |
| 22 | </div> |
| 23 | |
| 24 | <div class="sc-product-line-item__suffix"> |
| 25 | <div class="sc-bump-line-item__price"> |
| 26 | <div class="price"> |
| 27 | <span data-wp-text="state.checkout.bump_display_amount"></span> |
| 28 | </div> |
| 29 | </div> |
| 30 | </div> |
| 31 | </div> |
| 32 | </div> |
| 33 | </div> |