J
J
JenyaEvgeniy2019-04-23 23:01:15
WooCommerce
JenyaEvgeniy, 2019-04-23 23:01:15

wordpress, woocommerce. How do I get a "Like" button on a product?

Hello! Tell me please. how to make a button "I like" or "add to favorites" on the product only for registered users + so that the product in their favorites is displayed in the profile of users? I would also make it so that it was clear which product the user added to favorites ... I can’t imagine how to do it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vova, 2019-04-24
@JenyaEvgeniy

Can be used

if ( is_user_logged_in() ) {
  // ... 
}

In the middle put the code of the buttons "I like" or "to favorites"
Plugin for WISHLIST or this one

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question