Untitled
unknown
plain_text
2 years ago
662 B
25
Indexable
add_action('b2bking_bulkorder_cream_custom_heading', function(){
?>
<div class="b2bking_bulkorder_form_container_content_header_qty b2bking_bulkorder_form_container_content_header_qty_indigo b2bking_bulkorder_form_container_content_header_qty_cream">
Unit Price
</div>
<?php
});
add_action('b2bking_bulkorder_cream_custom_column', function($product){
?>
<div class="b2bking_bulkorder_form_container_content_header_qty b2bking_bulkorder_form_container_content_header_qty_indigo b2bking_bulkorder_form_container_content_header_qty_cream">
<?php echo do_shortcode('[gzd_product_unit_price product="'.$product->get_id().'"]'); ?>
</div>
<?php
}, 10, 1);Editor is loading...