1. Try to add the following PHP code snippet to the child theme functions.php file to fix this
function woodmart_wcfmmp_shop_page_link($user_id) {
add_filter( 'woodmart_shop_page_link', function() use($user_id){
return wcfmmp_get_store_url($user_id);
} );
}
add_action( 'wcfmmp_before_store_product', 'woodmart_wcfmmp_shop_page_link' );
2. Sorry, could you please clarify this point? We don’t understand how to reproduce it.
3. Could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront to understand is it our theme issue or not?
Regards