| 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/price.php |
<?php $price_html = $product->get_price_html(); $column_element = '<div class="jtpt-price jtpt-price-' . esc_attr( $product_id ) . ' jtpt-align-wrap" data-jtpt-simple-price="' . esc_attr( $price_html ) . '">' . $price_html . '</div>';