Login to show price woocommerce

Want to hide price of the product until user is logged in??

We will show you the easiest way. No prior coding knowledge required.

There are some plugins available for adding this functionality but we will avoid that.

You can either hide prices completely, or display alternate content in their place. For example, you could add a \’Login to view prices and place an order\’ message, linking to your login page.

For this tutorial, we’ll assume you already have the WooCommerce plugin set up on your WordPress website and some products added to your store.

This is how the normal shop page with products looks like.

\"\"

Now navigate to Dashboard -> Appearance -> Theme Editor -> Functions.php

and paste the following code below.

add_action( \'init\', \'md_hide_price_add_cart\' );

function md_hide_price_add_cart() {
if ( ! is_user_logged_in() ) {
remove_action( \'woocommerce_after_shop_loop_item\', \'woocommerce_template_loop_add_to_cart\', 10 );
remove_action( \'woocommerce_single_product_summary\', \'woocommerce_template_single_add_to_cart\', 30 );
remove_action( \'woocommerce_single_product_summary\', \'woocommerce_template_single_price\', 10 );
remove_action( \'woocommerce_after_shop_loop_item_title\', \'woocommerce_template_loop_price\', 10 );
add_action( \'woocommerce_single_product_summary\', \'md_view\', 31 );
add_action( \'woocommerce_after_shop_loop_item\', \'md_view\', 11 );
}
}

function md_view() {
echo \'\' . __(\'Login to see prices\', \'theme_name\') . \'\';
}

And voila here is the result.

** Don\’t forget to take backup before inserting the code in functions.php.

\"\"

1,047 thoughts on “Login to show price woocommerce”

  1. Hello there! Would you mind if I share your blog with my zynga group? There’s a lot of people that I think would really enjoy your content. Please let me know. Thank you

  2. Today, I went to the beach front with my kids. I found a sea shell and gave it to my 4 year old daughter and said “You can hear the ocean if you put this to your ear.” She put the shell to her ear and screamed. There was a hermit crab inside and it pinched her ear. She never wants to go back! LoL I know this is entirely off topic but I had to tell someone!

  3. Hello there! This post could not be written any better! Looking through this post reminds me of my previous roommate! He constantly kept preaching about this. I am going to forward this post to him. Fairly certain he will have a good read. Thanks for sharing!

  4. Can I just say what a relief to uncover an individual who really understands what theyre talking about on the web. You certainly know how to bring a problem to light and make it important. More people ought to read this and understand this side of the story. I was surprised that you arent more popular given that you most certainly have the gift.

  5. אומר יוסי ומוסיף כי במהלך הטיפול לא מעט אנשים
    נפתחים וחולקים איתו דברים אישיים,
    “כייף לי להיות האדם שלא רק מטפל בהם בגוף אלא גם בנפש, מקשיב להם ואם יש אפשרות לעזור, אני תמיד שמח לעשות זאת. כמובן שכל מה שהם חולקים איתי נשאר בחדר הזה, בדיסקרטיות מלאה, בדיוק כמו במרחב שבין פסיכולוג למטופל שלו”.
    ליהודים רבים יש פנטזיה לשכב עם בחורה ערבייה, ואין סיכוי בדרך כלל שהם יצליחו להגשים את
    זה בבילוי רגיל במועדון בחיפה.
    והם אוהבים לפנק את עצמם. עיסויים בחיפה מתומחרים בעלות המתחילה ב-150
    שקלים והם יכולים גם להגיע לעלות של כ-500 שקלים.
    כל שעות היממה – שירותי נערות ליווי בחיפה והסביבה, יכולים להיות זמינים עבור הלקוחות, סביב
    השעון ובכל ימות השנה. שאלתי ובכן יש לנו נוכל לקיים
    נערות ליווי ברחובות יחסי סוג מסביב טופס ליווי ברחובות שצריך לשמור שכאשר אתה מתחתן, הדוד חשבונית השיב בכל נערות ליווי ברחובות זאת, אנו יכולים רק
    לעזור אחד מני רבים לשני לרדת, כשלקחתי את האצבע שלי ודחפתי את שלו נערות
    ליווי ברחובות במורד.

  6. [url=https://finasteride.run/]finasteride otc[/url] [url=https://tetracycline.email/]sumycin otc[/url] [url=https://tretinoin.agency/]retin a 0.005[/url] [url=https://bestviagrawithoutrx.quest/]where to buy viagra in canada safely[/url] [url=https://metformina.online/]metformin canada[/url] [url=https://onlineviagramedicationprescription.quest/]discount generic viagra canada[/url] [url=https://onlineviagra150withoutrx.quest/]where can you buy viagra cheap[/url] [url=https://genericviagra200mgbestprice.quest/]sildenafil buy online without a prescription[/url]

  7. Woah! I’m really enjoying the template/theme of this site.
    It’s simple, yet effective. A lot of times it’s very difficult
    to get that “perfect balance” between user friendliness and appearance.
    I must say that you’ve done a very good job with this.
    Additionally, the blog loads extremely fast for me on Safari.
    Exceptional Blog!

  8. [url=http://onlinecialis10mgtablet.quest/]buy cialis online in india[/url] [url=http://onlineviagra100mgprice.monster/]female viagra online order[/url] [url=http://prozac.business/]how much is prozac[/url] [url=http://antabuse.sbs/]disulfiram india[/url] [url=http://vardenafil.media/]buy levitra from india[/url] [url=http://phenergan.email/]phenergan 12.5[/url] [url=http://modafinilztab.com/]buy modafinil fast shipping[/url]

Leave a Comment