New Zenner
- Join Date:
- Mar 2010
- Location:
- Nottingham UK
- Posts:
- 90
- Plugin Contributions:
- 0
Changing the order of product listing elements (product_listing.php)
Hi all,
I've setup a new vanilla install of the v1.55a onto my linux vps. I'm tweaking the responsive_classic template to fit my new layout and I've got stuck on what I thought might be an easy to fix element (after a couple of hours of time wasted, I'm not so sure if now!)
On the products listing page (the one with a category description at the top, with all products in that category listed below), I want to move the model number text to the right and below the product title. Specifically the div with the class 'list-model'.
I've had a search through the template files and can see the page is generated by the product_listing.php and tpl_tabular_display.php. I believe the problem is that the model text is stored into the $list_box_contents array first, so is always spat out first. I want to change this to come in 3rd (after the title but before the description).
so from this:
to this:
Notice the text for CPM201.
Any ideas if this is possible?