I just wanted to say that woo commerce has been an amazing experience so far...
I wanted to ask if there was a way to show a logged in user a list of products he has bought in the past.
Thanks
I just wanted to say that woo commerce has been an amazing experience so far...
I wanted to ask if there was a way to show a logged in user a list of products he has bought in the past.
Thanks
You can query orders (get_posts) and then get the line items that way. You need to PHP knowledge.
You must log in to post.