|
1
|
<span <?php echo wp_kses_data( get_block_wrapper_attributes( [ 'class' => 'wp-block-surecart-cart-line-item-quantity__static' ] ) ); ?>> |
|
2
|
<?php esc_html_e( 'Qty:', 'surecart' ); ?> |
|
3
|
<span data-wp-text="context.line_item.quantity"></span> |
|
4
|
</span> |
|
5
|
|