Thread Starter
spis
(@spis)
Hello @robey,
Yes I get it By using the dynamic-text-extension plugin.
https://ww.wp.xz.cn/plugins/contact-form-7-dynamic-text-extension/
also add the below code in your functions.php page.
/* Sku shortcode */
function cf7_add_sku(){
global $product;
return $product->get_sku();
}
add_shortcode(‘CF7_ADD_SKU’, ‘cf7_add_SKU’);