How can I loop the product images as a list?
Apparently, Woocommerce has two php files for this. One is for the featured product, and one is for the product thumbnails (product-image.php & product-thumbnails.php).
I'd like to put them on a single php file and loop the product images and make them appear in a li tag.