I'm learning build a template, but I don't how to make change with product listing layout.
Click image for larger version. 

Name:	11.png 
Views:	149 
Size:	15.5 KB 
ID:	15021

I add a product review rating and MSRP price, I add the php code to product_listing.php, and tested all works well.

I want to change the layout like below:

Click image for larger version. 

Name:	222.png 
Views:	140 
Size:	43.4 KB 
ID:	15022

In product_listing.php there are many code line like this:
PHP Code:
case 'PRODUCT_LIST_MANUFACTURER':
        
$lc_align '';
        
$lc_text '<a href="' zen_href_link(FILENAME_DEFAULT'manufacturers_id=' $listing->fields['manufacturers_id']) . '">' $listing->fields['manufacturers_name'] . '</a>'
I can change the code to control print layout, but how to change the print sequence

Is there any train for that or Is there any example or template?

Many many thanks