I'm learning build a template, but I don't how to make change with product listing layout.
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:
In product_listing.php there are many code line like this:
I can change the code to control print layout, but how to change the print sequencePHP 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>';
Is there any train for that or Is there any example or template?
Many many thanks


Reply With Quote
