global $product null

Posted in: Newspaper
Post count: 11

Hi,in woocommerce shop page i get $product null in functions.php:


function nft_purchase (
){
global $product;
var_dump($product); //null

}
add_action( 'woocommerce_before_single_product', 'nft_purchase', );

there’s a chance the issue is related to the theme?

Post count: 27744

Hello,

Please try to reinstall the tagdiv shop and WooCommerce plugins, and check after.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.