| Current Path : /home/n/i/c/nicedoo/www/wp-content/plugins/just-tables/includes/Frontend/views/elements/ |
| Current File : /home/n/i/c/nicedoo/www/wp-content/plugins/just-tables/includes/Frontend/views/elements/weight.php |
<?php
$weight = $product->get_weight();
if ( ! empty( $weight ) && ! empty( $weight_unit ) ) {
$weight = $weight . ' ' . $weight_unit;
}
$column_element = '<div class="jtpt-weight jtpt-weight-' . esc_attr( $product_id ) . ' jtpt-align-wrap" data-jtpt-simple-weight-html="' . esc_attr( $weight ) . '">' . $weight . '</div>';