First of several posts intended to document this job…

Answer to Stack Overflow Question: The key for user registered date (actually date and time) is user_registered. It’s saved as a string in Y-m-d H:i:s format. “DD/MM/YYYY” isn’t a PHP/Wordpress date format, but I think you mean d/m/Y. How you extract the data will depend on how you’re getting the

Answer to Stack Overflow question: The following works for me in my test installation: Now, you don’t have search the product slug as I have done here, necessarily: There are other variables that, depending in part on your installation design, may distinguish one set of variable products from another. By

Answer at Stackoverflow: What I think you’ll want to do, assuming your installation is a somewhat standard WooC installation, is utilize the loop item action hook to add the desired on-hover image. Preliminary CSS: /* CUSTOM ON-HOVER IMAGE */ .woocommerce ul.products li.product a img { /* FORMAT ALL IMAGES TO