
Originally Posted by
dbltoe
You will need to add some info to the php page that presents the data.
If you do an inspect on the page, you'll see that the header is provided by the productListing-rowheading which lumps all info into that div. Conversely, if you look at the productListing-odd (or -even), you'll note that they have divs for list-image, -price, and -input. If you add similar the list-image and list-price to the php inside the productListing-rowheading div, you can then adjust them to match the lineup called in the productListing-odd or -even.
The file is the product-listing file in yoursite/includes/modules/responsive_classic/.
Bookmarks