web-dev-at-op Posted January 6, 2005 Posted January 6, 2005 here is the question, and example:http://www.meadetelescopes.com/store/index.php/cPath/3_10 see the page the table in the middle, i have to modify the look, so i was wondering where could i find the php file with html which wraps the php quary out put for that list. thank you : )
♥bruyndoncx Posted January 6, 2005 Posted January 6, 2005 I just replied to your PM in full with more info. The short answer is: catalog/includes/modules/product_listing.php KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
web-dev-at-op Posted January 6, 2005 Author Posted January 6, 2005 Thank you, again, but it is not exactly the file i am looking for, i ve already played with this file, its no good for my porpose, i need the file that builds HTML that wraps around the list out put, like for the boxes, which is, catalog/includes/classes/boxes.php or i am just blind and cant see where it builds that html i need to play with? :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.