Hi Kobra,
I don't know if your still watching this thread but I missed your comment from above...
This is exactly what I want to do but in reverse! I want the listing page to show exactly what tpl_product_info shows, the only difference is that the productlisting will still show x number of products per page as set in Admin
I have been digging through the code on and off for days and I am stumped as to where the product properties (weight, mfg, price, model etc) are being inserted into the productlisting page, the values are there but there are no titles preceding the values...
I am using DrBytes columnar mod which calls tpl_columnar_display.php in tpl_modules_product_listing.php
Apparently a "for" loop is recursively parsing through the db and inserting the product property values, I just need to preface those values with the field "name" value.
Again, instead of showing
XYZ-001
10 Lbs
$199.00
I want it to show
Model: XYZ-001
Weight: 10 lbs
Price: $199.00
Any ideas?
Gary777




Reply With Quote


Bookmarks