WooCommerce Configure the Product List Display

I am trying to figure out a way to display the information of the products differently but not to sort them on this matter.

Currently it is showing first product_name then product_price and last it shows product_stock.

I would want to show the information in this order instead product_name, product_stock and after product_price.

I added a code snippet to force the product_stock to appear on the product list page.

Do i need to do something similar to force the display the way i want or is this locked by woocommerce?

Thanks for any information