This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function custom_jc_woo_product_loop_Contact_for_bulk_pricing(){ | |
global $post,$product; | |
$formsku = get_post_meta(get_the_id(), '_sku' , true); | |
$permalink = get_the_permalink(); | |
//Request Quote Button, | |
echo "<a class='ab-item button pdfspec' href='' onclick=\"save_current_product('$formsku', '$permalink'); PUM.open(43068);return false;\">Request Quote</a>"; | |
} |