我需要帮助。我想删除购物车并查看更多按钮id产品价格为空。我使用此代码显示联系我们链接。
if( empty($product->price) ){
echo \'<a href="\' . get_post_permalink(183) . \'" class="button product_type_simple ajax_add_to_cart"> Contact us </a>\';
}
?>
but I want remove view more button when contact us link is showing