Wordpress - 终极产品目录插件 - 什么文件列出产品?

Ultimate Product Catalog Plugin.

What is the file that handles the html for the products to list? Like when i get the short code what file in the plugin handles the HTML that is suppose to be listed out when that short code is put into the page, I want to edit the html and php.

It is in the file Functions/Shortcodes.php

When shortcode [product-catalog] is used, the big function Insert_Product_Catalog() in this php file will put together the HTML for display.