meghna21
Forum Replies Created
-
ya I done as per you said and it is working but the captcha is not showing properly it is only showing half portion
u can check with the link : [ redundant link removed ]- This reply was modified 4 years, 6 months ago by Jan Dembowski.
I am using Google ReCaptcha v2. And done with all the steps but still it is not showing the captcha. Giving the error msg ERROR : Please check the ReCaptcha box. But there is no captcha box is visible.
[ redundant link removed ]
- This reply was modified 4 years, 6 months ago by Jan Dembowski.
I enable recaptcha in the user registration but it is not working. It is not showing in my account page in login section.
[ redundant link removed ]- This reply was modified 4 years, 6 months ago by Jan Dembowski.
It is mostly in homepage…Wht the issue??
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] product image not visible in the pdfyes now u can see add to cart button and check with it. why the image is not comming in the pdf??
still the problem is there all other mails are coming but the test mail of emailsubscriber is not working . I check with ur solution but nothing happen
Forum: Plugins
In reply to: [WooCommerce] disable add to cart button for guest and unlogged userI tried the aove code in function.php but it is not supported . I try my previous code:
/ Hide prices add_action('after_setup_theme','activate_filter') ; function activate_filter(){ add_filter('woocommerce_get_price_html', 'show_price_logged'); } function show_price_logged($price){ if(is_user_logged_in() ){ return $price; } else { remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 ); remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 ); return '<a href="' . get_permalink(woocommerce_get_page_id('myaccount')) . '"></a>'; } }But in this i am only able to hide price for unlogged user but not add to cart . I want to hide add to cart button for unlogged user Plz customize this code for hiding the cart button too if possible or else another code .
[ redundant link removed ]
- This reply was modified 4 years, 6 months ago by Jan Dembowski.
An error occured in the website and it is not working properly